Sun, 30 Jun 2013 20:04:49 +0200
Fixed a serious typo.
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/i18n/eric5_cs.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_cs.ts Sun Jun 30 20:04:49 2013 +0200 @@ -30,7 +30,12 @@ <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} je integrované vývojové prostředí pro jazyk Python. Byl napsán za použití nadstavby PyQt pro GUI toolkit Qt a widgetu editoru QScintilla.</p><p>Více informací naleznete na <a href="{1}">{1}</a>.</p><p>Hlášení o chybách nebo požadavky na nové vlastnosti zasílejte, prosím, na <a href="mailto:{2}">{2}</a>.</p><p>Požadavky na nové vlastnosti posílejte na email <a href="mailto:{3}">{3}</a>.</p><p>{0} používá software třetích stran, na který vlastní copyright vlastníci tohoto software. Více informací o těchto copyrightech naleznete v jednotlivých balíčcích.</p></translation> + <translation type="obsolete"><p>{0} je integrované vývojové prostředí pro jazyk Python. Byl napsán za použití nadstavby PyQt pro GUI toolkit Qt a widgetu editoru QScintilla.</p><p>Více informací naleznete na <a href="{1}">{1}</a>.</p><p>Hlášení o chybách nebo požadavky na nové vlastnosti zasílejte, prosím, na <a href="mailto:{2}">{2}</a>.</p><p>Požadavky na nové vlastnosti posílejte na email <a href="mailto:{3}">{3}</a>.</p><p>{0} používá software třetích stran, na který vlastní copyright vlastníci tohoto software. Více informací o těchto copyrightech naleznete v jednotlivých balíčcích.</p></translation> + </message> + <message> + <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -2414,7 +2419,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>Prohlížeč</b><p>Prohlížeč umožňuje jednoduše procházet strukturu adresářů a souborů ve vašem systému, rozpoznat Python programy a otevřít je do okna Zobrazení zdrojového kódu. Prohlížeč zobrazuje několik samostatných hierarchií.</p><p>První hierarchie zobrazuje pouze otevřenou aplikaci pro debugování a její kořen je adresář obsahující tuto aplikaci. Všechny Python soubory, které tvoří aplikaci, jsou obvykle ve stejném adresáři, takže tato hierarchie umožňuje rychlý přístup ke všemu, co je třeba.</p><p>Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné <tt>sys.path</tt>.</p><p>Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem <tt>/</tt> a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.</p><p>Python programy (mají extenzi <tt>.py</tt>) jsou v hierarchii zobrazeny s Python ikonou. Pravé tlačítko myši otevře popup menu, které umožňuje otevřít soubor do okna Zobrazení zdrojového kódu, otevřít soubor pro debugging nebo jej použít pro spuštění unittestu.</p><p>Kontextové menu s třídami, funkcemi a metodami umožňuje otevřít soubor na pozici vybrané třídy, funkci nebo metody a zajišťuje zobrazení kódu na požadovaném řádku.</p><p>Qt-Designer soubory (mají extenzi <tt>.ui</tt>) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.</p><p>Qt-Linguist soubory (mají extenzi <tt>.ts</tt>) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.</p></translation> + <translation type="obsolete"><b>Prohlížeč</b><p>Prohlížeč umožňuje jednoduše procházet strukturu adresářů a souborů ve vašem systému, rozpoznat Python programy a otevřít je do okna Zobrazení zdrojového kódu. Prohlížeč zobrazuje několik samostatných hierarchií.</p><p>První hierarchie zobrazuje pouze otevřenou aplikaci pro debugování a její kořen je adresář obsahující tuto aplikaci. Všechny Python soubory, které tvoří aplikaci, jsou obvykle ve stejném adresáři, takže tato hierarchie umožňuje rychlý přístup ke všemu, co je třeba.</p><p>Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné <tt>sys.path</tt>.</p><p>Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem <tt>/</tt> a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.</p><p>Python programy (mají extenzi <tt>.py</tt>) jsou v hierarchii zobrazeny s Python ikonou. Pravé tlačítko myši otevře popup menu, které umožňuje otevřít soubor do okna Zobrazení zdrojového kódu, otevřít soubor pro debugging nebo jej použít pro spuštění unittestu.</p><p>Kontextové menu s třídami, funkcemi a metodami umožňuje otevřít soubor na pozici vybrané třídy, funkci nebo metody a zajišťuje zobrazení kódu na požadovaném řádku.</p><p>Qt-Designer soubory (mají extenzi <tt>.ui</tt>) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.</p><p>Qt-Linguist soubory (mají extenzi <tt>.ts</tt>) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.</p></translation> </message> <message> <location filename="UI/Browser.py" line="207"/> @@ -2486,6 +2491,11 @@ <source>Line {0}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -10332,7 +10342,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>Stisknout pro nastavení aktuálního stylu do výchozích hodnot</translation> + <translation type="obsolete">Stisknout pro nastavení aktuálního stylu do výchozích hodnot</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -10434,6 +10444,11 @@ <source>Size only</source> <translation>Jen velikost</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_de.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_de.ts Sun Jun 30 20:04:49 2013 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -30,7 +29,7 @@ </message> <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> - <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> <translation><p>{0} ist eine Integrierte Entwicklungsumgebung für die Python Programmiersprache. Sie wurde unter Verwendung der PyQt Python Bindings für das Qt GUI Toolkit und unter Verwendung des QScintilla Editor Widgets erstellt.</p><p>Weitergehende Informationen erhalten Sie unter <a href="{1}">{1}</a>.</p><p>Bitte senden Sie Fehlerberichte an <a href="mailto:{2}">{2}</a>.</p><p>Um eine neue Funktion anzufragen, senden sie bitte eine Email an <a href="mailto:{3}">{3}</a>.</p><p>{0} benutzt Fremdsoftware, deren Copyright bei den entsprechend Copyright Haltern liegt. Details können der Copyright Notiz des entsprechenden Paketes entnommen werden.</p></translation> </message> </context> @@ -1944,8 +1943,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>In neuem &Register öffnen Strg+LMK</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> </context> <context> @@ -2181,8 +2180,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>In neuem &Register öffnen Strg+LMK</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> </context> <context> @@ -2294,11 +2293,6 @@ <context> <name>Browser</name> <message> - <location filename="UI/Browser.py" line="89"/> - <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>Das Browser Fenster</b><p>Dies erlaubt es ihnen, sich leicht in der Verzeichnishierarchie ihres Systems zu bewegen, Python Programme zu identifizieren und diese in einem Quelltextfenster zu öffnen. Das Fenster stellt verschiedene Hierarchien dar.</p><p>Die erste wird nur angezeigt, wenn ein Programm zum debuggen geöffnet ist. Gewöhnlich werden alle zum Programm zugehörigen Python Dateien im selben Verzeichnis gespeichert, so dass sie über diese Hierarchie Zugriff auf das am meisten Benötigte haben.</p><p>Die nächste Hierarchie wird verwendet, um sich in den in der Python Variablen <tt>sys.path</tt> gespeicherten Verzeichnissen zu bewegen.</p><p>Die restlichen Hierachien erlauben die Navigation im gesamten System. Unter UNIX wird gewöhnlich ein Verzeichnis mit <tt>/</tt> als Wurzel und eines mit dem Home-Verzeichnis des Nutzers angezeigt. Auf einem Windows System wird eine Hierarchie pro Laufwerk angezeigt.</p><p>Python Programme (Dateien mit der Endung <tt>.py</tt>) werden mit einem Python Sinnbild dargestellt. Ein Rechtsklick bringt ein Kontextmenü, über das die Datei in einem Editor, zum Debuggen oder für einen Modultest geöffnet werden kann.</p><p>Das Kontextmenü einer Klasse, einer Funktion oder einer Methode öffnet die Datei, in der diese Klasse, Funktion oder Methode definiert ist, und stellt sicher, dass die richtige Codezeile sichtbar ist.</p><p>Qt-Designer Dateien (Dateien mit der Endung <tt>.ui</tt>) werden mit einem Designer Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Designer zu öffnen.</p><p>Qt-Linguist Dateien (Dateien mit der Endung <tt>.ts</tt>) werden mit eine Linguist Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Linguist zu öffnen.</p></translation> - </message> - <message> <location filename="UI/Browser.py" line="207"/> <source>Open</source> <translation>Öffnen</translation> @@ -2373,6 +2367,11 @@ <source>Line {0}</source> <translation>Zeile {0}</translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation><b>Das Browser Fenster</b><p>Dies erlaubt es ihnen, sich leicht in der Verzeichnishierarchie ihres Systems zu bewegen, Python Programme zu identifizieren und diese in einem Quelltextfenster zu öffnen. Das Fenster stellt verschiedene Hierarchien dar.</p><p>Die erste wird nur angezeigt, wenn ein Programm zum debuggen geöffnet ist. Gewöhnlich werden alle zum Programm zugehörigen Python Dateien im selben Verzeichnis gespeichert, so dass sie über diese Hierarchie Zugriff auf das am meisten Benötigte haben.</p><p>Die nächste Hierarchie wird verwendet, um sich in den in der Python Variablen <tt>sys.path</tt> gespeicherten Verzeichnissen zu bewegen.</p><p>Die restlichen Hierachien erlauben die Navigation im gesamten System. Unter UNIX wird gewöhnlich ein Verzeichnis mit <tt>/</tt> als Wurzel und eines mit dem Home-Verzeichnis des Nutzers angezeigt. Auf einem Windows System wird eine Hierarchie pro Laufwerk angezeigt.</p><p>Python Programme (Dateien mit der Endung <tt>.py</tt>) werden mit einem Python Sinnbild dargestellt. Ein Rechtsklick bringt ein Kontextmenü, über das die Datei in einem Editor, zum Debuggen oder für einen Modultest geöffnet werden kann.</p><p>Das Kontextmenü einer Klasse, einer Funktion oder einer Methode öffnet die Datei, in der diese Klasse, Funktion oder Methode definiert ist, und stellt sicher, dass die richtige Codezeile sichtbar ist.</p><p>Qt-Designer Dateien (Dateien mit der Endung <tt>.ui</tt>) werden mit einem Designer Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Designer zu öffnen.</p><p>Qt-Linguist Dateien (Dateien mit der Endung <tt>.ts</tt>) werden mit eine Linguist Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Linguist zu öffnen.</p></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -9949,11 +9948,6 @@ <translation>Wähle Füllen bis Zeilenende für alle Stile</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> - <source>Press to set the current style to it's default values</source> - <translation>Drücken, um den aktuellen Stil auf Defaultwerte zurückzusetzen</translation> - </message> - <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> <source>to Default</source> <translation>auf Default</translation> @@ -10048,6 +10042,11 @@ <source>Size only</source> <translation>nur Größe</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation>Drücken, um den aktuellen Stil auf Defaultwerte zurückzusetzen</translation> + </message> </context> <context> <name>EditorKeywordsPage</name> @@ -14861,8 +14860,8 @@ </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1025"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen Strg+LMK</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1083"/>
--- a/i18n/eric5_en.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_en.ts Sun Jun 30 20:04:49 2013 +0200 @@ -29,7 +29,7 @@ </message> <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> - <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> <translation type="unfinished"></translation> </message> </context> @@ -2271,11 +2271,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="89"/> - <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/Browser.py" line="207"/> <source>Open</source> <translation type="unfinished"></translation> @@ -2345,6 +2340,11 @@ <source>Line {0}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -9819,11 +9819,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> - <source>Press to set the current style to it's default values</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> <source>to Default</source> <translation type="unfinished"></translation> @@ -9968,6 +9963,11 @@ <source><p>The highlighting styles could not be read from file <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_es.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_es.ts Sun Jun 30 20:04:49 2013 +0200 @@ -30,7 +30,12 @@ <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} es un Entorno Integrado de Desarrollo para el lenguaje de programación Python. Está escrito utilizando los enlaces Python PyQt para Qt GUI toolkit y el widget de edición QScintilla.</p><p>Para más información vea <a href="{1}">{1}</a>.</p><p>Por favor envíe los informes de bugs a <a href="mailto:{2}">{2}</a>.</p><p>Para solicitar nuevas características envíe por favor un correo electrónico a <a href="mailto:{3}">{3}</a>.</p><p>{0} utiliza software de terceras partes, estando éste protegido por los respectivos propietarios del copyright. Para más detalles consulte la nota sobre copyright para cada paquete individual.</p></translation> + <translation type="obsolete"><p>{0} es un Entorno Integrado de Desarrollo para el lenguaje de programación Python. Está escrito utilizando los enlaces Python PyQt para Qt GUI toolkit y el widget de edición QScintilla.</p><p>Para más información vea <a href="{1}">{1}</a>.</p><p>Por favor envíe los informes de bugs a <a href="mailto:{2}">{2}</a>.</p><p>Para solicitar nuevas características envíe por favor un correo electrónico a <a href="mailto:{3}">{3}</a>.</p><p>{0} utiliza software de terceras partes, estando éste protegido por los respectivos propietarios del copyright. Para más detalles consulte la nota sobre copyright para cada paquete individual.</p></translation> + </message> + <message> + <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -2307,7 +2312,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>La Ventana del Navegador</b><p>Esta ventana le permite navegar facilmente a través de la jerarquía de directorios y archivos en su sistema, identificando los programas escritos con Python, y abrirlos en un editor de Código Fuente. La ventana muestra varias jerarquías separadas.</p><p>La primera jerarquía sólamente se muestra si se ha abierto un programa para su depuración, y su raíz es el directorio que contiene dicho programa. Por lo común, todos los archivos que forman una aplicación Python son mantenidos en el mismo directorio, con lo que esta jerarquía permite acceder fácilmente a la mayor parte del material necesario para la aplicación.</p><p>La siguiente jerarquía se utiliza para navegar fácilmente los directorios que se han especificado en la variable <tt>sys.path</tt> de Python.</p><p>Las restantes jerarquías permiten navegar a través del sistema como un todo. En un sistema UNIX se mostrará una jerarquía con <tt>/</tt> en la raíz y otra con el directorio home del usuario. En un sistema windows se muestra una jerarquía para cada drive del sistema.</p><p>Los programas Python (es decir aquellos archivos con extensión <tt>.py</tt>) se identifican en las jerarquías con un icono de Python. El botón derecho del ratón invoca un menú emergente que permite abrir el fichero en una ventana de edición, abrir el fichero para su depuración, o utilizarlo para ejecutar un test unitario.</p><p>El menú de contexto de una clase, función o método permite abrir el archivo donde se define esta clase, función o método y asegurar que se muestra la línea de código adecuada.</p><p>Los archivos de Qt-Designer (es decir, aquellos con extensión <tt>.ui</tt>) se muestran con un icono de Designer. El menú de contexto de estos archivos permite ejecutar Qt-Designer asociado al archivo en cuestión.</p><p>Los archivos de Qt-Linguist (es decir aquellos con extensión <tt>.ts</tt>) se muestran con un icono de Linguist. El menú de contexto de estos archivos permite ejecutar Qt-Linguist asociado al archivo en cuestión.</p></translation> + <translation type="obsolete"><b>La Ventana del Navegador</b><p>Esta ventana le permite navegar facilmente a través de la jerarquía de directorios y archivos en su sistema, identificando los programas escritos con Python, y abrirlos en un editor de Código Fuente. La ventana muestra varias jerarquías separadas.</p><p>La primera jerarquía sólamente se muestra si se ha abierto un programa para su depuración, y su raíz es el directorio que contiene dicho programa. Por lo común, todos los archivos que forman una aplicación Python son mantenidos en el mismo directorio, con lo que esta jerarquía permite acceder fácilmente a la mayor parte del material necesario para la aplicación.</p><p>La siguiente jerarquía se utiliza para navegar fácilmente los directorios que se han especificado en la variable <tt>sys.path</tt> de Python.</p><p>Las restantes jerarquías permiten navegar a través del sistema como un todo. En un sistema UNIX se mostrará una jerarquía con <tt>/</tt> en la raíz y otra con el directorio home del usuario. En un sistema windows se muestra una jerarquía para cada drive del sistema.</p><p>Los programas Python (es decir aquellos archivos con extensión <tt>.py</tt>) se identifican en las jerarquías con un icono de Python. El botón derecho del ratón invoca un menú emergente que permite abrir el fichero en una ventana de edición, abrir el fichero para su depuración, o utilizarlo para ejecutar un test unitario.</p><p>El menú de contexto de una clase, función o método permite abrir el archivo donde se define esta clase, función o método y asegurar que se muestra la línea de código adecuada.</p><p>Los archivos de Qt-Designer (es decir, aquellos con extensión <tt>.ui</tt>) se muestran con un icono de Designer. El menú de contexto de estos archivos permite ejecutar Qt-Designer asociado al archivo en cuestión.</p><p>Los archivos de Qt-Linguist (es decir aquellos con extensión <tt>.ts</tt>) se muestran con un icono de Linguist. El menú de contexto de estos archivos permite ejecutar Qt-Linguist asociado al archivo en cuestión.</p></translation> </message> <message> <location filename="UI/Browser.py" line="207"/> @@ -2379,6 +2384,11 @@ <source>Line {0}</source> <translation>Línea {0}</translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -9979,7 +9989,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>Pulse para establecer el estilo actual a sus valores por defecto</translation> + <translation type="obsolete">Pulse para establecer el estilo actual a sus valores por defecto</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -10076,6 +10086,11 @@ <source>Size only</source> <translation>Tamaño solamente</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_fr.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_fr.ts Sun Jun 30 20:04:49 2013 +0200 @@ -43,7 +43,12 @@ <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} est une interface de développement pour le langage de programmation Python. Elle est développée en utilisant les bindings PyQt du kit de développement Qt (pour le GUI) et l'éditeur de texte intégré QScintilla. </p><p>Pour plus d'infos <a href="{1}">{1}</a>.</p><p>Envoyez vos rapports de bogues à <a href="mailto:{2}">{2}</a>.</p><p>Envoyez vos remarques et suggestions à <a href="mailto:{3}">{3}</a>.</p><p>{0} utilise certaines parties logicielles qui sont copyrightées par leurs développeurs respectifs. Pour les détails, consulter la notice de copyright de chacun des packages.</p></translation> + <translation type="obsolete"><p>{0} est une interface de développement pour le langage de programmation Python. Elle est développée en utilisant les bindings PyQt du kit de développement Qt (pour le GUI) et l'éditeur de texte intégré QScintilla. </p><p>Pour plus d'infos <a href="{1}">{1}</a>.</p><p>Envoyez vos rapports de bogues à <a href="mailto:{2}">{2}</a>.</p><p>Envoyez vos remarques et suggestions à <a href="mailto:{3}">{3}</a>.</p><p>{0} utilise certaines parties logicielles qui sont copyrightées par leurs développeurs respectifs. Pour les détails, consulter la notice de copyright de chacun des packages.</p></translation> + </message> + <message> + <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -2526,7 +2531,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>Le Navigateur</b><p>Il permet de naviguer facilement dans l'arborescence des répertoires et des fichiers, d'identifier les programmes Python et des les ouvrir dans l'éditeur. La fenêtre comporte plusieurs noeuds d'arborescence.</p><p> Le premier noeud n'est montré que si vous avez ouvert un programme pour le déboguer, et l'arborescence commence au niveau du répertoire ou se trouve le fichier. D'habitude, tous les fichiers distincts qui constituent une application Python sont regroupés dans un même répertoire, donc cette arborescence permet de naviguer facilement entre les fichiers dont vous avez besoin couramment.</p><p>L'arborescence suivante est utilisée pour naviguer dans les répertoires spécifiés par la variable d'environnement Python <tt>sys.path</tt>.</p><p>Les autres arborescences permettent de naviguer sur l'ensemble de votre système. Sur les systèmes UNIX, il y aura une arborescence partant de la racine <tt>/</tt> et une autre au niveau du 'home' de l'utilisateur. Sous Windows, il y aura un noeud d'arborescence pour chaque lecteur du système.</p><p>Les programmes Python (i.e. les fichiers ayant une extension <tt>.py</tt>) sont repérés avec une icône Python. Un clic droit sur le nom de fichier ouvre un menu qui permet soit d'ouvrir le fichier dans le éditeur, soit de le lancer en en mode débogage ou en mode test.</p><p>Le menu contextuel d'une classe, d'une fonction ou d'une méthode permet d'ouvir le fichier source correspondant et de se placer directement sur la bonne ligne de code.</p><p>Les fichiers Qt-Designer (i.e. ceux ayant l'extension <tt>.ui</tt> ) ont une icône Designer. Le menu contextuel de ces fichiers permet de lancer Qt-Designer à partir du fichier.</p><p>Il en est de même avec les fichiers Qt-Linguist (extension <tt>.ts</tt>) affiché avec l'icône Linguist. Le menu contextuel permet de lancer directement Qt-Linguist.</p></translation> + <translation type="obsolete"><b>Le Navigateur</b><p>Il permet de naviguer facilement dans l'arborescence des répertoires et des fichiers, d'identifier les programmes Python et des les ouvrir dans l'éditeur. La fenêtre comporte plusieurs noeuds d'arborescence.</p><p> Le premier noeud n'est montré que si vous avez ouvert un programme pour le déboguer, et l'arborescence commence au niveau du répertoire ou se trouve le fichier. D'habitude, tous les fichiers distincts qui constituent une application Python sont regroupés dans un même répertoire, donc cette arborescence permet de naviguer facilement entre les fichiers dont vous avez besoin couramment.</p><p>L'arborescence suivante est utilisée pour naviguer dans les répertoires spécifiés par la variable d'environnement Python <tt>sys.path</tt>.</p><p>Les autres arborescences permettent de naviguer sur l'ensemble de votre système. Sur les systèmes UNIX, il y aura une arborescence partant de la racine <tt>/</tt> et une autre au niveau du 'home' de l'utilisateur. Sous Windows, il y aura un noeud d'arborescence pour chaque lecteur du système.</p><p>Les programmes Python (i.e. les fichiers ayant une extension <tt>.py</tt>) sont repérés avec une icône Python. Un clic droit sur le nom de fichier ouvre un menu qui permet soit d'ouvrir le fichier dans le éditeur, soit de le lancer en en mode débogage ou en mode test.</p><p>Le menu contextuel d'une classe, d'une fonction ou d'une méthode permet d'ouvir le fichier source correspondant et de se placer directement sur la bonne ligne de code.</p><p>Les fichiers Qt-Designer (i.e. ceux ayant l'extension <tt>.ui</tt> ) ont une icône Designer. Le menu contextuel de ces fichiers permet de lancer Qt-Designer à partir du fichier.</p><p>Il en est de même avec les fichiers Qt-Linguist (extension <tt>.ts</tt>) affiché avec l'icône Linguist. Le menu contextuel permet de lancer directement Qt-Linguist.</p></translation> </message> <message> <location filename="UI/Browser.py" line="207"/> @@ -2603,6 +2608,11 @@ <source>Line {0}</source> <translation>Ligne {0}</translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -10963,7 +10973,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>Cliquer pour appliquer le style par défaut au style courant</translation> + <translation type="obsolete">Cliquer pour appliquer le style par défaut au style courant</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -11080,6 +11090,11 @@ <source>Size only</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_it.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_it.ts Sun Jun 30 20:04:49 2013 +0200 @@ -30,7 +30,12 @@ <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} è un ambiente integrato di sviluppo per il linguaggio Python. E' scritto usanto i binding Python PyQt per la libreria Qt e il widget QScintilla per l'editor.</p><p>Per maggiori informazioni consultare <a href="{1}">{1}</a>.</p><p>Per cortesia mandare le segnalazioni di errore a <a href="mailto:{2}">{2}</a>.</p><p>Per richieder una nuova funzionalità mandare una mail a <a href="mailto:{3}">{3}</a>.</p><p>{0} usa software di terze parti che è sotto copyright dei rispettivi proprietari. Per dettagli consulta le informazioni sul copyright dei singoli pacchetto.</p></translation> + <translation type="obsolete"><p>{0} è un ambiente integrato di sviluppo per il linguaggio Python. E' scritto usanto i binding Python PyQt per la libreria Qt e il widget QScintilla per l'editor.</p><p>Per maggiori informazioni consultare <a href="{1}">{1}</a>.</p><p>Per cortesia mandare le segnalazioni di errore a <a href="mailto:{2}">{2}</a>.</p><p>Per richieder una nuova funzionalità mandare una mail a <a href="mailto:{3}">{3}</a>.</p><p>{0} usa software di terze parti che è sotto copyright dei rispettivi proprietari. Per dettagli consulta le informazioni sul copyright dei singoli pacchetto.</p></translation> + </message> + <message> + <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -2410,7 +2415,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>La finestra di navigazione</b>Questa ti permette di navigare facilmente nella struttura delle directory e dei file sul tuo sistema, identificare i programmi python e aprirli nella finestra di visualizzazione dei sorgenti. La finestra mostra diverse strutture separate.</p><p>La prima struttura è mostrata solo se hai aperto un programma da debuggare e la sua radice è la directory che contiene il programma. Normalmente tutti i file che compongono un'applicazione Python sono contenuti nella stessa directory, così questa vista permette un accesso veloce a molto di quello che ti serve.</p><p>La vista successiva è usata per navigare facilmente nelle directory specificate nella variabile Python <tt>sys.path</tt>.</p><p>La vista rimanente permette di navigare in tutto il sistema. Su un sistema UNIX c'è una struttura con <tt>/</tt> come radice e un'altra con la home dell'utente. Su un sistema Windows c'è una struttura per ogni disco del sistema.</p><p>I programmi Python (es. quelli con l'estensione <tt>.py</tt> sono identificati nella vista con l'icone di Python. Il pulsante destro del mouse fa apparire un menù che consente di aprire il file nel visualizzatore dei sorgenti, aprire il file per il debug o usarlo per uno unittest.</p><p>Il menù contestuale di una classe, funzione o metodo consente di aprire il file che la definisce e di posizionarsi sulla linea corretta.</p><p>I file di Qt-Designer (es quelli con estensione <tt>.ui</tt> sono mostrati con l'icona del Designer. Il menù contestuale di questi file consente di avviare Qt-Designer per quel file.</p><p>I file di Qt-Linguist (es. quelli con estensione <tt>.ts</tt>) sono mostrati con l'icone di Linguist. Il menù contestuale di questi file consente di avviare Qt-Linguist per quel file.</p></translation> + <translation type="obsolete"><b>La finestra di navigazione</b>Questa ti permette di navigare facilmente nella struttura delle directory e dei file sul tuo sistema, identificare i programmi python e aprirli nella finestra di visualizzazione dei sorgenti. La finestra mostra diverse strutture separate.</p><p>La prima struttura è mostrata solo se hai aperto un programma da debuggare e la sua radice è la directory che contiene il programma. Normalmente tutti i file che compongono un'applicazione Python sono contenuti nella stessa directory, così questa vista permette un accesso veloce a molto di quello che ti serve.</p><p>La vista successiva è usata per navigare facilmente nelle directory specificate nella variabile Python <tt>sys.path</tt>.</p><p>La vista rimanente permette di navigare in tutto il sistema. Su un sistema UNIX c'è una struttura con <tt>/</tt> come radice e un'altra con la home dell'utente. Su un sistema Windows c'è una struttura per ogni disco del sistema.</p><p>I programmi Python (es. quelli con l'estensione <tt>.py</tt> sono identificati nella vista con l'icone di Python. Il pulsante destro del mouse fa apparire un menù che consente di aprire il file nel visualizzatore dei sorgenti, aprire il file per il debug o usarlo per uno unittest.</p><p>Il menù contestuale di una classe, funzione o metodo consente di aprire il file che la definisce e di posizionarsi sulla linea corretta.</p><p>I file di Qt-Designer (es quelli con estensione <tt>.ui</tt> sono mostrati con l'icona del Designer. Il menù contestuale di questi file consente di avviare Qt-Designer per quel file.</p><p>I file di Qt-Linguist (es. quelli con estensione <tt>.ts</tt>) sono mostrati con l'icone di Linguist. Il menù contestuale di questi file consente di avviare Qt-Linguist per quel file.</p></translation> </message> <message> <location filename="UI/Browser.py" line="207"/> @@ -2487,6 +2492,11 @@ <source>Line {0}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -10281,7 +10291,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>Premi per impostare lo stile corrente ai valori di default</translation> + <translation type="obsolete">Premi per impostare lo stile corrente ai valori di default</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -10378,6 +10388,11 @@ <source>Size only</source> <translation>Solo dimensione</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_ru.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_ru.ts Sun Jun 30 20:04:49 2013 +0200 @@ -30,7 +30,12 @@ <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} - это интегрированная среда разработки программ на языке Питон. Написана с использованием питоновского интерфейса к графической библиотеке Qt и библиотеке редактора текстов QScintilla.</p><p>Дополнительная информация имеется здесь: <a href="{1}">{1}</a>.</p><p>Сообщения об ошибках посылать сюда: <a href="mailto:{2}">{2}</a>.</p><p>Предложения и просьбы о новой функциональности посылать по адресу <a href="mailto:{3}">{3}</a>.</p><p>{0}использует дополнительное программное обеспечение со своими собственными лицензионными правилами. Более детальную лицензионную информацию можно найти внутри соответствующего програмного пакета.</p></translation> + <translation type="obsolete"><p>{0} - это интегрированная среда разработки программ на языке Питон. Написана с использованием питоновского интерфейса к графической библиотеке Qt и библиотеке редактора текстов QScintilla.</p><p>Дополнительная информация имеется здесь: <a href="{1}">{1}</a>.</p><p>Сообщения об ошибках посылать сюда: <a href="mailto:{2}">{2}</a>.</p><p>Предложения и просьбы о новой функциональности посылать по адресу <a href="mailto:{3}">{3}</a>.</p><p>{0}использует дополнительное программное обеспечение со своими собственными лицензионными правилами. Более детальную лицензионную информацию можно найти внутри соответствующего програмного пакета.</p></translation> + </message> + <message> + <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -2407,7 +2412,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>Окно обозревателя</b> + <translation type="obsolete"><b>Окно обозревателя</b> <p>Помогает легко перемещаться по дереву каталогов и файлов вашей системы, находить программы на Python и открывать их в окне исходных текстов. Окно показывает несколько разных деревьев</p> <p>Первое дерево показывается только тогда, когда вы отлаживаете программу и корень дерева является каталогом, содержащим программу. Обычно все файлы, составляющие приложение на Python, находятся в одном каталоге, так что это дерево даёт почти всю необходимую информацию.</p> <p>Следующее дерево используется для лёгкого перемещения по каталогам, перечисленным в переменной Python <tt>sys.path</tt>. @@ -2492,6 +2497,11 @@ <source>Line {0}</source> <translation>Строка: {0}</translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -10353,7 +10363,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>Установить значения по умолчанию для текущего стиля</translation> + <translation type="obsolete">Установить значения по умолчанию для текущего стиля</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -10450,6 +10460,11 @@ <source>Size only</source> <translation>Только размер</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_tr.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_tr.ts Sun Jun 30 20:04:49 2013 +0200 @@ -30,7 +30,12 @@ <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} Python programlama dili için hazırlanmış tümleşik bir geliştirme ortamıdır. Bu program Python ve Qt kütüphanisi kullanılarak, QScintila düzenleyici parçalarıile hazırlanmıştır.</p><p>Daha fazla bilgi için <a href="{1}">{1}</a> adresine bakınız.</p><p>Lütfen hata tespit ettiğiniz hata raporlarını <a href="mailto:{2}">{2}</a>adresine gönderiniz.</p><p>Eklenmesini istediğiniz ilave özellikleri ise <a href="mailto:{3}">{3}</a> eposta adresine gönderiniz.</p><p>{0} Üçüncü parti yazılım sahiplerin yönelik kopyalama haklarına ilişkin yazılar kopya hakları dizinindedir. Bunlarla ilgili detay ve kopyalama hakları için kişisel sitelerine bakınız.</p></translation> + <translation type="obsolete"><p>{0} Python programlama dili için hazırlanmış tümleşik bir geliştirme ortamıdır. Bu program Python ve Qt kütüphanisi kullanılarak, QScintila düzenleyici parçalarıile hazırlanmıştır.</p><p>Daha fazla bilgi için <a href="{1}">{1}</a> adresine bakınız.</p><p>Lütfen hata tespit ettiğiniz hata raporlarını <a href="mailto:{2}">{2}</a>adresine gönderiniz.</p><p>Eklenmesini istediğiniz ilave özellikleri ise <a href="mailto:{3}">{3}</a> eposta adresine gönderiniz.</p><p>{0} Üçüncü parti yazılım sahiplerin yönelik kopyalama haklarına ilişkin yazılar kopya hakları dizinindedir. Bunlarla ilgili detay ve kopyalama hakları için kişisel sitelerine bakınız.</p></translation> + </message> + <message> + <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -2413,7 +2418,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>Gösterim Penceresi</b><p>Bu pencere Python programlarını tanımak ve onları bir kaynak gösterici penceresinde açmak için dosya sisteminizde dizinleri hiyerarşik bir şekilde kolayca bulmanızı sağlar.Gösterilen Pencereler çeşitli hiyerarşik bölümlere ayrılmıştır. </p><p>Eğer debug etmek için bir proğram açtıysanızve bu programın olduğu yeri proje ana dizini yaptıysanız ilk sırada onu gösterir. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></translation> + <translation type="obsolete"><b>Gösterim Penceresi</b><p>Bu pencere Python programlarını tanımak ve onları bir kaynak gösterici penceresinde açmak için dosya sisteminizde dizinleri hiyerarşik bir şekilde kolayca bulmanızı sağlar.Gösterilen Pencereler çeşitli hiyerarşik bölümlere ayrılmıştır. </p><p>Eğer debug etmek için bir proğram açtıysanızve bu programın olduğu yeri proje ana dizini yaptıysanız ilk sırada onu gösterir. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></translation> </message> <message> <location filename="UI/Browser.py" line="207"/> @@ -2485,6 +2490,11 @@ <source>Line {0}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -10285,7 +10295,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>Tüm stilleri kendi varsayılanına ayarlamak için basınız</translation> + <translation type="obsolete">Tüm stilleri kendi varsayılanına ayarlamak için basınız</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -10437,6 +10447,11 @@ <source><p>The highlighting styles file <b>{0}</b> has invalid contents.</p></source> <translation type="obsolete"><p>Metin vurgulama stil dosyası <b>{0}</b> gçersiz içeriğe sahip.</p></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>
--- a/i18n/eric5_zh_CN.GB2312.ts Sun Jun 30 19:55:48 2013 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Sun Jun 30 20:04:49 2013 +0200 @@ -42,7 +42,7 @@ </message> <message> <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/> - <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by it's respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> <translation type="unfinished"></translation> </message> </context> @@ -2523,7 +2523,7 @@ <message> <location filename="UI/Browser.py" line="89"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> - <translation><b>浏览器窗口</b><p>使您可以很方便地操纵文件夹和文件的层次,在源文件观察窗口中识别并打开Python程序。窗口以多层级方式显示。</p><p>第一个层级只显示您是否已经打开了一个程序用于调试,并且该程序位于包含该程序的文件夹中。构成Python应用程序的单独文件通常应保证在同一个文件夹中。所以该层级使您可以很方便地按您的需要进行访问。</p><p>下一个层级用来很方便地操纵在Python <tt>sys.path</tt> 变量中指定的文件夹。</p><p>其余层级允许您从整体上操纵系统。在UNIX操作系统中最前面是 <tt>/</tt> 表示层级,后面是用户主文件夹。在Windows操作系统中每个驱动器都是一个层级。</p><p>Python程序(如: 扩展名为 <tt>.py</tt> 的文件)在层级中用Python图标标识出来。鼠标右键能弹出菜单,使你可以在源文件观察窗口中打开文件、打开文件进行调试或对其进行单元测试。</p><p>类、函数或方法的上下文弹出菜单允许你打开定义这些类、函数或方法的文件,并将光标移动到相应的源代码行处。</p><p>Qt-Designer文件(如:扩展名为<tt>.ui</tt> 的文件) 显示为Designer图标。相应文件的上下文菜单允许你在Qt-Designer中打开该文件。</p><p>Qt-Linguist文件(如:扩展名为 <tt>.ts</tt> 的文件)显示为Linguist图标。相应文件的上下文菜单允许你在Qt-Linguist中打开该文件。</p></translation> + <translation type="obsolete"><b>浏览器窗口</b><p>使您可以很方便地操纵文件夹和文件的层次,在源文件观察窗口中识别并打开Python程序。窗口以多层级方式显示。</p><p>第一个层级只显示您是否已经打开了一个程序用于调试,并且该程序位于包含该程序的文件夹中。构成Python应用程序的单独文件通常应保证在同一个文件夹中。所以该层级使您可以很方便地按您的需要进行访问。</p><p>下一个层级用来很方便地操纵在Python <tt>sys.path</tt> 变量中指定的文件夹。</p><p>其余层级允许您从整体上操纵系统。在UNIX操作系统中最前面是 <tt>/</tt> 表示层级,后面是用户主文件夹。在Windows操作系统中每个驱动器都是一个层级。</p><p>Python程序(如: 扩展名为 <tt>.py</tt> 的文件)在层级中用Python图标标识出来。鼠标右键能弹出菜单,使你可以在源文件观察窗口中打开文件、打开文件进行调试或对其进行单元测试。</p><p>类、函数或方法的上下文弹出菜单允许你打开定义这些类、函数或方法的文件,并将光标移动到相应的源代码行处。</p><p>Qt-Designer文件(如:扩展名为<tt>.ui</tt> 的文件) 显示为Designer图标。相应文件的上下文菜单允许你在Qt-Designer中打开该文件。</p><p>Qt-Linguist文件(如:扩展名为 <tt>.ts</tt> 的文件)显示为Linguist图标。相应文件的上下文菜单允许你在Qt-Linguist中打开该文件。</p></translation> </message> <message> <location filename="UI/Browser.py" line="207"/> @@ -2595,6 +2595,11 @@ <source>Line {0}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/Browser.py" line="89"/> + <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BrowserModel</name> @@ -10849,7 +10854,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> <source>Press to set the current style to it's default values</source> - <translation>点击将当前风格恢复成默认值</translation> + <translation type="obsolete">点击将当前风格恢复成默认值</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/> @@ -11016,6 +11021,11 @@ <source>Size only</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/> + <source>Press to set the current style to its default values</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorKeywordsPage</name>