Sun, 25 Mar 2012 16:22:29 +0200
Added a dialog to edit bookmark properties and the description to the add bookmark dialog.
--- a/APIs/Python3/eric5.api Sun Mar 25 14:01:25 2012 +0200 +++ b/APIs/Python3/eric5.api Sun Mar 25 16:22:29 2012 +0200 @@ -1751,8 +1751,10 @@ eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.accept?4() eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.addedNode?4() eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.currentIndex?4() +eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.description?4() eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.isFolder?4() eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.setCurrentIndex?4(idx) +eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.setDescription?4(description) eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.setFolder?4(folder) eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.setTitle?4(title) eric5.Helpviewer.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.setUrl?4(url) @@ -1778,6 +1780,8 @@ eric5.Helpviewer.Bookmarks.BookmarkNode.BookmarkNode.setType?4(type_) eric5.Helpviewer.Bookmarks.BookmarkNode.BookmarkNode.type?4() eric5.Helpviewer.Bookmarks.BookmarkNode.BookmarkNode?1(type_=Root, parent=None) +eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.BookmarkPropertiesDialog.accept?4() +eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.BookmarkPropertiesDialog?1(node, parent=None) eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.closeEvent?4(evt) eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.newUrl?7 eric5.Helpviewer.Bookmarks.BookmarksDialog.BookmarksDialog.openUrl?7 @@ -1858,6 +1862,7 @@ eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.reload?4() eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.removeBookmark?4(node) eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.save?4() +eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.setNodeChanged?4(node) eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.setTimestamp?4(node, timestampType, timestamp) eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.setTitle?4(node, newTitle) eric5.Helpviewer.Bookmarks.BookmarksManager.BookmarksManager.setUrl?4(node, newUrl)
--- a/APIs/Python3/eric5.bas Sun Mar 25 14:01:25 2012 +0200 +++ b/APIs/Python3/eric5.bas Sun Mar 25 16:22:29 2012 +0200 @@ -31,6 +31,7 @@ BinaryModel QAbstractTableModel BookmarkActionSelectionDialog QDialog Ui_BookmarkActionSelectionDialog BookmarkInfoDialog QDialog Ui_BookmarkInfoDialog +BookmarkPropertiesDialog QDialog Ui_BookmarkPropertiesDialog BookmarkedFilesDialog QDialog Ui_BookmarkedFilesDialog Bookmarks HgExtension BookmarksDialog QDialog Ui_BookmarksDialog
--- a/Documentation/Help/source.qhp Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Help/source.qhp Sun Mar 25 16:22:29 2012 +0200 @@ -213,6 +213,7 @@ </section> <section title="eric5.Helpviewer.Bookmarks.AddBookmarkDialog" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html" /> <section title="eric5.Helpviewer.Bookmarks.BookmarkNode" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html" /> + <section title="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog" ref="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html" /> <section title="eric5.Helpviewer.Bookmarks.BookmarksDialog" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html" /> <section title="eric5.Helpviewer.Bookmarks.BookmarksImportDialog" ref="eric5.Helpviewer.Bookmarks.BookmarksImportDialog.html" /> <section title="eric5.Helpviewer.Bookmarks.BookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html" /> @@ -1109,8 +1110,10 @@ <keyword name="AddBookmarkDialog.accept" id="AddBookmarkDialog.accept" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.accept" /> <keyword name="AddBookmarkDialog.addedNode" id="AddBookmarkDialog.addedNode" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.addedNode" /> <keyword name="AddBookmarkDialog.currentIndex" id="AddBookmarkDialog.currentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.currentIndex" /> + <keyword name="AddBookmarkDialog.description" id="AddBookmarkDialog.description" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.description" /> <keyword name="AddBookmarkDialog.isFolder" id="AddBookmarkDialog.isFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.isFolder" /> <keyword name="AddBookmarkDialog.setCurrentIndex" id="AddBookmarkDialog.setCurrentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setCurrentIndex" /> + <keyword name="AddBookmarkDialog.setDescription" id="AddBookmarkDialog.setDescription" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setDescription" /> <keyword name="AddBookmarkDialog.setFolder" id="AddBookmarkDialog.setFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setFolder" /> <keyword name="AddBookmarkDialog.setTitle" id="AddBookmarkDialog.setTitle" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setTitle" /> <keyword name="AddBookmarkDialog.setUrl" id="AddBookmarkDialog.setUrl" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setUrl" /> @@ -1332,6 +1335,10 @@ <keyword name="BookmarkNode.remove" id="BookmarkNode.remove" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.remove" /> <keyword name="BookmarkNode.setType" id="BookmarkNode.setType" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.setType" /> <keyword name="BookmarkNode.type" id="BookmarkNode.type" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.type" /> + <keyword name="BookmarkPropertiesDialog" id="BookmarkPropertiesDialog" ref="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html#BookmarkPropertiesDialog" /> + <keyword name="BookmarkPropertiesDialog (Constructor)" id="BookmarkPropertiesDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html#BookmarkPropertiesDialog.__init__" /> + <keyword name="BookmarkPropertiesDialog (Module)" id="BookmarkPropertiesDialog (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html" /> + <keyword name="BookmarkPropertiesDialog.accept" id="BookmarkPropertiesDialog.accept" ref="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html#BookmarkPropertiesDialog.accept" /> <keyword name="BookmarkedFilesDialog" id="BookmarkedFilesDialog" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog" /> <keyword name="BookmarkedFilesDialog (Constructor)" id="BookmarkedFilesDialog (Constructor)" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__init__" /> <keyword name="BookmarkedFilesDialog (Module)" id="BookmarkedFilesDialog (Module)" ref="eric5.ViewManager.BookmarkedFilesDialog.html" /> @@ -1365,6 +1372,7 @@ <keyword name="BookmarksDialog (Module)" id="BookmarksDialog (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html" /> <keyword name="BookmarksDialog.__activated" id="BookmarksDialog.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__activated" /> <keyword name="BookmarksDialog.__customContextMenuRequested" id="BookmarksDialog.__customContextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__customContextMenuRequested" /> + <keyword name="BookmarksDialog.__edit" id="BookmarksDialog.__edit" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__edit" /> <keyword name="BookmarksDialog.__editAddress" id="BookmarksDialog.__editAddress" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editAddress" /> <keyword name="BookmarksDialog.__editName" id="BookmarksDialog.__editName" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editName" /> <keyword name="BookmarksDialog.__expandNodes" id="BookmarksDialog.__expandNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__expandNodes" /> @@ -1419,6 +1427,7 @@ <keyword name="BookmarksManager.reload" id="BookmarksManager.reload" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.reload" /> <keyword name="BookmarksManager.removeBookmark" id="BookmarksManager.removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.removeBookmark" /> <keyword name="BookmarksManager.save" id="BookmarksManager.save" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.save" /> + <keyword name="BookmarksManager.setNodeChanged" id="BookmarksManager.setNodeChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setNodeChanged" /> <keyword name="BookmarksManager.setTimestamp" id="BookmarksManager.setTimestamp" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setTimestamp" /> <keyword name="BookmarksManager.setTitle" id="BookmarksManager.setTitle" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setTitle" /> <keyword name="BookmarksManager.setUrl" id="BookmarksManager.setUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setUrl" /> @@ -1429,6 +1438,7 @@ <keyword name="BookmarksMenu (Module)" id="BookmarksMenu (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html" /> <keyword name="BookmarksMenu.__activated" id="BookmarksMenu.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__activated" /> <keyword name="BookmarksMenu.__contextMenuRequested" id="BookmarksMenu.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__contextMenuRequested" /> + <keyword name="BookmarksMenu.__edit" id="BookmarksMenu.__edit" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__edit" /> <keyword name="BookmarksMenu.__openBookmark" id="BookmarksMenu.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmark" /> <keyword name="BookmarksMenu.__openBookmarkInNewTab" id="BookmarksMenu.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmarkInNewTab" /> <keyword name="BookmarksMenu.__removeBookmark" id="BookmarksMenu.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__removeBookmark" /> @@ -1483,6 +1493,7 @@ <keyword name="BookmarksToolBar (Module)" id="BookmarksToolBar (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html" /> <keyword name="BookmarksToolBar.__bookmarkActivated" id="BookmarksToolBar.__bookmarkActivated" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__bookmarkActivated" /> <keyword name="BookmarksToolBar.__contextMenuRequested" id="BookmarksToolBar.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__contextMenuRequested" /> + <keyword name="BookmarksToolBar.__edit" id="BookmarksToolBar.__edit" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__edit" /> <keyword name="BookmarksToolBar.__newBookmark" id="BookmarksToolBar.__newBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newBookmark" /> <keyword name="BookmarksToolBar.__newFolder" id="BookmarksToolBar.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newFolder" /> <keyword name="BookmarksToolBar.__openBookmark" id="BookmarksToolBar.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmark" /> @@ -11978,6 +11989,7 @@ <file>eric5.Helpviewer.AdBlock.AdBlockSubscription.html</file> <file>eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html</file> <file>eric5.Helpviewer.Bookmarks.BookmarkNode.html</file> + <file>eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html</file> <file>eric5.Helpviewer.Bookmarks.BookmarksDialog.html</file> <file>eric5.Helpviewer.Bookmarks.BookmarksImportDialog.html</file> <file>eric5.Helpviewer.Bookmarks.BookmarksImporters.BookmarksImporter.html</file>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html Sun Mar 25 16:22:29 2012 +0200 @@ -73,12 +73,18 @@ <td><a href="#AddBookmarkDialog.currentIndex">currentIndex</a></td> <td>Public method to get the current index.</td> </tr><tr> +<td><a href="#AddBookmarkDialog.description">description</a></td> +<td>Public method to get the description of the bookmark.</td> +</tr><tr> <td><a href="#AddBookmarkDialog.isFolder">isFolder</a></td> <td>Public method to test, if the dialog is in "Add Folder" mode.</td> </tr><tr> <td><a href="#AddBookmarkDialog.setCurrentIndex">setCurrentIndex</a></td> <td>Public method to set the current index.</td> </tr><tr> +<td><a href="#AddBookmarkDialog.setDescription">setDescription</a></td> +<td>Public method to set the description of the new bookmark.</td> +</tr><tr> <td><a href="#AddBookmarkDialog.setFolder">setFolder</a></td> <td>Public method to set the dialog to "Add Folder" mode.</td> </tr><tr> @@ -138,6 +144,16 @@ <dd> current index (QModelIndex) </dd> +</dl><a NAME="AddBookmarkDialog.description" ID="AddBookmarkDialog.description"></a> +<h4>AddBookmarkDialog.description</h4> +<b>description</b>(<i></i>) +<p> + Public method to get the description of the bookmark. +</p><dl> +<dt>Returns:</dt> +<dd> +description of the bookamrk (string) +</dd> </dl><a NAME="AddBookmarkDialog.isFolder" ID="AddBookmarkDialog.isFolder"></a> <h4>AddBookmarkDialog.isFolder</h4> <b>isFolder</b>(<i></i>) @@ -158,6 +174,16 @@ <dd> current index to be set (QModelIndex) </dd> +</dl><a NAME="AddBookmarkDialog.setDescription" ID="AddBookmarkDialog.setDescription"></a> +<h4>AddBookmarkDialog.setDescription</h4> +<b>setDescription</b>(<i>description</i>) +<p> + Public method to set the description of the new bookmark. +</p><dl> +<dt><i>description</i></dt> +<dd> +description of the bookamrk (string) +</dd> </dl><a NAME="AddBookmarkDialog.setFolder" ID="AddBookmarkDialog.setFolder"></a> <h4>AddBookmarkDialog.setFolder</h4> <b>setFolder</b>(<i>folder</i>)
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksDialog.html Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksDialog.html Sun Mar 25 16:22:29 2012 +0200 @@ -76,6 +76,9 @@ <td><a href="#BookmarksDialog.__customContextMenuRequested">__customContextMenuRequested</a></td> <td>Private slot to handle the context menu request for the bookmarks tree.</td> </tr><tr> +<td><a href="#BookmarksDialog.__edit">__edit</a></td> +<td>Private slot to edit a bookmarks properties.</td> +</tr><tr> <td><a href="#BookmarksDialog.__editAddress">__editAddress</a></td> <td>Private slot to edit the address part of a bookmark.</td> </tr><tr> @@ -147,7 +150,12 @@ <dd> position the context menu was requested (QPoint) </dd> -</dl><a NAME="BookmarksDialog.__editAddress" ID="BookmarksDialog.__editAddress"></a> +</dl><a NAME="BookmarksDialog.__edit" ID="BookmarksDialog.__edit"></a> +<h4>BookmarksDialog.__edit</h4> +<b>__edit</b>(<i></i>) +<p> + Private slot to edit a bookmarks properties. +</p><a NAME="BookmarksDialog.__editAddress" ID="BookmarksDialog.__editAddress"></a> <h4>BookmarksDialog.__editAddress</h4> <b>__editAddress</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksManager.html Sun Mar 25 16:22:29 2012 +0200 @@ -149,6 +149,9 @@ <td><a href="#BookmarksManager.save">save</a></td> <td>Public method to save the bookmarks.</td> </tr><tr> +<td><a href="#BookmarksManager.setNodeChanged">setNodeChanged</a></td> +<td>Public method to signal changes of bookmarks other than title, URL or timestamp.</td> +</tr><tr> <td><a href="#BookmarksManager.setTimestamp">setTimestamp</a></td> <td>Public method to set the URL of a bookmark.</td> </tr><tr> @@ -374,6 +377,11 @@ <b>save</b>(<i></i>) <p> Public method to save the bookmarks. +</p><a NAME="BookmarksManager.setNodeChanged" ID="BookmarksManager.setNodeChanged"></a> +<h4>BookmarksManager.setNodeChanged</h4> +<b>setNodeChanged</b>(<i>node</i>) +<p> + Public method to signal changes of bookmarks other than title, URL or timestamp. </p><a NAME="BookmarksManager.setTimestamp" ID="BookmarksManager.setTimestamp"></a> <h4>BookmarksManager.setTimestamp</h4> <b>setTimestamp</b>(<i>node, timestampType, timestamp</i>)
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksMenu.html Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksMenu.html Sun Mar 25 16:22:29 2012 +0200 @@ -81,6 +81,9 @@ <td><a href="#BookmarksMenu.__contextMenuRequested">__contextMenuRequested</a></td> <td>Private slot to handle the context menu request.</td> </tr><tr> +<td><a href="#BookmarksMenu.__edit">__edit</a></td> +<td>Private slot to edit a bookmarks properties.</td> +</tr><tr> <td><a href="#BookmarksMenu.__openBookmark">__openBookmark</a></td> <td>Private slot to open a bookmark in the current browser tab.</td> </tr><tr> @@ -134,7 +137,12 @@ <dd> position the context menu shall be shown (QPoint) </dd> -</dl><a NAME="BookmarksMenu.__openBookmark" ID="BookmarksMenu.__openBookmark"></a> +</dl><a NAME="BookmarksMenu.__edit" ID="BookmarksMenu.__edit"></a> +<h4>BookmarksMenu.__edit</h4> +<b>__edit</b>(<i></i>) +<p> + Private slot to edit a bookmarks properties. +</p><a NAME="BookmarksMenu.__openBookmark" ID="BookmarksMenu.__openBookmark"></a> <h4>BookmarksMenu.__openBookmark</h4> <b>__openBookmark</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksToolBar.html Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksToolBar.html Sun Mar 25 16:22:29 2012 +0200 @@ -76,6 +76,9 @@ <td><a href="#BookmarksToolBar.__contextMenuRequested">__contextMenuRequested</a></td> <td>Private slot to handle the context menu request.</td> </tr><tr> +<td><a href="#BookmarksToolBar.__edit">__edit</a></td> +<td>Private slot to edit a bookmarks properties.</td> +</tr><tr> <td><a href="#BookmarksToolBar.__newBookmark">__newBookmark</a></td> <td>Private slot to add a new bookmark.</td> </tr><tr> @@ -141,7 +144,12 @@ <dd> position the context menu shall be shown (QPoint) </dd> -</dl><a NAME="BookmarksToolBar.__newBookmark" ID="BookmarksToolBar.__newBookmark"></a> +</dl><a NAME="BookmarksToolBar.__edit" ID="BookmarksToolBar.__edit"></a> +<h4>BookmarksToolBar.__edit</h4> +<b>__edit</b>(<i></i>) +<p> + Private slot to edit a bookmarks properties. +</p><a NAME="BookmarksToolBar.__newBookmark" ID="BookmarksToolBar.__newBookmark"></a> <h4>BookmarksToolBar.__newBookmark</h4> <b>__newBookmark</b>(<i></i>) <p>
--- a/Documentation/Source/index-eric5.Helpviewer.Bookmarks.html Sun Mar 25 14:01:25 2012 +0200 +++ b/Documentation/Source/index-eric5.Helpviewer.Bookmarks.html Sun Mar 25 16:22:29 2012 +0200 @@ -42,6 +42,9 @@ <td><a href="eric5.Helpviewer.Bookmarks.BookmarkNode.html">BookmarkNode</a></td> <td>Module implementing the bookmark node.</td> </tr><tr> +<td><a href="eric5.Helpviewer.Bookmarks.BookmarkPropertiesDialog.html">BookmarkPropertiesDialog</a></td> +<td>Module implementing a dialog to show and edit bookmark properties.</td> +</tr><tr> <td><a href="eric5.Helpviewer.Bookmarks.BookmarksDialog.html">BookmarksDialog</a></td> <td>Module implementing a dialog to manage bookmarks.</td> </tr><tr>
--- a/Helpviewer/Bookmarks/AddBookmarkDialog.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/AddBookmarkDialog.py Sun Mar 25 16:22:29 2012 +0200 @@ -85,7 +85,7 @@ super().__init__(parent) self.setupUi(self) - self.__bookmarksManager = None + self.__bookmarksManager = bookmarksManager self.__addedNode = None self.__addFolder = False @@ -147,6 +147,22 @@ """ return self.nameEdit.text() + def setDescription(self, description): + """ + Public method to set the description of the new bookmark. + + @param description description of the bookamrk (string) + """ + self.descriptionEdit.setPlainText(description) + + def description(self): + """ + Public method to get the description of the bookmark. + + @return description of the bookamrk (string) + """ + return self.descriptionEdit.toPlainText() + def setCurrentIndex(self, idx): """ Public method to set the current index. @@ -222,6 +238,7 @@ bookmark.title = self.nameEdit.text() if not self.__addFolder: bookmark.url = self.addressEdit.text() + bookmark.desc = self.descriptionEdit.toPlainText() self.__bookmarksManager.addBookmark(parent, bookmark) self.__addedNode = bookmark
--- a/Helpviewer/Bookmarks/AddBookmarkDialog.ui Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/AddBookmarkDialog.ui Sun Mar 25 16:22:29 2012 +0200 @@ -1,76 +1,95 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>AddBookmarkDialog</class> - <widget class="QDialog" name="AddBookmarkDialog" > - <property name="geometry" > + <widget class="QDialog" name="AddBookmarkDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>174</height> + <width>500</width> + <height>230</height> </rect> </property> - <property name="minimumSize" > + <property name="minimumSize"> <size> - <width>400</width> + <width>500</width> <height>0</height> </size> </property> - <property name="windowTitle" > + <property name="maximumSize"> + <size> + <width>500</width> + <height>250</height> + </size> + </property> + <property name="windowTitle"> <string>Add Bookmark</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Type a name for the bookmark, and choose where to keep it.</string> - </property> - <property name="textFormat" > - <enum>Qt::PlainText</enum> - </property> - <property name="wordWrap" > - <bool>true</bool> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Name:</string> </property> </widget> </item> - <item> - <widget class="E5LineEdit" name="nameEdit" > - <property name="toolTip" > + <item row="0" column="1"> + <widget class="E5LineEdit" name="nameEdit"> + <property name="toolTip"> <string>Enter the name</string> </property> </widget> </item> - <item> - <widget class="E5LineEdit" name="addressEdit" > - <property name="toolTip" > + <item row="1" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Address:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="E5LineEdit" name="addressEdit"> + <property name="toolTip"> <string>Enter the address</string> </property> </widget> </item> - <item> - <widget class="QComboBox" name="locationCombo" /> + <item row="2" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Description:</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> </item> - <item> - <spacer name="verticalSpacer" > - <property name="orientation" > - <enum>Qt::Vertical</enum> + <item row="2" column="1"> + <widget class="QPlainTextEdit" name="descriptionEdit"> + <property name="toolTip"> + <string>Enter a description</string> </property> - <property name="sizeHint" stdset="0" > - <size> - <width>20</width> - <height>9</height> - </size> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Folder:</string> </property> - </spacer> + </widget> </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <item row="3" column="1"> + <widget class="QComboBox" name="locationCombo"/> + </item> + <item row="4" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> @@ -87,6 +106,7 @@ <tabstops> <tabstop>nameEdit</tabstop> <tabstop>addressEdit</tabstop> + <tabstop>descriptionEdit</tabstop> <tabstop>locationCombo</tabstop> <tabstop>buttonBox</tabstop> </tabstops> @@ -98,11 +118,11 @@ <receiver>AddBookmarkDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -114,15 +134,15 @@ <receiver>AddBookmarkDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/Bookmarks/BookmarksDialog.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/BookmarksDialog.py Sun Mar 25 16:22:29 2012 +0200 @@ -15,6 +15,7 @@ import Helpviewer.HelpWindow from .BookmarkNode import BookmarkNode from .BookmarksModel import BookmarksModel +from .BookmarkPropertiesDialog import BookmarkPropertiesDialog from .Ui_BookmarksDialog import Ui_BookmarksDialog @@ -150,6 +151,9 @@ menu.addSeparator() act = menu.addAction(self.trUtf8("&Delete"), self.bookmarksTree.removeSelected) act.setEnabled(idx.flags() & Qt.ItemIsDragEnabled) + menu.addSeparator() + act = menu.addAction(self.trUtf8("&Properties..."), self.__edit) + act.setEnabled(idx.flags() & Qt.ItemIsEditable) menu.exec_(QCursor.pos()) def __activated(self, idx): @@ -210,6 +214,16 @@ idx = idx.sibling(idx.row(), 1) self.bookmarksTree.edit(idx) + def __edit(self): + """ + Private slot to edit a bookmarks properties. + """ + idx = self.bookmarksTree.currentIndex() + sourceIndex = self.__proxyModel.mapToSource(idx) + node = self.__bookmarksModel.node(sourceIndex) + dlg = BookmarkPropertiesDialog(node) + dlg.exec_() + def __newFolder(self): """ Private slot to add a new bookmarks folder.
--- a/Helpviewer/Bookmarks/BookmarksManager.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/BookmarksManager.py Sun Mar 25 16:22:29 2012 +0200 @@ -261,6 +261,12 @@ command = ChangeBookmarkCommand(self, node, newUrl, False) self.__commands.push(command) + def setNodeChanged(self, node): + """ + Public method to signal changes of bookmarks other than title, URL or timestamp. + """ + self.__saveTimer.changeOccurred() + def setTimestamp(self, node, timestampType, timestamp): """ Public method to set the URL of a bookmark.
--- a/Helpviewer/Bookmarks/BookmarksMenu.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/BookmarksMenu.py Sun Mar 25 16:22:29 2012 +0200 @@ -16,6 +16,7 @@ from .BookmarksModel import BookmarksModel from .BookmarkNode import BookmarkNode +from .BookmarkPropertiesDialog import BookmarkPropertiesDialog class BookmarksMenu(E5ModelMenu): @@ -138,15 +139,17 @@ menuAction = menu.addAction(self.trUtf8("&Open"), self.__openBookmark) menuAction.setData(v) - menuAction = menu.addAction(self.trUtf8("Open in New &Tab\tCtrl+LMB"), self.__openBookmarkInNewTab) menuAction.setData(v) - menu.addSeparator() menuAction = menu.addAction(self.trUtf8("&Remove"), self.__removeBookmark) menuAction.setData(v) + menu.addSeparator() + + menuAction = menu.addAction(self.trUtf8("&Properties..."), self.__edit) + menuAction.setData(v) execAct = menu.exec_(QCursor.pos()) if execAct is not None: @@ -182,6 +185,15 @@ """ idx = self.index(self.sender()) self.removeEntry(idx) + + def __edit(self): + """ + Private slot to edit a bookmarks properties. + """ + idx = self.index(self.sender()) + node = self.model().node(idx) + dlg = BookmarkPropertiesDialog(node) + dlg.exec_() ##########################################################################################
--- a/Helpviewer/Bookmarks/BookmarksToolBar.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/Bookmarks/BookmarksToolBar.py Sun Mar 25 16:22:29 2012 +0200 @@ -18,6 +18,7 @@ from .BookmarksModel import BookmarksModel from .BookmarksMenu import BookmarksMenu from .AddBookmarkDialog import AddBookmarkDialog +from .BookmarkPropertiesDialog import BookmarkPropertiesDialog class BookmarksToolBar(E5ModelToolBar): @@ -86,16 +87,17 @@ if act.menu() is None: menuAction = menu.addAction(self.trUtf8("&Open"), self.__openBookmark) menuAction.setData(v) - menuAction = menu.addAction(self.trUtf8("Open in New &Tab\tCtrl+LMB"), self.__openBookmarkInNewTab) menuAction.setData(v) - menu.addSeparator() menuAction = menu.addAction(self.trUtf8("&Remove"), self.__removeBookmark) menuAction.setData(v) + menu.addSeparator() + menuAction = menu.addAction(self.trUtf8("&Properties..."), self.__edit) + menuAction.setData(v) menu.addSeparator() menu.addAction(self.trUtf8("Add &Bookmark..."), self.__newBookmark) @@ -196,3 +198,12 @@ menu.openUrl.connect(self.openUrl) menu.newUrl.connect(self.newUrl) return menu + + def __edit(self): + """ + Private slot to edit a bookmarks properties. + """ + idx = self.index(self.sender()) + node = self.__bookmarksModel.node(idx) + dlg = BookmarkPropertiesDialog(node) + dlg.exec_()
--- a/Helpviewer/HelpBrowserWV.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/HelpBrowserWV.py Sun Mar 25 16:22:29 2012 +0200 @@ -1296,6 +1296,9 @@ dlg = AddBookmarkDialog() dlg.setUrl(bytes(self.url().toEncoded()).decode()) dlg.setTitle(self.title()) + meta = self.page().mainFrame().metaData() + if "description" in meta: + dlg.setDescription(meta["description"][0]) dlg.exec_() def dragEnterEvent(self, evt):
--- a/Helpviewer/HelpWindow.py Sun Mar 25 14:01:25 2012 +0200 +++ b/Helpviewer/HelpWindow.py Sun Mar 25 16:22:29 2012 +0200 @@ -1804,10 +1804,15 @@ view = self.currentBrowser() url = bytes(view.url().toEncoded()).decode() title = view.title() + description = "" + meta = view.page().mainFrame().metaData() + if "description" in meta: + description = meta["description"][0] dlg = AddBookmarkDialog() dlg.setUrl(url) dlg.setTitle(title) + dlg.setDescription(description) menu = self.bookmarksManager().menu() idx = self.bookmarksManager().bookmarksModel().nodeIndex(menu) dlg.setCurrentIndex(idx) @@ -1851,6 +1856,9 @@ bookmark = BookmarkNode(BookmarkNode.Bookmark) bookmark.url = bytes(browser.url().toEncoded()).decode() bookmark.title = browser.title() + meta = browser.page().mainFrame().metaData() + if "description" in meta: + bookmark.desc = meta["description"][0] self.bookmarksManager().addBookmark(folder, bookmark)
--- a/changelog Sun Mar 25 14:01:25 2012 +0200 +++ b/changelog Sun Mar 25 16:22:29 2012 +0200 @@ -36,6 +36,7 @@ -- added a history sub-menu showing the most visited sites -- added the capability to restore closed tabs -- added a bookmarks importer to get them directly from other browsers files + -- extended bookmarks to hold a description and various timestamps - Third Party packages -- updated to Pygments 1.5
--- a/eric5.e4p Sun Mar 25 14:01:25 2012 +0200 +++ b/eric5.e4p Sun Mar 25 16:22:29 2012 +0200 @@ -1000,6 +1000,7 @@ <Source>UI/ErrorLogDialog.py</Source> <Source>Helpviewer/Bookmarks/NsHtmlWriter.py</Source> <Source>Helpviewer/Bookmarks/NsHtmlReader.py</Source> + <Source>Helpviewer/Bookmarks/BookmarkPropertiesDialog.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1286,6 +1287,7 @@ <Form>Helpviewer/Sync/SyncDirectorySettingsPage.ui</Form> <Form>Helpviewer/Bookmarks/BookmarksImportDialog.ui</Form> <Form>UI/ErrorLogDialog.ui</Form> + <Form>Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui</Form> </Forms> <Translations> <Translation>i18n/eric5_cs.qm</Translation>
--- a/i18n/eric5_cs.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_cs.ts Sun Mar 25 16:22:29 2012 +0200 @@ -212,22 +212,22 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Přidat záložku</translation> </message> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation>Napište název záložky a vyberte kde bude uchována.</translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <translation type="obsolete">Napište název záložky a vyberte kde bude uchována.</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation>Zadejte název</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation>Zadejte adresu</translation> </message> @@ -242,10 +242,35 @@ <translation>Titulek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>Přidat složku</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Jméno:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Popisek:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Zadejte popis</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1259,6 +1284,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Jméno:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished">Zadejte název</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished">Zadejte adresu</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Popisek:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Zadejte popis</translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1496,32 +1559,32 @@ <translation>Přidat s&ložku</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>&Otevřít</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation>Otevřít v novém &tabu</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation>Editovat &název</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation>Editovat &adresu</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation>&Smazat</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation>Nová složka</translation> </message> @@ -1530,6 +1593,11 @@ <source>Press to delete the selected entries</source> <translation>Stisknout pro smazání vybraných položek</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">&Natavení...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1655,32 +1723,32 @@ <translation type="obsolete">Importovat záložky</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation>Exportování záložek</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation>Odebrat záložku</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation>Vložit záložku</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation>Změnit název</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation>Změnit adresu</translation> </message> @@ -1706,12 +1774,12 @@ <translation type="obsolete">Importováno {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Chyba při exportu záložek <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation>Konvertováno {0}</translation> </message> @@ -1728,7 +1796,7 @@ {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1736,12 +1804,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation>Otevřít vše v tabech</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation>&Otevřít</translation> </message> @@ -1751,25 +1819,30 @@ <translation>Otevřít nový &Tab<byte value="x9"/></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation>Odeb&rat</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">&Natavení...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished">Otevřít vše v tabech</translation> </message> @@ -1958,27 +2031,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation>&Otevřít</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation>Odeb&rat</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation>Přidat &záložku...</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation>Přidat s&ložku...</translation> </message> @@ -1987,6 +2060,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít nový &Tab<byte value="x9"/><byte value="x9"/></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">&Natavení...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13586,17 +13664,17 @@ <translation>Web inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> </message> @@ -13671,47 +13749,47 @@ <translation><p>Nelze spustit aplikaci pro URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation type="unfinished">kB</translation> + <source>bytes</source> + <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> @@ -13751,7 +13829,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -13766,7 +13844,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> @@ -13856,7 +13934,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> @@ -13866,7 +13944,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished">Zkusit znova</translation> </message> @@ -15879,7 +15957,7 @@ <translation>Filtrováno: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation>Asociovaný obsah nelze nalézt.</translation> </message> @@ -15944,22 +16022,22 @@ <translation><b>Znovu indexovat dokumentaci</b><p>Přeindexuje dokumentaci.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation>Aktualizovat index pro hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation>Vyhledat dokumentaci...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation>Nefiltrováno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation>Engine nápovědy</translation> </message> @@ -15994,7 +16072,7 @@ <translation type="obsolete">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation>Celá obrazovka</translation> </message> @@ -16317,7 +16395,7 @@ <translation><b>Vytvořit záložky pro všechny taby...</b><p>Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation>Uložkt taby</translation> </message> @@ -16471,7 +16549,7 @@ <translation><b>Ad Block...</b><p>Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation>eric5 web prohlížeč</translation> </message> @@ -16521,7 +16599,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> @@ -16536,37 +16614,37 @@ <translation type="obsolete">Výchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -16626,12 +16704,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -16736,7 +16814,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_de.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_de.ts Sun Mar 25 16:22:29 2012 +0200 @@ -204,22 +204,17 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> - <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation>Gib einen Namen für das Lesezeichen ein und wähle den Speicherort.</translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation>Gib den Namen ein</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation>Gib die Adresse ein</translation> </message> @@ -234,10 +229,35 @@ <translation>Titel</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>Ordner hinzufügen</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation>Adresse:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation>Beschreibung:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation>Gib eine Beschreibung ein</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation>Ordner:</translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1253,6 +1273,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation>Lesezeicheneigenschaften</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation>Gib den Namen ein</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation>Adresse:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation>Gib die Adresse ein</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation>Beschreibung:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation>Gib eine Beschreibung ein</translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1489,32 +1547,32 @@ <translation>&Ordner hinzufügen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>Ö&ffnen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation>In neuem &Register öffnen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation>&Namen editieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation>&Adresse editieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation>&Löschen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation>Neuer Ordner</translation> </message> @@ -1523,6 +1581,11 @@ <source>Press to delete the selected entries</source> <translation>Drücken, um die ausgwählten Einträge zu löschen</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1633,42 +1696,42 @@ <translation>Fehler beim Speichern der Lesezeichen in <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Fehler beim Exportieren der Lesezeichen in <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation>Umgewandelt {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation>Lesezeichen einfügen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation>Namensänderung</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation>Adressenänderung</translation> </message> @@ -1680,7 +1743,7 @@ {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation>XBEL Lesezeichen (*.xbel);;XBEL Lesezeichen (*.xml);;HTML Lesezeichen (*.html)</translation> </message> @@ -1688,12 +1751,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation>Alle in Tabs öffnen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation>Ö&ffnen</translation> </message> @@ -1703,25 +1766,30 @@ <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation>&Entfernen</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation>Stadard Startseite</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation>Schnellwahl</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation>Alle in Tabs öffnen</translation> </message> @@ -1910,27 +1978,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation>Ö&ffnen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation>&Entfernen</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation>&Lesezeichen hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation>&Ordner hinzufügen...</translation> </message> @@ -1939,6 +2007,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13315,27 +13388,27 @@ <translation>Web Inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Überprüfen Sie die Adresse auf Fehler wie <b>ww</b>.example.org statt <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Wenn Ihr Computer oder Ihr Netzwerk durch eine Firewall oder einen Proxy geschützt ist, stellen Sie sicher, dass der Browser auf das Netzwerk zugreifen darf.</translation> </message> @@ -13395,37 +13468,37 @@ <translation>Suchen mit...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Das Datenbankquota von <strong>{0}</strong> wurde beim Zugriff auf die Datenbank <strong>{1}</strong> überschritten.</p><p>Soll es geändert werden?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation>Bytes</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation>kB</translation> + <source>bytes</source> + <translation>Bytes</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Gib das neue Quota in MB ein (aktuell = {0}, verbraucht = {1}; Schrittweite = 5 MB):</translation> </message> @@ -13465,7 +13538,7 @@ <translation>Gib einen Namen für die Suchmaschine ein</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Wenn die Zwischenspeicher-Regelung auf Offline-Browsing steht, sind nur Seiten im lokalen Zwischenspeicher verfügbar.</translation> </message> @@ -13480,7 +13553,7 @@ <translation>Bild mit VirusTotal überprüfen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> @@ -13570,7 +13643,7 @@ <translation>Zur Web Adresse springen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt4 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> @@ -13580,7 +13653,7 @@ <translation>User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation>Wiederholen</translation> </message> @@ -15512,7 +15585,7 @@ <translation>Filter: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation>Konnte keinen zugehörigen Inhalt finden.</translation> </message> @@ -15577,22 +15650,22 @@ <translation><b>Dokumentation reindizieren</b><p>Reindiziert die Dokumentation.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation>Aktualisiere Suchindex</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation>Suche nach Dokumentation...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation>Ungefiltert</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation>Hilfe</translation> </message> @@ -15612,7 +15685,7 @@ <translation><b>Privates Browsen</b><p>Schaltet das private Browsen ein. In diesem Modus wird keine Chronik mehr aufgezeichnet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation>Vollbild</translation> </message> @@ -15920,7 +15993,7 @@ <translation><b>Lesezeichen für alle Tabs...</b><p>Öffnet einen Dialog, um einen neuen Lesezeichenordner für alle offenen Tabs hinzuzufügen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation>Gesicherte Tabs</translation> </message> @@ -16039,7 +16112,7 @@ <translation><b>Ad Block...</b><p>Öffnet einen Dialog zum konfigurieren von AdBlock Abonnements und Regeln</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> @@ -16084,7 +16157,7 @@ <translation>Such&maschinen verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sind sie sicher, dass sie privates Browsen einschalten möchten?</b><p>Wenn das private Browsen eingeschaltet ist, werden keine Web Seiten mehr zur Chronik hinzugefügt und Suchanfragen, Web Site Icons und Cookies werden nicht mehr gespeichert. HTML5 Offline Speicher wird deaktiviert. Bis das Fenster geschlossen wird, können sie jedoch weiterhin die Zurück und Vorwärts Knöpfe nutzen, um zu besuchten Web Seiten zurückzukehren.</p></translation> </message> @@ -16094,37 +16167,37 @@ <translation>Zeichenkodierung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation>Sonstige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation>Standardkodierung</translation> </message> @@ -16184,12 +16257,12 @@ <translation>Aktuelle Seite prüfen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation>VirusTotal Prüfung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>Die VirusTotal Prüfung konnte nicht beauftragt werden.<p> @@ -16295,7 +16368,7 @@ <translation><b>eric5 Web Browser - {0}</b><p>Der eric5-Web-Browser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien. Er ist Bestandteil der eric5 Entwicklungsumgebung.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation>Fenster wiederherstellen</translation> </message>
--- a/i18n/eric5_en.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_en.ts Sun Mar 25 16:22:29 2012 +0200 @@ -204,22 +204,17 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> - <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation type="unfinished"></translation> </message> @@ -234,10 +229,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1233,6 +1253,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1458,7 +1516,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation type="unfinished"></translation> </message> @@ -1473,30 +1531,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1613,47 +1676,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1661,12 +1724,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation type="unfinished"></translation> </message> @@ -1676,25 +1739,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished"></translation> </message> @@ -1883,12 +1951,12 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation type="unfinished"></translation> </message> @@ -1898,20 +1966,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13318,67 +13391,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> + <source>bytes</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation type="unfinished"></translation> </message> @@ -13393,7 +13466,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -13483,7 +13556,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"></translation> </message> @@ -13493,7 +13566,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished"></translation> </message> @@ -14677,7 +14750,7 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -15529,7 +15602,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> @@ -15969,72 +16042,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -16094,12 +16167,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -16204,7 +16277,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_es.ts Sun Mar 25 16:22:29 2012 +0200 @@ -212,22 +212,22 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Añadir Marcador</translation> </message> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation>Introduzca un nombre para el marcador, y elija donde ubicarlo.</translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <translation type="obsolete">Introduzca un nombre para el marcador, y elija donde ubicarlo.</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation>Introduzca el nombre</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation>Introduzca la dirección</translation> </message> @@ -242,10 +242,35 @@ <translation>Título</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>Añadir carpeta</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Nombre:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Descripción:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Introduzca la descripción</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1258,6 +1283,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Nombre:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished">Introduzca el nombre</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished">Introduzca la dirección</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Descripción:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Introduzca la descripción</translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1494,32 +1557,32 @@ <translation>Añadir &Carpeta</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>&Abrir</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation>Abrir en Nueva Pes&taña</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation>Editar &Nombre</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation>Editar &Dirección</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation>&Borrar</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation>Nueva carpeta</translation> </message> @@ -1528,6 +1591,11 @@ <source>Press to delete the selected entries</source> <translation>Pulse para eliminar las entradas seleccionadas</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">&Propiedades...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1653,32 +1721,32 @@ <translation type="obsolete">Importar Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation>Exportando Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation>Borrar Marcador</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation>Insertar Marcador</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation>Cambiar Nombre</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation>Cambiar Dirección</translation> </message> @@ -1705,12 +1773,12 @@ <translation type="obsolete">Importado {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Error al exportar marcadores a <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation>Convertido {0}</translation> </message> @@ -1727,7 +1795,7 @@ {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1735,12 +1803,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation>Abrir todo en Pestañas</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation>&Abrir</translation> </message> @@ -1750,25 +1818,30 @@ <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation>&Eliminar</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">&Propiedades...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation>Página de Inicio por Defecto</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation>Marcación rápida</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation>Abrir todo en Pestañas</translation> </message> @@ -1957,27 +2030,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation>Marcadores</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation>&Abrir</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation>&Eliminar</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation>Añadir &marcador...</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation>Añadir &Carpeta...</translation> </message> @@ -1986,6 +2059,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">&Propiedades...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13482,17 +13560,17 @@ <translation>Inspector Web...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Compruebe que la dirección no tenga errores como <b>ww</b>.ejemplo.org en lugar de <b>www</b>.ejemplo.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Si el ordenador o la red están protegidos por un firewall o un proxy, asegúrese de que al navegador se le permite acceder a la red.</translation> </message> @@ -13567,47 +13645,47 @@ <translation><p>No se pudo ejecutar una aplicación para la URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La cuota de base de datos de <strong>{0}</strong> se ha superado mientras se accedía a la base de datos <strong>{1}</strong>.</p><p>¿Debe ser cambiada?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation>bytes</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation>kB</translation> + <source>bytes</source> + <translation>bytes</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Introducir la nueva cuota en MB (actual = {0}, usados = {1}; tamaño de paso = 5MB):</translation> </message> @@ -13647,7 +13725,7 @@ <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Si la política de caché está establecida a navegación offline, solamente estarán disponibles las páginas en caché local.</translation> </message> @@ -13662,7 +13740,7 @@ <translation>Analizar Imagen con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> @@ -13752,7 +13830,7 @@ <translation>Ir a la dirección web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt4. Por favor, actualice su versión.</p></translation> </message> @@ -13762,7 +13840,7 @@ <translation>Agente de Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation>Intentar de nuevo</translation> </message> @@ -15739,7 +15817,7 @@ <translation>Filtrado por:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation>No se ha podido encontrar un contenido asociado.</translation> </message> @@ -15804,22 +15882,22 @@ <translation><b>Reindexar Documentación</b><p>Reindexa el conjunto de documentación.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation>Actualizando índice de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation>Buscando Documentación...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation>Sin filtrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation>Motor de Ayuda</translation> </message> @@ -15839,7 +15917,7 @@ <translation><b>Navegación Privada</b><p>Habilita navegación privada. En este modo, el historial no queda registrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation>Pantalla Completa</translation> </message> @@ -16162,7 +16240,7 @@ <translation><b>Todas las Pestañas a Marcadores...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores para todas las pestañas abiertas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation>Pestañas Guardadas</translation> </message> @@ -16306,7 +16384,7 @@ <translation><b>Ad Block...</b><p>Abre un diálogo para configurar las suscripciones y reglas de AdBlock</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> @@ -16351,7 +16429,7 @@ <translation>Configurar Motor&es de Búsqueda...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>¿Está seguro de que desea activar la navegación privada?</b><p>Cuando la navegación privada ha sido activada, las páginas web no se añaden al historial, las búsquedas no se añaden a la lista de búsquedas recientes, y los iconos de website y las cookies no son almacenados. El almacenamiento offline de HTML5 tambien es desactivado. Hasta que la ventana sea cerrada, todavía se pueden utilizar los botones de Atrás y Adelante para retornar a las páginas web que hayan sido navegadas.</p></translation> </message> @@ -16366,37 +16444,37 @@ <translation type="obsolete">Agente de Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation>Codificación por Defecto</translation> </message> @@ -16456,12 +16534,12 @@ <translation>Analizar sitio actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation>Análisis con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>El análisis con VirusTotal no se ha podido programar.<p> @@ -16572,7 +16650,7 @@ <translation><b>Navegador Web de eric5- {0}</b><p>El Navegador Web de eric5 is una combación de navegador de archivos de ayuda y de HTML. Es parte del conjunto de herramientas de desarrollo de eric5.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation>Restaurar Ventana</translation> </message>
--- a/i18n/eric5_fr.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_fr.ts Sun Mar 25 16:22:29 2012 +0200 @@ -252,22 +252,17 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation type="unfinished">Ajouter un signet</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> - <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation type="unfinished"></translation> </message> @@ -282,10 +277,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Nom:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Description:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1435,6 +1455,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Nom:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Description:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1677,32 +1735,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation type="unfinished">&Supprimer</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation type="unfinished"></translation> </message> @@ -1711,6 +1769,11 @@ <source>Press to delete the selected entries</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">&Propriétés...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1821,32 +1884,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> @@ -1856,12 +1919,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> @@ -1872,7 +1935,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1880,12 +1943,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation type="unfinished"></translation> </message> @@ -1895,25 +1958,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation type="unfinished">Supp&rimer</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">&Propriétés...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished"></translation> </message> @@ -2102,27 +2170,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation type="unfinished">Signets</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation type="unfinished">Supp&rimer</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> @@ -2131,6 +2199,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">&Propriétés...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -14467,17 +14540,17 @@ <translation type="obsolete"><html><head><title>Fenêtre d'aide</title></head><body><p>Impossible de charger l'URL demandée <b>%1</b></p><p>Raison: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> @@ -14552,47 +14625,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation type="unfinished">octets</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation type="unfinished">kB</translation> + <source>bytes</source> + <translation type="unfinished">octets</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> @@ -14632,7 +14705,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -14647,7 +14720,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -14737,7 +14810,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>L'impression n'est pas disponible à cause d'un bug de PyQt4. Merci de mettre à jour PyQt.</p></translation> </message> @@ -14747,7 +14820,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished">Essayer à nouveau</translation> </message> @@ -17027,7 +17100,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> @@ -17092,22 +17165,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> @@ -17127,7 +17200,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> @@ -17435,7 +17508,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> @@ -17554,7 +17627,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -17599,7 +17672,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> @@ -17614,37 +17687,37 @@ <translation type="obsolete">Défaut</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation type="unfinished">Autre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17704,12 +17777,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -17814,7 +17887,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_it.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_it.ts Sun Mar 25 16:22:29 2012 +0200 @@ -212,22 +212,22 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Aggiungi segnalibro</translation> </message> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation>Inserisci il nome del segnalibro e scegli dove metterlo.</translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <translation type="obsolete">Inserisci il nome del segnalibro e scegli dove metterlo.</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation>Inserisci il nome</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation>Inserisci l'indirizzo</translation> </message> @@ -242,10 +242,35 @@ <translation>Titolo</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>Aggiungi cartella</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Nome:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Descrizione:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Inserisci una descrizione</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1259,6 +1284,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Nome:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished">Inserisci il nome</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished">Inserisci l'indirizzo</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Descrizione:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Inserisci una descrizione</translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1496,32 +1559,32 @@ <translation>Aggiungi &Cartella</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>&Apri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation>Apri in una nuova linguet&ta</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation>Modifica &Nome</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation>Modifica &Indirizzo</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation>Can&cella</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation>Nuova Cartella</translation> </message> @@ -1530,6 +1593,11 @@ <source>Press to delete the selected entries</source> <translation></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">&Proprietà...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1655,32 +1723,32 @@ <translation type="obsolete">Importa Segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation>Esportazione Segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation>Rimuovi segnalibro</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation>Inserisci segnalibro</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation>Cambia Nome</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation>Cambia Indirizzo</translation> </message> @@ -1707,12 +1775,12 @@ <translation type="obsolete">Importato {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Errore nell'esportazione dei segnalibri su <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation>Convertito {0}</translation> </message> @@ -1729,7 +1797,7 @@ {2}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1737,12 +1805,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation>Apri in tutte le linguette</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation>&Apri</translation> </message> @@ -1752,25 +1820,30 @@ <translation>Apri in una nuova linguetta &Tab<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation>&Rimuovi</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">&Proprietà...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished">Apri in tutte le linguette</translation> </message> @@ -1959,27 +2032,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation>Segnalibri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation>&Apri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation>&Rimuovi</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation>Aggiungi &Cartella...</translation> </message> @@ -1988,6 +2061,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Apri in una nuova linguetta &Tab<byte value="x9"/>Ctrl+LMB</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">&Proprietà...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13421,17 +13499,17 @@ <translation>Web Inspector...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> </message> @@ -13506,47 +13584,47 @@ <translation><p>Non posso lanciare un'applicazione per l'URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation>Quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La quota per il database <strong>{0}</strong> è stata superata durante l'accesso al database <strong>{1}</strong>.</p><p>Deve essere cambiata?</P></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation>Nuova quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Inserisci la nuova quota in MB (corrente = {0}, usata = {1}; incremento = 5MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation>bytes</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation>kB</translation> + <source>bytes</source> + <translation>bytes</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation>MB</translation> </message> @@ -13586,7 +13664,7 @@ <translation>Inserisci un nome per il motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> @@ -13601,7 +13679,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished">Web Browser di eric5</translation> </message> @@ -13691,7 +13769,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p></translation> </message> @@ -13701,7 +13779,7 @@ <translation type="unfinished">User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished"></translation> </message> @@ -15735,27 +15813,27 @@ <translation>Filtrato per:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation>Non posso trovare un contenuto associato.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation>Aggiornamento indice di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation>Ricerca documentazione...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation>Non filtrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation>Motore di help</translation> </message> @@ -15775,7 +15853,7 @@ <translation><b>Navigazione anonima</b><p>Attiva la navigazione anonima. In questa modalità la cronologia non è più registrata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation>Tutto schermo</translation> </message> @@ -16098,7 +16176,7 @@ <translation><b>Aggiungi ai segnalibri tutte le linguette...</b><p>Apri un dialogo per aggiungere ai segnalibri tutte le linguette aperte.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation>Salva Linguette</translation> </message> @@ -16242,7 +16320,7 @@ <translation><b>Ad Block...</b><p>Apre un dialogo per configurare le regole di sottoscrizione di AdBlock.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation>Web Browser di eric5</translation> </message> @@ -16287,7 +16365,7 @@ <translation>Configura motori di &ricerca...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sei sicuro di voler attivare la navigazione riservata?</b><p>Quando la navigazione riservata è attivata, le pagine web non sono aggiunte alla cronologia, le ricerche non sono aggiunte alla lista delle ultime ricerche e le icone dei siti e i cookie non sono salvati, l'offline storage di HTML5 viene disattivato. Fino alla chiusura della finestra, puoi premere sui pulsanti Precedente e Successivo per tornare alle pagine web che hai visitato.</p></translation> </message> @@ -16302,37 +16380,37 @@ <translation type="obsolete">User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation>Encoding di default</translation> </message> @@ -16392,12 +16470,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -16502,7 +16580,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_ru.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_ru.ts Sun Mar 25 16:22:29 2012 +0200 @@ -212,22 +212,22 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation>Введите имя для закладки если хотите её сохранить.</translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <translation type="obsolete">Введите имя для закладки если хотите её сохранить.</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation>Введите имя</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation>Введите адрес</translation> </message> @@ -242,10 +242,35 @@ <translation>Заголовок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>Добавить папку</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Имя:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Описание:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Задайте описание</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1258,6 +1283,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Имя:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished">Введите имя</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished">Введите адрес</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Описание:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Задайте описание</translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1493,32 +1556,32 @@ <translation>Добавить &папку</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>&Открыть</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation>Открыть файл в новой &закладке</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation>Редактировать &имя</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation>Редактировать &адрес</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation>&Удалить</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation>Добавить папку</translation> </message> @@ -1527,6 +1590,11 @@ <source>Press to delete the selected entries</source> <translation>Удалить выбранные элементы</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">&Свойства...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1674,42 +1742,42 @@ <translation type="obsolete">Импортировано {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation>Экспортировать закладки</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Ошибка при сохранении закладок в файл <b>{0}</b>.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation>Сконвертировано {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation>Удалить закладку</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation>Вставить закладку</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation>Изменить имя</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation>Изменить адрес</translation> </message> @@ -1726,7 +1794,7 @@ <translation type="obsolete">XBEL закладки (*.xbel);;XBEL закладки (*.xml)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1734,12 +1802,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation>Открыть всё в закладках</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation>&Открыть</translation> </message> @@ -1749,25 +1817,30 @@ <translation>Открыть файл в новой &закладке<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation>&Удалить</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">&Свойства...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished">Открыть всё в закладках</translation> </message> @@ -1956,27 +2029,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation>Закладки</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation>&Открыть</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation>&Удалить</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation>Добавить &закладку...</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation>Добавить &папку...</translation> </message> @@ -1985,6 +2058,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть файл в новой &закладке<byte value="x9"/>Ctrl+LMB</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">&Свойства...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13529,27 +13607,27 @@ <translation>WEB проводник...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Если адрес правильный, проверьте сетевое соединение.</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Если адрес правильный, проверьте сетевое соединение.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> </message> @@ -13614,37 +13692,37 @@ <translation>Искать с...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Квота Web базы данных <strong>{0}</strong> была превышена при доступе к базе <strong>{1}</strong>.</p><p>Изменить квоту?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation>байт</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation></translation> + <source>bytes</source> + <translation>байт</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Введите новую квоту в MB (текущая = {0}, использовано = {1}; шаг изменения = 5 MB):</translation> </message> @@ -13684,7 +13762,7 @@ <translation>Введите имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> @@ -13699,7 +13777,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> </message> @@ -13789,7 +13867,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> @@ -13799,7 +13877,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished"></translation> </message> @@ -15782,7 +15860,7 @@ <translation>Фильтровать по:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation>Невозможно найти соответствующее содержание.</translation> </message> @@ -15847,22 +15925,22 @@ <translation><b>Переиндексировать документацию</b><p>Переиндексировать документацию.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation>Обновление поискового индекса</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation>Идёт поиск помощи...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation>Нефильтрованное</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation>Просмотрщик помощи</translation> </message> @@ -15882,7 +15960,7 @@ <translation><b>Личный просмотр</b><p>Разрешает режим личного просмотра. В этом режиме история не сохраняется.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation>Полный экран</translation> </message> @@ -16205,7 +16283,7 @@ <translation><b>Создать закладки для всех открытых страниц...</b><p>Показать диалог добавления папки для закладок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation>Сохраненные закладки</translation> </message> @@ -16349,7 +16427,7 @@ <translation><b>Ad Block...</b><p>Показать диалог для настройки AdBlock подписок и правил.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric5</translation> </message> @@ -16394,7 +16472,7 @@ <translation>Настройка &поисковиков...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Подтвердите включение закрытого режима.</b><p>В закрытом режиме посещённые WEB страницы не сохраняются в истории, поиски не сохраняються в списке последних поисков, иконки сайтов и cookies так же не сохраняются. HTML5 автономное хранилище будет выключено. Пока текущее окно не закрыто, переход вперёд и назад на просмотренные уже страницы всё же будет работать.</p></translation> </message> @@ -16404,37 +16482,37 @@ <translation>Кодировка текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation>Юникод</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation>Другое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation>Кодировка по умолчанию</translation> </message> @@ -16494,12 +16572,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -16604,7 +16682,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_tr.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_tr.ts Sun Mar 25 16:22:29 2012 +0200 @@ -212,22 +212,22 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Yerimi Ekle</translation> </message> <message> <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation>Yerimi için bir isimve nerede tutacağınızı giriniz.</translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <translation type="obsolete">Yerimi için bir isimve nerede tutacağınızı giriniz.</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation>Adı giriniz</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation>Adresi Giriniz</translation> </message> @@ -242,10 +242,35 @@ <translation>Başlık</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>,Dizin Ekle</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Adı:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Açıklama:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Bir açıklama gir</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1260,6 +1285,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">Adı:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished">Adı giriniz</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished">Adresi Giriniz</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">Açıklama:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished">Bir açıklama gir</translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1489,7 +1552,7 @@ <translation>Seçilen girişi silmek için basınız</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation>&Sil</translation> </message> @@ -1504,30 +1567,35 @@ <translation>Dizin &Ekle</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>&Aç</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation>Yeni Se&kmede Aç</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation>Adı Düze&nle</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation>&Adresi Düzenle</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation>Yeni Dizin</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">&Özellikler...</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1682,7 +1750,7 @@ <translation type="obsolete">İçe Aktarılmış {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation>Yerimlerini Dışaaktar</translation> </message> @@ -1692,42 +1760,42 @@ <translation type="obsolete">XBEL yerimleri (*.xbel);;XBEL yerimleri (*.xml)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation>Yerimleri Dışaaktarılıyor</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Yerimlerini {0} ye dışa aktarırken hata oldu.</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation>Çevrilmiş {0}</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation>Yerimini kaldır</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation>Yerimi Araya gir</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation>İsim Değişikliği</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation>Adres Değişikliği</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1735,12 +1803,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation>Hepsini Sekmelerde Aç</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation>&Aç</translation> </message> @@ -1750,25 +1818,30 @@ <translation>Yeni Bir Sekme A&ç<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation>Kaldı&r</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">&Özellikler...</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished">Hepsini Sekmelerde Aç</translation> </message> @@ -1957,12 +2030,12 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation>Yerimleri</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation>&Aç</translation> </message> @@ -1972,20 +2045,25 @@ <translation>Yeni Bir Sekme A&ç<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation>Kaldı&r</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation>&Yerimi Ekle...</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation>Dizin &Ekle...</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">&Özellikler...</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -13668,27 +13746,27 @@ <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> @@ -13728,42 +13806,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation>bitler</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation>kB</translation> + <source>bytes</source> + <translation>bitler</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation>MB</translation> </message> @@ -13778,7 +13856,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı</translation> </message> @@ -13868,7 +13946,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>PyQt4 te hatyı yazdırmak tam olarak mümkün değil. Lütfen güncelleyiniz.</p></translation> </message> @@ -13878,7 +13956,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished">Tekrar Dene</translation> </message> @@ -15115,7 +15193,7 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation>Eric5 Web Gözatıcısı</translation> </message> @@ -15972,7 +16050,7 @@ <translation><b>Sayfa kaynağını göster</b><p>Sayfa kaynağını bir düzenleyicide göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation>Tam Ekran</translation> </message> @@ -16442,7 +16520,7 @@ <translation type="obsolete"><h3>Eric Web Gözatıcısı Hakkındar</h3><p>Eric Web Gözatıcısı Yardım dosyası ve HTML gözatıcısının birleştirilmiş halidir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation>Sekmeleri Kaydet</translation> </message> @@ -16462,27 +16540,27 @@ <translation type="obsolete">Yükleme bitirildi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation>Birleştirilmiş bir içerek bulunamadı.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation>Arama index yenileniyor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation>Dökümanlara bakılıyor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation>Süzülmemiş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation>Yardım Motoru</translation> </message> @@ -16567,42 +16645,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation>Evrensel kod</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation>Diğer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation>Varsayılan Kodlama</translation> </message> @@ -16627,12 +16705,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -16737,7 +16815,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Sun Mar 25 14:01:25 2012 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Sun Mar 25 16:22:29 2012 +0200 @@ -252,22 +252,17 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="182"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation type="unfinished">添加书签</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="28"/> - <source>Type a name for the bookmark, and choose where to keep it.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="41"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="42"/> <source>Enter the name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="48"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="56"/> <source>Enter the address</source> <translation type="unfinished"></translation> </message> @@ -282,10 +277,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="179"/> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">名称:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">描述:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/AddBookmarkDialog.ui" line="80"/> + <source>Folder:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>AddDirectoryDialog</name> @@ -1429,6 +1449,44 @@ </message> </context> <context> + <name>BookmarkPropertiesDialog</name> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="26"/> + <source>Bookmark Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="35"/> + <source>Name:</source> + <translation type="unfinished">名称:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="42"/> + <source>Enter the name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="49"/> + <source>Address:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="56"/> + <source>Enter the address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="63"/> + <source>Description:</source> + <translation type="unfinished">描述:</translation> + </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarkPropertiesDialog.ui" line="73"/> + <source>Enter a description</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>BookmarkedFilesDialog</name> <message> <location filename="ViewManager/BookmarkedFilesDialog.ui" line="13"/> @@ -1670,32 +1728,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="143"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="145"/> <source>Open in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> <source>Edit &Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> <source>Edit &Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="151"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> <source>&Delete</source> <translation type="unfinished">删除(&D)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="237"/> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="251"/> <source>New Folder</source> <translation type="unfinished"></translation> </message> @@ -1704,6 +1762,11 @@ <source>Press to delete the selected entries</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksDialog.py" line="155"/> + <source>&Properties...</source> + <translation type="unfinished">属性(&P)……</translation> + </message> </context> <context> <name>BookmarksImportDialog</name> @@ -1814,32 +1877,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Exporting Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="502"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="508"/> <source>Remove Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="542"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="548"/> <source>Insert Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="581"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="587"/> <source>Name Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="584"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="590"/> <source>Address Change</source> <translation type="unfinished"></translation> </message> @@ -1849,12 +1912,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="367"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="373"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="382"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="388"/> <source>Converted {0}</source> <translation type="unfinished"></translation> </message> @@ -1865,7 +1928,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="345"/> + <location filename="Helpviewer/Bookmarks/BookmarksManager.py" line="351"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> @@ -1873,12 +1936,12 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="98"/> <source>Open all in Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> <source>&Open</source> <translation type="unfinished"></translation> </message> @@ -1888,25 +1951,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="147"/> <source>&Remove</source> <translation type="unfinished">移除(&R)</translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> + <source>&Properties...</source> + <translation type="unfinished">属性(&P)……</translation> + </message> </context> <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="257"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="269"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="260"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="272"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="264"/> + <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="276"/> <source>Open all in Tabs</source> <translation type="unfinished"></translation> </message> @@ -2095,27 +2163,27 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="42"/> <source>Bookmarks</source> <translation type="unfinished">书签</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="88"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="95"/> <source>&Remove</source> <translation type="unfinished">移除(&R)</translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="102"/> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> @@ -2124,6 +2192,11 @@ <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> + <source>&Properties...</source> + <translation type="unfinished">属性(&P)……</translation> + </message> </context> <context> <name>BreakPointModel</name> @@ -14424,17 +14497,17 @@ <translation type="obsolete"><html><head><title>帮助窗口</title></head><body><p>请求的 URL <b>%1</b> 无法载入。</p><p>原因: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1643"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1646"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1647"/> - <source>If the address is correct, try checking the network connection.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1650"/> + <source>If the address is correct, try checking the network connection.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1653"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> @@ -14509,47 +14582,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1623"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1626"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1641"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1644"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1685"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1688"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1713"/> - <source>bytes</source> - <translation type="unfinished">字节</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1716"/> - <source>kB</source> - <translation type="unfinished">千字节</translation> + <source>bytes</source> + <translation type="unfinished">字节</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1719"/> + <source>kB</source> + <translation type="unfinished">千字节</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1722"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1693"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1696"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> @@ -14589,7 +14662,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1654"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1657"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> @@ -14604,7 +14677,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -14694,7 +14767,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="2056"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="2059"/> <source><p>Printing is not available due to a bug in PyQt4.Please upgrade.</p></source> <translation type="unfinished"><p>由于 PyQt4 中存在一个错误,导致无法打印。请升级。</p></translation> </message> @@ -14704,7 +14777,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1658"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1661"/> <source>Try Again</source> <translation type="unfinished">再试</translation> </message> @@ -16988,7 +17061,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2265"/> + <location filename="Helpviewer/HelpWindow.py" line="2273"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> @@ -17053,22 +17126,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2374"/> + <location filename="Helpviewer/HelpWindow.py" line="2382"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2426"/> + <location filename="Helpviewer/HelpWindow.py" line="2434"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2456"/> + <location filename="Helpviewer/HelpWindow.py" line="2464"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2475"/> + <location filename="Helpviewer/HelpWindow.py" line="2483"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> @@ -17088,7 +17161,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2007"/> + <location filename="Helpviewer/HelpWindow.py" line="2015"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> @@ -17396,7 +17469,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1843"/> + <location filename="Helpviewer/HelpWindow.py" line="1848"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> @@ -17515,7 +17588,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2435"/> + <location filename="Helpviewer/HelpWindow.py" line="2443"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -17560,7 +17633,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2036"/> + <location filename="Helpviewer/HelpWindow.py" line="2044"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> @@ -17575,37 +17648,37 @@ <translation type="obsolete">默认</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2797"/> + <location filename="Helpviewer/HelpWindow.py" line="2805"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2798"/> + <location filename="Helpviewer/HelpWindow.py" line="2806"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2799"/> + <location filename="Helpviewer/HelpWindow.py" line="2807"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2800"/> + <location filename="Helpviewer/HelpWindow.py" line="2808"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2801"/> + <location filename="Helpviewer/HelpWindow.py" line="2809"/> <source>Other</source> <translation type="unfinished">其它</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2802"/> + <location filename="Helpviewer/HelpWindow.py" line="2810"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2824"/> + <location filename="Helpviewer/HelpWindow.py" line="2832"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> @@ -17665,12 +17738,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="3075"/> + <location filename="Helpviewer/HelpWindow.py" line="3083"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> @@ -17775,7 +17848,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2013"/> + <location filename="Helpviewer/HelpWindow.py" line="2021"/> <source>Restore Window</source> <translation type="unfinished"></translation> </message>