Fri, 21 Jun 2013 19:28:37 +0200
Added a forgotten window title to the call stack viewer.
Debugger/CallStackViewer.py | file | annotate | diff | comparison | revisions | |
i18n/eric5_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric5_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_zh_CN.GB2312.ts | file | annotate | diff | comparison | revisions |
--- a/Debugger/CallStackViewer.py Fri Jun 21 19:13:40 2013 +0200 +++ b/Debugger/CallStackViewer.py Fri Jun 21 19:28:37 2013 +0200 @@ -42,6 +42,7 @@ self.setAlternatingRowColors(True) self.setItemsExpandable(False) self.setRootIsDecorated(False) + self.setWindowTitle(self.trUtf8("Call Stack")) self.__menu = QMenu(self) self.__sourceAct = self.__menu.addAction(
--- a/i18n/eric5_cs.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_cs.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2523,58 +2523,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished">Zobrazit zdroj</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished">Vyčistit</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished">Uložit</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <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="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5331,12 +5336,12 @@ <translation>Stav</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation>čekající na breakpoint</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation>běžící</translation> </message> @@ -18670,27 +18675,27 @@ <translation>Vytvoření větve v Mercurial repozitáři</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Ověřit integritu Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation>Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation>Zobrazení aliasů pro vzdálené úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation>Obnovení z přerušené transakce</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation>Má být pracovní adresář aktualizován?</translation> </message> @@ -18700,52 +18705,52 @@ <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation>Odebrat soubory jen z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Soubory Mercurial skupiny změn (*.hg)</translation> </message> @@ -18755,37 +18760,37 @@ <translation type="obsolete"><p>Soubor Mercurial skupiny změn<b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation>Rozpoznat soubor skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation>Zálohovat skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation>Nebyla dána žádná revize. Ruším...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -18795,72 +18800,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -20673,12 +20678,12 @@ <translation>Vybrat pole pro filtrování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation>Revize</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation>Autor</translation> </message> @@ -20944,12 +20949,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -33809,17 +33814,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -33852,17 +33857,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -35583,17 +35588,17 @@ <translation>Kompilovat formulář</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Kompilovat všechny formuláře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Otevřít v Qt-Designeru</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Otevřít v editoru</translation> </message> @@ -35603,117 +35608,117 @@ <translation>Náhled formuláře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Náhled překladů</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Odebrat z projektu</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Nový formulář...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Přidat formuláře...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> + <location filename="Project/ProjectFormsBrowser.py" line="300"/> <source>Add forms directory...</source> <translation>Přidat adresář s formuláři...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> <source>Expand all directories</source> <translation>Rozložit všechny adresáře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> <source>Collapse all directories</source> <translation>Složit všechny adresáře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>Kompilovat formuláře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>Nový formulář</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>Vybrat typ formuláře:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>Soubor již existuje! Přepsat jej?</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>Smazat formuláře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation>Opravdu chcete odebrat tyto formuláře z projektu?</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>Kompilace formuláře</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> + <location filename="Project/ProjectFormsBrowser.py" line="653"/> <source>The compilation of the form file was successful.</source> <translation>Kompilace souboru s formulářem byla úspěšná.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation>Kompilace souboru s formulářem selhala.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>Kompilovat formuláře...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>Přerušit</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation>Určení změněných formulářů...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>Kompilování změněných formulářů...</translation> </message> @@ -35723,37 +35728,37 @@ <translation>Generovat kód Dialog...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt User-Interface soubory (*.ui);;Všechny soubory (*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Nový soubor s formulářem <b>{0}</b> se nepodařilo vytvořit..<br>Problém: {1}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Kompilace formuláře se nepodařila.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -36606,32 +36611,32 @@ <translation>Generovat překlad (původní)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Generovat všechny překlady</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Generovat všechny překlady (původní)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>Otevřít v Qt-Linguist</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> <source>Open in Editor</source> <translation>Otevřít v editoru</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Zveřejnit překlad</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Zveřejnit všechny překlady</translation> </message> @@ -36641,135 +36646,140 @@ <translation>Náhled překladu</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Náhled všech překladů</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> <source>Remove from project</source> <translation>Odebrat z projektu</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> <source>Add translation...</source> <translation>Přidat překlad...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Přidat soubory s překladem...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Generovat překlady</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Generovat překlady (původní)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Zveřejnit překlady</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Náhled překladů</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Smazat soubory s překlady</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>Opravdu chcete odebrat tyto soubory s překlady z projektu?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source>Write temporary project file</source> <translation>Zapsat dočasný soubor projektu</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>Nebyly vybrány žádné soubory s překlady (*.ts).</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>Translation file generation</source> <translation>Generování souboru s překladem</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> <source>The generation of the translation files (*.ts) was successful.</source> <translation>Generování souboru s překladem (*.ts) bylo úspěšné.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>The generation of the translation files (*.ts) has failed.</source> <translation>Generování souboru s překladem (*.ts) selhalo.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>Translation file release</source> <translation>Zveřejnění souboru s překladem</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> <source>The release of the translation files (*.qm) was successful.</source> <translation>Zveřejnění souboru s překladem (*.qm) bylo úspěšné.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>The release of the translation files (*.qm) has failed.</source> <translation>Zveřejnění souboru s překladem (*.qm) selhalo.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Extrahovat zprávy</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>Do dočasného souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit zveřejnění.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">Otevřít</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -45111,12 +45121,12 @@ <translation></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Revize</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Autor</translation> </message> @@ -45201,7 +45211,7 @@ <translation>Změněno</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Subversion chyba</translation> </message>
--- a/i18n/eric5_de.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_de.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2405,22 +2405,22 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation>Zeige Quelltext</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation>Löschen</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> @@ -2429,37 +2429,42 @@ {2}{3}</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation>Datei: {0} Zeile: {1}</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation>Aufrufhierarchie speichern</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation>Text Dateien (*.txt);;Alle Dateien (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <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="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation>Fehler beim Speichern der Aufrufhierarchie</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation><p>Die Aufrufhierarchie konnten nicht nach <b>{0}</b> geschrieben werden.</p><p>Ursache: {1}</p></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation>Aufrufhierarchie</translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5112,12 +5117,12 @@ <translation>Status</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation>am Haltepunkt wartend</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation>ausführend</translation> </message> @@ -18021,27 +18026,27 @@ <translation>Erzeuge Zweig im Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifiziere die Integrität des Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation>Zeige Namen für entfernte Repositories</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation>Setze abgebrochene Transaktion zurück</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation>Soll das Arbeitsverzeichnis aktualisiert werden?</translation> </message> @@ -18051,87 +18056,87 @@ <translation>Zeige aktuellen Zweig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Ungültiger Bisect Unterbefehl ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation>Änderungsgruppe ansehen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation>Projektverzeichnis identifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation>.hgignore Datei erstellen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation>Lösche Dateien nur aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Änderungsgruppendateien (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Änderungsgruppendateien (*.hg);;Alle Dateien (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation>Identifiziere Änderungsgruppendatei</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation>Änderungssatz umkehren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation>Keine Revision angegeben. Abbruch...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Mercurial Änderungsgruppendatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation>Letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Wollen sie die letzte Transaktion wirklich zurücksetzen?</translation> </message> @@ -18141,72 +18146,72 @@ <translation>Pflege Änderungen in das Mercurial Repository ein</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation>Mercurial Befehlsserver</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial Befehlsserver konnte nicht wiedergestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial Befehlsserver konnte nicht gestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation>Patch importieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation>Patches exportieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation>Phase ändern</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation>Änderungssätze kopieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation>Änderungssätze kopieren (Fortsetzung)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation>Unterrepository hinzufügen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation><p>Die Unterrepositorydatei .hgsub konnte nicht gelesen werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation><p>Die Unterrepositorydatei .hgsub enthält bereits einen Eintrag <b>{0}</b>. Abbruch...</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation><p>Die Unterrepositorydatei .hgsub konnte nicht gespeichert werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation>Unterrepositories löschen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>Die Unterrepositorydatei .hgsub existiert nicht. Abbruch...</p></translation> </message> @@ -20000,12 +20005,12 @@ <translation>Wähle das als Filter zu verwendende Feld</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation>Autor</translation> </message> @@ -20266,12 +20271,12 @@ <translation>Drücken, um die ausgewählten Änderungssätze in den aktuellen Zweig zu kopeieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation>Änderungssätze kopieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation>Das Projekt sollte neu gelesen werde. Jetzt durchführen?</translation> </message> @@ -32444,17 +32449,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation><p>Für diesen Dateityp ist keine Vorschau verfügbar.</p></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation><p>Die Markdown Voschau erfordert das <b>python-markdown</b> Paket.<br/>Installiere es mit dem Paketmanager oder siehe <a href="http://pythonhosted.org/Markdown/install.html">die Installationsanleitung.</a></p></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation><p>Die ReStructuredText Voschau erfordert das <b>python-docutils</b> Paket.<br/>Installiere es mit dem Paketmanager oder siehe <a href="http://pypi.python.org/pypi/docutils">diese Seite.</a></p></translation> </message> @@ -32487,17 +32492,17 @@ <translation>Server Side Includes aktivieren</translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation>Vorschau - {0}</translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation>Vorschau</translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation><p>Für diesen Dateityp ist keine Vorschau verfügbar.</p></translation> </message> @@ -34067,57 +34072,57 @@ <translation>Formular übersetzen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Alle Formulare übersetzen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Aus dem Projekt entfernen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Löschen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>Formular übersetzen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> + <location filename="Project/ProjectFormsBrowser.py" line="653"/> <source>The compilation of the form file was successful.</source> <translation>Die Übersetzung des Formulars war erfolgreich.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>Formular übersetzen...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>Abbrechen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Mit Qt-Designer öffnen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> + <location filename="Project/ProjectFormsBrowser.py" line="300"/> <source>Add forms directory...</source> <translation>Formularverzeichnis hinzufügen...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation>Die Übersetzung des Formulars ist fehlgeschlagen.</translation> </message> @@ -34142,57 +34147,57 @@ <translation>Dialog mit Knöpfen (rechts)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Neues Formular...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>Neues Formular</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>Wähle einen Formulartyp:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> <source>Expand all directories</source> <translation>Alle Verzeichnisse aufklappen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> <source>Collapse all directories</source> <translation>Alle Verzeichnisse einklappen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Mit Editor öffnen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>Formulare übersetzen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>Formulare löschen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation>Wollen Sie wirklich diese Formulare aus dem Projekt löschen?</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Die neue Formulardatei <b>{0}</b> konnte nicht erzeugt werden.<br>Problem: {1}</p></translation> </message> @@ -34202,22 +34207,22 @@ <translation>Formularvorschau</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Die Übersetzung des Formulars ist fehlgeschlagen.</p<p>Grund: {0}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>{0} konnte nicht gestartet werden.<br>Stellen sie sicher, dass es sich im Suchpfad befindet.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Formulare hinzufügen...</translation> </message> @@ -34232,17 +34237,17 @@ <translation>Dialog mit Knöpfen (unten Mitte)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation>Ermittle veränderte Formulare...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>Übersetze veränderte Formulare...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>Die Datei existiert bereits. Überschreiben?</translation> </message> @@ -34262,22 +34267,22 @@ <translation>Erzeuge Dialogcode...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt Formulare (*.ui);;Alle Dateien (*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> @@ -35105,82 +35110,82 @@ <translation><b>Projekt Übersetzungen Browser</b><p>Dies bietet eine Übersicht aller im Projekt enthaltenen Übersetzungen an. Verschieden Aktionen können über das Kontextmenü ausgeführt werden.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Übersetzungen erzeugen</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Übersetzungen erzeugen (mit überholten Texten)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Übersetzungen freigeben</translation> </message> <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> + <source>Remove from project</source> + <translation>Aus dem Projekt entfernen</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> + <source>Add translation...</source> + <translation>Übersetzung hinzufügen...</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>Translation file generation</source> + <translation>Übersetzungsdatei erzeugen</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> + <source>The generation of the translation files (*.ts) was successful.</source> + <translation>Das Erzeugen der Übersetzungsdateien (*.ts) war erfolgreich.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>The generation of the translation files (*.ts) has failed.</source> + <translation>Das Erzeugen der Übersetzungsdateien (*.ts) ist fehlgeschlagen.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>Translation file release</source> + <translation>Übersetzungsdatei freigeben</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> + <source>The release of the translation files (*.qm) was successful.</source> + <translation>Die Freigabe der Übersetzungsdatei (*.qm) war erfolgreich.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>The release of the translation files (*.qm) has failed.</source> + <translation>Die Freigabe der Übersetzungsdatei (*.qm) ist fehlgeschlagen.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> + <source>Open in Qt-Linguist</source> + <translation>Mit Qt-Linguist öffnen</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> + <source>Write temporary project file</source> + <translation>Temporäre Projektdatei schreiben</translation> + </message> + <message> <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> - <source>Remove from project</source> - <translation>Aus dem Projekt entfernen</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> - <source>Delete</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> - <source>Add translation...</source> - <translation>Übersetzung hinzufügen...</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>Translation file generation</source> - <translation>Übersetzungsdatei erzeugen</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> - <source>The generation of the translation files (*.ts) was successful.</source> - <translation>Das Erzeugen der Übersetzungsdateien (*.ts) war erfolgreich.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>The generation of the translation files (*.ts) has failed.</source> - <translation>Das Erzeugen der Übersetzungsdateien (*.ts) ist fehlgeschlagen.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>Translation file release</source> - <translation>Übersetzungsdatei freigeben</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> - <source>The release of the translation files (*.qm) was successful.</source> - <translation>Die Freigabe der Übersetzungsdatei (*.qm) war erfolgreich.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>The release of the translation files (*.qm) has failed.</source> - <translation>Die Freigabe der Übersetzungsdatei (*.qm) ist fehlgeschlagen.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> - <source>Open in Qt-Linguist</source> - <translation>Mit Qt-Linguist öffnen</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> - <source>Write temporary project file</source> - <translation>Temporäre Projektdatei schreiben</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> <source>Open in Editor</source> <translation>Mit Editor öffnen</translation> </message> @@ -35195,32 +35200,32 @@ <translation>Übersetzung erzeugen (mit überholten Texten)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Alle Übersetzungen erzeugen</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Alle Übersetzungen erzeugen (mit überholten Texten)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Übersetzung freigeben</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Alle Übersetzungen freigeben</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>Die temporäre Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>lrelease konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -35230,55 +35235,60 @@ <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Übersetzungsdateien löschen</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>Wollen Sie wirklich diese Übersetzungsdateien aus dem Projekt löschen?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>Keine Überstzungsdateien (*.ts) ausgewählt.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>{0} konnte nicht gestartet werden.<br>Stellen sie sicher, dass es sich im Suchpfad befindet.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Übersetzungsvorschau (alle)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Übersetzungsdateien hinzufügen...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Texte extrahieren</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation>Öffnen</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -43331,12 +43341,12 @@ <translation>Subversion Log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Autor</translation> </message> @@ -43421,7 +43431,7 @@ <translation>Modifiziert</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Subversion Fehler</translation> </message>
--- a/i18n/eric5_en.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_en.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2377,58 +2377,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5067,12 +5072,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation type="unfinished"></translation> </message> @@ -17927,112 +17932,112 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -18042,72 +18047,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19887,12 +19892,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation type="unfinished"></translation> </message> @@ -20143,12 +20148,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> @@ -32267,17 +32272,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -32310,17 +32315,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -33930,7 +33935,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation type="unfinished"></translation> </message> @@ -33940,12 +33945,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation type="unfinished"></translation> </message> @@ -33955,152 +33960,152 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> - <source>Add forms directory...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> - <source>Copy Path to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> - <source>Expand all directories</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> - <source>Collapse all directories</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <source>Add forms directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> + <source>Expand all directories</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> + <source>Collapse all directories</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> - <source>The compilation of the form file was successful.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <source>The compilation of the form file was successful.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation type="unfinished"></translation> </message> @@ -34938,32 +34943,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> <source>Open in Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation type="unfinished"></translation> </message> @@ -34973,135 +34978,140 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> <source>Remove from project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> <source>Add translation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source>Write temporary project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>Translation file generation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> <source>The generation of the translation files (*.ts) was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>The generation of the translation files (*.ts) has failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>Translation file release</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> <source>The release of the translation files (*.qm) was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>The release of the translation files (*.qm) has failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -42955,12 +42965,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation type="unfinished"></translation> </message> @@ -43110,7 +43120,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_es.ts Fri Jun 21 19:28:37 2013 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="es"> +<!DOCTYPE TS><TS version="2.0" language="es" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1941,8 +1940,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>Abrir en Nueva &Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="144"/> @@ -2183,8 +2182,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>Abrir en Nueva &Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> @@ -2412,22 +2411,22 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation>Mostrar código fuente</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation>Limpiar</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> @@ -2436,37 +2435,42 @@ {2}{3}</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation>Archivo: {0} Línea: {1}</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation>Guardar Información de Pila de Llamadas</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation>Archivos de Texto (*.txt);;Todos los Archivos (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <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="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation>Error al guardar Información de Pila de Llamadas</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation><p>La información de la pila de llamadas no se ha podido guardar en <b>{0}</b></p><p>Razón: {1}</p></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5140,12 +5144,12 @@ <translation>Estado</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation>esperando en el punto de ruptura</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation>en ejecución</translation> </message> @@ -14598,7 +14602,7 @@ <name>HelpBrowser</name> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1025"/> - <source>Open Link in New Tab Ctrl+LMB</source> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Abrir enlace en Nueva Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> @@ -18053,27 +18057,27 @@ <translation>Creando branch en el repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verificando la integridad del repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation>Mostrando los ajustes de configuración combinados</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation>Mostrando alias para repositorios remotos</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation>Recuperando de transacción interrumpida</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation>¿Debe ser actualizado el directorio de trabajo?</translation> </message> @@ -18083,87 +18087,87 @@ <translation>Mostrando la branch actual</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation>Crear changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation>Aplicar changegroups</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Subcomando bisect ({0}) inválido.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation>Previsualizar changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation>Identificando directorio de proyecto</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation>Crear archivo .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation>Eliminando archivos unicamente del repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Archivos Changegroup de Mercurial (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Archivos Changegroup de Mercurial (*.hg);;Todos los Archivos (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation>Identificando archivo de changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation>Haciendo respaldo de changeset</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation>No se ha proporcionado revisión. Abortando...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo changegroup de Mercurial <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation>Hacer Rollback de la última transacción</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>¿Está seguro de que quiere aplicar un rollback a la última transacción?</translation> </message> @@ -18173,72 +18177,72 @@ <translation>Haciendo commit de cambios al repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation>Servidor de Comandos de Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido reiniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido iniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation>Importar Patch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation>Exportar Patches</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation>Cambiar Fase</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation>Copiar Changesets (Continuar)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation>Añadir Sub-repositorio</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation><p>No se ha podido leer el archivo .hgsub de sub-repositorios.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation><p>El archivo .hgsub de sub-repositorios ya contiene una entrada.</p><p>Abortando...</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation><p>No se ha podido escribir al archivo .hgsub de sub-repositorios.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation>Eliminar Sub-repositorios</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>El archivo de subrepositorios .hgsub no existe. Abortando...</p></translation> </message> @@ -20032,12 +20036,12 @@ <translation>Seleccione el campo de filtrado</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation>Revisión</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation>Autor</translation> </message> @@ -20299,12 +20303,12 @@ <translation>Pulsar para copiar los changesets seleccionados a la branch actual</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation>El proyecto debería ser cargado de nuevo. ¿Desea hacerlo ahora?</translation> </message> @@ -32475,17 +32479,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation><p>No hay vista previa disponible para este tipo de archivo.</p></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation><p>La previsualización de Markdown requiere el package <b>python-markdown</b>.<br/>Instalar con el gestor de paquetes o ver <a href="http://pythonhosted.org/Markdown/install.html">las instrucciones de instalación.</a></p></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation><p>La previsualización de ReStructuredText requiere el package <b>python-docutils</b> package.<br/>Installar con el gestor de paquetes o ver <a href="http://pypi.python.org/pypi/docutils">esta página .</a></p></translation> </message> @@ -32518,17 +32522,17 @@ <translation>Habilitar Includes del lado del Servidor</translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation>Previsualizar - {0}</translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation>Vista Previa</translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation><p>No hay vista previa disponible para este tipo de archivo.</p></translation> </message> @@ -34138,7 +34142,7 @@ <translation>Compilar formulario</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Compilar todos los formularios</translation> </message> @@ -34148,12 +34152,12 @@ <translation>Generar código de Diálogo...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Abrir en Qt-Designer</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Abrir en Editor</translation> </message> @@ -34163,152 +34167,152 @@ <translation>Previsualizar form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Previsualizar traducciones</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Abrir</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Quitar del proyecto</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Borrar</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Formulario nuevo...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Agregar formularios...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> - <source>Add forms directory...</source> - <translation>Agregar directorio de formularios...</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> - <source>Expand all directories</source> - <translation>Expandir todos los directorios</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> - <source>Collapse all directories</source> - <translation>Contraer todos los directorios</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> - <source>Compile forms</source> - <translation>Compilar formularios</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> - <source>New Form</source> - <translation>Formulario nuevo</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> - <source>Select a form type:</source> - <translation>Seleccione un tipo de formulario:</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> - <source>Qt User-Interface Files (*.ui);;All Files (*)</source> - <translation>Archivos de Interfaz de Usuario (*.ui);;Todos los Archivos(*)</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> - <source>The file already exists! Overwrite it?</source> - <translation>¿El archivo ya existe! ¿Sobreescribirlo?</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> - <source>Delete forms</source> - <translation>Borrar formularios</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> - <source>Do you really want to delete these forms from the project?</source> - <translation>¿Realmente quiere borrar estos formularios del proyecto?</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> - <source>Form Compilation</source> - <translation>Compilación del Formulario</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> - <source>The compilation of the form file was successful.</source> - <translation>Se ha compilado satisfactoriamente el archivo de formulario.</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> - <source>The compilation of the form file failed.</source> - <translation>La compilación del archivo de formulario ha fallado.</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> - <source>Process Generation Error</source> - <translation>Error de Generación de Proceso</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> - <source>Compiling forms...</source> - <translation>Compilando formularios...</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> - <source>Abort</source> - <translation>Abortar</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> - <source>Determining changed forms...</source> - <translation>Determinando que formularios han cambiado...</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> - <source>Compiling changed forms...</source> - <translation>Compilando formularios que han cambiado...</translation> - </message> - <message> <location filename="Project/ProjectFormsBrowser.py" line="300"/> - <source>Configure...</source> - <translation>Configurar...</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> - <source>Copy Path to Clipboard</source> - <translation>Copiar Ruta al Portapapeles</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> - <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> - <translation><p>El nuevo archivo de formulario <b>{0}</b> no ha podido ser creado.<br>Problema: {1}</p></translation> + <source>Add forms directory...</source> + <translation>Agregar directorio de formularios...</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> + <source>Expand all directories</source> + <translation>Expandir todos los directorios</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> + <source>Collapse all directories</source> + <translation>Contraer todos los directorios</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> + <source>Compile forms</source> + <translation>Compilar formularios</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> + <source>New Form</source> + <translation>Formulario nuevo</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> + <source>Select a form type:</source> + <translation>Seleccione un tipo de formulario:</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> + <source>Qt User-Interface Files (*.ui);;All Files (*)</source> + <translation>Archivos de Interfaz de Usuario (*.ui);;Todos los Archivos(*)</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> + <source>The file already exists! Overwrite it?</source> + <translation>¿El archivo ya existe! ¿Sobreescribirlo?</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> + <source>Delete forms</source> + <translation>Borrar formularios</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> + <source>Do you really want to delete these forms from the project?</source> + <translation>¿Realmente quiere borrar estos formularios del proyecto?</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> + <source>Form Compilation</source> + <translation>Compilación del Formulario</translation> </message> <message> <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <source>The compilation of the form file was successful.</source> + <translation>Se ha compilado satisfactoriamente el archivo de formulario.</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> + <source>The compilation of the form file failed.</source> + <translation>La compilación del archivo de formulario ha fallado.</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> + <source>Process Generation Error</source> + <translation>Error de Generación de Proceso</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> + <source>Compiling forms...</source> + <translation>Compilando formularios...</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> + <source>Abort</source> + <translation>Abortar</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> + <source>Determining changed forms...</source> + <translation>Determinando que formularios han cambiado...</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> + <source>Compiling changed forms...</source> + <translation>Compilando formularios que han cambiado...</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> + <source>Configure...</source> + <translation>Configurar...</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> + <source>Copy Path to Clipboard</source> + <translation>Copiar Ruta al Portapapeles</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> + <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> + <translation><p>El nuevo archivo de formulario <b>{0}</b> no ha podido ser creado.<br>Problema: {1}</p></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>La compilación del archivo de formulario ha fallado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>No se ha podido ejecutar {0}.<br>Verifique que está en la ruta de búsqueda (search path).</translation> </message> @@ -35146,32 +35150,32 @@ <translation>Generar traducción (con obsoleto)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Generar todas las traducciones</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Generar todas las traducciones (con obsoleto)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>Abrir en Qt-Linguist</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> <source>Open in Editor</source> <translation>Abrir en Editor</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Crear versión release de la traducción</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Crear versión release de todas las traducciones</translation> </message> @@ -35181,135 +35185,140 @@ <translation>Previsualizar traducción</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Previsualizar todas las traducciones</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> <source>Remove from project</source> <translation>Quitar del proyecto</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> <source>Delete</source> <translation>Borrar</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> <source>Add translation...</source> <translation>Añadir traducción...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Añadir archivos de traducción...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Generar traducciones</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Generar traduccines (con obsoleto)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Crear versión release de las traducciones</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Previsualizar traducciones</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Borrar archivos de traducción</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>¿Realmente quiere borrar estas archivos de traducción del proyecto?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source>Write temporary project file</source> <translation>Guardar archivo de proyecto temporal</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>No se han seleccionado archivos de traducción (*.ts).</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>Translation file generation</source> <translation>Generación de archivo de traducción</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> <source>The generation of the translation files (*.ts) was successful.</source> <translation>La generación de archivos de traducción (*.ts) ha sido satisfactoria.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>The generation of the translation files (*.ts) has failed.</source> <translation>La generación de archivos de traducción (*.ts) ha fallado.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>Translation file release</source> <translation>Crear versión release del archivo de traducción</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> <source>The release of the translation files (*.qm) was successful.</source> <translation>La versión release de los archivos de traducción (*.qm) ha sido satisfactoria.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>The release of the translation files (*.qm) has failed.</source> <translation>La versión release de los archivos de traducción (*.qm) ha fallado.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Extraer mensajes</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation>Copiar Ruta al Portapapeles</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo temporal de proyecto <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>No se ha podido ejecutar {0}.<br>Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar lrelease.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">Abrir</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -43365,12 +43374,12 @@ <translation>Seleccione el campo de filtrado</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Revisión</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Autor</translation> </message> @@ -43520,7 +43529,7 @@ <translation>Modificado</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Error de Subversion</translation> </message>
--- a/i18n/eric5_fr.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_fr.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2645,58 +2645,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished">Afficher la source</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished">Effacer</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Fichiers de texte (*.txt);;Tous les fichiers (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5609,12 +5614,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation type="unfinished"></translation> </message> @@ -19697,27 +19702,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> @@ -19727,87 +19732,87 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19817,72 +19822,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -21677,12 +21682,12 @@ <translation type="unfinished">Sélectionner le champ à filtrer</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation type="unfinished">Révision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation type="unfinished">Auteur</translation> </message> @@ -21963,12 +21968,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> @@ -35198,17 +35203,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -35241,17 +35246,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished">Aperçu</translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -37301,7 +37306,7 @@ <translation>Compiler la feuille</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Compiler toutes les feuilles</translation> </message> @@ -37311,62 +37316,62 @@ <translation type="obsolete">Générer un sous-classe</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Ouvrir dans Qt-Designer</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Nouvelle feuille...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> + <location filename="Project/ProjectFormsBrowser.py" line="300"/> <source>Add forms directory...</source> <translation>Ajouter un répertoire de feuilles...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> <source>Expand all directories</source> <translation>Déployer tous les répertoires</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> <source>Collapse all directories</source> <translation>Contracter tous les répertoires</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>Nouvelle feuille</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>Sélectionner un type de feuille:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>Compilation</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> + <location filename="Project/ProjectFormsBrowser.py" line="653"/> <source>The compilation of the form file was successful.</source> <translation>La compilation de la feuille a réussi.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation>La compilation de la feuille a échoué.</translation> </message> @@ -37386,42 +37391,42 @@ <translation type="obsolete">Entrer le nom de la sous-classe:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>Compilation des feuilles...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>Abandon</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Ouvrir dans l'éditeur</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>Compiler les feuilles</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>Supprimer les feuilles</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation>Voulez-vous vraiment supprimer ces feuilles du projet?</translation> </message> @@ -37446,7 +37451,7 @@ <translation>Apercu feuille</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Apercu des traductions</translation> </message> @@ -37461,7 +37466,7 @@ <translation type="obsolete">Impossible de démarrer %1.<br>Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Ajouter des feuilles...</translation> </message> @@ -37481,17 +37486,17 @@ <translation type="obsolete"><p>La génération de sous-classes n'est pas supportée par Qt4.</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation>Détermination des feuilles modifiées...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>Compilation des feuilles modifiées...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>Le fichier existe déjà! Ecraser ?</translation> </message> @@ -37511,37 +37516,37 @@ <translation>Générateur de code...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Fichiers Qt User-Interface (*.ui);;Tous fichiers(*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -38444,82 +38449,82 @@ <translation><b>Navigateur de traductions</b><p>Permet de voir facilement toutes les traductions présentes dans le projet. Plusieurs actions peuvent être effectuées via le menu contextuel.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Générer des traductions</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Générer des traductions (avec la version obsolete)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>Ouvrir avec Qt-Linguist</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Compiler les traductions</translation> </message> <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> + <source>Remove from project</source> + <translation>Supprimer du projet</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> + <source>Delete</source> + <translation>Supprimer</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> + <source>Add translation...</source> + <translation>Ajouter une traduction...</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> + <source>Write temporary project file</source> + <translation>Ecrire un fichier projet temporaire</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>Translation file generation</source> + <translation>Génération d'un fichier de traduction</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> + <source>The generation of the translation files (*.ts) was successful.</source> + <translation>La génération des fichiers de traduction (*.ts) a réussi.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>The generation of the translation files (*.ts) has failed.</source> + <translation>La génération des fichiers de traduction (*.ts) a échoué.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> + <source>Process Generation Error</source> + <translation>Erreur du processus</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>Translation file release</source> + <translation>Validation du fichier de traduction</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> + <source>The release of the translation files (*.qm) was successful.</source> + <translation>La validation des fichiers de traduction (*.qm) a réussi.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>The release of the translation files (*.qm) has failed.</source> + <translation>La validation des fichiers de traduction (*.qm) a échoué.</translation> + </message> + <message> <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> - <source>Remove from project</source> - <translation>Supprimer du projet</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> - <source>Add translation...</source> - <translation>Ajouter une traduction...</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> - <source>Write temporary project file</source> - <translation>Ecrire un fichier projet temporaire</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>Translation file generation</source> - <translation>Génération d'un fichier de traduction</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> - <source>The generation of the translation files (*.ts) was successful.</source> - <translation>La génération des fichiers de traduction (*.ts) a réussi.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>The generation of the translation files (*.ts) has failed.</source> - <translation>La génération des fichiers de traduction (*.ts) a échoué.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> - <source>Process Generation Error</source> - <translation>Erreur du processus</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>Translation file release</source> - <translation>Validation du fichier de traduction</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> - <source>The release of the translation files (*.qm) was successful.</source> - <translation>La validation des fichiers de traduction (*.qm) a réussi.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>The release of the translation files (*.qm) has failed.</source> - <translation>La validation des fichiers de traduction (*.qm) a échoué.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> <source>Open in Editor</source> <translation>Ouvrir dans l'éditeur</translation> </message> @@ -38534,22 +38539,22 @@ <translation>Générer un fichier de traduction (à partir d'un obsolète)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Générer tous les fichiers de traduction</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Générer les traductions (à partir des fichiers obsoletes)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Compiler la traduction</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Compiler toutes les traductions</translation> </message> @@ -38569,22 +38574,22 @@ <translation>Apercu de la traduction</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Apercu des traductions</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Supprimer les fichiers de traduction</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>Voulez-vous réellement supprimer ces traductions du projet?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>Aucun fichier de traduction (*.ts) sélectionné.</translation> </message> @@ -38594,45 +38599,50 @@ <translation type="obsolete">Impossible de démarrer %1.<br>Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Visualiser toutes les traductions</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Ajouter des fichiers de traduction...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Extraction des messages</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">Ouvrir</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -47974,12 +47984,12 @@ <translation>Log Subversion</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Révision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Auteur</translation> </message> @@ -48114,7 +48124,7 @@ <translation>Modifié</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Erreur Subversion</translation> </message>
--- a/i18n/eric5_it.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_it.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2524,58 +2524,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished">Mostra sorgente</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished">Pulisci</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished">Salva</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">File Testo(*.txt);;Tutti i file (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5325,12 +5330,12 @@ <translation>Stato</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation>in attesa ad un breakpoint</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation>in esecuzione</translation> </message> @@ -18565,27 +18570,27 @@ <translation>Creazione Branch nel repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifica dell'integrità del repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation>Visualizzazione combinata della impostazioni di configurazione</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation>Visualizzazione degli alias per i repository remoti</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation>Recupero da una transazione interrotta</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation>Le directory di lavoro devono essere aggiornate ?</translation> </message> @@ -18595,87 +18600,87 @@ <translation>Visualizzazione branch corrente</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation>Crea changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation>Applica changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Sottocomando Bisect ({0}) non valido.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation>Anteprima changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation>Identificazione directory del progetto</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation>Crea il file .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation>Rimozione di file dal solo repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Changegroup Files (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Changegroup Files (*.hg);;All Files (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation>Identifica i file changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation>Ritiro changeset</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation>Nessuna revisione fornita. Termino...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file changegroup di Mercurial<b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -18685,72 +18690,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -20563,12 +20568,12 @@ <translation>Seleziona il campo su cui filtrare</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation>Revisione</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation>Autore</translation> </message> @@ -20829,12 +20834,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Il progetto deve essere riletto. Farlo ora ?</translation> </message> @@ -33586,17 +33591,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -33629,17 +33634,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -35279,107 +35284,107 @@ <translation>Compila la form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Compila tutte le form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Apri con Qt-Designer</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Rimuovi dal progetto</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Cancella</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Nuova form...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> + <location filename="Project/ProjectFormsBrowser.py" line="300"/> <source>Add forms directory...</source> <translation>Affiungi directory delle forms...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> <source>Expand all directories</source> <translation>Espandi tutte le directory</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> <source>Collapse all directories</source> <translation>Riduci tutte le directory</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>Nuova form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>Seleziona tipo form:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>Compilazione form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> + <location filename="Project/ProjectFormsBrowser.py" line="653"/> <source>The compilation of the form file was successful.</source> <translation>La compilazione della form è avvenuta con successo.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation>La compilazione della form è fallita.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>Compilazione form in corso...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>Termina</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Apri con l'editor</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Rinomina file</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>Compila le form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>Cancella le form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation>Vuoi veramente cancellare queste form dal progetto ?</translation> </message> @@ -35389,12 +35394,12 @@ <translation>Anteprima form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Anteprima traduzioni</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Aggiungi form...</translation> </message> @@ -35409,17 +35414,17 @@ <translation>Dialogo con pulsanti (centrati in basso)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation>Determina form modificate...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>Compila le form modificate...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>Il file esiste già! Sovrascriverlo ?</translation> </message> @@ -35439,37 +35444,37 @@ <translation>Genera codice del dialogo...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Apri</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>File interfaccia Qt (*.ui);;Tutti i file (*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> <source>Copy Path to Clipboard</source> <translation>Copia il path nella Clipboard</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Il nuovo file della form <b>{0}</b> non può essere creato.<br>Problema: {1}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>La compilazione del file form è fallita.</p><p>Motivo: {0}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Non posso avviare {0}.<br>Assicurarsi che sia nel path.</translation> </message> @@ -36297,82 +36302,82 @@ <translation><b>Browser delle traduzioni del progetto</b><p>Consente di vedere facilmente tutte le traduzioni contenute nel progetto corrente. Diverse azioni posso essere eseguite dal menù contestuale.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Genera traduzioni</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Genera traduzioni (con deprecati)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>Apri in Qt-Linguist</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Rilascia traduzioni</translation> </message> <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> + <source>Remove from project</source> + <translation>Rimuovi dal progetto</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> + <source>Delete</source> + <translation>Cancella</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> + <source>Add translation...</source> + <translation>Aggiungi traduzione...</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> + <source>Write temporary project file</source> + <translation>Scrivi un file progetto temporaneo</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>Translation file generation</source> + <translation>Generazione file traduzioni</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> + <source>The generation of the translation files (*.ts) was successful.</source> + <translation>La generazione dei file di traduzione (*.ts) è avvenuta con successo.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>The generation of the translation files (*.ts) has failed.</source> + <translation>La generazione dei file di traduzione (*.ts) è fallita.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> + <source>Process Generation Error</source> + <translation>Errore Generazione Processo</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>Translation file release</source> + <translation>Rilascia file traduzione</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> + <source>The release of the translation files (*.qm) was successful.</source> + <translation>Il rilascio dei file traduzione (*.qm) è avvenuta con successo.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>The release of the translation files (*.qm) has failed.</source> + <translation>La generazione dei file di traduzione (*.qm) è fallita.</translation> + </message> + <message> <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> - <source>Remove from project</source> - <translation>Rimuovi dal progetto</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> - <source>Delete</source> - <translation>Cancella</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> - <source>Add translation...</source> - <translation>Aggiungi traduzione...</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> - <source>Write temporary project file</source> - <translation>Scrivi un file progetto temporaneo</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>Translation file generation</source> - <translation>Generazione file traduzioni</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> - <source>The generation of the translation files (*.ts) was successful.</source> - <translation>La generazione dei file di traduzione (*.ts) è avvenuta con successo.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>The generation of the translation files (*.ts) has failed.</source> - <translation>La generazione dei file di traduzione (*.ts) è fallita.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> - <source>Process Generation Error</source> - <translation>Errore Generazione Processo</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>Translation file release</source> - <translation>Rilascia file traduzione</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> - <source>The release of the translation files (*.qm) was successful.</source> - <translation>Il rilascio dei file traduzione (*.qm) è avvenuta con successo.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>The release of the translation files (*.qm) has failed.</source> - <translation>La generazione dei file di traduzione (*.qm) è fallita.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> <source>Open in Editor</source> <translation>Apri con l'editor</translation> </message> @@ -36387,22 +36392,22 @@ <translation>Genera traduzioni (con deprecati)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Genera tutte le traduzioni</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Genera tutte le traduzioni (con deprecati)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Rilascia traduzione</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Rilascia tutte le traduzioni</translation> </message> @@ -36412,65 +36417,70 @@ <translation>Anteprima traduzione</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Anteprima traduzioni</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Cancella file della traduzione</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>Vuoi veramente cancellare questi file traduzione del progetto ?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>Nessun file traduzione (*.ts) selezionato.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Anteprima tutte le traduzioni</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Aggiungi file traduzione...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Estrai messaggi</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation>Copia il path nella Clipboard</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>Il file temporaneo <b>{0}</b> del progetto non può essere scritto.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Non posso avviare {0}.<br>Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare lrelease.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">Apri</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -45163,12 +45173,12 @@ <translation>Log Subversion</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Revisione</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Autore</translation> </message> @@ -45303,7 +45313,7 @@ <translation>Modificato</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Errore Subversion</translation> </message>
--- a/i18n/eric5_ru.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_ru.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2529,58 +2529,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished">Показать исходник</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished">Очистить</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished">Сохранить</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Текстовые Файлы (*.txt);;Все Файлы (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Файл <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5360,12 +5365,12 @@ <translation>Состояние</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation>В точке останова</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation>Выполяется</translation> </message> @@ -18689,27 +18694,27 @@ <translation>Создание ветвив репозитории</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Проверка целостности репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation>Показ комбинированных настроек</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation>Алиасы для удалённых репозиториев</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation>Восстановление после прерванной транзакции</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation>Обновить рабочий каталог?</translation> </message> @@ -18719,87 +18724,87 @@ <translation>Текущая ветвь</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation>Создать группу изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation>Применить группу изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Неправильная подкоманда ({0}) для Bisect.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation>Предпросмотр группы изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation>Каталог проекта</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation>Создать файл .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation>Удаление файлов только из репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial файлы изменений (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial файлы изменений (*.hg);;Все файлы (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation>Файлы изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation>Не задана ревизия. Отмена...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл группы изменений<b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -18809,72 +18814,72 @@ <translation>Фиксировать изменения в репозиторий</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished">Импортировать патч</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -20682,12 +20687,12 @@ <translation>Задайте поле, по которому фильтровать</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation>Версия (ревизия)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation>Автор</translation> </message> @@ -20954,12 +20959,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Необходимо перезагрузить проект. Сделать это?</translation> </message> @@ -33741,17 +33746,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -33784,17 +33789,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -35445,57 +35450,57 @@ <translation>Компилировать форму</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Компилировать все формы</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Открыть в Дизайнере Qt</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Удалить из проекта</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> + <location filename="Project/ProjectFormsBrowser.py" line="300"/> <source>Add forms directory...</source> <translation>Добавить каталог с формами...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>Компиляция форм</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> + <location filename="Project/ProjectFormsBrowser.py" line="653"/> <source>The compilation of the form file was successful.</source> <translation>Компиляция формы прошла успешно.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation>Компиляция формы не удалась.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>Ошибка процесса генерации</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>Компилирую формы...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>Отмена</translation> </message> @@ -35520,57 +35525,57 @@ <translation>Дталог с кнопками (справа)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Новая форма...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> <source>Expand all directories</source> <translation>Раскрыть все подкаталоги</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> <source>Collapse all directories</source> <translation>Скрыть все подкаталоги</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>Новая форма</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>Выберите тип формы:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Открыть в редакторе</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>Компилировать формы</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>Удалить формы</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation>Вы правда хотите удалить выбранные формы из проекта?</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Файл с формой <b>{0}</b> не может быть создан из-за следующей проблемы: {1}</p></translation> </message> @@ -35580,22 +35585,22 @@ <translation>Предпросмотр формы</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Предпросмотр переводов</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Компиляция формы не удалась по причине: {0}</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Невозможно запустить {0}.<br>Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Добавить формы...</translation> </message> @@ -35610,17 +35615,17 @@ <translation>Диалог с кнопками (снизу в центре)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation>Определяю изменённые формы...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>Компилирую изменённые формы...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>Файл уже существует! Перезаписать?</translation> </message> @@ -35640,22 +35645,22 @@ <translation>Создать код для диалога...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Открыть</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Файлы описания интерфейса Qt (*.ui);;Все файлы (*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> <source>Copy Path to Clipboard</source> <translation>Сопировать путь в буфер обмена</translation> </message> @@ -36484,82 +36489,82 @@ <translation><b>Обозреватель переводов</b><p>Позволяет легко обозревать файлы переводов, содержащиеся в текущем проекте. Некоторые действия над ними доступны посредством контекстного меню.</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Создать переводы</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Создать переводы (включая устаревшие)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>Открыть в Qt-Linguist</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Создать двоичные переводы (release)</translation> </message> <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> + <source>Remove from project</source> + <translation>Удалить из проекта</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> + <source>Delete</source> + <translation>Удалить</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> + <source>Add translation...</source> + <translation>Добавить перевод...</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> + <source>Write temporary project file</source> + <translation>Запись временного файла проекта</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>Translation file generation</source> + <translation>Создание файлов перевода</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> + <source>The generation of the translation files (*.ts) was successful.</source> + <translation>Создание файлов перевода (*.ts) прошло успешно.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> + <source>The generation of the translation files (*.ts) has failed.</source> + <translation>Создание файлов перевода (*.ts) не удалось.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> + <source>Process Generation Error</source> + <translation>Ошибка процесса генерации</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>Translation file release</source> + <translation>Релиз файлов перевода</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> + <source>The release of the translation files (*.qm) was successful.</source> + <translation>Релиз файлов перевода (*.ts) прошёл успешно.</translation> + </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> + <source>The release of the translation files (*.qm) has failed.</source> + <translation>Релиз файлов перевода (*.ts) не удался.</translation> + </message> + <message> <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> - <source>Remove from project</source> - <translation>Удалить из проекта</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> - <source>Delete</source> - <translation>Удалить</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> - <source>Add translation...</source> - <translation>Добавить перевод...</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> - <source>Write temporary project file</source> - <translation>Запись временного файла проекта</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>Translation file generation</source> - <translation>Создание файлов перевода</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> - <source>The generation of the translation files (*.ts) was successful.</source> - <translation>Создание файлов перевода (*.ts) прошло успешно.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> - <source>The generation of the translation files (*.ts) has failed.</source> - <translation>Создание файлов перевода (*.ts) не удалось.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> - <source>Process Generation Error</source> - <translation>Ошибка процесса генерации</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>Translation file release</source> - <translation>Релиз файлов перевода</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> - <source>The release of the translation files (*.qm) was successful.</source> - <translation>Релиз файлов перевода (*.ts) прошёл успешно.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> - <source>The release of the translation files (*.qm) has failed.</source> - <translation>Релиз файлов перевода (*.ts) не удался.</translation> - </message> - <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> <source>Open in Editor</source> <translation>Открыть в редакторе</translation> </message> @@ -36574,32 +36579,32 @@ <translation>Создать перевод (включая устаревшие)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Создать все переводы</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Создать все переводы (включая устаревшие)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Создать двоичный перевод (release)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Создать все двоичные переводы (release)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить временный файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить lrelease.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> @@ -36609,55 +36614,60 @@ <translation>Предпросмотр перевода</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Предпросмотр переводов</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Удалить файлы переводов</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>Вы правда хотите удалить эти файлы переводов из проекта?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>Не выбрано ни одного файла переводов (*.ts).</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Невозможно запустить {0}.<br>Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Предпросмотр всех переводов</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Добавить файлы переводов...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Выделить сообщения</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation>Сопировать путь в буфер обмена</translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">Открыть</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -45303,12 +45313,12 @@ <translation>Журнал Subversion</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Версия (ревизия)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Автор</translation> </message> @@ -45393,7 +45403,7 @@ <translation>Изменено</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Ошибка Subversion</translation> </message>
--- a/i18n/eric5_tr.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_tr.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2522,58 +2522,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished">Kaynağı göster</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished">Temizle</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished">Kaydet</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Metin Dosyaları (*.txt);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5325,12 +5330,12 @@ <translation>Durum</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation>Bekleme oktasında bekleniyor</translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation>çalışıyor</translation> </message> @@ -18656,112 +18661,112 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halihazırda bulunuyor. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation>Değişimgrubu oluştur</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Değiştirme grubu Dosyaları (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation>Değişimgrubu öngörünümü</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Değişimgrubu Dosyaları (*.hg);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -18771,72 +18776,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -20646,12 +20651,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation>Gözden Geçirme</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation>Yazar</translation> </message> @@ -20917,12 +20922,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projenin yeniden okunması gerekiyor. Şimdi yapılsın mı?</translation> </message> @@ -33632,17 +33637,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -33675,17 +33680,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -35390,7 +35395,7 @@ <translation>Formu derle</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>Tüm formları derle</translation> </message> @@ -35400,12 +35405,12 @@ <translation>Diyalog kodunu Üret...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>Qt-Designer'da Aç</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>Düzenleyicide Aç</translation> </message> @@ -35415,152 +35420,152 @@ <translation>Form öngörünümü</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>Çeviri öngörünümü</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>Aç</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>Projeden çıkar</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>Sil</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>Yeni Kalıp...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>Form ekli...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> - <source>Add forms directory...</source> - <translation>Form dizini ekle...</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> - <source>Copy Path to Clipboard</source> - <translation>Yolu Panoya kopyala</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> - <source>Expand all directories</source> - <translation>Tüm dizinleri genişlet</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> - <source>Collapse all directories</source> - <translation>Tüm dizinleri daralt</translation> - </message> - <message> <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <source>Add forms directory...</source> + <translation>Form dizini ekle...</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> + <source>Copy Path to Clipboard</source> + <translation>Yolu Panoya kopyala</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> + <source>Expand all directories</source> + <translation>Tüm dizinleri genişlet</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> + <source>Collapse all directories</source> + <translation>Tüm dizinleri daralt</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>Formları derle</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>Yeni Form</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>Form tipini seç:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt Kullanıcı-Arayüz Dosyaları (*.ui);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>Bu dosya halihazırda var! Üzerine yazılsın mı?</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>Formları sil</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>Form Derleme</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> - <source>The compilation of the form file was successful.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <source>The compilation of the form file was successful.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>Formlar derleniyor...</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>Vazgeç</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>Değişen formlar derleniyor...</translation> </message> @@ -36408,32 +36413,32 @@ <translation>Çeviriyi üret (eskileri ile beraber)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>Tüm çevirileri üret</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>Tüm çevirileri üret (eskileri ile beraber)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>Qt-Linguist'te Aç</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> <source>Open in Editor</source> <translation>Düzenleyicide Aç</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>Çeviriyi yayımla</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>Tüm çevirileri yayımla</translation> </message> @@ -36443,135 +36448,140 @@ <translation>Çeviri öngörünümü</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>Tüm çevirilerin öngörünümü</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation>Masajı Genişlet</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> <source>Remove from project</source> <translation>Projeden çıkar</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> <source>Delete</source> <translation>Sil</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> <source>Add translation...</source> <translation>Çeviri ekle...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>Çeviri dosyası ekle...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation>Yolu Panoya kopyala</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>Çevirileri üret</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>Çevirileri üret (eskileri ile beraber)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>Çevirileri yayımla</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>Çeviri öngörünümü</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>Çeviri dosyalarını sil</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>Bu çeviri dosyalarını gerçekten projeden silmek mi istiyorsunuz?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source>Write temporary project file</source> <translation>Geçici proje dosyasını yaz</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>Hiç çeviri dosyası (*.ts) seçilmedi.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>Translation file generation</source> <translation>Çeviri dosyası üreteci</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> <source>The generation of the translation files (*.ts) was successful.</source> <translation>Çeviri dosyaları (*.ts) tam olarak üretildi.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>The generation of the translation files (*.ts) has failed.</source> <translation>Çeviri dosyalarının (*.ts) üretimi başarısız oldu.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>Translation file release</source> <translation>Yayımlanmış çeviri dosyası</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> <source>The release of the translation files (*.qm) was successful.</source> <translation>Çeviri dosyaları (*.qm) tam olarak yayımlandı.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>The release of the translation files (*.qm) has failed.</source> <translation>Çeviri dosyalarının (*qm) yayımı başarısız oldu.</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">Aç</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -44721,12 +44731,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>Gözden Geçirme</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>Yazar</translation> </message> @@ -44876,7 +44886,7 @@ <translation>Değiştirildi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>Altsürüm Hatası</translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Fri Jun 21 19:13:40 2013 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Fri Jun 21 19:28:37 2013 +0200 @@ -2637,58 +2637,63 @@ <context> <name>CallStackViewer</name> <message> - <location filename="Debugger/CallStackViewer.py" line="47"/> + <location filename="Debugger/CallStackViewer.py" line="48"/> <source>Show source</source> <translation type="unfinished">显示源代码</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="49"/> + <location filename="Debugger/CallStackViewer.py" line="50"/> <source>Clear</source> <translation type="unfinished">清除</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="51"/> + <location filename="Debugger/CallStackViewer.py" line="52"/> <source>Save</source> <translation type="unfinished">保存</translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="58"/> + <location filename="Debugger/CallStackViewer.py" line="59"/> <source>File: {0} Line: {1} {2}{3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="60"/> + <location filename="Debugger/CallStackViewer.py" line="61"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="154"/> + <location filename="Debugger/CallStackViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="168"/> + <location filename="Debugger/CallStackViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/CallStackViewer.py" line="186"/> + <location filename="Debugger/CallStackViewer.py" line="187"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Debugger/CallStackViewer.py" line="45"/> + <source>Call Stack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -5582,12 +5587,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="483"/> + <location filename="Debugger/DebugViewer.py" line="485"/> <source>waiting at breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/DebugViewer.py" line="485"/> + <location filename="Debugger/DebugViewer.py" line="487"/> <source>running</source> <translation type="unfinished"></translation> </message> @@ -19636,27 +19641,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1960"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1961"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2008"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2284"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> @@ -19666,87 +19671,87 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2185"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2297"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2314"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2348"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2349"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2242"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2054"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2055"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2091"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2143"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2277"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2438"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2418"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2462"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2463"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2457"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2458"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19756,72 +19761,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2863"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2864"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2992"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2993"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2531"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2532"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2580"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2626"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2680"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2788"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2817"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2818"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2834"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2835"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2807"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -21616,12 +21621,12 @@ <translation type="unfinished">选择要过滤的区域</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1220"/> <source>Revision</source> <translation type="unfinished">修订</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1217"/> <source>Author</source> <translation type="unfinished">作者</translation> </message> @@ -21902,12 +21907,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1369"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1370"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> @@ -35135,17 +35140,17 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="UI/Previewer.py" line="400"/> + <location filename="UI/Previewer.py" line="402"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="475"/> + <location filename="UI/Previewer.py" line="477"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="458"/> + <location filename="UI/Previewer.py" line="460"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> @@ -35178,17 +35183,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="266"/> + <location filename="UI/Previewer.py" line="268"/> <source>Preview - {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="268"/> + <location filename="UI/Previewer.py" line="270"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Previewer.py" line="227"/> + <location filename="UI/Previewer.py" line="229"/> <source><p>No preview available for this type of file.</p></source> <translation type="unfinished"></translation> </message> @@ -37257,7 +37262,7 @@ <translation>编译窗体</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="285"/> + <location filename="Project/ProjectFormsBrowser.py" line="293"/> <source>Compile all forms</source> <translation>编译所有窗体</translation> </message> @@ -37272,12 +37277,12 @@ <translation type="obsolete">生成子类</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="211"/> + <location filename="Project/ProjectFormsBrowser.py" line="215"/> <source>Open in Qt-Designer</source> <translation>在 Qt 设计师中打开</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="213"/> + <location filename="Project/ProjectFormsBrowser.py" line="217"/> <source>Open in Editor</source> <translation>在编辑器中打开</translation> </message> @@ -37287,82 +37292,82 @@ <translation>预览窗体</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="216"/> + <location filename="Project/ProjectFormsBrowser.py" line="220"/> <source>Preview translations</source> <translation>预览翻译</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="225"/> + <location filename="Project/ProjectFormsBrowser.py" line="233"/> <source>Open</source> <translation>打开</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="153"/> + <location filename="Project/ProjectFormsBrowser.py" line="157"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="252"/> + <location filename="Project/ProjectFormsBrowser.py" line="260"/> <source>Remove from project</source> <translation>从项目移除</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="254"/> + <location filename="Project/ProjectFormsBrowser.py" line="262"/> <source>Delete</source> <translation>删除</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="261"/> + <location filename="Project/ProjectFormsBrowser.py" line="269"/> <source>New form...</source> <translation>新建窗体……</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="290"/> + <location filename="Project/ProjectFormsBrowser.py" line="298"/> <source>Add forms...</source> <translation>添加窗体……</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="292"/> - <source>Add forms directory...</source> - <translation>添加窗体文件夹……</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="295"/> - <source>Expand all directories</source> - <translation>展开所有文件夹</translation> - </message> - <message> - <location filename="Project/ProjectFormsBrowser.py" line="297"/> - <source>Collapse all directories</source> - <translation>折叠所有文件夹</translation> - </message> - <message> <location filename="Project/ProjectFormsBrowser.py" line="300"/> + <source>Add forms directory...</source> + <translation>添加窗体文件夹……</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="303"/> + <source>Expand all directories</source> + <translation>展开所有文件夹</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="305"/> + <source>Collapse all directories</source> + <translation>折叠所有文件夹</translation> + </message> + <message> + <location filename="Project/ProjectFormsBrowser.py" line="308"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="220"/> + <location filename="Project/ProjectFormsBrowser.py" line="224"/> <source>Compile forms</source> <translation>编译窗体</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source>New Form</source> <translation>新建窗体</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="498"/> + <location filename="Project/ProjectFormsBrowser.py" line="510"/> <source>Select a form type:</source> <translation>选择窗体类型:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="512"/> + <location filename="Project/ProjectFormsBrowser.py" line="524"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt 用户界面文件 (*.ui);;所有文件 (*)</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="531"/> + <location filename="Project/ProjectFormsBrowser.py" line="543"/> <source>The file already exists! Overwrite it?</source> <translation>文件已存在!是否覆盖?</translation> </message> @@ -37372,22 +37377,22 @@ <translation type="obsolete"><p>无法创建新窗体 <b>%1</b> 。<br>问题: %2</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Delete forms</source> <translation>删除窗体</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="566"/> + <location filename="Project/ProjectFormsBrowser.py" line="578"/> <source>Do you really want to delete these forms from the project?</source> <translation>确定要从项目中删除这些窗体?</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>Form Compilation</source> <translation>窗体编译</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="641"/> + <location filename="Project/ProjectFormsBrowser.py" line="653"/> <source>The compilation of the form file was successful.</source> <translation>窗体文件编译成功。</translation> </message> @@ -37397,7 +37402,7 @@ <translation type="obsolete"><p>窗体文件编译失败。</p><p>原因: %1</p></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="663"/> + <location filename="Project/ProjectFormsBrowser.py" line="675"/> <source>The compilation of the form file failed.</source> <translation>窗体文件编译失败。</translation> </message> @@ -37432,7 +37437,7 @@ <translation type="obsolete">输入子类名称:</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> @@ -37442,42 +37447,42 @@ <translation type="obsolete">无法开启 %1。<br>确保其在搜索路径中。</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Compiling forms...</source> <translation>正在编译窗体……</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="820"/> + <location filename="Project/ProjectFormsBrowser.py" line="832"/> <source>Abort</source> <translation>终止</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="855"/> + <location filename="Project/ProjectFormsBrowser.py" line="867"/> <source>Determining changed forms...</source> <translation>正在确定更改的窗体……</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="882"/> + <location filename="Project/ProjectFormsBrowser.py" line="894"/> <source>Compiling changed forms...</source> <translation>正在编译更改的窗体……</translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="268"/> + <location filename="Project/ProjectFormsBrowser.py" line="276"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="542"/> + <location filename="Project/ProjectFormsBrowser.py" line="554"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="653"/> + <location filename="Project/ProjectFormsBrowser.py" line="665"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectFormsBrowser.py" line="732"/> + <location filename="Project/ProjectFormsBrowser.py" line="744"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -38390,32 +38395,32 @@ <translation>生成翻译(包括不使用的翻译)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="361"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> <source>Generate all translations</source> <translation>生成所有翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="367"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> <source>Generate all translations (with obsolete)</source> <translation>生成所有翻译(包括不使用的翻译)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="278"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="284"/> <source>Open in Qt-Linguist</source> <translation>在 Qt 语言家中打开</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="316"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> <source>Open in Editor</source> <translation>在编辑器中打开</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="185"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="191"/> <source>Release translation</source> <translation>发布翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="373"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="385"/> <source>Release all translations</source> <translation>发布所有翻译</translation> </message> @@ -38425,72 +38430,72 @@ <translation>预览翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="350"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="362"/> <source>Preview all translations</source> <translation>预览所有翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="328"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="340"/> <source>Remove from project</source> <translation>从项目移除</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="379"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="391"/> <source>Delete</source> <translation>删除</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="382"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="394"/> <source>Add translation...</source> <translation>添加翻译……</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="384"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="396"/> <source>Add translation files...</source> <translation>添加翻译文件……</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="390"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="402"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="302"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="308"/> <source>Generate translations</source> <translation>生成翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="309"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="315"/> <source>Generate translations (with obsolete)</source> <translation>生成翻译(包括过时的)</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="321"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="333"/> <source>Release translations</source> <translation>发布翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="290"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="296"/> <source>Preview translations</source> <translation>预览翻译</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Delete translation files</source> <translation>删除翻译文件</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="610"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="625"/> <source>Do you really want to delete these translation files from the project?</source> <translation>确定要从项目中删除这些翻译?</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source>Write temporary project file</source> <translation>写入临时项目文件</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="715"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="730"/> <source>No translation files (*.ts) selected.</source> <translation>未选择翻译文件 (*.ts)</translation> </message> @@ -38500,22 +38505,22 @@ <translation type="obsolete"><p>无法写入临时项目文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>Translation file generation</source> <translation>翻译文件生成</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="848"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="863"/> <source>The generation of the translation files (*.ts) was successful.</source> <translation>翻译文件 (*.ts) 生成成功。</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="853"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="868"/> <source>The generation of the translation files (*.ts) has failed.</source> <translation>翻译文件 (*.ts) 生成失败。</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> @@ -38525,17 +38530,17 @@ <translation type="obsolete">无法开启 %1。<br>确保其在搜索路径中。</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>Translation file release</source> <translation>翻译文件发布</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="994"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1009"/> <source>The release of the translation files (*.qm) was successful.</source> <translation>翻译文件 (*.qm) 发布成功。</translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1008"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1023"/> <source>The release of the translation files (*.qm) has failed.</source> <translation>翻译文件 (*.qm) 发布失败。</translation> </message> @@ -38545,30 +38550,35 @@ <translation type="obsolete"><p>无法开始发布。<br>确保其有效如 <b>%1</b>。</p></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="354"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="366"/> <source>Extract messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="387"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="399"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="742"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="757"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="938"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="953"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Project/ProjectTranslationsBrowser.py" line="1076"/> + <location filename="Project/ProjectTranslationsBrowser.py" line="1091"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectTranslationsBrowser.py" line="323"/> + <source>Open</source> + <translation type="unfinished">打开</translation> + </message> </context> <context> <name>PropertiesDialog</name> @@ -47936,12 +47946,12 @@ <translation>选择要过滤的区域</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="553"/> <source>Revision</source> <translation>修订</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="550"/> <source>Author</source> <translation>作者</translation> </message> @@ -48091,7 +48101,7 @@ <translation>已修改</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="427"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="428"/> <source>Subversion Error</source> <translation>版本控制错误</translation> </message>