Fixed a serious typo. 5_3_x

Sun, 30 Jun 2013 20:03:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Jun 2013 20:03:24 +0200
branch
5_3_x
changeset 2764
1d85539ac41a
parent 2762
423835fb1204
child 2767
4e1314bbe21f

Fixed a serious typo.

Debugger/BreakPointModel.py file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Debugger.BreakPointModel.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.E5Gui.E5SqueezeLabels.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.E5Gui.E5ToolBarDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.E5Gui.E5ToolBarManager.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Graphics.UMLGraphicsView.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksModel.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Helpviewer.HelpTabWidget.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Helpviewer.HelpWebSearchWidget.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchManager.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Project.ProjectBrowserModel.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.QScintilla.Lexers.__init__.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.SqlBrowser.SqlConnectionDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UI.UserInterface.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Utilities.__init__.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UtilitiesPython2.Tools.html file | annotate | diff | comparison | revisions
E5Gui/E5SqueezeLabels.py file | annotate | diff | comparison | revisions
E5Gui/E5ToolBarDialog.py file | annotate | diff | comparison | revisions
E5Gui/E5ToolBarManager.py file | annotate | diff | comparison | revisions
Graphics/UMLGraphicsView.py file | annotate | diff | comparison | revisions
Helpviewer/AdBlock/AdBlockManager.py file | annotate | diff | comparison | revisions
Helpviewer/Bookmarks/BookmarksModel.py file | annotate | diff | comparison | revisions
Helpviewer/HelpTabWidget.py file | annotate | diff | comparison | revisions
Helpviewer/HelpWebSearchWidget.py file | annotate | diff | comparison | revisions
Helpviewer/OpenSearch/OpenSearchManager.py file | annotate | diff | comparison | revisions
Helpviewer/SslCertificatesDialog.py file | annotate | diff | comparison | revisions
Plugins/AboutPlugin/AboutDialog.py file | annotate | diff | comparison | revisions
Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py file | annotate | diff | comparison | revisions
Plugins/VcsPlugins/vcsPySvn/subversion.py file | annotate | diff | comparison | revisions
Plugins/VcsPlugins/vcsSubversion/subversion.py file | annotate | diff | comparison | revisions
Plugins/ViewManagerPlugins/Listspace/Listspace.py file | annotate | diff | comparison | revisions
Plugins/ViewManagerPlugins/Tabview/Tabview.py file | annotate | diff | comparison | revisions
Preferences/ConfigurationPages/EditorHighlightingStylesPage.py file | annotate | diff | comparison | revisions
Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui file | annotate | diff | comparison | revisions
Project/ProjectBrowserModel.py file | annotate | diff | comparison | revisions
QScintilla/Lexers/__init__.py file | annotate | diff | comparison | revisions
Snapshot/SnapWidget.py file | annotate | diff | comparison | revisions
SqlBrowser/SqlConnectionDialog.py file | annotate | diff | comparison | revisions
UI/Browser.py file | annotate | diff | comparison | revisions
UI/UserInterface.py file | annotate | diff | comparison | revisions
Utilities/__init__.py file | annotate | diff | comparison | revisions
UtilitiesPython2/Tools.py file | annotate | diff | comparison | revisions
i18n/eric5_cs.ts file | annotate | diff | comparison | revisions
i18n/eric5_de.qm file | annotate | diff | comparison | revisions
i18n/eric5_de.ts file | annotate | diff | comparison | revisions
i18n/eric5_en.ts file | annotate | diff | comparison | revisions
i18n/eric5_es.ts file | annotate | diff | comparison | revisions
i18n/eric5_fr.ts file | annotate | diff | comparison | revisions
i18n/eric5_it.ts file | annotate | diff | comparison | revisions
i18n/eric5_ru.ts file | annotate | diff | comparison | revisions
i18n/eric5_tr.ts file | annotate | diff | comparison | revisions
i18n/eric5_zh_CN.GB2312.ts file | annotate | diff | comparison | revisions
install.py file | annotate | diff | comparison | revisions
--- a/Debugger/BreakPointModel.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Debugger/BreakPointModel.py	Sun Jun 30 20:03:24 2013 +0200
@@ -296,7 +296,7 @@
     
     def isBreakPointTemporaryByIndex(self, index):
         """
-        Public method to test, if a breakpoint given by it's index is temporary.
+        Public method to test, if a breakpoint given by its index is temporary.
         
         @param index index of the breakpoint to test (QModelIndex)
         @return flag indicating a temporary breakpoint (boolean)
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric5.Debugger.BreakPointModel.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.BreakPointModel.html	Sun Jun 30 20:03:24 2013 +0200
@@ -97,7 +97,7 @@
 <td>Public method to create an index.</td>
 </tr><tr>
 <td><a href="#BreakPointModel.isBreakPointTemporaryByIndex">isBreakPointTemporaryByIndex</a></td>
-<td>Public method to test, if a breakpoint given by it's index is temporary.</td>
+<td>Public method to test, if a breakpoint given by its index is temporary.</td>
 </tr><tr>
 <td><a href="#BreakPointModel.parent">parent</a></td>
 <td>Public method to get the parent index.</td>
@@ -310,7 +310,7 @@
 <h4>BreakPointModel.isBreakPointTemporaryByIndex</h4>
 <b>isBreakPointTemporaryByIndex</b>(<i>index</i>)
 <p>
-        Public method to test, if a breakpoint given by it's index is temporary.
+        Public method to test, if a breakpoint given by its index is temporary.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
--- a/Documentation/Source/eric5.E5Gui.E5SqueezeLabels.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.E5Gui.E5SqueezeLabels.html	Sun Jun 30 20:03:24 2013 +0200
@@ -31,10 +31,10 @@
 <table>
 <tr>
 <td><a href="#E5SqueezeLabel">E5SqueezeLabel</a></td>
-<td>Class implementing a label that squeezes its contents to fit it's size.</td>
+<td>Class implementing a label that squeezes its contents to fit its size.</td>
 </tr><tr>
 <td><a href="#E5SqueezeLabelPath">E5SqueezeLabelPath</a></td>
-<td>Class implementing a label showing a file path compacted to fit it's size.</td>
+<td>Class implementing a label showing a file path compacted to fit its size.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -45,7 +45,7 @@
 <a NAME="E5SqueezeLabel" ID="E5SqueezeLabel"></a>
 <h2>E5SqueezeLabel</h2>
 <p>
-    Class implementing a label that squeezes its contents to fit it's size.
+    Class implementing a label that squeezes its contents to fit its size.
 </p>
 <h3>Derived from</h3>
 QLabel
@@ -110,7 +110,7 @@
 <a NAME="E5SqueezeLabelPath" ID="E5SqueezeLabelPath"></a>
 <h2>E5SqueezeLabelPath</h2>
 <p>
-    Class implementing a label showing a file path compacted to fit it's size.
+    Class implementing a label showing a file path compacted to fit its size.
 </p>
 <h3>Derived from</h3>
 QLabel
--- a/Documentation/Source/eric5.E5Gui.E5ToolBarDialog.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.E5Gui.E5ToolBarDialog.html	Sun Jun 30 20:03:24 2013 +0200
@@ -70,7 +70,7 @@
 <td>Private methdo to restore the current toolbar to the given list of actions.</td>
 </tr><tr>
 <td><a href="#E5ToolBarDialog.__restoreCurrentToolbarToDefault">__restoreCurrentToolbarToDefault</a></td>
-<td>Private method to set the current toolbar to it's default configuration.</td>
+<td>Private method to set the current toolbar to its default configuration.</td>
 </tr><tr>
 <td><a href="#E5ToolBarDialog.__saveToolBars">__saveToolBars</a></td>
 <td>Private method to save the configured toolbars.</td>
@@ -148,7 +148,7 @@
 <h4>E5ToolBarDialog.__restoreCurrentToolbarToDefault</h4>
 <b>__restoreCurrentToolbarToDefault</b>(<i></i>)
 <p>
-        Private method to set the current toolbar to it's default configuration.
+        Private method to set the current toolbar to its default configuration.
 </p><a NAME="E5ToolBarDialog.__saveToolBars" ID="E5ToolBarDialog.__saveToolBars"></a>
 <h4>E5ToolBarDialog.__saveToolBars</h4>
 <b>__saveToolBars</b>(<i></i>)
--- a/Documentation/Source/eric5.E5Gui.E5ToolBarManager.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.E5Gui.E5ToolBarManager.html	Sun Jun 30 20:03:24 2013 +0200
@@ -67,10 +67,10 @@
 <td>Private method to find a default toolbar by name.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.__toolBarByName">__toolBarByName</a></td>
-<td>Private slot to get a toolbar by it's object name.</td>
+<td>Private slot to get a toolbar by its object name.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.actionById">actionById</a></td>
-<td>Public method to get an action given it's id.</td>
+<td>Public method to get an action given its id.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.addAction">addAction</a></td>
 <td>Public method to add an action to be managed.</td>
@@ -88,7 +88,7 @@
 <td>Public method to create a custom toolbar.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.defaultToolBarActions">defaultToolBarActions</a></td>
-<td>Public method to get a default toolbar's actions given it's id.</td>
+<td>Public method to get a default toolbar's actions given its id.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.defaultToolBars">defaultToolBars</a></td>
 <td>Public method to get all toolbars added with addToolBar().</td>
@@ -121,7 +121,7 @@
 <td>Public method to reset all toolbars to their default state.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.resetToolBar">resetToolBar</a></td>
-<td>Public method to reset a toolbar to it's default state.</td>
+<td>Public method to reset a toolbar to its default state.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.restoreState">restoreState</a></td>
 <td>Public method to restore the state of the toolbar manager.</td>
@@ -139,10 +139,10 @@
 <td>Public method to set the actions of several toolbars.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.toolBarActions">toolBarActions</a></td>
-<td>Public method to get a toolbar's actions given it's id.</td>
+<td>Public method to get a toolbar's actions given its id.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.toolBarById">toolBarById</a></td>
-<td>Public method to get a toolbar given it's id.</td>
+<td>Public method to get a toolbar given its id.</td>
 </tr><tr>
 <td><a href="#E5ToolBarManager.toolBarWidgetAction">toolBarWidgetAction</a></td>
 <td>Public method to get the toolbar for a widget action.</td>
@@ -205,7 +205,7 @@
 <h4>E5ToolBarManager.__toolBarByName</h4>
 <b>__toolBarByName</b>(<i>name</i>)
 <p>
-        Private slot to get a toolbar by it's object name.
+        Private slot to get a toolbar by its object name.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
@@ -220,7 +220,7 @@
 <h4>E5ToolBarManager.actionById</h4>
 <b>actionById</b>(<i>aID</i>)
 <p>
-        Public method to get an action given it's id.
+        Public method to get an action given its id.
 </p><dl>
 <dt><i>aID</i></dt>
 <dd>
@@ -304,7 +304,7 @@
 <h4>E5ToolBarManager.defaultToolBarActions</h4>
 <b>defaultToolBarActions</b>(<i>tbID</i>)
 <p>
-        Public method to get a default toolbar's actions given it's id.
+        Public method to get a default toolbar's actions given its id.
 </p><dl>
 <dt><i>tbID</i></dt>
 <dd>
@@ -423,7 +423,7 @@
 <h4>E5ToolBarManager.resetToolBar</h4>
 <b>resetToolBar</b>(<i>toolBar</i>)
 <p>
-        Public method to reset a toolbar to it's default state.
+        Public method to reset a toolbar to its default state.
 </p><dl>
 <dt><i>toolBar</i></dt>
 <dd>
@@ -500,7 +500,7 @@
 <h4>E5ToolBarManager.toolBarActions</h4>
 <b>toolBarActions</b>(<i>tbID</i>)
 <p>
-        Public method to get a toolbar's actions given it's id.
+        Public method to get a toolbar's actions given its id.
 </p><dl>
 <dt><i>tbID</i></dt>
 <dd>
@@ -515,7 +515,7 @@
 <h4>E5ToolBarManager.toolBarById</h4>
 <b>toolBarById</b>(<i>tbID</i>)
 <p>
-        Public method to get a toolbar given it's id.
+        Public method to get a toolbar given its id.
 </p><dl>
 <dt><i>tbID</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Graphics.UMLGraphicsView.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Graphics.UMLGraphicsView.html	Sun Jun 30 20:03:24 2013 +0200
@@ -125,7 +125,7 @@
 <td>Public method to find an UML item based on the ID.</td>
 </tr><tr>
 <td><a href="#UMLGraphicsView.findItemByName">findItemByName</a></td>
-<td>Public method to find an UML item based on it's name.</td>
+<td>Public method to find an UML item based on its name.</td>
 </tr><tr>
 <td><a href="#UMLGraphicsView.gestureEvent">gestureEvent</a></td>
 <td>Protected method handling gesture events.</td>
@@ -343,7 +343,7 @@
 <h4>UMLGraphicsView.findItemByName</h4>
 <b>findItemByName</b>(<i>name</i>)
 <p>
-        Public method to find an UML item based on it's name.
+        Public method to find an UML item based on its name.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockManager.html	Sun Jun 30 20:03:24 2013 +0200
@@ -142,7 +142,7 @@
 <td>Public slot to show an AdBlock rule.</td>
 </tr><tr>
 <td><a href="#AdBlockManager.subscription">subscription</a></td>
-<td>Public method to get a subscription based on it's location.</td>
+<td>Public method to get a subscription based on its location.</td>
 </tr><tr>
 <td><a href="#AdBlockManager.subscriptions">subscriptions</a></td>
 <td>Public method to get all subscriptions.</td>
@@ -415,7 +415,7 @@
 <h4>AdBlockManager.subscription</h4>
 <b>subscription</b>(<i>location</i>)
 <p>
-        Public method to get a subscription based on it's location.
+        Public method to get a subscription based on its location.
 </p><dl>
 <dt><i>location</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksModel.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksModel.html	Sun Jun 30 20:03:24 2013 +0200
@@ -100,7 +100,7 @@
 <td>Public method to report the supported mime types.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.node">node</a></td>
-<td>Public method to get a bookmark node given it's index.</td>
+<td>Public method to get a bookmark node given its index.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.nodeIndex">nodeIndex</a></td>
 <td>Public method to get a model index.</td>
@@ -345,7 +345,7 @@
 <h4>BookmarksModel.node</h4>
 <b>node</b>(<i>index</i>)
 <p>
-        Public method to get a bookmark node given it's index.
+        Public method to get a bookmark node given its index.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Helpviewer.HelpTabWidget.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Helpviewer.HelpTabWidget.html	Sun Jun 30 20:03:24 2013 +0200
@@ -180,7 +180,7 @@
 <td>Public slot called to handle the close action.</td>
 </tr><tr>
 <td><a href="#HelpTabWidget.closeBrowserAt">closeBrowserAt</a></td>
-<td>Public slot to close a browser based on it's index.</td>
+<td>Public slot to close a browser based on its index.</td>
 </tr><tr>
 <td><a href="#HelpTabWidget.closedTabsManager">closedTabsManager</a></td>
 <td>Public slot to get a reference to the closed tabs manager.</td>
@@ -517,7 +517,7 @@
 <h4>HelpTabWidget.closeBrowserAt</h4>
 <b>closeBrowserAt</b>(<i>index</i>)
 <p>
-        Public slot to close a browser based on it's index.
+        Public slot to close a browser based on its index.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Helpviewer.HelpWebSearchWidget.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Helpviewer.HelpWebSearchWidget.html	Sun Jun 30 20:03:24 2013 +0200
@@ -67,7 +67,7 @@
 <td>Constructor</td>
 </tr><tr>
 <td><a href="#HelpWebSearchWidget.__addEngineFromUrl">__addEngineFromUrl</a></td>
-<td>Private slot to add a search engine given it's URL.</td>
+<td>Private slot to add a search engine given its URL.</td>
 </tr><tr>
 <td><a href="#HelpWebSearchWidget.__changeCurrentEngine">__changeCurrentEngine</a></td>
 <td>Private slot to handle the selection of a search engine.</td>
@@ -142,7 +142,7 @@
 <h4>HelpWebSearchWidget.__addEngineFromUrl</h4>
 <b>__addEngineFromUrl</b>(<i></i>)
 <p>
-        Private slot to add a search engine given it's URL.
+        Private slot to add a search engine given its URL.
 </p><a NAME="HelpWebSearchWidget.__changeCurrentEngine" ID="HelpWebSearchWidget.__changeCurrentEngine"></a>
 <h4>HelpWebSearchWidget.__changeCurrentEngine</h4>
 <b>__changeCurrentEngine</b>(<i></i>)
--- a/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchManager.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchManager.html	Sun Jun 30 20:03:24 2013 +0200
@@ -77,7 +77,7 @@
 <td>Private method to add a new search engine given a filename.</td>
 </tr><tr>
 <td><a href="#OpenSearchManager.__addEngineByUrl">__addEngineByUrl</a></td>
-<td>Private method to add a new search engine given it's URL.</td>
+<td>Private method to add a new search engine given its URL.</td>
 </tr><tr>
 <td><a href="#OpenSearchManager.__confirmAddition">__confirmAddition</a></td>
 <td>Private method to confirm the addition of a new search engine.</td>
@@ -206,7 +206,7 @@
 <h4>OpenSearchManager.__addEngineByUrl</h4>
 <b>__addEngineByUrl</b>(<i>url</i>)
 <p>
-        Private method to add a new search engine given it's URL.
+        Private method to add a new search engine given its URL.
 </p><dl>
 <dt><i>url</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html	Sun Jun 30 20:03:24 2013 +0200
@@ -160,7 +160,7 @@
 <td>Private slot used to refresh the current patch.</td>
 </tr><tr>
 <td><a href="#QueuesProjectHelper.__hgQueueRefreshPatchMessage">__hgQueueRefreshPatchMessage</a></td>
-<td>Private slot used to refresh the current patch and it's commit message.</td>
+<td>Private slot used to refresh the current patch and its commit message.</td>
 </tr><tr>
 <td><a href="#QueuesProjectHelper.__hgQueueRenamePatch">__hgQueueRenamePatch</a></td>
 <td>Private slot used to rename a patch.</td>
@@ -409,7 +409,7 @@
 <h4>QueuesProjectHelper.__hgQueueRefreshPatchMessage</h4>
 <b>__hgQueueRefreshPatchMessage</b>(<i></i>)
 <p>
-        Private slot used to refresh the current patch and it's commit message.
+        Private slot used to refresh the current patch and its commit message.
 </p><a NAME="QueuesProjectHelper.__hgQueueRenamePatch" ID="QueuesProjectHelper.__hgQueueRenamePatch"></a>
 <h4>QueuesProjectHelper.__hgQueueRenamePatch</h4>
 <b>__hgQueueRenamePatch</b>(<i></i>)
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html	Sun Jun 30 20:03:24 2013 +0200
@@ -139,7 +139,7 @@
 <td>Public method to relocate the working copy to a new repository URL.</td>
 </tr><tr>
 <td><a href="#Subversion.svnRemoveFromChangelist">svnRemoveFromChangelist</a></td>
-<td>Public method to remove a file or directory from it's changelist.</td>
+<td>Public method to remove a file or directory from its changelist.</td>
 </tr><tr>
 <td><a href="#Subversion.svnRepoBrowser">svnRepoBrowser</a></td>
 <td>Public method to open the repository browser.</td>
@@ -625,7 +625,7 @@
 <h4>Subversion.svnRemoveFromChangelist</h4>
 <b>svnRemoveFromChangelist</b>(<i>names</i>)
 <p>
-        Public method to remove a file or directory from it's changelist.
+        Public method to remove a file or directory from its changelist.
 </p><p>
         Note: Directories will be removed recursively.
 </p><dl>
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html	Sun Jun 30 20:03:24 2013 +0200
@@ -133,7 +133,7 @@
 <td>Public method to relocate the working copy to a new repository URL.</td>
 </tr><tr>
 <td><a href="#Subversion.svnRemoveFromChangelist">svnRemoveFromChangelist</a></td>
-<td>Public method to remove a file or directory from it's changelist.</td>
+<td>Public method to remove a file or directory from its changelist.</td>
 </tr><tr>
 <td><a href="#Subversion.svnRepoBrowser">svnRepoBrowser</a></td>
 <td>Public method to open the repository browser.</td>
@@ -596,7 +596,7 @@
 <h4>Subversion.svnRemoveFromChangelist</h4>
 <b>svnRemoveFromChangelist</b>(<i>names</i>)
 <p>
-        Public method to remove a file or directory from it's changelist.
+        Public method to remove a file or directory from its changelist.
 </p><p>
         Note: Directories will be removed recursively.
 </p><dl>
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Sun Jun 30 20:03:24 2013 +0200
@@ -568,7 +568,7 @@
 <td>Overwritten method to remove a widget.</td>
 </tr><tr>
 <td><a href="#StackedWidget.setCurrentIndex">setCurrentIndex</a></td>
-<td>Overwritten method to set the current widget by it's index.</td>
+<td>Overwritten method to set the current widget by its index.</td>
 </tr><tr>
 <td><a href="#StackedWidget.setCurrentWidget">setCurrentWidget</a></td>
 <td>Overwritten method to set the current widget.</td>
@@ -659,7 +659,7 @@
 <h4>StackedWidget.setCurrentIndex</h4>
 <b>setCurrentIndex</b>(<i>index</i>)
 <p>
-        Overwritten method to set the current widget by it's index.
+        Overwritten method to set the current widget by its index.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html	Sun Jun 30 20:03:24 2013 +0200
@@ -707,7 +707,7 @@
 <td>Public method called to filter the event queue.</td>
 </tr><tr>
 <td><a href="#Tabview.getTabWidgetById">getTabWidgetById</a></td>
-<td>Public method to get a reference to a tab widget knowing it's ID.</td>
+<td>Public method to get a reference to a tab widget knowing its ID.</td>
 </tr><tr>
 <td><a href="#Tabview.insertView">insertView</a></td>
 <td>Protected method to add a view (i.e.</td>
@@ -911,7 +911,7 @@
 <h4>Tabview.getTabWidgetById</h4>
 <b>getTabWidgetById</b>(<i>id_</i>)
 <p>
-        Public method to get a reference to a tab widget knowing it's ID.
+        Public method to get a reference to a tab widget knowing its ID.
 </p><dl>
 <dt><i>id_</i></dt>
 <dd>
--- a/Documentation/Source/eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html	Sun Jun 30 20:03:24 2013 +0200
@@ -79,7 +79,7 @@
 <td>Private method to import the styles of the given lexers.</td>
 </tr><tr>
 <td><a href="#EditorHighlightingStylesPage.__setToDefault">__setToDefault</a></td>
-<td>Private method to set a specific style to it's default values.</td>
+<td>Private method to set a specific style to its default values.</td>
 </tr><tr>
 <td><a href="#EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked">on_allBackgroundColoursButton_clicked</a></td>
 <td>Private method used to select the background colour of all styles of a selected lexer.</td>
@@ -94,7 +94,7 @@
 <td>Private method used to select the background colour of the selected style and lexer.</td>
 </tr><tr>
 <td><a href="#EditorHighlightingStylesPage.on_defaultButton_clicked">on_defaultButton_clicked</a></td>
-<td>Private method to set the current style to it's default values.</td>
+<td>Private method to set the current style to its default values.</td>
 </tr><tr>
 <td><a href="#EditorHighlightingStylesPage.on_eolfillCheckBox_toggled">on_eolfillCheckBox_toggled</a></td>
 <td>Private method used to set the eolfill for the selected style and lexer.</td>
@@ -210,7 +210,7 @@
 <h4>EditorHighlightingStylesPage.__setToDefault</h4>
 <b>__setToDefault</b>(<i>style</i>)
 <p>
-        Private method to set a specific style to it's default values.
+        Private method to set a specific style to its default values.
 </p><dl>
 <dt><i>style</i></dt>
 <dd>
@@ -242,7 +242,7 @@
 <h4>EditorHighlightingStylesPage.on_defaultButton_clicked</h4>
 <b>on_defaultButton_clicked</b>(<i></i>)
 <p>
-        Private method to set the current style to it's default values.
+        Private method to set the current style to its default values.
 </p><a NAME="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" ID="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled"></a>
 <h4>EditorHighlightingStylesPage.on_eolfillCheckBox_toggled</h4>
 <b>on_eolfillCheckBox_toggled</b>(<i>b</i>)
--- a/Documentation/Source/eric5.Project.ProjectBrowserModel.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Project.ProjectBrowserModel.html	Sun Jun 30 20:03:24 2013 +0200
@@ -330,13 +330,13 @@
 <td>Public method to find a child item given some text.</td>
 </tr><tr>
 <td><a href="#ProjectBrowserModel.findItem">findItem</a></td>
-<td>Public method to find an item given it's name.</td>
+<td>Public method to find an item given its name.</td>
 </tr><tr>
 <td><a href="#ProjectBrowserModel.findParentItemByName">findParentItemByName</a></td>
-<td>Public method to find an item given it's name.</td>
+<td>Public method to find an item given its name.</td>
 </tr><tr>
 <td><a href="#ProjectBrowserModel.itemIndexByName">itemIndexByName</a></td>
-<td>Public method to find an item's index given it's name.</td>
+<td>Public method to find an item's index given its name.</td>
 </tr><tr>
 <td><a href="#ProjectBrowserModel.populateItem">populateItem</a></td>
 <td>Public method to populate an item's subtree.</td>
@@ -517,7 +517,7 @@
 <h4>ProjectBrowserModel.findItem</h4>
 <b>findItem</b>(<i>name</i>)
 <p>
-        Public method to find an item given it's name.
+        Public method to find an item given its name.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
@@ -532,7 +532,7 @@
 <h4>ProjectBrowserModel.findParentItemByName</h4>
 <b>findParentItemByName</b>(<i>type_, name, dontSplit=False</i>)
 <p>
-        Public method to find an item given it's name.
+        Public method to find an item given its name.
 </p><p>
         <b>Note</b>: This method creates all necessary parent items, if they
         don't exist.
@@ -556,7 +556,7 @@
 <h4>ProjectBrowserModel.itemIndexByName</h4>
 <b>itemIndexByName</b>(<i>name</i>)
 <p>
-        Public method to find an item's index given it's name.
+        Public method to find an item's index given its name.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
--- a/Documentation/Source/eric5.QScintilla.Lexers.__init__.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.QScintilla.Lexers.__init__.html	Sun Jun 30 20:03:24 2013 +0200
@@ -232,7 +232,7 @@
 </dd><dt><i>getLexerFunc</i></dt>
 <dd>
 reference to a function instantiating the specific lexer.
-        This function must take a reference to the parent as it's only argument.
+        This function must take a reference to the parent as its only argument.
 </dd><dt><i>openFilters=</i></dt>
 <dd>
 list of open file filters (list of strings)
--- a/Documentation/Source/eric5.SqlBrowser.SqlConnectionDialog.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.SqlBrowser.SqlConnectionDialog.html	Sun Jun 30 20:03:24 2013 +0200
@@ -61,7 +61,7 @@
 <td>Constructor</td>
 </tr><tr>
 <td><a href="#SqlConnectionDialog.__updateDialog">__updateDialog</a></td>
-<td>Private slot to update the dialog depending on it's contents.</td>
+<td>Private slot to update the dialog depending on its contents.</td>
 </tr><tr>
 <td><a href="#SqlConnectionDialog.getData">getData</a></td>
 <td>Public method to retrieve the connection data.</td>
@@ -89,7 +89,7 @@
 <h4>SqlConnectionDialog.__updateDialog</h4>
 <b>__updateDialog</b>(<i></i>)
 <p>
-        Private slot to update the dialog depending on it's contents.
+        Private slot to update the dialog depending on its contents.
 </p><a NAME="SqlConnectionDialog.getData" ID="SqlConnectionDialog.getData"></a>
 <h4>SqlConnectionDialog.getData</h4>
 <b>getData</b>(<i></i>)
--- a/Documentation/Source/eric5.UI.UserInterface.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.UI.UserInterface.html	Sun Jun 30 20:03:24 2013 +0200
@@ -1092,7 +1092,7 @@
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-list giving the widget's geometry and it's visibility
+list giving the widget's geometry and its visibility
 </dd>
 </dl><a NAME="UserInterface.__helpClosed" ID="UserInterface.__helpClosed"></a>
 <h4>UserInterface.__helpClosed</h4>
--- a/Documentation/Source/eric5.Utilities.__init__.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Sun Jun 30 20:03:24 2013 +0200
@@ -203,10 +203,10 @@
 <td>Function to compile one Python 2 source file to Python 2 bytecode.</td>
 </tr><tr>
 <td><a href="#readEncodedFile">readEncodedFile</a></td>
-<td>Function to read a file and decode it's contents into proper text.</td>
+<td>Function to read a file and decode its contents into proper text.</td>
 </tr><tr>
 <td><a href="#readEncodedFileWithHash">readEncodedFileWithHash</a></td>
-<td>Function to read a file, calculate a hash value and decode it's contents into proper text.</td>
+<td>Function to read a file, calculate a hash value and decode its contents into proper text.</td>
 </tr><tr>
 <td><a href="#readStringFromStream">readStringFromStream</a></td>
 <td>Module function to read a string from the given stream.</td>
@@ -1377,7 +1377,7 @@
 <h2>readEncodedFile</h2>
 <b>readEncodedFile</b>(<i>filename</i>)
 <p>
-    Function to read a file and decode it's contents into proper text.
+    Function to read a file and decode its contents into proper text.
 </p><dl>
 <dt><i>filename</i></dt>
 <dd>
@@ -1395,7 +1395,7 @@
 <h2>readEncodedFileWithHash</h2>
 <b>readEncodedFileWithHash</b>(<i>filename</i>)
 <p>
-    Function to read a file, calculate a hash value and decode it's contents
+    Function to read a file, calculate a hash value and decode its contents
     into proper text.
 </p><dl>
 <dt><i>filename</i></dt>
--- a/Documentation/Source/eric5.UtilitiesPython2.Tools.html	Sat Jun 29 18:40:45 2013 +0200
+++ b/Documentation/Source/eric5.UtilitiesPython2.Tools.html	Sun Jun 30 20:03:24 2013 +0200
@@ -47,7 +47,7 @@
 <td>Function to normalize the given code.</td>
 </tr><tr>
 <td><a href="#readEncodedFile">readEncodedFile</a></td>
-<td>Function to read a file and decode it's contents into proper text.</td>
+<td>Function to read a file and decode its contents into proper text.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -133,7 +133,7 @@
 <h2>readEncodedFile</h2>
 <b>readEncodedFile</b>(<i>filename</i>)
 <p>
-    Function to read a file and decode it's contents into proper text.
+    Function to read a file and decode its contents into proper text.
 </p><dl>
 <dt><i>filename</i></dt>
 <dd>
--- a/E5Gui/E5SqueezeLabels.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/E5Gui/E5SqueezeLabels.py	Sun Jun 30 20:03:24 2013 +0200
@@ -15,7 +15,7 @@
 
 class E5SqueezeLabel(QLabel):
     """
-    Class implementing a label that squeezes its contents to fit it's size.
+    Class implementing a label that squeezes its contents to fit its size.
     """
     def __init__(self, parent=None):
         """
@@ -54,7 +54,7 @@
 
 class E5SqueezeLabelPath(QLabel):
     """
-    Class implementing a label showing a file path compacted to fit it's size.
+    Class implementing a label showing a file path compacted to fit its size.
     """
     def __init__(self, parent=None):
         """
--- a/E5Gui/E5ToolBarDialog.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/E5Gui/E5ToolBarDialog.py	Sun Jun 30 20:03:24 2013 +0200
@@ -449,7 +449,7 @@
     
     def __restoreCurrentToolbarToDefault(self):
         """
-        Private method to set the current toolbar to it's default configuration.
+        Private method to set the current toolbar to its default configuration.
         """
         if not self.__currentToolBarItem.isDefault:
             return
--- a/E5Gui/E5ToolBarManager.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/E5Gui/E5ToolBarManager.py	Sun Jun 30 20:03:24 2013 +0200
@@ -53,7 +53,7 @@
     
     def __toolBarByName(self, name):
         """
-        Private slot to get a toolbar by it's object name.
+        Private slot to get a toolbar by its object name.
         
         @param name object name of the toolbar (string)
         @return reference to the toolbar (QToolBar)
@@ -259,7 +259,7 @@
     
     def resetToolBar(self, toolBar):
         """
-        Public method to reset a toolbar to it's default state.
+        Public method to reset a toolbar to its default state.
         
         @param toolBar reference to the toolbar to configure (QToolBar)
         """
@@ -634,7 +634,7 @@
     
     def actionById(self, aID):
         """
-        Public method to get an action given it's id.
+        Public method to get an action given its id.
         
         @param aID id of the action object (integer)
         @return reference to the action (QAction)
@@ -645,7 +645,7 @@
     
     def toolBarById(self, tbID):
         """
-        Public method to get a toolbar given it's id.
+        Public method to get a toolbar given its id.
         
         @param tbID id of the toolbar object (integer)
         @return reference to the toolbar (QToolBar)
@@ -656,7 +656,7 @@
     
     def toolBarActions(self, tbID):
         """
-        Public method to get a toolbar's actions given it's id.
+        Public method to get a toolbar's actions given its id.
         
         @param tbID id of the toolbar object (integer)
         @return list of actions (list of QAction)
@@ -676,7 +676,7 @@
     
     def defaultToolBarActions(self, tbID):
         """
-        Public method to get a default toolbar's actions given it's id.
+        Public method to get a default toolbar's actions given its id.
         
         @param tbID id of the default toolbar object (integer)
         @return list of actions (list of QAction)
--- a/Graphics/UMLGraphicsView.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Graphics/UMLGraphicsView.py	Sun Jun 30 20:03:24 2013 +0200
@@ -673,7 +673,7 @@
     
     def findItemByName(self, name):
         """
-        Public method to find an UML item based on it's name.
+        Public method to find an UML item based on its name.
         
         @param name name to look for (string)
         @return item found (UMLItem) or None
--- a/Helpviewer/AdBlock/AdBlockManager.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/AdBlock/AdBlockManager.py	Sun Jun 30 20:03:24 2013 +0200
@@ -169,7 +169,7 @@
     
     def subscription(self, location):
         """
-        Public method to get a subscription based on it's location.
+        Public method to get a subscription based on its location.
         
         @param location location of the subscription to search for (string)
         @return subscription or None (AdBlockSubscription)
--- a/Helpviewer/Bookmarks/BookmarksModel.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksModel.py	Sun Jun 30 20:03:24 2013 +0200
@@ -446,7 +446,7 @@
     
     def node(self, index):
         """
-        Public method to get a bookmark node given it's index.
+        Public method to get a bookmark node given its index.
         
         @param index index of the node (QModelIndex)
         @return bookmark node (BookmarkNode)
--- a/Helpviewer/HelpTabWidget.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/HelpTabWidget.py	Sun Jun 30 20:03:24 2013 +0200
@@ -405,7 +405,7 @@
     
     def closeBrowserAt(self, index):
         """
-        Public slot to close a browser based on it's index.
+        Public slot to close a browser based on its index.
         
         @param index index of browser to close (integer)
         """
--- a/Helpviewer/HelpWebSearchWidget.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/HelpWebSearchWidget.py	Sun Jun 30 20:03:24 2013 +0200
@@ -279,7 +279,7 @@
     
     def __addEngineFromUrl(self):
         """
-        Private slot to add a search engine given it's URL.
+        Private slot to add a search engine given its URL.
         """
         action = self.sender()
         if action is not None:
--- a/Helpviewer/OpenSearch/OpenSearchManager.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/OpenSearch/OpenSearchManager.py	Sun Jun 30 20:03:24 2013 +0200
@@ -164,7 +164,7 @@
     
     def __addEngineByUrl(self, url):
         """
-        Private method to add a new search engine given it's URL.
+        Private method to add a new search engine given its URL.
         
         @param url URL of the engine definition file (QUrl)
         @return flag indicating success (boolean)
--- a/Helpviewer/SslCertificatesDialog.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/SslCertificatesDialog.py	Sun Jun 30 20:03:24 2013 +0200
@@ -137,7 +137,7 @@
             server = itm.text(1)
             cert = self.serversCertificatesTree.currentItem().data(0, self.CertRole)
             
-            # delete the selected entry and it's parent entry, if it was the only one
+            # delete the selected entry and its parent entry, if it was the only one
             parent = itm.parent()
             parent.takeChild(parent.indexOfChild(itm))
             if parent.childCount() == 0:
@@ -328,7 +328,7 @@
         if res:
             cert = self.caCertificatesTree.currentItem().data(0, self.CertRole)
             
-            # delete the selected entry and it's parent entry, if it was the only one
+            # delete the selected entry and its parent entry, if it was the only one
             parent = itm.parent()
             parent.takeChild(parent.indexOfChild(itm))
             if parent.childCount() == 0:
--- a/Plugins/AboutPlugin/AboutDialog.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Plugins/AboutPlugin/AboutDialog.py	Sun Jun 30 20:03:24 2013 +0200
@@ -29,7 +29,7 @@
     """<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"""
+    """ by its respective copyright holder. For details see"""
     """ the copyright notice of the individual package.</p>"""
 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, UI.Info.FeatureAddress)
 
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py	Sun Jun 30 20:03:24 2013 +0200
@@ -670,7 +670,7 @@
     
     def __hgQueueRefreshPatchMessage(self):
         """
-        Private slot used to refresh the current patch and it's commit message.
+        Private slot used to refresh the current patch and its commit message.
         """
         self.vcs.getExtensionObject("mq")\
             .hgQueueRefreshPatch(self.project.getProjectPath(), editMessage=True)
--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sun Jun 30 20:03:24 2013 +0200
@@ -2144,7 +2144,7 @@
         
     def svnRemoveFromChangelist(self, names):
         """
-        Public method to remove a file or directory from it's changelist.
+        Public method to remove a file or directory from its changelist.
         
         Note: Directories will be removed recursively.
         
--- a/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sun Jun 30 20:03:24 2013 +0200
@@ -1928,7 +1928,7 @@
         
     def svnRemoveFromChangelist(self, names):
         """
-        Public method to remove a file or directory from it's changelist.
+        Public method to remove a file or directory from its changelist.
         
         Note: Directories will be removed recursively.
         
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Sun Jun 30 20:03:24 2013 +0200
@@ -84,7 +84,7 @@
         
     def setCurrentIndex(self, index):
         """
-        Overwritten method to set the current widget by it's index.
+        Overwritten method to set the current widget by its index.
         
         @param index index of widget to be made current (integer)
         """
--- a/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Plugins/ViewManagerPlugins/Tabview/Tabview.py	Sun Jun 30 20:03:24 2013 +0200
@@ -1165,7 +1165,7 @@
         
     def getTabWidgetById(self, id_):
         """
-        Public method to get a reference to a tab widget knowing it's ID.
+        Public method to get a reference to a tab widget knowing its ID.
         
         @param id_ id of the tab widget (long)
         @return reference to the tab widget (TabWidget)
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Sun Jun 30 20:03:24 2013 +0200
@@ -300,7 +300,7 @@
     @pyqtSlot()
     def on_defaultButton_clicked(self):
         """
-        Private method to set the current style to it's default values.
+        Private method to set the current style to its default values.
         """
         if len(self.styleElementList.selectedItems()) > 1:
             for selItem in self.styleElementList.selectedItems():
@@ -321,7 +321,7 @@
         
     def __setToDefault(self, style):
         """
-        Private method to set a specific style to it's default values.
+        Private method to set a specific style to its default values.
         
         @param style style to be reset (integer)
         """
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui	Sat Jun 29 18:40:45 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui	Sun Jun 30 20:03:24 2013 +0200
@@ -123,7 +123,7 @@
       <item row="5" column="1" >
        <widget class="QPushButton" name="defaultButton" >
         <property name="toolTip" >
-         <string>Press to set the current style to it's default values</string>
+         <string>Press to set the current style to its default values</string>
         </property>
         <property name="text" >
          <string>to Default</string>
--- a/Project/ProjectBrowserModel.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Project/ProjectBrowserModel.py	Sun Jun 30 20:03:24 2013 +0200
@@ -435,7 +435,7 @@
 
     def findParentItemByName(self, type_, name, dontSplit=False):
         """
-        Public method to find an item given it's name.
+        Public method to find an item given its name.
         
         <b>Note</b>: This method creates all necessary parent items, if they
         don't exist.
@@ -554,7 +554,7 @@
     
     def findItem(self, name):
         """
-        Public method to find an item given it's name.
+        Public method to find an item given its name.
         
         @param name name of the item (string)
         @return reference to the item found
@@ -575,7 +575,7 @@
     
     def itemIndexByName(self, name):
         """
-        Public method to find an item's index given it's name.
+        Public method to find an item's index given its name.
         
         @param name name of the item (string)
         @return index of the item found (QModelIndex)
--- a/QScintilla/Lexers/__init__.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/QScintilla/Lexers/__init__.py	Sun Jun 30 20:03:24 2013 +0200
@@ -38,7 +38,7 @@
     @param displayString display string (string)
     @param filenameSample dummy filename to derive lexer name (string)
     @param getLexerFunc reference to a function instantiating the specific lexer.
-        This function must take a reference to the parent as it's only argument.
+        This function must take a reference to the parent as its only argument.
     @keyparam openFilters list of open file filters (list of strings)
     @keyparam saveFilters list of save file filters (list of strings)
     @keyparam defaultAssocs default lexer associations (list of strings of filename
--- a/Snapshot/SnapWidget.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Snapshot/SnapWidget.py	Sun Jun 30 20:03:24 2013 +0200
@@ -8,7 +8,7 @@
 """
 
 #
-# SnapWidget and it's associated modules are PyQt4 ports of Ksnapshot.
+# SnapWidget and its associated modules are PyQt4 ports of Ksnapshot.
 #
 
 import os
--- a/SqlBrowser/SqlConnectionDialog.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/SqlBrowser/SqlConnectionDialog.py	Sun Jun 30 20:03:24 2013 +0200
@@ -54,7 +54,7 @@
     
     def __updateDialog(self):
         """
-        Private slot to update the dialog depending on it's contents.
+        Private slot to update the dialog depending on its contents.
         """
         driver = self.driverCombo.currentText()
         if driver.startswith("QSQLITE"):
--- a/UI/Browser.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/UI/Browser.py	Sun Jun 30 20:03:24 2013 +0200
@@ -93,7 +93,7 @@
             """ 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."""
+            """ 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>"""
--- a/UI/UserInterface.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/UI/UserInterface.py	Sun Jun 30 20:03:24 2013 +0200
@@ -5530,7 +5530,7 @@
         Private method to get the geometry of a floating windows.
         
         @param w reference to the widget to be saved (QWidget)
-        @return list giving the widget's geometry and it's visibility
+        @return list giving the widget's geometry and its visibility
         """
         s = w.size()
         p = w.pos()
--- a/Utilities/__init__.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Utilities/__init__.py	Sun Jun 30 20:03:24 2013 +0200
@@ -150,7 +150,7 @@
 
 def readEncodedFile(filename):
     """
-    Function to read a file and decode it's contents into proper text.
+    Function to read a file and decode its contents into proper text.
     
     @param filename name of the file to read (string)
     @return tuple of decoded text and encoding (string, string)
@@ -163,7 +163,7 @@
 
 def readEncodedFileWithHash(filename):
     """
-    Function to read a file, calculate a hash value and decode it's contents
+    Function to read a file, calculate a hash value and decode its contents
     into proper text.
     
     @param filename name of the file to read (string)
--- a/UtilitiesPython2/Tools.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/UtilitiesPython2/Tools.py	Sun Jun 30 20:03:24 2013 +0200
@@ -69,7 +69,7 @@
 
 def readEncodedFile(filename):
     """
-    Function to read a file and decode it's contents into proper text.
+    Function to read a file and decode its contents into proper text.
     
     @param filename name of the file to read (string)
     @return tuple of decoded text and encoding (string, string)
--- a/i18n/eric5_cs.ts	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_cs.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -30,7 +30,12 @@
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
         <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Více informací naleznete na &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Hlášení o chybách nebo požadavky na nové vlastnosti zasílejte, prosím, na &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Požadavky na nové vlastnosti posílejte na email &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Více informací naleznete na &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Hlášení o chybách nebo požadavky na nové vlastnosti zasílejte, prosím, na &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Požadavky na nové vlastnosti posílejte na email &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -2404,7 +2409,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Prohlížeč&lt;/b&gt;&lt;p&gt;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í.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem &lt;tt&gt;/&lt;/tt&gt; a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.&lt;/p&gt;&lt;p&gt;Python programy (mají extenzi &lt;tt&gt;.py&lt;/tt&gt;) 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer soubory (mají extenzi &lt;tt&gt;.ui&lt;/tt&gt;) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.&lt;/p&gt;&lt;p&gt;Qt-Linguist soubory (mají extenzi &lt;tt&gt;.ts&lt;/tt&gt;) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;Prohlížeč&lt;/b&gt;&lt;p&gt;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í.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem &lt;tt&gt;/&lt;/tt&gt; a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.&lt;/p&gt;&lt;p&gt;Python programy (mají extenzi &lt;tt&gt;.py&lt;/tt&gt;) 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer soubory (mají extenzi &lt;tt&gt;.ui&lt;/tt&gt;) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.&lt;/p&gt;&lt;p&gt;Qt-Linguist soubory (mají extenzi &lt;tt&gt;.ts&lt;/tt&gt;) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/Browser.py" line="207"/>
@@ -2476,6 +2481,11 @@
         <source>Line {0}</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9713,7 +9723,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;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"/>
@@ -9815,6 +9825,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>
Binary file i18n/eric5_de.qm has changed
--- a/i18n/eric5_de.ts	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_de.ts	Sun Jun 30 20:03:24 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>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
         <translation>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Weitergehende Informationen erhalten Sie unter &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Bitte senden Sie Fehlerberichte an &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Um eine neue Funktion anzufragen, senden sie bitte eine Email an &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} benutzt Fremdsoftware, deren Copyright bei den entsprechend Copyright Haltern liegt. Details können der Copyright Notiz des entsprechenden Paketes entnommen werden.&lt;/p&gt;</translation>
     </message>
 </context>
@@ -1944,8 +1943,8 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/>
-        <source>Open in New &amp;Tab	Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
+        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
     </message>
 </context>
 <context>
@@ -2181,8 +2180,8 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/>
-        <source>Open in New &amp;Tab	Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
+        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
+        <translation>In neuem &amp;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>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Das Browser Fenster&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Die nächste Hierarchie wird verwendet, um sich in den in der Python Variablen &lt;tt&gt;sys.path&lt;/tt&gt; gespeicherten Verzeichnissen zu bewegen.&lt;/p&gt;&lt;p&gt;Die restlichen Hierachien erlauben die Navigation im gesamten System. Unter UNIX wird gewöhnlich ein Verzeichnis mit &lt;tt&gt;/&lt;/tt&gt; als Wurzel und eines mit dem Home-Verzeichnis des Nutzers angezeigt. Auf einem Windows System wird eine Hierarchie pro Laufwerk angezeigt.&lt;/p&gt;&lt;p&gt;Python Programme (Dateien mit der Endung &lt;tt&gt;.py&lt;/tt&gt;) 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer Dateien (Dateien mit der Endung &lt;tt&gt;.ui&lt;/tt&gt;) werden mit einem Designer Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Designer zu öffnen.&lt;/p&gt;&lt;p&gt;Qt-Linguist Dateien (Dateien mit der Endung &lt;tt&gt;.ts&lt;/tt&gt;) werden mit eine Linguist Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Linguist zu öffnen.&lt;/p&gt;</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>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Das Browser Fenster&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Die nächste Hierarchie wird verwendet, um sich in den in der Python Variablen &lt;tt&gt;sys.path&lt;/tt&gt; gespeicherten Verzeichnissen zu bewegen.&lt;/p&gt;&lt;p&gt;Die restlichen Hierachien erlauben die Navigation im gesamten System. Unter UNIX wird gewöhnlich ein Verzeichnis mit &lt;tt&gt;/&lt;/tt&gt; als Wurzel und eines mit dem Home-Verzeichnis des Nutzers angezeigt. Auf einem Windows System wird eine Hierarchie pro Laufwerk angezeigt.&lt;/p&gt;&lt;p&gt;Python Programme (Dateien mit der Endung &lt;tt&gt;.py&lt;/tt&gt;) 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer Dateien (Dateien mit der Endung &lt;tt&gt;.ui&lt;/tt&gt;) werden mit einem Designer Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Designer zu öffnen.&lt;/p&gt;&lt;p&gt;Qt-Linguist Dateien (Dateien mit der Endung &lt;tt&gt;.ts&lt;/tt&gt;) werden mit eine Linguist Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Linguist zu öffnen.&lt;/p&gt;</translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9355,11 +9354,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&apos;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>
@@ -9454,6 +9448,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>
@@ -14282,8 +14281,8 @@
     </message>
     <message>
         <location filename="Helpviewer/HelpBrowserWV.py" line="990"/>
-        <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="1048"/>
--- a/i18n/eric5_en.ts	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_en.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -29,7 +29,7 @@
     </message>
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
-        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</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>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</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>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9230,11 +9230,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
-        <source>Press to set the current style to it&apos;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>
@@ -9379,6 +9374,11 @@
         <source>&lt;p&gt;The highlighting styles could not be read from file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</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	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_es.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -30,7 +30,12 @@
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
         <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Para más información vea &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Por favor envíe los informes de bugs a &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Para solicitar nuevas características envíe por favor un correo electrónico a &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Para más información vea &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Por favor envíe los informes de bugs a &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Para solicitar nuevas características envíe por favor un correo electrónico a &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -2297,7 +2302,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;La Ventana del Navegador&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;La siguiente jerarquía se utiliza para navegar fácilmente los directorios que se han especificado en la variable &lt;tt&gt;sys.path&lt;/tt&gt; de Python.&lt;/p&gt;&lt;p&gt;Las restantes jerarquías permiten navegar a través del sistema como un todo. En un sistema UNIX se mostrará una jerarquía con &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Los programas Python (es decir aquellos archivos con extensión &lt;tt&gt;.py&lt;/tt&gt;) 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Los archivos de Qt-Designer (es decir, aquellos con extensión &lt;tt&gt;.ui&lt;/tt&gt;)  se muestran con un icono de Designer. El menú de contexto de estos archivos permite ejecutar Qt-Designer asociado al archivo en cuestión.&lt;/p&gt;&lt;p&gt;Los archivos de Qt-Linguist (es decir aquellos con extensión &lt;tt&gt;.ts&lt;/tt&gt;) se muestran con un icono de Linguist. El menú de contexto de estos archivos permite ejecutar Qt-Linguist asociado al archivo en cuestión.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;La Ventana del Navegador&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;La siguiente jerarquía se utiliza para navegar fácilmente los directorios que se han especificado en la variable &lt;tt&gt;sys.path&lt;/tt&gt; de Python.&lt;/p&gt;&lt;p&gt;Las restantes jerarquías permiten navegar a través del sistema como un todo. En un sistema UNIX se mostrará una jerarquía con &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Los programas Python (es decir aquellos archivos con extensión &lt;tt&gt;.py&lt;/tt&gt;) 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Los archivos de Qt-Designer (es decir, aquellos con extensión &lt;tt&gt;.ui&lt;/tt&gt;)  se muestran con un icono de Designer. El menú de contexto de estos archivos permite ejecutar Qt-Designer asociado al archivo en cuestión.&lt;/p&gt;&lt;p&gt;Los archivos de Qt-Linguist (es decir aquellos con extensión &lt;tt&gt;.ts&lt;/tt&gt;) se muestran con un icono de Linguist. El menú de contexto de estos archivos permite ejecutar Qt-Linguist asociado al archivo en cuestión.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/Browser.py" line="207"/>
@@ -2369,6 +2374,11 @@
         <source>Line {0}</source>
         <translation>Línea {0}</translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9353,7 +9363,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;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"/>
@@ -9450,6 +9460,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	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_fr.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -43,7 +43,12 @@
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
         <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;{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&apos;éditeur de texte intégré QScintilla. &lt;/p&gt;&lt;p&gt;Pour plus d&apos;infos &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Envoyez vos rapports de bogues à &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Envoyez vos remarques et suggestions à  &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;{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&apos;éditeur de texte intégré QScintilla. &lt;/p&gt;&lt;p&gt;Pour plus d&apos;infos &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Envoyez vos rapports de bogues à &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Envoyez vos remarques et suggestions à  &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -2516,7 +2521,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Le Navigateur&lt;/b&gt;&lt;p&gt;Il permet de naviguer facilement dans l&apos;arborescence des répertoires et des fichiers, d&apos;identifier les programmes Python et des les ouvrir dans l&apos;éditeur. La fenêtre comporte plusieurs noeuds d&apos;arborescence.&lt;/p&gt;&lt;p&gt; Le premier noeud n&apos;est montré que si vous avez ouvert un programme pour le déboguer, et l&apos;arborescence commence au niveau du répertoire ou se trouve le fichier. D&apos;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.&lt;/p&gt;&lt;p&gt;L&apos;arborescence suivante est utilisée pour naviguer dans les répertoires spécifiés par la variable d&apos;environnement Python &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;Les autres arborescences permettent de naviguer sur l&apos;ensemble de votre système. Sur les systèmes UNIX, il y aura une arborescence partant de la racine &lt;tt&gt;/&lt;/tt&gt; et une autre au niveau du &apos;home&apos; de l&apos;utilisateur. Sous Windows, il y aura un noeud d&apos;arborescence pour chaque lecteur du système.&lt;/p&gt;&lt;p&gt;Les programmes Python (i.e. les fichiers ayant une extension &lt;tt&gt;.py&lt;/tt&gt;) sont repérés avec une icône Python. Un clic droit sur le nom de fichier ouvre un menu qui permet soit d&apos;ouvrir le fichier dans le éditeur, soit de le lancer en en mode débogage ou en mode test.&lt;/p&gt;&lt;p&gt;Le menu contextuel d&apos;une classe, d&apos;une fonction ou d&apos;une méthode permet d&apos;ouvir le fichier source correspondant et de se placer directement sur la bonne ligne de code.&lt;/p&gt;&lt;p&gt;Les fichiers Qt-Designer (i.e. ceux ayant l&apos;extension &lt;tt&gt;.ui&lt;/tt&gt; ) ont une icône Designer. Le menu contextuel de ces fichiers permet de lancer Qt-Designer à partir du fichier.&lt;/p&gt;&lt;p&gt;Il en est de même avec les fichiers Qt-Linguist (extension &lt;tt&gt;.ts&lt;/tt&gt;) affiché avec l&apos;icône Linguist. Le menu contextuel permet de lancer directement Qt-Linguist.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;Le Navigateur&lt;/b&gt;&lt;p&gt;Il permet de naviguer facilement dans l&apos;arborescence des répertoires et des fichiers, d&apos;identifier les programmes Python et des les ouvrir dans l&apos;éditeur. La fenêtre comporte plusieurs noeuds d&apos;arborescence.&lt;/p&gt;&lt;p&gt; Le premier noeud n&apos;est montré que si vous avez ouvert un programme pour le déboguer, et l&apos;arborescence commence au niveau du répertoire ou se trouve le fichier. D&apos;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.&lt;/p&gt;&lt;p&gt;L&apos;arborescence suivante est utilisée pour naviguer dans les répertoires spécifiés par la variable d&apos;environnement Python &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;Les autres arborescences permettent de naviguer sur l&apos;ensemble de votre système. Sur les systèmes UNIX, il y aura une arborescence partant de la racine &lt;tt&gt;/&lt;/tt&gt; et une autre au niveau du &apos;home&apos; de l&apos;utilisateur. Sous Windows, il y aura un noeud d&apos;arborescence pour chaque lecteur du système.&lt;/p&gt;&lt;p&gt;Les programmes Python (i.e. les fichiers ayant une extension &lt;tt&gt;.py&lt;/tt&gt;) sont repérés avec une icône Python. Un clic droit sur le nom de fichier ouvre un menu qui permet soit d&apos;ouvrir le fichier dans le éditeur, soit de le lancer en en mode débogage ou en mode test.&lt;/p&gt;&lt;p&gt;Le menu contextuel d&apos;une classe, d&apos;une fonction ou d&apos;une méthode permet d&apos;ouvir le fichier source correspondant et de se placer directement sur la bonne ligne de code.&lt;/p&gt;&lt;p&gt;Les fichiers Qt-Designer (i.e. ceux ayant l&apos;extension &lt;tt&gt;.ui&lt;/tt&gt; ) ont une icône Designer. Le menu contextuel de ces fichiers permet de lancer Qt-Designer à partir du fichier.&lt;/p&gt;&lt;p&gt;Il en est de même avec les fichiers Qt-Linguist (extension &lt;tt&gt;.ts&lt;/tt&gt;) affiché avec l&apos;icône Linguist. Le menu contextuel permet de lancer directement Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/Browser.py" line="207"/>
@@ -2593,6 +2598,11 @@
         <source>Line {0}</source>
         <translation>Ligne {0}</translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -10344,7 +10354,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;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"/>
@@ -10461,6 +10471,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	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_it.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -30,7 +30,12 @@
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
         <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;{0} è un ambiente integrato di sviluppo per il linguaggio Python. E&apos; scritto usanto i binding Python PyQt per la libreria Qt e il widget QScintilla per l&apos;editor.&lt;/p&gt;&lt;p&gt;Per maggiori informazioni consultare &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Per cortesia mandare le segnalazioni di errore a &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Per richieder una nuova funzionalità mandare una mail a &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} usa software di terze parti che è sotto copyright dei rispettivi proprietari. Per dettagli consulta le informazioni sul copyright dei singoli pacchetto.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;{0} è un ambiente integrato di sviluppo per il linguaggio Python. E&apos; scritto usanto i binding Python PyQt per la libreria Qt e il widget QScintilla per l&apos;editor.&lt;/p&gt;&lt;p&gt;Per maggiori informazioni consultare &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Per cortesia mandare le segnalazioni di errore a &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Per richieder una nuova funzionalità mandare una mail a &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} usa software di terze parti che è sotto copyright dei rispettivi proprietari. Per dettagli consulta le informazioni sul copyright dei singoli pacchetto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -2400,7 +2405,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;La finestra di navigazione&lt;/b&gt;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.&lt;/p&gt;&lt;p&gt;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&apos;applicazione Python sono contenuti nella stessa directory, così questa vista permette un accesso veloce a molto di quello che ti serve.&lt;/p&gt;&lt;p&gt;La vista successiva è usata per navigare facilmente nelle directory specificate nella variabile Python &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;La vista rimanente permette di navigare in tutto il sistema. Su un sistema UNIX c&apos;è una struttura con &lt;tt&gt;/&lt;/tt&gt; come radice e un&apos;altra con la home dell&apos;utente. Su un sistema Windows c&apos;è una struttura per ogni disco del sistema.&lt;/p&gt;&lt;p&gt;I programmi Python (es. quelli con l&apos;estensione &lt;tt&gt;.py&lt;/tt&gt; sono identificati nella vista con l&apos;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.&lt;/p&gt;&lt;p&gt;Il menù contestuale di una classe, funzione o metodo consente di aprire il file che la definisce e di posizionarsi sulla linea corretta.&lt;/p&gt;&lt;p&gt;I file di Qt-Designer (es quelli con estensione &lt;tt&gt;.ui&lt;/tt&gt; sono mostrati con l&apos;icona del Designer. Il menù contestuale  di questi file consente di avviare Qt-Designer per quel file.&lt;/p&gt;&lt;p&gt;I file di Qt-Linguist (es. quelli con estensione &lt;tt&gt;.ts&lt;/tt&gt;) sono mostrati con l&apos;icone di Linguist. Il menù contestuale di questi file consente di avviare Qt-Linguist per quel file.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;La finestra di navigazione&lt;/b&gt;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.&lt;/p&gt;&lt;p&gt;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&apos;applicazione Python sono contenuti nella stessa directory, così questa vista permette un accesso veloce a molto di quello che ti serve.&lt;/p&gt;&lt;p&gt;La vista successiva è usata per navigare facilmente nelle directory specificate nella variabile Python &lt;tt&gt;sys.path&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;La vista rimanente permette di navigare in tutto il sistema. Su un sistema UNIX c&apos;è una struttura con &lt;tt&gt;/&lt;/tt&gt; come radice e un&apos;altra con la home dell&apos;utente. Su un sistema Windows c&apos;è una struttura per ogni disco del sistema.&lt;/p&gt;&lt;p&gt;I programmi Python (es. quelli con l&apos;estensione &lt;tt&gt;.py&lt;/tt&gt; sono identificati nella vista con l&apos;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.&lt;/p&gt;&lt;p&gt;Il menù contestuale di una classe, funzione o metodo consente di aprire il file che la definisce e di posizionarsi sulla linea corretta.&lt;/p&gt;&lt;p&gt;I file di Qt-Designer (es quelli con estensione &lt;tt&gt;.ui&lt;/tt&gt; sono mostrati con l&apos;icona del Designer. Il menù contestuale  di questi file consente di avviare Qt-Designer per quel file.&lt;/p&gt;&lt;p&gt;I file di Qt-Linguist (es. quelli con estensione &lt;tt&gt;.ts&lt;/tt&gt;) sono mostrati con l&apos;icone di Linguist. Il menù contestuale di questi file consente di avviare Qt-Linguist per quel file.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/Browser.py" line="207"/>
@@ -2477,6 +2482,11 @@
         <source>Line {0}</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9589,7 +9599,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;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"/>
@@ -9686,6 +9696,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	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_ru.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -30,7 +30,12 @@
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
         <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;{0} - это интегрированная среда разработки программ на языке Питон. Написана с использованием питоновского интерфейса к графической библиотеке Qt и библиотеке редактора текстов QScintilla.&lt;/p&gt;&lt;p&gt;Дополнительная информация имеется здесь: &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Сообщения об ошибках посылать сюда: &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Предложения и просьбы о новой функциональности посылать по адресу &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0}использует дополнительное программное обеспечение со своими собственными лицензионными правилами. Более детальную лицензионную информацию можно найти внутри соответствующего програмного пакета.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;{0} - это интегрированная среда разработки программ на языке Питон. Написана с использованием питоновского интерфейса к графической библиотеке Qt и библиотеке редактора текстов QScintilla.&lt;/p&gt;&lt;p&gt;Дополнительная информация имеется здесь: &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Сообщения об ошибках посылать сюда: &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Предложения и просьбы о новой функциональности посылать по адресу &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0}использует дополнительное программное обеспечение со своими собственными лицензионными правилами. Более детальную лицензионную информацию можно найти внутри соответствующего програмного пакета.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -2397,7 +2402,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Окно обозревателя&lt;/b&gt;
+        <translation type="obsolete">&lt;b&gt;Окно обозревателя&lt;/b&gt;
 &lt;p&gt;Помогает легко перемещаться по дереву каталогов и файлов вашей системы, находить программы на Python и открывать их в окне исходных текстов. Окно показывает несколько разных деревьев&lt;/p&gt;
 &lt;p&gt;Первое дерево показывается только тогда, когда вы отлаживаете программу и корень дерева является каталогом, содержащим программу. Обычно все файлы, составляющие приложение на Python, находятся в одном каталоге, так что это дерево даёт почти всю необходимую информацию.&lt;/p&gt;
 &lt;p&gt;Следующее дерево используется для лёгкого перемещения по каталогам, перечисленным в переменной Python &lt;tt&gt;sys.path&lt;/tt&gt;.
@@ -2482,6 +2487,11 @@
         <source>Line {0}</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9649,7 +9659,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;s default values</source>
-        <translation>Установить значения по умолчанию для текущего стиля</translation>
+        <translation type="obsolete">Установить значения по умолчанию для текущего стиля</translation>
     </message>
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/>
@@ -9746,6 +9756,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	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_tr.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -30,7 +30,12 @@
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
         <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Daha fazla bilgi için &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt; adresine bakınız.&lt;/p&gt;&lt;p&gt;Lütfen hata tespit ettiğiniz hata raporlarını &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;adresine gönderiniz.&lt;/p&gt;&lt;p&gt;Eklenmesini istediğiniz ilave özellikleri ise &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt; eposta adresine gönderiniz.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;Daha fazla bilgi için &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt; adresine bakınız.&lt;/p&gt;&lt;p&gt;Lütfen hata tespit ettiğiniz hata raporlarını &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;adresine gönderiniz.&lt;/p&gt;&lt;p&gt;Eklenmesini istediğiniz ilave özellikleri ise &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt; eposta adresine gönderiniz.&lt;/p&gt;&lt;p&gt;{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.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -2403,7 +2408,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Gösterim Penceresi&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;Gösterim Penceresi&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/Browser.py" line="207"/>
@@ -2475,6 +2480,11 @@
         <source>Line {0}</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -9676,7 +9686,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;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"/>
@@ -9828,6 +9838,11 @@
         <source>&lt;p&gt;The highlighting styles file &lt;b&gt;{0}&lt;/b&gt; has invalid contents.&lt;/p&gt;</source>
         <translation type="obsolete">&lt;p&gt;Metin vurgulama stil dosyası &lt;b&gt;{0}&lt;/b&gt; gçersiz içeriğe sahip.&lt;/p&gt;</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	Sat Jun 29 18:40:45 2013 +0200
+++ b/i18n/eric5_zh_CN.GB2312.ts	Sun Jun 30 20:03:24 2013 +0200
@@ -42,7 +42,7 @@
     </message>
     <message>
         <location filename="Plugins/AboutPlugin/AboutDialog.py" line="22"/>
-        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by it&apos;s respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <source>&lt;p&gt;{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.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -2513,7 +2513,7 @@
     <message>
         <location filename="UI/Browser.py" line="89"/>
         <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The first hierachy is only shown if you have opened a program for debugging and it&apos;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;浏览器窗口&lt;/b&gt;&lt;p&gt;使您可以很方便地操纵文件夹和文件的层次,在源文件观察窗口中识别并打开Python程序。窗口以多层级方式显示。&lt;/p&gt;&lt;p&gt;第一个层级只显示您是否已经打开了一个程序用于调试,并且该程序位于包含该程序的文件夹中。构成Python应用程序的单独文件通常应保证在同一个文件夹中。所以该层级使您可以很方便地按您的需要进行访问。&lt;/p&gt;&lt;p&gt;下一个层级用来很方便地操纵在Python &lt;tt&gt;sys.path&lt;/tt&gt; 变量中指定的文件夹。&lt;/p&gt;&lt;p&gt;其余层级允许您从整体上操纵系统。在UNIX操作系统中最前面是 &lt;tt&gt;/&lt;/tt&gt; 表示层级,后面是用户主文件夹。在Windows操作系统中每个驱动器都是一个层级。&lt;/p&gt;&lt;p&gt;Python程序(如: 扩展名为 &lt;tt&gt;.py&lt;/tt&gt; 的文件)在层级中用Python图标标识出来。鼠标右键能弹出菜单,使你可以在源文件观察窗口中打开文件、打开文件进行调试或对其进行单元测试。&lt;/p&gt;&lt;p&gt;类、函数或方法的上下文弹出菜单允许你打开定义这些类、函数或方法的文件,并将光标移动到相应的源代码行处。&lt;/p&gt;&lt;p&gt;Qt-Designer文件(如:扩展名为&lt;tt&gt;.ui&lt;/tt&gt; 的文件) 显示为Designer图标。相应文件的上下文菜单允许你在Qt-Designer中打开该文件。&lt;/p&gt;&lt;p&gt;Qt-Linguist文件(如:扩展名为 &lt;tt&gt;.ts&lt;/tt&gt; 的文件)显示为Linguist图标。相应文件的上下文菜单允许你在Qt-Linguist中打开该文件。&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;b&gt;浏览器窗口&lt;/b&gt;&lt;p&gt;使您可以很方便地操纵文件夹和文件的层次,在源文件观察窗口中识别并打开Python程序。窗口以多层级方式显示。&lt;/p&gt;&lt;p&gt;第一个层级只显示您是否已经打开了一个程序用于调试,并且该程序位于包含该程序的文件夹中。构成Python应用程序的单独文件通常应保证在同一个文件夹中。所以该层级使您可以很方便地按您的需要进行访问。&lt;/p&gt;&lt;p&gt;下一个层级用来很方便地操纵在Python &lt;tt&gt;sys.path&lt;/tt&gt; 变量中指定的文件夹。&lt;/p&gt;&lt;p&gt;其余层级允许您从整体上操纵系统。在UNIX操作系统中最前面是 &lt;tt&gt;/&lt;/tt&gt; 表示层级,后面是用户主文件夹。在Windows操作系统中每个驱动器都是一个层级。&lt;/p&gt;&lt;p&gt;Python程序(如: 扩展名为 &lt;tt&gt;.py&lt;/tt&gt; 的文件)在层级中用Python图标标识出来。鼠标右键能弹出菜单,使你可以在源文件观察窗口中打开文件、打开文件进行调试或对其进行单元测试。&lt;/p&gt;&lt;p&gt;类、函数或方法的上下文弹出菜单允许你打开定义这些类、函数或方法的文件,并将光标移动到相应的源代码行处。&lt;/p&gt;&lt;p&gt;Qt-Designer文件(如:扩展名为&lt;tt&gt;.ui&lt;/tt&gt; 的文件) 显示为Designer图标。相应文件的上下文菜单允许你在Qt-Designer中打开该文件。&lt;/p&gt;&lt;p&gt;Qt-Linguist文件(如:扩展名为 &lt;tt&gt;.ts&lt;/tt&gt; 的文件)显示为Linguist图标。相应文件的上下文菜单允许你在Qt-Linguist中打开该文件。&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/Browser.py" line="207"/>
@@ -2585,6 +2585,11 @@
         <source>Line {0}</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/Browser.py" line="89"/>
+        <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;The next hierachy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with &lt;tt&gt;/&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; 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.&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>BrowserModel</name>
@@ -10230,7 +10235,7 @@
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="126"/>
         <source>Press to set the current style to it&apos;s default values</source>
-        <translation>点击将当前风格恢复成默认值</translation>
+        <translation type="obsolete">点击将当前风格恢复成默认值</translation>
     </message>
     <message>
         <location filename="Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="129"/>
@@ -10397,6 +10402,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/install.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/install.py	Sun Jun 30 20:03:24 2013 +0200
@@ -816,7 +816,7 @@
         from PyQt4 import Qsci      # __IGNORE_WARNING__
     except ImportError as msg:
         print("Sorry, please install QScintilla2 and")
-        print("it's PyQt4 wrapper.")
+        print("its PyQt4 wrapper.")
         print('Error: {0}'.format(msg))
         exit(1)
     print("Found QScintilla2")

eric ide

mercurial