Sun, 06 Sep 2020 12:41:19 +0200
Updated translations.
--- a/eric6/DataViews/CodeMetricsDialog.py Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/DataViews/CodeMetricsDialog.py Sun Sep 06 12:41:19 2020 +0200 @@ -50,9 +50,9 @@ self.cancelled = False self.__menu = QMenu(self) - self.__menu.addAction(self.tr("Collapse all"), + self.__menu.addAction(self.tr("Collapse All"), self.__resultCollapse) - self.__menu.addAction(self.tr("Expand all"), self.__resultExpand) + self.__menu.addAction(self.tr("Expand All"), self.__resultExpand) self.resultList.setContextMenuPolicy(Qt.CustomContextMenu) self.resultList.customContextMenuRequested.connect( self.__showContextMenu)
--- a/eric6/i18n/eric6_cs.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_cs.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2415,12 +2415,12 @@ <translation>Jméno</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Atributy</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Globální</translation> </message> @@ -2430,12 +2430,12 @@ <translation>Kódování: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation type="unfinished"></translation> </message> @@ -3329,12 +3329,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Složit vše</translation> + <translation type="obsolete">Složit vše</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Rozbalit vše</translation> + <translation type="obsolete">Rozbalit vše</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.ui" line="39"/> @@ -3361,6 +3361,16 @@ <source>comment lines</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -11193,7 +11203,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> @@ -11443,7 +11453,7 @@ <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Aktivovat breakpoint</translation> </message> @@ -11483,237 +11493,237 @@ <translation>Předchozí úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Tisk je hotov</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Chyba během tisku</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Tisk je hotov</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Chyba během tisku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <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="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <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="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Přidat soubor...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Přidat soubory...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Přidat zástupce souboru...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Přidat soubory...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Přidat zástupce souboru...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Přidat lokalizované resource...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> @@ -11733,12 +11743,12 @@ <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> @@ -11808,7 +11818,7 @@ <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> @@ -11818,12 +11828,12 @@ <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> @@ -11848,47 +11858,47 @@ <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> @@ -11913,27 +11923,27 @@ <translation>Vyčistit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11958,27 +11968,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation type="unfinished">Varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -12003,7 +12013,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -12018,32 +12028,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -12073,12 +12083,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13456,52 +13466,52 @@ <translation>Taby && Odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Komentáře</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> @@ -13536,15 +13546,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -14070,6 +14100,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">Jméno</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Kódování: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished">Globální</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Jít na</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">Kopírovat cestu do schránky</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -18518,9 +18614,6 @@ </message> </context> <context> - <name>Fetch</name> -</context> -<context> <name>FetchProjectHelper</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="92"/> @@ -32508,9 +32601,6 @@ </message> </context> <context> - <name>HgFetchDialog</name> -</context> -<context> <name>HgGpgSignDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="23"/> @@ -38103,22 +38193,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -38468,12 +38558,12 @@ <translation type="unfinished">Výchozí</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -47530,649 +47620,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Nový</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Nový</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Otevřít prázdné editační okno</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nový</b><p>Bude otevřeno prázdné editační okno.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Otevřít soubor</b><p>Budete dotázáni na jméno souboru, který se má otevřít do editačního okna.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Uložit aktuální soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Uložit soubor</b><p>Uložit obsah aktuálního editačního okna.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Uložit jako</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Uložit aktuální soubor do nového</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Uložit soubor jako</b><p>Uložit obsah aktuálního editačního okna do nového souboru. Název souboru bude zadán v dialogu výběru souboru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> - <source>Close the editor window</source> - <translation>Zavřít editační okno</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> - <source><b>Close Window</b><p>Close the current window.</p></source> - <translation><b>Zavřít okno</b><p>Zavřít aktuální okno.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation>Vrátit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation>&Vrátit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation></translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> - <translation>Vrátit poslední změnu</translation> + <source>Close the editor window</source> + <translation>Zavřít editační okno</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="527"/> + <source><b>Close Window</b><p>Close the current window.</p></source> + <translation><b>Zavřít okno</b><p>Zavřít aktuální okno.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation>Vrátit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation>&Vrátit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation>Vrátit poslední změnu</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Undo</b><p>Vrátit poslední změnu v aktuálním editačním okně.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Redo</source> <translation>Znovu použít</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>&Redo</source> <translation>&Znovu použít</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> - <translation>Znovu použít poslední změnu</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> - <translation><b>Redo</b><p>Znovu použít poslení změnu, která byla provedena v aktuálním editačním okně.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation>Vyjmout</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation>Vyjmou&t</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="555"/> - <source>Cut the selection</source> - <translation>Vyjmout výběr</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> - <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> - <translation><b>Vyjmout</b><p>Vyjme vybraný text z aktuálního editačního okna a vloží jej do schránky.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Copy</source> - <translation>Kopírovat</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>&Copy</source> - <translation>&Kopírovat</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> - <source>Copy the selection</source> - <translation>Kopírovat výběr</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> - <translation><b>Kopírovat</b><p>Zkopíruje vybraný text v aktuálním editačním okně a uloží jej do schránky.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Paste</source> - <translation>Vložit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>&Paste</source> - <translation>V&ložit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> - <translation></translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation>Znovu použít poslední změnu</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation><b>Redo</b><p>Znovu použít poslení změnu, která byla provedena v aktuálním editačním okně.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation>Vyjmout</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation>Vyjmou&t</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> + <source>Cut the selection</source> + <translation>Vyjmout výběr</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> + <translation><b>Vyjmout</b><p>Vyjme vybraný text z aktuálního editačního okna a vloží jej do schránky.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Copy</source> + <translation>Kopírovat</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>&Copy</source> + <translation>&Kopírovat</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Copy the selection</source> + <translation>Kopírovat výběr</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="619"/> + <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> + <translation><b>Kopírovat</b><p>Zkopíruje vybraný text v aktuálním editačním okně a uloží jej do schránky.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Paste</source> + <translation>Vložit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>&Paste</source> + <translation>V&ložit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Vložit text ze schránky</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Vložit</b><p>Vloží text, který byl uložen do schránky při předchozím kroku Vyjmout nebo Kopírovat.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Vyčistit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>Vyči&stit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Vyčistit všechen text</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Vyčistit</b><p>Smazat všechnen text v aktuálním editoru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>O aplikaci</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Zobrazit informace a tomto software</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>O Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>O &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Zobrazit informace o Qt toolkitu</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>O Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v editoru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v editoru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Hotovo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Soubor načten</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Beze jména</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Soubor uložen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Tato část statusbaru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Editovat</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Hledat</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Tisk aktuálního souboru</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> + <location filename="../QScintilla/MiniEditor.py" line="541"/> <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation><b>Tisk souboru</b><p>Tisk obsahu aktuálního souboru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> + <location filename="../QScintilla/MiniEditor.py" line="548"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> + <location filename="../QScintilla/MiniEditor.py" line="553"/> <source>Print preview of the current file</source> <translation>Náhled tisku aktuálního souboru</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> + <location filename="../QScintilla/MiniEditor.py" line="555"/> <source><b>Print Preview</b><p>Print preview of the current file.</p></source> <translation><b>Náhkled tisku</b><p>Náhkled tisku aktuálního souboru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze otevřít.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation type="unfinished">O eric5 Mini Editoru {6 ?}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation type="unfinished">Eric5 Mini editor je odvozen od modulu QScintilla. Lze jej použít pro jednoduché úpravy, kde není nutné mít k dispozici všechny vlastnosti plného editoru. {6 ?}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation type="unfinished">eric5 Mini Editor {6 ?}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -52777,17 +52867,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -74590,6 +74680,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Dokumentace</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_de.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_de.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2377,7 +2377,7 @@ <translation>Name</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Attribute</translation> </message> @@ -2387,17 +2387,17 @@ <translation>Kodierung: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Globale Variablen</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation>Klassenattribute</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation>Importe</translation> </message> @@ -3274,16 +3274,6 @@ <translation>Zeigt den Fortschritt der Quelltextmetriken-Ermittlung an</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> - <source>Collapse all</source> - <translation>Alle einklappen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> - <source>Expand all</source> - <translation>Alle aufklappen</translation> - </message> - <message> <location filename="../DataViews/CodeMetricsDialog.ui" line="39"/> <source>Exclude Files:</source> <translation>Ignoriere Dateien:</translation> @@ -3308,6 +3298,16 @@ <source>comment lines</source> <translation>Kommentarzeilen</translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation>Alle einklappen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation>Alle aufklappen</translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -10883,12 +10883,12 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Datei sichern</translation> </message> @@ -10973,27 +10973,27 @@ <translation>Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Drucken beendet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Fehler beim Drucken</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Drucken beendet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Fehler beim Drucken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Datei geändert</translation> </message> @@ -11003,7 +11003,7 @@ <translation>Prüfen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -11038,12 +11038,12 @@ <translation>Box Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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> @@ -11058,57 +11058,57 @@ <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> @@ -11158,42 +11158,42 @@ <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <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="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <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="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Automatische Vervollständigung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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> @@ -11223,7 +11223,7 @@ <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> @@ -11233,12 +11233,12 @@ <translation>Zeige Syntaxfehlermeldung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Syntaxfehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>Keine Syntaxfehlermeldung verfügbar.</translation> </message> @@ -11268,42 +11268,42 @@ <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Alle Zeilen sind abgedeckt.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -11343,82 +11343,82 @@ <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Ressourcen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Dateien hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Aliased-Datei hinzufügen...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Aliased-Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Lokalisierte Ressource hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Dateiressource hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Dateiressourcen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Aliased-Dateiressourcen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <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="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Package-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Klassenattribute anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Ressourcenrahmen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> @@ -11468,12 +11468,12 @@ <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> @@ -11548,7 +11548,7 @@ <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> @@ -11558,12 +11558,12 @@ <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> @@ -11573,12 +11573,12 @@ <translation>Aus dem Wörterbuch entfernen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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> @@ -11603,27 +11603,27 @@ <translation>Warnungen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <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> @@ -11648,27 +11648,27 @@ <translation>Vorherige Änderung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation>Zeilen sortieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <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="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation>Keine Warnmeldungen verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation>Stil: {0}</translation> </message> @@ -11693,7 +11693,7 @@ <translation>Öffnen mit Kodierung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -11708,32 +11708,32 @@ <translation>Vervollständigen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation>Provider für automatische Vervollständigungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation>Calltipps-Provider</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation>Maus Klick Handler registrieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <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> @@ -11763,12 +11763,12 @@ <translation>Auswahl in Konsole ausführen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <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> @@ -13132,52 +13132,52 @@ <translation>Tabulatoren && Einrückung</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Kommentare</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation>Virtueller Bereich</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation>Einfügemarke in den virtuellen Bereich bewegen</translation> </message> @@ -13212,15 +13212,35 @@ <translation>Drücken, um die ausgewählte Sprachen spezifische Änderung zu bearbeiten</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation>Tabulator und Einrückung Änderung</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation>Sollen die ausgewählten Einträge wirklich gelöscht werden?</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation>Auswählen, um die Quelltextübersichtsanzeige zu aktivieren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation>Quelltextübersicht</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation>Standardbreite:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation>Gib die Standardbreite für die Quelltextübersichtsanzeige ein</translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -13711,6 +13731,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation>Kodierung: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation>Globale Variablen</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation>Importe</translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation>Gehe zu</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation>Aktualisieren</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation>Pfad in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation>Alle aufklappen</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation>Alle einklappen</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation>Breite vergrößern</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation>Breite verringern</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation>Zeile {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -35115,22 +35201,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation>Fingerabdruck löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation><p>Soll der Fingerabdruck für den Host <b>{0}</b> wirklich gelöscht werden?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation>Nutzerkonfiguration editieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation>Sie werden alle Änderungen, die in diesem Dialog vorgenommen wurden, verlieren. Sollen die Daten vorher gesichert werden?</translation> </message> @@ -35480,12 +35566,12 @@ <translation>Standard</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation>Eintrag für ein minimales Protokoll löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation><p>Solle der Eintrag für ein minimales Protokoll des Host <b>{0}</b> wirklich gelöscht werden?</p></translation> </message> @@ -44410,649 +44496,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Neu</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Neu</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Öffnet ein leeres Editorfenster</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Neu</b><p>Ein neues Editorfenster wird geöffnet.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Datei öffnen</b><p>Sie werden nach dem Namen einer Datei gefragt, die geöffnet werden soll.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Speichert die aktuelle Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Datei speichern</b><p>Dies speichert den Inhalt des aktuellen Editorfensters.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Speichern unter</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Speichere die aktuelle Datei unter neuem Namen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Speichen unter</b><p>Dies speichert den Inhalt des aktuellen Editors in eine neue Datei. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>Schließt das Editorfenster</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Fenster schließen</b><p>Dies schließt das aktuelle Editorfenster.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>&Undo</source> <translation>&Rückgängig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> + <location filename="../QScintilla/MiniEditor.py" line="573"/> <source>Undo the last change</source> <translation>Die letzte Änderung rückgängig machen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> + <location filename="../QScintilla/MiniEditor.py" line="574"/> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Rückgängig</b><p>Dies macht die letzte Änderung des aktuellen Editors rückgängig.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>&Redo</source> <translation>Wieder&herstellen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> + <location filename="../QScintilla/MiniEditor.py" line="587"/> <source>Redo the last change</source> <translation>Die letzte Änderung wiederherstellen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="541"/> + <location filename="../QScintilla/MiniEditor.py" line="588"/> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Wiederherstellen</b><p>Dies stellt die letzte Änderung des aktuellen Editors wieder her.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cut</source> <translation>Ausschneiden</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cu&t</source> <translation>&Ausschneiden</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="555"/> + <location filename="../QScintilla/MiniEditor.py" line="602"/> <source>Cut the selection</source> <translation>Schneidet die Auswahl aus</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> + <location filename="../QScintilla/MiniEditor.py" line="603"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Ausschneiden</b><p>Dies schneidet den ausgewählten Text des aktuellen Editors aus und legt ihn in der Zwischenablage ab.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>&Copy</source> <translation>&Kopieren</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Einfg</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> + <location filename="../QScintilla/MiniEditor.py" line="618"/> <source>Copy the selection</source> <translation>Kopiert die Auswahl</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> + <location filename="../QScintilla/MiniEditor.py" line="619"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Kopieren</b><p>Dies kopiert den ausgewählten Text des aktuellen Editors in die Zwischenablage.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Paste</source> <translation>Einfügen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>&Paste</source> <translation>Ein&fügen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="587"/> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Fügt den Inhalt der Zwischenablage ein</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Einfügen</b><p>Dies fügt den zuletzt ausgeschnittenen/kopierten Text aus der Zwischenablage in den aktuellen Editor ein.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Löschen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>All&es löschen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Löscht den gesamten Text</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Alles Löschen</b><p>Dies löscht den gesamten Text des aktuellen Editors.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>&Über</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Zeigt Informationen zu diesem Programm an</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>Über &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Zeige Informationen über das Qt-Toolkit an</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Über Qt</b><p>Zeige Informationen über das Qt-Toolkit an.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilennummer des Editors an.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Cursorposition des Editors an.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Bereit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Datei geladen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Unbenannt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation>{0} [*] – {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Datei gespeichert</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Druckt die aktuelle Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> + <location filename="../QScintilla/MiniEditor.py" line="541"/> <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation><b>Datei drucken</b><p>Dies druckt den Inhalt der aktuellen Datei.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> + <location filename="../QScintilla/MiniEditor.py" line="548"/> <source>Print Preview</source> <translation>Druckvorschau</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> + <location filename="../QScintilla/MiniEditor.py" line="553"/> <source>Print preview of the current file</source> <translation>Druckvorschau der aktuellen Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> + <location filename="../QScintilla/MiniEditor.py" line="555"/> <source><b>Print Preview</b><p>Print preview of the current file.</p></source> <translation><b>Druckvorschau</b><p>Zeift eine Druckvorschau der aktuellen Datei.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Ermittelt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternativen ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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.<p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>Das Dokument hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation>Über den eric6 Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>Der eric6-Mini-Editor ist eine Editorkomponente, die auf QScintilla basiert. Sie kann für einfachere Editieraufgaben, die keinen ausgewachsenen Editor benötigen, verwendet werden.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation>eric6 Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation>Kopie speichern</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation>&Kopie speichern...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation>Speichert eine Kopie der aktuellen Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <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="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -49565,17 +49651,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> @@ -71297,6 +71383,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation>Gib den Zusammenfassungsfilter als regulären Ausdruck ein.</translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation>Test</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation>Dokumentation</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_empty.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_empty.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2360,22 +2360,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation type="unfinished"></translation> </message> @@ -3228,16 +3228,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> - <source>Collapse all</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> - <source>Expand all</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> <source>files</source> <translation type="unfinished"></translation> @@ -3272,6 +3262,16 @@ <source>non-commentary lines</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -10775,7 +10775,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -10865,7 +10865,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> @@ -11135,7 +11135,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> @@ -11250,387 +11250,387 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <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="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -11655,12 +11655,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13022,52 +13022,52 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <source>Insert comment at column 0</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> @@ -13102,15 +13102,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -13601,6 +13621,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -34899,22 +34985,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -35264,12 +35350,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -44174,649 +44260,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> - <source>Close the editor window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> - <source><b>Close Window</b><p>Close the current window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>&Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> - <source>Print the current file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> - <source>Print Preview</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source>Print preview of the current file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> + <source>Close the editor window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <source><b>Close Window</b><p>Close the current window.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Redo</source> + <source>Print</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>&Redo</source> + <source>&Print</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> + <source>Ctrl+P</source> + <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> + <source>Print the current file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> + <source>Print Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="553"/> + <source>Print preview of the current file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="555"/> - <source>Cut the selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> - <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>&Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> - <source>Copy the selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Paste</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>&Paste</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>&Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> + <source>Cut the selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>&Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Copy the selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="619"/> + <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Paste</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>&Paste</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -49314,17 +49400,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> @@ -70714,6 +70800,16 @@ <source>Note</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_en.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_en.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2360,22 +2360,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation type="unfinished"></translation> </message> @@ -3223,16 +3223,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> - <source>Collapse all</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> - <source>Expand all</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> <source>files</source> <translation type="unfinished"></translation> @@ -3272,6 +3262,16 @@ <source>comment lines</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -10790,7 +10790,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -10880,7 +10880,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> @@ -11105,7 +11105,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> @@ -11210,327 +11210,327 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11555,27 +11555,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -11600,7 +11600,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -11615,32 +11615,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -11670,12 +11670,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13037,52 +13037,52 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <source>Insert comment at column 0</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> @@ -13117,15 +13117,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -13616,6 +13636,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -34931,22 +35017,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -35296,12 +35382,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -44215,649 +44301,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> - <source>Close the editor window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> - <source><b>Close Window</b><p>Close the current window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>&Print</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> - <source>Print the current file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> - <source>Print Preview</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source>Print preview of the current file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> + <source>Close the editor window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <source><b>Close Window</b><p>Close the current window.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Redo</source> + <source>Print</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>&Redo</source> + <source>&Print</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> + <source>Ctrl+P</source> + <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> + <source>Print the current file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> + <source>Print Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="553"/> + <source>Print preview of the current file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="555"/> - <source>Cut the selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> - <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>&Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> - <source>Copy the selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Paste</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>&Paste</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>&Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> + <source>Cut the selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>&Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Copy the selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="619"/> + <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Paste</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>&Paste</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -49356,17 +49442,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -70759,6 +70845,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_es.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_es.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2374,12 +2374,12 @@ <translation>Nombre</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Atributos</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Globales</translation> </message> @@ -2389,12 +2389,12 @@ <translation>Codificación: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation>Imports</translation> </message> @@ -3273,12 +3273,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Contraer todo</translation> + <translation type="obsolete">Contraer todo</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Expandir todo</translation> + <translation type="obsolete">Expandir todo</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.ui" line="39"/> @@ -3305,6 +3305,16 @@ <source>comment lines</source> <translation>líneas de documentación</translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished">Contraer Todo</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -10878,7 +10888,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> @@ -11133,7 +11143,7 @@ <translation>Editar punto de interrupción...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Activar punto de interrupción</translation> </message> @@ -11183,247 +11193,247 @@ <translation>No se ha proporcionado un formato de exportación. Abortando...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Impresión completa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Error al imprimir</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Impresión completa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Error al imprimir</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Deshabilitar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Mostrar Anotaciones de Cobertura de Código</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Todas las líneas han sido cubiertas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>No hay archivo de cobertura disponible.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Datos de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <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="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Nombre de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Seleccione un nombre de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Cargar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Archivos de Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Error al cargar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Guardar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Error al guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <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="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Grabando macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Introduzca el nombre de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Añadir archivo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Añadir archivos...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Añadir archivo con un alias...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Añadir archivos...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Añadir archivo con un alias...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Añadir recursos localizados...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Añadir ventana de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Añadir archivo de recursos con un alias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Digrama de paquetes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>¿Incluir atributos de clase?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Diagrama de imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>¿Incluir los imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Diagrama de aplicación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> @@ -11493,7 +11503,7 @@ <translation>Seleccionar el Analizador Léxico de Pygments.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> @@ -11503,12 +11513,12 @@ <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> @@ -11533,47 +11543,47 @@ <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias para el archivo <b>{0}</b>:</translation> </message> @@ -11598,27 +11608,27 @@ <translation>Limpiar advertencias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Advertencia: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <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> @@ -11643,27 +11653,27 @@ <translation>Cambio anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation>Ordenar Líneas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <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="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>Advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation>No hay mensajes de advertencia disponibles.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> @@ -11688,7 +11698,7 @@ <translation>Reabrir Con Codificación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -11703,32 +11713,32 @@ <translation>Completo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation>Proveedor de Autocompletado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation>Proveedor de Call-Tips</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation>Registrar Manejador de Clicks de Ratón</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <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> @@ -11758,12 +11768,12 @@ <translation>Ejecutar Selección en Consola</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation>Propiedades de EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <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> @@ -13127,52 +13137,52 @@ <translation>Tabulación && Indentación</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Comentarios</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation>Espacio Virtual</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation>El cursor se puede mover dentro del espacio virtual</translation> </message> @@ -13207,15 +13217,35 @@ <translation>Pulsar para editar la sobreescritura específica de lenguaje seleccionada</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation>Sobreescritura de Tabulación e Indentación</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation>¿Desea eliminar las entradas seleccionadas?</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -13706,6 +13736,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Codificación: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished">Globales</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished">Imports</translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Ir a</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">Copiar Ruta al Portapapeles</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished">Contraer Todo</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished">Línea {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -44413,649 +44509,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Nuevo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Nuevo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Abre una ventana vacia en el editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nuevo</b><p>Se creará una ventana vacia en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Abrir</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Abrir...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Abrir un archivo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Abrir un archivo</b><p>Le preguntará el nombre del archivo para ser abierto en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Guardar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Guarda el archivo actual</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Guardar archivo</b><p>Almacena el contenido de la ventana de edición actual.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Guardar como</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Guarda el archivo actual en uno nuevo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Guardar archivo como</b><p>Guarda el contenido del archivo actual en uno nuevo. El archivo puede ser introducido en el cuadro de selección de archivos.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>Cierra la ventanas del editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Cierra la ventana</b><p>Cierra la ventana actual.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Undo</source> <translation>Deshacer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>&Undo</source> <translation>&Deshacer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> + <location filename="../QScintilla/MiniEditor.py" line="573"/> <source>Undo the last change</source> <translation>Revierte el último cambio</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> + <location filename="../QScintilla/MiniEditor.py" line="574"/> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Deshacer</b><p>Deshace el último cambio hecho en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Redo</source> <translation>Rehacer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>&Redo</source> <translation>&Rehacer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> + <location filename="../QScintilla/MiniEditor.py" line="587"/> <source>Redo the last change</source> <translation>Rehace el último cambio</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="541"/> + <location filename="../QScintilla/MiniEditor.py" line="588"/> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Rehacer</b><p>Rehace el último cambio hecho en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cut</source> <translation>Cortar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cu&t</source> <translation>Cor&tar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="555"/> + <location filename="../QScintilla/MiniEditor.py" line="602"/> <source>Cut the selection</source> <translation>Corta la selección</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> + <location filename="../QScintilla/MiniEditor.py" line="603"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Cortar</b><p>Cortar el texto seleccionado y lo envia al portapapeles.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>&Copy</source> <translation>&Copiar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> + <location filename="../QScintilla/MiniEditor.py" line="618"/> <source>Copy the selection</source> <translation>Copia lo seleccionado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> + <location filename="../QScintilla/MiniEditor.py" line="619"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Copiar</b><p>Copiar el texto seleccionado al portapapeles.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Paste</source> <translation>Pegar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>&Paste</source> <translation>&Pegar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="587"/> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Pega el último texto copiado/cortado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Pegar</b><p>Pegar el contenido del portapapeles en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Borrar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>&Borrar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Borra todo el texto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Borrar</b><p>Borra todo el texto del editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>Acerca de</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>&Acerca de</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Muestra información acerca de este software</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Acerca de</b><p>Muestra información acerca de este software.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Muestra información sobre las herramientas Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Acerca de Qt</b><p>Muestra información sobre las herramientas Qt.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&Archivo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Editar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>A&yuda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Archivo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Editar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Esta zona de la barra de estado muestra el número de línea en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Esta zona de la barra de estado muestra la posición del cursor en el editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Listo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Archivo cargado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Archivo guardado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Sin título</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Seleccionar todo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Deseleccionar todo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Ningún Lenguaje</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Imprime el archivo actual</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Impresión completa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Error mientras se imprimía</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> + <location filename="../QScintilla/MiniEditor.py" line="541"/> <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation><b>Imprimir Archivo</b><p>Imprime el contenido del archivo en edición.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> + <location filename="../QScintilla/MiniEditor.py" line="548"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> + <location filename="../QScintilla/MiniEditor.py" line="553"/> <source>Print preview of the current file</source> <translation>Impirmir la selección del archivo actual</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> + <location filename="../QScintilla/MiniEditor.py" line="555"/> <source><b>Print Preview</b><p>Print preview of the current file.</p></source> <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="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Suposición</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Analizador Léxico de Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Seleccionar el Analizador Léxico de Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Línea: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>El documento tiene cambios sin guardar.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation>Acerca del Mini Editor de eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>El Mini Editor de eric6 es un componente de edición basado en QScintilla. Puede utilizarse para tareas simples de edición que no necesitan la potencia de un editor más completo.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation>Mini Editor de eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation>Guardar Copia</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation>Guardar &Copia...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation>Guardar una copia del archivo actual</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <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="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation>Propiedades de EditorConfig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -49567,17 +49663,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> @@ -71261,6 +71357,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation>Introducir el filtro para el resumen como expresión regular.</translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished">Probar</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Documentación</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_fr.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_fr.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2438,12 +2438,12 @@ <translation>Nom</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Attributs</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Variables globales</translation> </message> @@ -2453,12 +2453,12 @@ <translation>Codage: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation>Attributs de classe</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation>Imports</translation> </message> @@ -3368,12 +3368,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Tout contracter</translation> + <translation type="obsolete">Tout contracter</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Tout développer</translation> + <translation type="obsolete">Tout développer</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.ui" line="39"/> @@ -3400,6 +3400,16 @@ <source>comment lines</source> <translation>lignes de commentaire</translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished">Tout contracter</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -11298,7 +11308,7 @@ <translation>Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Activer le point d'arrêt</translation> </message> @@ -11318,142 +11328,142 @@ <translation>Effacer tous les points d'arrêts</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Impression terminée</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Erreur durant l'impression</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Impression terminée</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Erreur durant l'impression</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Autocompletion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Désactiver le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Profiler de données</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Nom de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Sélectionner un nom de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Fichier Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Charger un fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Erreur lors du chargement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Enregistrer le fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Enregistrer la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Erreur lors de l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Enregistrement de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Entrer le nom de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Fichier modifié</translation> </message> @@ -11473,7 +11483,7 @@ <translation>Supprimer les flags d'erreurs de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> @@ -11483,12 +11493,12 @@ <translation>Afficher le message d'erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>Aucun message d'erreur de syntaxe..</translation> </message> @@ -11518,17 +11528,17 @@ <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Afficher les annotations de Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Toutes les lignes ont été executées.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>Impossible de trouver le fichier de coverage.</translation> </message> @@ -11563,72 +11573,72 @@ <translation>Pas de langage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Ajouter un fichier...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Ajouter des fichiers...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Ajouter un fichier alias...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Ajouter des fichiers...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Ajouter un fichier alias...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Ajouter une ressource localisée...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Ajoute un fichier ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Ajoute des fichiers ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Ajoute un alias de fichier ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Diagramme de package</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Inclure les attributs de classes ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <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> @@ -11673,12 +11683,12 @@ <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> @@ -11748,7 +11758,7 @@ <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> @@ -11758,12 +11768,12 @@ <translation>Correction orthographique de la sélection...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> @@ -11788,47 +11798,47 @@ <translation type="unfinished">Alternatives ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Le fichier <b>{0}</b> a des modifications non enregistrées.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être ouvert.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être enregistré.<br/>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Le fichier macro <b>{0}</b> ne peut être lu.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Le fichier macro <b>{0}</b> est corrompu.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Le fichier macro <b>{0}</b> ne peut être écrit.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation type="unfinished">{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> n'est pas un fichier.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> @@ -11853,27 +11863,27 @@ <translation>Effacer les alertes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier macro <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Alerte : {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Erreur : {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Alerte :</b> Vous allez perdre vos modifications à la réouverture.</translation> </message> @@ -11898,27 +11908,27 @@ <translation>Modification précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>La sélection contient des données illégales pour un tri numérique.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation>Pas de message d'alerte disponible.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation>Style : {0}</translation> </message> @@ -11943,7 +11953,7 @@ <translation>Réouvrir avec encodage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>Le fichier <b>{0}</b> a été modifié depuis l'ouverture dans eric6. Le relire ?</p></translation> </message> @@ -11958,32 +11968,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -12013,12 +12023,12 @@ <translation>Exécuter la sélection en console</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation>Propriétés d'EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Les propriétés d'EditorConfig du fichier <b>{0}</b> n'ont pas pu être chargées.</p></translation> </message> @@ -13402,52 +13412,52 @@ <translation>Tabulations && Indentation</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Commentaires</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <source>Insert comment at column 0</source> <translation>Insérer un commentaire à la colonne 0</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation>Espace virtuel</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> @@ -13482,15 +13492,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -14011,6 +14041,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">Nom</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Codage: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished">Imports</translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Aller à</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished">Rafraichir</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished">Tout contracter</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished">Ligne {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -18484,9 +18580,6 @@ </message> </context> <context> - <name>Fetch</name> -</context> -<context> <name>FetchProjectHelper</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="35"/> @@ -37380,22 +37473,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation>Modifier la configuration utilisateur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation>Vous allez perdre toutes les modifications faites dans cette fenêtre. Faut-il sauvegarder d'abord ?</translation> </message> @@ -37745,12 +37838,12 @@ <translation>Défaut</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation>Supprimer le protocole minimum de l'hôte</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation><p>Faut il vraiment supprimer le protocole minimum de l'hôte <b>{0}</b> ?</p></translation> </message> @@ -46780,649 +46873,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Nouveau</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Nouveau</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Ouvre une nouvelle page vide</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nouveau</b><p>Ouverture d'une nouvelle fenêtre d'édition.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Ouvrir un Fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Ouvrir un fichier</b><p>Permet de saisir le nom d'un fichier à ouvrir</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Enregistre le fichier courant</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Enregistrer</b><p>Enregistre le fichier en cours.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Enregistrer sous</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>&Enregistrer sous...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Enregistre dans un nouveau fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Enregistrer sous</b><p>Enregistre le buffer dans un nouveau fichier. Le nom du fichier est choisi via une boite de sélection de fichier.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>Ferme la fenêtre de l'éditeur</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Fermer</b><p>Ferme la fenêtre en cours.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>&Undo</source> <translation>&Défaire</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> + <location filename="../QScintilla/MiniEditor.py" line="573"/> <source>Undo the last change</source> <translation>Annule la dernière modification</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> + <location filename="../QScintilla/MiniEditor.py" line="574"/> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Défaire</b><p>Annule la dernière modification effectuée dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>&Redo</source> <translation>&Refaire</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> + <location filename="../QScintilla/MiniEditor.py" line="587"/> <source>Redo the last change</source> <translation>Recharge la dernière modification</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="541"/> + <location filename="../QScintilla/MiniEditor.py" line="588"/> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Refaire</b><p>Réeffectue la dernière modification dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cut</source> <translation>Couper</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cu&t</source> <translation>Cou&per</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="555"/> + <location filename="../QScintilla/MiniEditor.py" line="602"/> <source>Cut the selection</source> <translation>Coupe la sélection</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> + <location filename="../QScintilla/MiniEditor.py" line="603"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Couper</b><p>Coupe le texte sélectionné vers le presse-papier</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>&Copy</source> <translation>&Copier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> + <location filename="../QScintilla/MiniEditor.py" line="618"/> <source>Copy the selection</source> <translation>Copie la sélection</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> + <location filename="../QScintilla/MiniEditor.py" line="619"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Copier</b><p>Copie le texte sélectionné vers le presse-papier</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Paste</source> <translation>Coller</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>&Paste</source> <translation>Col&ler</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="587"/> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Colle le dernier texte copié/coupé</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Coller</b><p>Colle le dernier texte copié/coupé dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Effacer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>Ef&facer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Efface tout le texte</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Effacer</b><p>Supprime tout le texte de l'éditeur courant.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>À propos de</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>&À propos de </translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>À propos de Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>À propos de &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Affiche les informations concernant Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Cette zone de la barre d'état affiche la position du curseur.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Prêt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Fichier chargé</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>SansTitre</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Mini éditeur</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Tout déselectionner</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Langages</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Pas de langage</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Fichier enregistré</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Cette zone de la barre d'état affiche une indication sur les droits d'écriture des fichiers.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Editer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Rechercher</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>&Imprimer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Imprime le fichier courant</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Impression terminée</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> + <location filename="../QScintilla/MiniEditor.py" line="541"/> <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation><b>Imprimer le fichier</b><p>Imprime le fichier courant.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> + <location filename="../QScintilla/MiniEditor.py" line="548"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> + <location filename="../QScintilla/MiniEditor.py" line="553"/> <source>Print preview of the current file</source> <translation>Aperçu avant impression du fichier courant</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> + <location filename="../QScintilla/MiniEditor.py" line="555"/> <source><b>Print Preview</b><p>Print preview of the current file.</p></source> <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="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Suggestion</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternatives</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Ligne : {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Position : {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Le fichier<b>{0}</b> ne peut être ouvert.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Enregistrer le fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être enregistré.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternatives ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>Le document a des modifications non enregistrées.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation>À propos du mini éditeur eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>Le mini-éditeur eric6 est un éditeur basé sur QScintilla. Il peut être utilisé pour des tâches simples, qui ne nécessitent pas toutes les options de l'éditeur.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation>Mini-éditeur eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation>Enregistrer une copie</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation>Enregistrer une &copie...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation>Enregistrer une copie du fichier courant</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation><b>Enregistrer une copie</b><p>Enregistre une copie du contenu de l'éditeur courant. Le fichier peut être entré dans un sélectionneur de fichiers.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished">Propriétés d'EditorConfig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"><p>Les propriétés d'EditorConfig du fichier <b>{0}</b> n'ont pas pu être chargées.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -52007,17 +52100,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Fichier propriétés (*.ini);;Tous les fichiers (*)</translation> </message> @@ -73834,6 +73927,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation>Entrer le filtre de résumé en tant qu'expression régulière.</translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished">Tester</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Documentation</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_it.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_it.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2435,12 +2435,12 @@ <translation>Nome</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Attributi</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Globali</translation> </message> @@ -2450,12 +2450,12 @@ <translation>Codifica: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation>Attributi della Classe</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation type="unfinished"></translation> </message> @@ -3443,12 +3443,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Raggruppa tutto</translation> + <translation type="obsolete">Raggruppa tutto</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Espandi tutto</translation> + <translation type="obsolete">Espandi tutto</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.ui" line="39"/> @@ -3475,6 +3475,16 @@ <source>comment lines</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -11559,7 +11569,7 @@ <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Abilita breakpoint</translation> </message> @@ -11579,142 +11589,142 @@ <translation>Elimina tutti i breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>Modifica di un file di sola lettura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Stampa completata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Errore durante la stampa</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Stampa completata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Errore durante la stampa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Stampa annullata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>File modificato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Autocompletamento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Disabilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <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="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <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="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Nome Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Seleziona un nome per la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>File Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Carica un file di macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Errore nel caricamento della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Salva un file di macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Salva macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Errore nel salvataggio della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Avvia registrazione della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Registrazione Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Inserisci un nome per la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>File modificato</translation> </message> @@ -11734,7 +11744,7 @@ <translation>Elimina errori di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> @@ -11744,12 +11754,12 @@ <translation>Mostra i messaggi degli errori di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Errore di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> </message> @@ -11779,17 +11789,17 @@ <translation>File non analizzato precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Mostra le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Tutte le linee sono state analizzate.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>Non ci sono file di analisi disponibili.</translation> </message> @@ -11824,72 +11834,72 @@ <translation>Nessun linguaggio</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Aggiungi file...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Aggiungi files...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Aggiungi file sinonimo...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Aggiungi files...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Aggiungi file sinonimo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Aggiungi una risorsa localizzata...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Aggiungi un file risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Aggiundi dei file risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Aggiungi file sinonimo delle risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Diagrammi del package</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Includi gli attributi della classe ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Aggiungi riquadro delle risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Macro recording is already active. Start new?</source> <translation>Registrazione macro già attiva. Avvia nuovamente ?</translation> </message> @@ -11934,12 +11944,12 @@ <translation>Nessun formato di export impostato. Annullamento...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Importa diagrammi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>Includi gli import dai moduli esterni ?</translation> </message> @@ -12009,7 +12019,7 @@ <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Controllo sillabazione...</translation> </message> @@ -12019,12 +12029,12 @@ <translation>Controllo sillabazione della selezione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Aggiungi al dizionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Ignora tutto</translation> </message> @@ -12049,47 +12059,47 @@ <translation>Alternative ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias per il file <b>{0}</b>:</translation> </message> @@ -12114,27 +12124,27 @@ <translation>Pulisci warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Attenzione: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Errore: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <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> @@ -12159,27 +12169,27 @@ <translation>Modifica precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation>Righe ordinate</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <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="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>Attenzione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation>Nessun messaggio di attenzione disponibile.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation>Stile: {0}</translation> </message> @@ -12204,7 +12214,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -12219,32 +12229,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -12274,12 +12284,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13658,52 +13668,52 @@ <translation>Tabs && Identazione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Commenti</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <source>Insert comment at column 0</source> <translation>Inserisci commento alla colonna 0</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation>Spazio Virtuale</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation>Il cursore può muoversi nello Spazio Virtuale</translation> </message> @@ -13738,15 +13748,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -14272,6 +14302,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">Nome</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Codifica: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished">Globali</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Vai a</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished">Linea {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -39654,22 +39750,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -40024,12 +40120,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -49103,649 +49199,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Nuovo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Nuova</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Apri una finestra vuota</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nuova</b><p>Verrà creata una nuova finestra vuota.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Apri</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Apri...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Apri un file</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Apri un file</b><p>Ti verrà chiesto il nome del file da aprire.</b></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Salva</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Salva il file corrente</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Salva fle</b><p>Salva il contenuto della finestra attuale.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Salva come</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>S&alva come...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Ctrl+Shift+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Salva il file attuale come uno nuovo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Salva file come</b><p>Salva il contenuto della finestra attuale come un file nuovo. Il nome può essere inserito nel dialogo.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>Chiudi la finestra dell'editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Chiudi finestra</b><p>Chiudi la finestra attuale.</b></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Undo</source> <translation>Undo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>&Undo</source> <translation>&Undo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> + <location filename="../QScintilla/MiniEditor.py" line="566"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> + <location filename="../QScintilla/MiniEditor.py" line="573"/> <source>Undo the last change</source> <translation>Annulla l'ultima modifica</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> + <location filename="../QScintilla/MiniEditor.py" line="574"/> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Annulla</b><p>Annula l'ultima modifica nell'editor corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Redo</source> <translation>Rifai</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>&Redo</source> <translation>&Rifai</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> + <location filename="../QScintilla/MiniEditor.py" line="581"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> + <location filename="../QScintilla/MiniEditor.py" line="587"/> <source>Redo the last change</source> <translation>Rifai ultima modifica</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="541"/> + <location filename="../QScintilla/MiniEditor.py" line="588"/> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Rifai</b><p>Rifai l'ultima modifica nell'editor corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cut</source> <translation>Taglia</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Cu&t</source> <translation>&Taglia</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> + <location filename="../QScintilla/MiniEditor.py" line="595"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="555"/> + <location filename="../QScintilla/MiniEditor.py" line="602"/> <source>Cut the selection</source> <translation>Taglia la selezione</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> + <location filename="../QScintilla/MiniEditor.py" line="603"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Taglia</b><p>Taglia il testo selezionato nell'editor corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Copy</source> <translation>Copia</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>&Copy</source> <translation>&Copia</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> + <location filename="../QScintilla/MiniEditor.py" line="618"/> <source>Copy the selection</source> <translation>Copia la selezione</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> + <location filename="../QScintilla/MiniEditor.py" line="619"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Copia</b><p>Copia il testo selezionato nell'editor corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Paste</source> <translation>Incolla</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>&Paste</source> <translation>&Incolla</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="587"/> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Incolla l'ultimo testo tagliato/copiato</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Incolla</b><p>Incolla l'ultimo testo tagliato/copiato nell'editor corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Pulisci</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>Pu&lisci</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Pulisci tutto il testo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Pulisci</b><p>Cancellal tutto il testo dell'editor corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>About</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>&About</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Mostra informazioni su questo software</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>About</b><p>Mostra alcune informazioni su questo software.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>About Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>About &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Mostra le informazioni sulle librerie Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>About Qt</b><p>Mostra delle informazioni sulle librerie Qt.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&File</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Edita</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Questa parte della barra di stato mostra il numero di linea.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Questa parte della barra di stato mostra la posizione del cursore.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Pronto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>File caricato</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Senza titolo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Seleziona tutti</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Deseleziona tutti</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Linguaggi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Nessun linguaggio</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>File salvato</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Questa parte della barra di stato mostra se il file può essere scritto.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra help sensibile al contesto</b><p>Nella modalità Cos'è qusto, il cursore del mouse mostra una finesta con un punto interrogativo, e puoi clickare sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nei dialoghi questa funzionalità può essere utilizzata usando il pulsante per l'help sensibile al contesto della barra del titolo.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>File</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Modifica</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Trova</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>Stam&pa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Stampa il file corrente</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Stampa completata</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Errore durante la stampa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Stampa interrota</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> + <location filename="../QScintilla/MiniEditor.py" line="541"/> <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation><b>Stampa file</b><p>Stampa il file corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> + <location filename="../QScintilla/MiniEditor.py" line="548"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> + <location filename="../QScintilla/MiniEditor.py" line="553"/> <source>Print preview of the current file</source> <translation>Antreprima del file corrente</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> + <location filename="../QScintilla/MiniEditor.py" line="555"/> <source><b>Print Preview</b><p>Print preview of the current file.</p></source> <translation><b>Anteprima di stampa</b><p>Anteprima di stampa del file corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Indovinato</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternativo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Analizzatore lessicale Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Linea: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternative ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>Il documento ha delle modifiche non salvate.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation type="unfinished">About il Mini Editor di eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation type="unfinished">Il Mini Editor di eric6 è un editor basato su QScintilla. Può essere usato per piccole modifiche che non richiedono di usare l'editor completo.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Mini Editor di eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -54479,17 +54575,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> @@ -76410,6 +76506,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished">Test</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Documentazione</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_pt.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_pt.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2442,22 +2442,22 @@ <translation>Codificação: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Globais</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Atributos</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation>Atributos da Classe</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation>Importações</translation> </message> @@ -3426,12 +3426,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Contrair tudo</translation> + <translation type="obsolete">Contrair tudo</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Expandir tudo</translation> + <translation type="obsolete">Expandir tudo</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> @@ -3473,6 +3473,16 @@ <source>comment lines</source> <translation>linhas comentário</translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -11397,7 +11407,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> @@ -11487,7 +11497,7 @@ <translation>Desselecionar tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Verificação ortográfica...</translation> </message> @@ -11712,7 +11722,7 @@ <translation>Editar ponto de interrupção...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Habilitar pontos de interrupção</translation> </message> @@ -11817,332 +11827,332 @@ <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>Modificação do ficheiro de Apenas Leitura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>A imprimir...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Impressão completa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Erro durante a impressão</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Impressão completa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Erro durante a impressão</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Ficheiro Modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Inabilitar ponto de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Foram cobertas as linhas todas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Dados de Perfil</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Erro de Sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <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="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Nome de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Selecionar um nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Carregar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Ficheiros Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Erro ao carregar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Gravar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Erro ao gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Iniciar Registo de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <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="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Gravação de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Introduza o nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Ficheiro alterado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Adicionar Ficheiro...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Adicionar Ficheiros...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Adicionar ficheiro com pseudónimo...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Adicionar Ficheiros...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Adicionar ficheiro com pseudónimo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Adicionar recursos localizado...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Adicionar recurso de ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Adicionar recursos de ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Adicionar recurso de ficheiro com pseudónimo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <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="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Diagrama do Pacote</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Incluir atributos de classes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Diagrama de Imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>Incluir imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Incluir nome dos módulos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Adicionar dicionário</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Ignorar Tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Aviso: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Erro: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> @@ -12167,27 +12177,27 @@ <translation>Alteração anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation>Ordenar Linhas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <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="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>Aviso</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <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="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> @@ -12212,7 +12222,7 @@ <translation>Reabrir Com Codificação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -12227,27 +12237,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -12277,12 +12287,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13660,52 +13670,52 @@ <translation>Tabulação indenta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Comentários</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation>Espaço Virtual</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation>Cursor pode mover-se dentro do espaço virtual</translation> </message> @@ -13740,15 +13750,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -14274,6 +14304,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">Nome</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Codificação: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished">Globais</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished">Importações</translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Ir a</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished">Atualizar</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">Copiar Rota à Área de Transferência</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished">Linha {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -39189,22 +39285,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -39564,12 +39660,12 @@ <translation type="unfinished">Padrão</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -48582,649 +48678,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Linha: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Novo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Novo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Abrir uma janela do editor vazia</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Novo</b><p>Será criada uma janela do editor vazia.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Abrir</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Abrir...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Abrir um ficheiro</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Abrir um ficheiro</b><p>Será perguntado pelo nome de um ficheiro para abrir.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Gravar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Gravar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Gravar o ficheiro atual</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Gravar Ficheiro</b><p>Grava o conteúdo da janela atual do editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Gravar como</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>Gr&avar como...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Gravar o ficheiro atual para um novo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Gravar Ficheiro como</b><p>Gravar o conteúdo da janela do editor atual num ficheiro novo. O ficheiro pode ser introduzido com uma caixa de diálogo de seleção de ficheiros.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Fechar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>Fe&char</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> - <source>Close the editor window</source> - <translation>Fechar a janela do editor</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> - <source><b>Close Window</b><p>Close the current window.</p></source> - <translation><b>Fechar Janela</b><p>Fecha a janela atual.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>Print</source> - <translation>Imprimir</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>&Print</source> - <translation>Im&primir</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> - <source>Print the current file</source> - <translation>Imprimir o ficheiro atual</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation><b>Imprimir Ficheiro</b><p>Imprime o conteúdo do ficheiro atual.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> - <source>Print Preview</source> - <translation>Antevisão da Impressão</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source>Print preview of the current file</source> - <translation>Antevisão da impressão do ficheiro atual</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation><b>Antevisão da Impressão</b><p>Antevisão da Impressão do ficheiro atual.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation>Desfazer</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation>Desfa&zer</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation></translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> - <translation>Desfazer a última alteração</translation> + <source>Close the editor window</source> + <translation>Fechar a janela do editor</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> - <translation><b>Desfazer</b><p>Desfazer a última alteração feita no editor atual.</p></translation> + <source><b>Close Window</b><p>Close the current window.</p></source> + <translation><b>Fechar Janela</b><p>Fecha a janela atual.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Redo</source> - <translation>Refazer</translation> + <source>Print</source> + <translation>Imprimir</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>&Redo</source> - <translation>&Refazer</translation> + <source>&Print</source> + <translation>Im&primir</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> - <translation>Ctrl+Shift+Z</translation> + <source>Ctrl+P</source> + <comment>File|Print</comment> + <translation></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> - <translation>Refazer a última alteração</translation> + <source>Print the current file</source> + <translation>Imprimir o ficheiro atual</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> - <translation><b>Refazer</b><p>Refazer a últma alteração feita no editor atual.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation>Cortar</translation> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> + <translation><b>Imprimir Ficheiro</b><p>Imprime o conteúdo do ficheiro atual.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation>Cor&tar</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation></translation> + <source>Print Preview</source> + <translation>Antevisão da Impressão</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="553"/> + <source>Print preview of the current file</source> + <translation>Antevisão da impressão do ficheiro atual</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="555"/> - <source>Cut the selection</source> - <translation>Cortar a seleção</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> - <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> - <translation><b>Cortar</b><p>Recorta a seleção do texto do editor atual para a Área de Transferência.<p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Copy</source> - <translation>Copiar</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>&Copy</source> - <translation>&Copiar</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> - <source>Copy the selection</source> - <translation>Copiar a seleção</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> - <translation><b>Copiar</b><p>Copia a seleção de texto do editor atual para a Área de Transferência.<p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Paste</source> - <translation>Colar</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>&Paste</source> - <translation>Co&lar</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> - <translation></translation> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation><b>Antevisão da Impressão</b><p>Antevisão da Impressão do ficheiro atual.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation>Desfazer</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation>Desfa&zer</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation>Desfazer a última alteração</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation><b>Desfazer</b><p>Desfazer a última alteração feita no editor atual.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Redo</source> + <translation>Refazer</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>&Redo</source> + <translation>&Refazer</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> + <translation>Ctrl+Shift+Z</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation>Refazer a última alteração</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation><b>Refazer</b><p>Refazer a últma alteração feita no editor atual.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation>Cortar</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation>Cor&tar</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> + <source>Cut the selection</source> + <translation>Cortar a seleção</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> + <translation><b>Cortar</b><p>Recorta a seleção do texto do editor atual para a Área de Transferência.<p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Copy</source> + <translation>Copiar</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>&Copy</source> + <translation>&Copiar</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Copy the selection</source> + <translation>Copiar a seleção</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="619"/> + <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> + <translation><b>Copiar</b><p>Copia a seleção de texto do editor atual para a Área de Transferência.<p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Paste</source> + <translation>Colar</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>&Paste</source> + <translation>Co&lar</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Colar o último texto cortado/copiado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Colar</b><p>Cola o último texto cortado/copiado da área de transferência ao editor atual.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Limpar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>Li&mpar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Limpar todo o texto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Limpar</b><p>Apaga o texto todo do editor atual.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>Acerca</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>A&cerca</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Mostra a informação acerca deste software</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Acerca</b><p>Mostra alguma informação acerca deste software.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Mostra informação acerca das Ferramentas de Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Acerca de Qt</b><p>Mostra alguma informação acerca das Ferramentas de Qt.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>O que é Isto?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>O &que é Isto?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Ajuda sensível ao contexto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ajuda sensível a contexto</b><p>No modo 'Que é Isto?' o cursor do rato mostra uma flecha com um ponto de interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&Ficheiro</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Editar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>&Ajuda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Ficheiro</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Editar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Encontrar</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Ajuda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Esta parte da barra de estado mostra as permissões dos ficheiro do editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Esta parte da barra de estado mostra a linha do cursor do editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Esta parte da barra de estado mostra a posição do cursor do editor.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Preparado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>O documento tem alterações por gravar.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Ficheiro carregado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Ficheiro gravado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Sem Título</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>A imprimir...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Impressão completa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Erro durante a impressão</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Selecionar tudo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Desselecionar tudo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Idiomas</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Sem Idioma</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Adivinhado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Analizador Léxico Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation>Acerca do Mini Editor eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>O Mini Editor de eric6 é um componente de edição baseado em QScintilla. Pode usar-se para simples tarefas de edição que não necessitam a potencia de um editor desenvolvido.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation>Mini Editor eric6</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -53870,17 +53966,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> @@ -75578,6 +75674,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Documentação</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_ru.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_ru.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2381,22 +2381,22 @@ <translation>Кодировка: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Глобальные переменные</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Атрибуты</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation>Атрибуты класса</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation>Импорт</translation> </message> @@ -3260,12 +3260,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Свернуть все</translation> + <translation type="obsolete">Свернуть все</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Раскрыть всё</translation> + <translation type="obsolete">Раскрыть всё</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> @@ -3307,6 +3307,16 @@ <source>comment lines</source> <translation>строки комментариев</translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished">Свернуть все</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -10913,7 +10923,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Открыть файл</translation> </message> @@ -11003,7 +11013,7 @@ <translation>Снять выделение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Проверка орфографии...</translation> </message> @@ -11228,7 +11238,7 @@ <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Разрешить точку останова</translation> </message> @@ -11333,327 +11343,327 @@ <translation>Выберите для использования лексер Pygments.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>Редактирование файла, открытого только на чтение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Печать завершена</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Ошибка печати</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Печать завершена</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Ошибка печати</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Печать прервана</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Файл изменён</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Автодополнение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Запретить точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Покрытие кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл покрытия</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Показать аннотации по покрытию кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Все строки были охвачены.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>Нет доступного файла покрытия.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Синтаксическая ошибка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>Нет сообщения о синтаксической ошибке.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Имя макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Загрузить макрос</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Макросы (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Ошибка при загрузке макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Сохранить файл с макросами</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Сохранить макрос</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Ошибка при сохранении макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Начать запись макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Macro recording is already active. Start new?</source> <translation>Запись макроса уже идёт. Начать новую запись?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Запись макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Файл изменен</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Ресурсы</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Добавить файл...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Добавить файлы...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Добавить файл под другим именем...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Добавить файлы...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Добавить файл под другим именем...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Добавить локализованный ресурс...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Добавить фрагмент ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Добавить файл ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Добавить файлы ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Добавить файл ресурсов под другим именем</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation>Другое имя для файла <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Диаграмма пакетов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Включать атрибуты класса?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Диаграмма импортов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>Включать импорты из внешних модулей?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Добавить в словарь</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Игнорировать всё</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Предупреждение: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Ошибка: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> </message> @@ -11678,27 +11688,27 @@ <translation>Предыдущее изменение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation>Сортировать строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>Предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation>Нет предупреждающего сообщения.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation>Стиль: {0}</translation> </message> @@ -11723,7 +11733,7 @@ <translation>Открыть заново с кодировкой</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -11738,32 +11748,32 @@ <translation>Дополнить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation>Источник автодополнений</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation>Источник всплывающих подсказок</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation>Регистрация обработчика кликов мышки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation> </message> @@ -11793,12 +11803,12 @@ <translation>Выполнить выбор в консоли</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation>Свойства EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <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> @@ -13163,52 +13173,52 @@ <translation>Кнопка Tab увеличивает отступ</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Комментарии</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <source>Select to insert the comment sign at column 0</source> <translation>Разрешить вставку символа комментария в первую колонку</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <source>Insert comment at column 0</source> <translation>Вставлять комментарий в первую колонку</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation>Виртуальное пространство</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation>Разрешить выделению заходить в виртуальное пространство</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation>Курсор может заходить в виртуальное пространство</translation> </message> @@ -13243,15 +13253,35 @@ <translation>Редактировать выбранное переопределение конкретного языка</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation>Переопределение табуляции и отступа</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation>Действительно ли выбранные записи должны быть удалены?</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -13742,6 +13772,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Кодировка: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished">Импорт</translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Перейти</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished">Освежить</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">Копировать путь в буфер обмена</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished">Свернуть все</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished">Строка: {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -44479,660 +44575,660 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Строка: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Позиция: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Новый</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>&Новый</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Открыть пустое окно редактора</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Новый документ</b> <p>Создание пустого окна редактора.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Открыть</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Открыть...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Открыть файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Открыть файл</b><p>Вам будет предложено задать имя файла, который нужно открыть.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Сохранить</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Сохранить текущий файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Сохранить файл</b> <p>Сохранение содержания текущего окна редактора.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Сохранить как</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Сохранить текущий файл в новый</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Сохранить файл как</b> <p>Сохранение содержания текущего окна редактора в новый файл. Имя файла будет запрошено с помощью диалога выбора файлов.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>Закрыть окно редактора</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Закрыть окно</b> <p>Закрытие текущего окна.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>&Печать</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Печать текущего файла</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation><b>Печать файла</b><p>Распечатать содержимое текущего файла.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> - <source>Print Preview</source> - <translation>Предварительный просмотр печати</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source>Print preview of the current file</source> - <translation>Предварительный просмотр печати текущего файла</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation><b>Предварительный просмотр печати</b><p>Предварительный просмотр печати текущего файла.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation>Отмена</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation>&Отмена</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation>Ctrl+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation>Alt+Backspace</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> - <translation>Отменить последнее изменение</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> - <translation><b>Отмена</b> -<p>Отмена последнего изменения в текущем сеансе редактирования.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Redo</source> - <translation>Повтор</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>&Redo</source> - <translation>&Повтор</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> - <translation>Ctrl+Shift+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> - <translation>Восстановить последнее отменённое изменение</translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> - <translation><b>Повтор</b> -<p>Восстановление последнего отменённого изменения.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation>Вырезать</translation> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> + <translation><b>Печать файла</b><p>Распечатать содержимое текущего файла.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation>В&ырезать</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation>Ctrl+X</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation>Shift+Del</translation> + <source>Print Preview</source> + <translation>Предварительный просмотр печати</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="553"/> + <source>Print preview of the current file</source> + <translation>Предварительный просмотр печати текущего файла</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="555"/> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation><b>Предварительный просмотр печати</b><p>Предварительный просмотр печати текущего файла.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation>Отмена</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation>&Отмена</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation>Ctrl+Z</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation>Alt+Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation>Отменить последнее изменение</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation><b>Отмена</b> +<p>Отмена последнего изменения в текущем сеансе редактирования.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Redo</source> + <translation>Повтор</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>&Redo</source> + <translation>&Повтор</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> + <translation>Ctrl+Shift+Z</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation>Восстановить последнее отменённое изменение</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation><b>Повтор</b> +<p>Восстановление последнего отменённого изменения.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation>Вырезать</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation>В&ырезать</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation>Ctrl+X</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation>Shift+Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> <source>Cut the selection</source> <translation>Вырезать выделение</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> + <location filename="../QScintilla/MiniEditor.py" line="603"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Вырезать</b> <p>Вырезать выделение и поместить его в буфер обмена.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>&Copy</source> <translation>&Копировать</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> + <location filename="../QScintilla/MiniEditor.py" line="618"/> <source>Copy the selection</source> <translation>Копировать выделение</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> + <location filename="../QScintilla/MiniEditor.py" line="619"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Копировать</b> <p>Копировать выделение и поместить его в буфер обмена.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Paste</source> <translation>Вставить</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>&Paste</source> <translation>Вс&тавить</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="587"/> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>Вставить вырезанный/скопированный текст</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Вставить</b> <p>Вставить текст из буфера обмена в текущую позицию редактора.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Очистить</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>О&чистить</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Убрать весь текст</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Очистить</b> <p>Удаление всего текста из текущего редактора.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>О программе</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>&О программе</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Информация о программе</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>О программе</b><p>Информация об этом программном продукте.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>О Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>О &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Информация о наборе инструментов Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>О Qt</b><p>Информация о библиотеке Qt.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Контекстнозависимая справка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показ контекстнозависимой справки</b><p>В режиме "What's This?"(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&Файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>&Правка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Редактировать</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Найти</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>В этой части строки состояния отображается режим ro/rw файла, открытого в редакторе.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>В этой части строки состояния отображается номер текущей строки редактора.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>В этой части строки состояния отображается текущая позиция курсора в редакторе.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Готово</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>Изменения в текущем документе не сохранены.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Файл загружен</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Файл сохранён</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Без имени</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Миниредактор</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Печать завершена</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Ошибка печати</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Печать прервана</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Выбрать всё</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Снять выделение</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Нет языка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Предполагаемый язык</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Альтернативная подсветка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Альтернативы ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Лексер Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Выберите для использования лексер Pygments.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation>О eric6 миниредакторе</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>Eric6 миниредактор — это компонент, основанный на QScintilla. Его можно использовать для простых задач редактирования, не требующих полномасштабного редактора.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation>Eric6 миниредактор</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation>Сохранить копию</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation>Сохранить &копию...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation>Сохранить копию текущего файла</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation><b>Сохранить копию</b><p>Сохранение контента текущего окна редактора. Имя файла может быть введено в диалоге выбора файла.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation>Свойства EditorConfig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -49647,17 +49743,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы предпочтений (*.ini);;Все файлы (*)</translation> </message> @@ -71440,6 +71536,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation>Задайте резюме фильтра как регулярное выражение.</translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished">Тест</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Документация</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_tr.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_tr.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2419,22 +2419,22 @@ <translation>Kodlama: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>Evrensel</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>Nitelikler</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation type="unfinished"></translation> </message> @@ -3309,12 +3309,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>Hepsini daralt</translation> + <translation type="obsolete">Hepsini daralt</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>Hepsini genişlet</translation> + <translation type="obsolete">Hepsini genişlet</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> @@ -3371,6 +3371,16 @@ <source>comment lines</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -11238,7 +11248,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> @@ -11328,7 +11338,7 @@ <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>Yazım Kontrolü...</translation> </message> @@ -11553,7 +11563,7 @@ <translation>Bekleme noktasını düzenle...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>Beklemenoktasını etkinleştir</translation> </message> @@ -11658,327 +11668,327 @@ <translation>Kullanmak için Pygment lexer seç.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>Yalnızca okunabilir dosyada değişiklik</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>Yazdırma tamalandı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>Yazdırılırken hata</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>Yazdırma tamalandı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>Yazdırılırken hata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>Dosya Değiştirildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>Otomatik tamamlama</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <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="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>Durmanoktasını iptal et</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>Kodların Dipnotunu Göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>Tüm satırlar korumaya alındı.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>Hazırda koruma dosyası yok.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>Veri Kesiti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>Sözdizimi Hatası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>Uygun söz dizimi hata mesajı yok.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>Makro Adı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>Bir makro ismi seç:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>Makro dosyasını yükle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>Makro dosyaları (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>Makronun yüklenmesinde hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <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="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>Makro Dosyasını Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>Makro Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>Makronun kaydedilmesinde hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>Makro Kaydı Başladı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <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="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>Makro Kaydediliyor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>Makronun ismini gir:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>Dosya değiştirilmiş</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>Kaynaklar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>Dosya ekle...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>Dosyaları ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>Kısaltmalar dosyasına ekle...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>Dosyaları ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>Kısaltmalar dosyasına ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>Yaral kaynak ekle...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>Çerçeve kaynağı ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>Dosya kaynağını ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>Dosya kaynaklarını ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>Kısaltmalar dosyası kaynağını ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <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="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>Paket Şeması</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>Sınıf nitelikleri dahil edilsin mi?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>Şemayı İçe Aktar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <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="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>Sözlüğe ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>Hepsini Yoksay</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>Dikkat: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>Hata: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -12003,27 +12013,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation type="unfinished">Dikkat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -12048,7 +12058,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -12063,32 +12073,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -12118,12 +12128,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13501,52 +13511,52 @@ <translation>Sekme tuşu girintiler</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>Yorumlar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> @@ -13581,15 +13591,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -14115,6 +14145,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">Adı</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">Kodlama: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished">Evrensel</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">Buraya git</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished">Tazele</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">Yolu Panoya kopyala</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -18472,9 +18568,6 @@ </message> </context> <context> - <name>Fetch</name> -</context> -<context> <name>FetchProjectHelper</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="92"/> @@ -38303,22 +38396,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -38668,12 +38761,12 @@ <translation type="unfinished">Varsayılan</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -47737,649 +47830,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>Satır: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>Yeni</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>Ye&ni</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>Boş bir düzenleyici penceresi aç</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Yeni</b><p>Boş bir düzenleme penceresi oluşturulacak.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>Aç</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>&Aç...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>Bir dosya aç</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Bir dosya aç</b><p>Açmak istediğiniz dosyanın adını giriniz.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>&Kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>Geçerli dosyayı kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Dosya Kaydet</b><p>Geçerli düzenleyici penceresinin içeriğini kaydet.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>Farklı kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>Farklı k&aydet...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>Geçerli dosyayı yeni bir tane olarak kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Dosyayı Farklı Kaydet</b><p>Geçerli düzenleyici penceresindeki içeriği yeni bir dosyaya kaydeder. Dosya seçme diyaloğu ile bu dosyaya girilebilir.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>Düzenleyici penceresini kapat</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Pencereyi kapat</b><p>Geçerli pencereyi kapat.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>&Yazdır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>Geçerli dosyayı yazdır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation><b>Dosya Yazdır</b><p>Geçerli dosyanın içeriğini yazdır.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> - <source>Print Preview</source> - <translation>Baskı Öngörünümü</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source>Print preview of the current file</source> - <translation>Geçerli dosyanın baskı öngörünümü</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation><b>Yazıcı Öngörünümü</b><p>Geçerli dosyanın yazıcı öngörünümü.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation>Geri Al</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation>&Geri al</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation>Ctrl+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation>Alt+Backspace</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> - <translation>Enson değişikliği geri al</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> - <translation><b>Geri Al</b><p>Geçerli düzenleyicide yapılan son değişikliği geri al.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Redo</source> - <translation>İleri al</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>&Redo</source> - <translation>&İleri al</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> - <translation>Ctrl+Shift+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> - <translation>Son değişikliği ileri al</translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> - <translation><b>İleri Al</b><p>Geçerli düzenleyicide yapılan son değişikliği ileri alır.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation>Kes</translation> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> + <translation><b>Dosya Yazdır</b><p>Geçerli dosyanın içeriğini yazdır.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation>Ke&s</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation>Ctrl+X</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation>Shift+Del</translation> + <source>Print Preview</source> + <translation>Baskı Öngörünümü</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="553"/> + <source>Print preview of the current file</source> + <translation>Geçerli dosyanın baskı öngörünümü</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="555"/> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation><b>Yazıcı Öngörünümü</b><p>Geçerli dosyanın yazıcı öngörünümü.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation>Geri Al</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation>&Geri al</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation>Ctrl+Z</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation>Alt+Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation>Enson değişikliği geri al</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation><b>Geri Al</b><p>Geçerli düzenleyicide yapılan son değişikliği geri al.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Redo</source> + <translation>İleri al</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>&Redo</source> + <translation>&İleri al</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> + <translation>Ctrl+Shift+Z</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation>Son değişikliği ileri al</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation><b>İleri Al</b><p>Geçerli düzenleyicide yapılan son değişikliği ileri alır.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation>Kes</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation>Ke&s</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation>Ctrl+X</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation>Shift+Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> <source>Cut the selection</source> <translation>Seçimi kes</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> + <location filename="../QScintilla/MiniEditor.py" line="603"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Kes</b><p>Geçerli düzenleyicide seçilen metni panoya keser.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>&Copy</source> <translation>&Kopyala</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> + <location filename="../QScintilla/MiniEditor.py" line="611"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> + <location filename="../QScintilla/MiniEditor.py" line="618"/> <source>Copy the selection</source> <translation>Seçimi kopyala</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> + <location filename="../QScintilla/MiniEditor.py" line="619"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Kopya</b><p>Geçerli düzenleyicideki seçilen metni clipboarda kopyala.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Paste</source> <translation>Yapıştır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>&Paste</source> <translation>Ya&pıştır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> + <location filename="../QScintilla/MiniEditor.py" line="627"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="587"/> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>En son kesilen/kopyalanan metni yapıştır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Yapıştır</b><p>En son kesilen/kopyalanan metni panodan geçerli düzenleyiciye yapıştırır.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>Temizle</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>T&emizle</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>Tüm metni temizle</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Temizle</b><p>Geçerli düzenleyicideki tüm metinleri sil.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>Hakkında</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>H&akkında</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>Bu yazılım hakkında bilgi göster</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Hakkında</b><p>Bu yazılım hakkındaki çeşitli bilgileri gösterir.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>Qt Hakkında</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>&Qt Hakkında</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>Qt araçkiti hakkında bilgi göster</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Qt Hakkında</b><p>Qt Araçkiti hakkında bazı bilgiler gösterir.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>Duyarlı yardım</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>&Dosya</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>Düz&en</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>Dosya</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>Düzen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>Bul</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>Durum çubuğununu bu parçası düzenleyicideki dosyanın yazılabilme durumunu işaret eder. </p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Durum çubuğununu bu parçası düzenleyicideki satır numarasını gösterir.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Durum çubuğununu bu parçası düzenleyicideki imlecin konumunu gösterir.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>Hazır</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>Dosya Yüklendi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>Dosya Kaydedildi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>Başlıksız</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>Mini Düzenleyici</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>Yazdırma tamalandı</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>Yazdırılırken hata</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>Hepsini seç</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>Dil Yok</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>Tahmin edilen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>Alternatifler</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation>Alternatifler ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>Kullanmak için Pygment lexer seç.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>Belgede kaydedilmemiş değişiklikler var.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation type="unfinished">Eric5 Mini Düzenleyici Hakkında {6 ?}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation type="unfinished">Eric5 Mini Düzenleyici QScintlla bileşenleri ile hazırlanmıştır.Güçlü bir düzenleyicinin tüm özelliklerine ihtiyaç duyulmayan, basit düzenleme işlerinde kullanılabilir. {6 ?}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation type="unfinished">eric5 Mini Düzenleyici {6 ?}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -52997,17 +53090,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -74705,6 +74798,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished">Test</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">Belgeleme</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>
--- a/eric6/i18n/eric6_zh_CN.ts Sun Sep 06 12:33:50 2020 +0200 +++ b/eric6/i18n/eric6_zh_CN.ts Sun Sep 06 12:41:19 2020 +0200 @@ -2430,12 +2430,12 @@ <translation>名称</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="663"/> + <location filename="../UI/BrowserModel.py" line="664"/> <source>Globals</source> <translation>全局</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="774"/> + <location filename="../UI/BrowserModel.py" line="761"/> <source>Attributes</source> <translation>属性</translation> </message> @@ -2445,12 +2445,12 @@ <translation>编码: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="784"/> + <location filename="../UI/BrowserModel.py" line="771"/> <source>Class Attributes</source> <translation>类属性</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="669"/> + <location filename="../UI/BrowserModel.py" line="670"/> <source>Imports</source> <translation>导入</translation> </message> @@ -3335,12 +3335,12 @@ <message> <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Collapse all</source> - <translation>折叠所有</translation> + <translation type="obsolete">折叠所有</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> <source>Expand all</source> - <translation>展开所有</translation> + <translation type="obsolete">展开所有</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> @@ -3397,6 +3397,16 @@ <source>comment lines</source> <translation>注释行</translation> </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="55"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -11217,7 +11227,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <source>Open File</source> <translation>打开文件</translation> </message> @@ -11302,7 +11312,7 @@ <translation>全部取消选择</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7827"/> + <location filename="../QScintilla/Editor.py" line="7832"/> <source>Check spelling...</source> <translation>正在进行拼写检查…</translation> </message> @@ -11522,7 +11532,7 @@ <translation>编辑断点…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5597"/> + <location filename="../QScintilla/Editor.py" line="5602"/> <source>Enable breakpoint</source> <translation>允许断点</translation> </message> @@ -11597,257 +11607,257 @@ <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <source>Modification of Read Only file</source> <translation>只读文件的改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1942"/> + <location filename="../QScintilla/Editor.py" line="1947"/> <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="2652"/> + <location filename="../QScintilla/Editor.py" line="2657"/> <source>Printing...</source> <translation>打印中…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2669"/> - <source>Printing completed</source> - <translation>打印已完成</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2671"/> - <source>Error while printing</source> - <translation>打印时出错</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2674"/> + <source>Printing completed</source> + <translation>打印已完成</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2676"/> + <source>Error while printing</source> + <translation>打印时出错</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2679"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <source>File Modified</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion</source> <translation>自动完成</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4759"/> + <location filename="../QScintilla/Editor.py" line="4764"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>自动完成无效,没有设定自动完成源。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5600"/> + <location filename="../QScintilla/Editor.py" line="5605"/> <source>Disable breakpoint</source> <translation>去除断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5975"/> + <location filename="../QScintilla/Editor.py" line="5980"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>Show Code Coverage Annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="6036"/> <source>All lines have been covered.</source> <translation>所有行均被已覆盖。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6038"/> + <location filename="../QScintilla/Editor.py" line="6043"/> <source>There is no coverage file available.</source> <translation>没有有效的覆盖率文件。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6155"/> + <location filename="../QScintilla/Editor.py" line="6160"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>Syntax Error</source> <translation>语法错误</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6317"/> + <location filename="../QScintilla/Editor.py" line="6322"/> <source>No syntax error message available.</source> <translation>语法错误消息无效。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Macro Name</source> <translation>宏名称</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6706"/> + <location filename="../QScintilla/Editor.py" line="6711"/> <source>Select a macro name:</source> <translation>选择一个宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6734"/> + <location filename="../QScintilla/Editor.py" line="6739"/> <source>Load macro file</source> <translation>输入宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Macro files (*.macro)</source> <translation>宏文件 (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source>Error loading macro</source> <translation>载入宏文件出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6777"/> + <location filename="../QScintilla/Editor.py" line="6782"/> <source>Save macro file</source> <translation>保存宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <source>Save macro</source> <translation>保存宏</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <source>Error saving macro</source> <translation>保存宏出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Start Macro Recording</source> <translation>开始宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6823"/> + <location filename="../QScintilla/Editor.py" line="6828"/> <source>Macro recording is already active. Start new?</source> <translation>宏录制已激活。开始录制新宏?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Macro Recording</source> <translation>宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6849"/> + <location filename="../QScintilla/Editor.py" line="6854"/> <source>Enter name of the macro:</source> <translation>输入宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6989"/> + <location filename="../QScintilla/Editor.py" line="6994"/> <source>File changed</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7321"/> + <location filename="../QScintilla/Editor.py" line="7326"/> <source>Resources</source> <translation>资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323"/> + <location filename="../QScintilla/Editor.py" line="7328"/> <source>Add file...</source> <translation>添加文件…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7325"/> - <source>Add files...</source> - <translation>添加文件…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7327"/> - <source>Add aliased file...</source> - <translation>添加别名文件…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7330"/> + <source>Add files...</source> + <translation>添加文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7332"/> + <source>Add aliased file...</source> + <translation>添加别名文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7335"/> <source>Add localized resource...</source> <translation>添加本地资源…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7334"/> + <location filename="../QScintilla/Editor.py" line="7339"/> <source>Add resource frame</source> <translation>添加资源结构</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7353"/> + <location filename="../QScintilla/Editor.py" line="7358"/> <source>Add file resource</source> <translation>添加文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7369"/> + <location filename="../QScintilla/Editor.py" line="7374"/> <source>Add file resources</source> <translation>添加多个文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Add aliased file resource</source> <translation>添加别名文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Package Diagram</source> <translation>程序包图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7462"/> + <location filename="../QScintilla/Editor.py" line="7467"/> <source>Include class attributes?</source> <translation>包含类属性?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Imports Diagram</source> <translation>引用图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7484"/> + <location filename="../QScintilla/Editor.py" line="7489"/> <source>Include imports from external modules?</source> <translation>从外部模块包含引用?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7498"/> + <location filename="../QScintilla/Editor.py" line="7503"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7830"/> + <location filename="../QScintilla/Editor.py" line="7835"/> <source>Add to dictionary</source> <translation>添加到文件夹</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7832"/> + <location filename="../QScintilla/Editor.py" line="7837"/> <source>Ignore All</source> <translation>全部忽略</translation> </message> @@ -11872,47 +11882,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3029"/> + <location filename="../QScintilla/Editor.py" line="3034"/> <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="3089"/> + <location filename="../QScintilla/Editor.py" line="3094"/> <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="3215"/> + <location filename="../QScintilla/Editor.py" line="3220"/> <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="6748"/> + <location filename="../QScintilla/Editor.py" line="6753"/> <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="6757"/> + <location filename="../QScintilla/Editor.py" line="6762"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6810"/> + <location filename="../QScintilla/Editor.py" line="6815"/> <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="7159"/> + <location filename="../QScintilla/Editor.py" line="7164"/> <source>{0} (ro)</source> <translation>{0}(只读)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7300"/> + <location filename="../QScintilla/Editor.py" line="7305"/> <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="7396"/> + <location filename="../QScintilla/Editor.py" line="7401"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> @@ -11937,27 +11947,27 @@ <translation>清空警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3278"/> + <location filename="../QScintilla/Editor.py" line="3283"/> <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="6794"/> + <location filename="../QScintilla/Editor.py" line="6799"/> <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="6594"/> + <location filename="../QScintilla/Editor.py" line="6599"/> <source>Warning: {0}</source> <translation>警告:{0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6601"/> + <location filename="../QScintilla/Editor.py" line="6606"/> <source>Error: {0}</source> <translation>错误:{0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985"/> + <location filename="../QScintilla/Editor.py" line="6990"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>警告:</b>您在重新打开时将丢失所有更改。</translation> </message> @@ -11982,27 +11992,27 @@ <translation>上一个更改</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8248"/> + <location filename="../QScintilla/Editor.py" line="8253"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>Warning</source> <translation>警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6529"/> + <location filename="../QScintilla/Editor.py" line="6534"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6591"/> + <location filename="../QScintilla/Editor.py" line="6596"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> @@ -12027,7 +12037,7 @@ <translation>使用指定编码重新打开</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6984"/> <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> @@ -12042,32 +12052,32 @@ <translation>补全</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4889"/> + <location filename="../QScintilla/Editor.py" line="4894"/> <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="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5168"/> + <location filename="../QScintilla/Editor.py" line="5173"/> <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="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8337"/> + <location filename="../QScintilla/Editor.py" line="8342"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> @@ -12097,12 +12107,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8458"/> + <location filename="../QScintilla/Editor.py" line="8463"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> @@ -13480,52 +13490,52 @@ <translation>Tab 键缩进</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="335"/> <source>Comments</source> <translation>注释</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="341"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="347"/> <source>Insert comment at column 0</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="344"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="357"/> <source>Virtual Space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="376"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> <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"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="386"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> @@ -13560,15 +13570,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="217"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Select to enable the source code outline view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <source>Source Code Outline</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Default Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="300"/> + <source>Enter the default width of the source code outline view</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -14089,6 +14119,72 @@ </message> </context> <context> + <name>EditorOutlineModel</name> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="44"/> + <source>Name</source> + <translation type="unfinished">名称</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="110"/> + <source>Coding: {0}</source> + <translation type="unfinished">编码: {0}</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="118"/> + <source>Globals</source> + <translation type="unfinished">全局</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutlineModel.py" line="125"/> + <source>Imports</source> + <translation type="unfinished">导入</translation> + </message> +</context> +<context> + <name>EditorOutlineView</name> + <message> + <location filename="../QScintilla/EditorOutline.py" line="259"/> + <source>Goto</source> + <translation type="unfinished">跳转</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="297"/> + <source>Refresh</source> + <translation type="unfinished">刷新</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="301"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished">将路径复制到剪贴板</translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="306"/> + <source>Expand All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="310"/> + <source>Collapse All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="315"/> + <source>Increment Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="319"/> + <source>Decrement Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/EditorOutline.py" line="363"/> + <source>Line {0}</source> + <translation type="unfinished">行 {0}</translation> + </message> +</context> +<context> <name>EditorPropertiesPage</name> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="17"/> @@ -18585,12 +18681,6 @@ </message> </context> <context> - <name>Fetch</name> -</context> -<context> - <name>FetchProjectHelper</name> -</context> -<context> <name>FileDialogWizard</name> <message> <location filename="../Plugins/PluginWizardQFileDialog.py" line="85"/> @@ -38842,22 +38932,22 @@ <context> <name>HgUserConfigDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source>Delete Host Fingerprint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="545"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="542"/> <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>Edit User Configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="712"/> <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> <translation type="unfinished"></translation> </message> @@ -39207,12 +39297,12 @@ <translation type="unfinished">默认</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source>Delete Host Minimum Protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="654"/> <source><p>Shall the minimum protocol entry for host <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> @@ -48316,649 +48406,649 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>New</source> <translation>新建</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>&New</source> <translation>新建(&N)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="400"/> + <location filename="../QScintilla/MiniEditor.py" line="447"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="406"/> + <location filename="../QScintilla/MiniEditor.py" line="453"/> <source>Open an empty editor window</source> <translation>打开一个空白编辑器窗口</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> + <location filename="../QScintilla/MiniEditor.py" line="454"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>新建</b><p>创建一个空白编辑器窗口。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Open</source> <translation>打开</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>&Open...</source> <translation>打开(&O)…</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="414"/> + <location filename="../QScintilla/MiniEditor.py" line="461"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="420"/> + <location filename="../QScintilla/MiniEditor.py" line="467"/> <source>Open a file</source> <translation>打开一个文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="421"/> + <location filename="../QScintilla/MiniEditor.py" line="468"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>打开一个文件</b><p>将询问要打开的文件名称。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>&Save</source> <translation>保存(&S)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="428"/> + <location filename="../QScintilla/MiniEditor.py" line="475"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="434"/> + <location filename="../QScintilla/MiniEditor.py" line="481"/> <source>Save the current file</source> <translation>保存当前文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="435"/> + <location filename="../QScintilla/MiniEditor.py" line="482"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>保存文件</b><p>保存当前编辑器窗口的内容。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save as</source> <translation>另存为</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Save &as...</source> <translation>另存为(&A)…</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="442"/> + <location filename="../QScintilla/MiniEditor.py" line="489"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="448"/> + <location filename="../QScintilla/MiniEditor.py" line="495"/> <source>Save the current file to a new one</source> <translation>将当前文件保存到一个新文件中</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="450"/> + <location filename="../QScintilla/MiniEditor.py" line="497"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>文件另存为</b><p>将当前编辑器窗口的内容保存到一个新文件中。可以在文件选择对话框中输入该文件。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="473"/> + <location filename="../QScintilla/MiniEditor.py" line="520"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="479"/> + <location filename="../QScintilla/MiniEditor.py" line="526"/> <source>Close the editor window</source> <translation>关闭编辑器窗口</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="480"/> + <location filename="../QScintilla/MiniEditor.py" line="527"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>关闭窗口</b><p>关闭当前窗口。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>&Print</source> <translation>打印(&P)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="487"/> + <location filename="../QScintilla/MiniEditor.py" line="534"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="493"/> + <location filename="../QScintilla/MiniEditor.py" line="540"/> <source>Print the current file</source> <translation>打印当前文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="494"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation><b>打印文件</b><p>打印当前文件的内容。</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="501"/> - <source>Print Preview</source> - <translation>打印预览</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source>Print preview of the current file</source> - <translation>当前文件的打印预览</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="508"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation><b>打印预览</b><p>当前文件的打印预览。</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Undo</source> - <translation>撤消</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>&Undo</source> - <translation>撤消(&U)</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation>Ctrl+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation>Alt+Backspace</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="526"/> - <source>Undo the last change</source> - <translation>撤消最后一次更改</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> - <translation><b>撤消</b><p>在当前编辑器中撤消最后一次更改。</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Redo</source> - <translation>重做</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>&Redo</source> - <translation>重做(&R)</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="534"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> - <translation>Ctrl+Shift+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="540"/> - <source>Redo the last change</source> - <translation>重做最后一次更改</translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="541"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> - <translation><b>重做</b><p>在当前编辑器中重做最后一次更改。</p></translation> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> + <translation><b>打印文件</b><p>打印当前文件的内容。</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cut</source> - <translation>剪切</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Cu&t</source> - <translation>剪切(&t)</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation>Ctrl+X</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation>Shift+Del</translation> + <source>Print Preview</source> + <translation>打印预览</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="553"/> + <source>Print preview of the current file</source> + <translation>当前文件的打印预览</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="555"/> - <source>Cut the selection</source> - <translation>剪切所选内容</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="556"/> - <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> - <translation><b>剪切</b><p>将当前编辑器所选内容剪切到剪贴板中。</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Copy</source> - <translation>复制</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>&Copy</source> - <translation>复制(&C)</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+C</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+Ins</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="571"/> - <source>Copy the selection</source> - <translation>复制所选内容</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> - <translation><b>复制</b><p>将当前编辑器所选内容复制到剪贴板中。</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Paste</source> - <translation>粘贴</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>&Paste</source> - <translation>粘贴(&P)</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation>Ctrl+V</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="580"/> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> - <translation>Shift+Ins</translation> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation><b>打印预览</b><p>当前文件的打印预览。</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Undo</source> + <translation>撤消</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>&Undo</source> + <translation>撤消(&U)</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation>Ctrl+Z</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation>Alt+Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Undo the last change</source> + <translation>撤消最后一次更改</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="574"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation><b>撤消</b><p>在当前编辑器中撤消最后一次更改。</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Redo</source> + <translation>重做</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>&Redo</source> + <translation>重做(&R)</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="581"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> + <translation>Ctrl+Shift+Z</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Redo the last change</source> + <translation>重做最后一次更改</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="588"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation><b>重做</b><p>在当前编辑器中重做最后一次更改。</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cut</source> + <translation>剪切</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Cu&t</source> + <translation>剪切(&t)</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation>Ctrl+X</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation>Shift+Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="602"/> + <source>Cut the selection</source> + <translation>剪切所选内容</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> + <translation><b>剪切</b><p>将当前编辑器所选内容剪切到剪贴板中。</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Copy</source> + <translation>复制</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>&Copy</source> + <translation>复制(&C)</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+C</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="611"/> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+Ins</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Copy the selection</source> + <translation>复制所选内容</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="619"/> + <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> + <translation><b>复制</b><p>将当前编辑器所选内容复制到剪贴板中。</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Paste</source> + <translation>粘贴</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>&Paste</source> + <translation>粘贴(&P)</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation>Ctrl+V</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="627"/> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation>Shift+Ins</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="634"/> <source>Paste the last cut/copied text</source> <translation>粘贴最近剪切或复制的文本</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="589"/> + <location filename="../QScintilla/MiniEditor.py" line="636"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>粘贴</b><p>将最近剪切或复制的文本从剪贴板粘贴到当前编辑器中。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Clear</source> <translation>清除</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Cl&ear</source> <translation>清除(&E)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="597"/> + <location filename="../QScintilla/MiniEditor.py" line="644"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> + <location filename="../QScintilla/MiniEditor.py" line="651"/> <source>Clear all text</source> <translation>清除所有文本</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="605"/> + <location filename="../QScintilla/MiniEditor.py" line="652"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>清除</b><p>删除当前编辑器中的所有文本。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>About</source> <translation>关于</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2129"/> + <location filename="../QScintilla/MiniEditor.py" line="2176"/> <source>&About</source> <translation>关于(&A)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2133"/> + <location filename="../QScintilla/MiniEditor.py" line="2180"/> <source>Display information about this software</source> <translation>显示软件信息</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2135"/> + <location filename="../QScintilla/MiniEditor.py" line="2182"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>关于</b><p>显示与本软件有关的部分信息。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About Qt</source> <translation>关于 Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2141"/> + <location filename="../QScintilla/MiniEditor.py" line="2188"/> <source>About &Qt</source> <translation>关于 &Qt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2145"/> + <location filename="../QScintilla/MiniEditor.py" line="2192"/> <source>Display information about the Qt toolkit</source> <translation>显示 Qt 工具包信息</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2147"/> + <location filename="../QScintilla/MiniEditor.py" line="2194"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>关于 Qt</b><p>显示 Qt 工具包的部分相关信息。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2154"/> + <location filename="../QScintilla/MiniEditor.py" line="2201"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2160"/> + <location filename="../QScintilla/MiniEditor.py" line="2207"/> <source>Context sensitive help</source> <translation>背景帮助</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2161"/> + <location filename="../QScintilla/MiniEditor.py" line="2208"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2177"/> + <location filename="../QScintilla/MiniEditor.py" line="2224"/> <source>&File</source> <translation>文件(&F)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2189"/> + <location filename="../QScintilla/MiniEditor.py" line="2236"/> <source>&Edit</source> <translation>编辑(&E)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2209"/> + <location filename="../QScintilla/MiniEditor.py" line="2256"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2221"/> + <location filename="../QScintilla/MiniEditor.py" line="2268"/> <source>File</source> <translation>文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2234"/> + <location filename="../QScintilla/MiniEditor.py" line="2281"/> <source>Edit</source> <translation>编辑</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2244"/> + <location filename="../QScintilla/MiniEditor.py" line="2291"/> <source>Find</source> <translation>查找</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2251"/> + <location filename="../QScintilla/MiniEditor.py" line="2298"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2264"/> + <location filename="../QScintilla/MiniEditor.py" line="2311"/> <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> <translation><p>状态条的这一部分显示编辑器文件是否为可写。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2271"/> + <location filename="../QScintilla/MiniEditor.py" line="2318"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>状态条的这一部分显示编辑器的行号。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2278"/> + <location filename="../QScintilla/MiniEditor.py" line="2325"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>状态条的这一部分显示编辑的光标位置。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2283"/> + <location filename="../QScintilla/MiniEditor.py" line="2330"/> <source>Ready</source> <translation>就绪</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2368"/> + <location filename="../QScintilla/MiniEditor.py" line="2415"/> <source>File loaded</source> <translation>文件已载入</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2457"/> + <location filename="../QScintilla/MiniEditor.py" line="2504"/> <source>File saved</source> <translation>文件已保存</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2800"/> + <location filename="../QScintilla/MiniEditor.py" line="2851"/> <source>Untitled</source> <translation>未命名</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>Mini Editor</source> <translation>迷你编辑器</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2763"/> + <location filename="../QScintilla/MiniEditor.py" line="2814"/> <source>Printing...</source> <translation>打印中…</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2832"/> <source>Printing completed</source> <translation>打印已完成</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2783"/> + <location filename="../QScintilla/MiniEditor.py" line="2834"/> <source>Error while printing</source> <translation>打印时出错</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2786"/> + <location filename="../QScintilla/MiniEditor.py" line="2837"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2841"/> + <location filename="../QScintilla/MiniEditor.py" line="2892"/> <source>Select all</source> <translation>全选</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2842"/> + <location filename="../QScintilla/MiniEditor.py" line="2893"/> <source>Deselect all</source> <translation>全部取消选择</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2856"/> + <location filename="../QScintilla/MiniEditor.py" line="2907"/> <source>Languages</source> <translation>语言</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2859"/> + <location filename="../QScintilla/MiniEditor.py" line="2910"/> <source>No Language</source> <translation>无语言</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2883"/> + <location filename="../QScintilla/MiniEditor.py" line="2934"/> <source>Guessed</source> <translation>猜测</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2904"/> + <location filename="../QScintilla/MiniEditor.py" line="2956"/> <source>Alternatives</source> <translation>备选</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Pygments Lexer</source> <translation>Pygments 词法分析器</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2918"/> + <location filename="../QScintilla/MiniEditor.py" line="2972"/> <source>Select the Pygments lexer to apply.</source> <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="347"/> + <location filename="../QScintilla/MiniEditor.py" line="394"/> <source>Line: {0:5}</source> <translation>行:{0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="351"/> + <location filename="../QScintilla/MiniEditor.py" line="398"/> <source>Pos: {0:5}</source> <translation>列:{0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2339"/> + <location filename="../QScintilla/MiniEditor.py" line="2386"/> <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/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> + <location filename="../QScintilla/MiniEditor.py" line="2496"/> <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="2486"/> + <location filename="../QScintilla/MiniEditor.py" line="2533"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2901"/> + <location filename="../QScintilla/MiniEditor.py" line="2952"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>The document has unsaved changes.</source> <translation>文档有未保存的更改。</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>About eric6 Mini Editor</source> <translation>关于 eric6 迷你编辑器</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="284"/> + <location filename="../QScintilla/MiniEditor.py" line="331"/> <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>Eric6 迷你编辑器是一个基于 QScintilla 的编辑器组件。它可用于简单的、不需要完整编辑器复杂功能的编辑任务。</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2310"/> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> <source>eric6 Mini Editor</source> <translation>eric6 迷你编辑器</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save Copy</source> <translation>保存副本</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="458"/> + <location filename="../QScintilla/MiniEditor.py" line="505"/> <source>Save &Copy...</source> <translation>保存副本(&C)…</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="463"/> + <location filename="../QScintilla/MiniEditor.py" line="510"/> <source>Save a copy of the current file</source> <translation>保存当前文件的一个副本</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="465"/> + <location filename="../QScintilla/MiniEditor.py" line="512"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation><b>保存副本</b>保存当前编辑器窗口内容的一个副本。文件可以在文件选择对话框中输入。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3399"/> + <location filename="../QScintilla/MiniEditor.py" line="3487"/> <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="2469"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -53682,17 +53772,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1608"/> + <location filename="../Preferences/__init__.py" line="1611"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1636"/> + <location filename="../Preferences/__init__.py" line="1639"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>属性文件 (*.ini);;所有文件 (*)</translation> </message> @@ -75637,6 +75727,16 @@ <source>Enter the summary filter as a regular expression.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/> + <source>Test</source> + <translation type="unfinished">测试</translation> + </message> + <message> + <location filename="../Tasks/TaskFilterConfigDialog.py" line="38"/> + <source>Documentation</source> + <translation type="unfinished">文档</translation> + </message> </context> <context> <name>TaskPropertiesDialog</name>