~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to src/calibre/gui2/preferences/plugins_ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-02-10 07:35:00 UTC
  • mfrom: (1.3.30)
  • Revision ID: package-import@ubuntu.com-20120210073500-9hx5hpketc9hb59i
Tags: 0.8.38+dfsg-1
* New upstream release.
* debian/control: Bump Standards-Version to 3.9.2. No changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file '/home/kovid/work/calibre/src/calibre/gui2/preferences/plugins.ui'
4
4
#
5
 
# Created: Wed Jun 15 10:14:50 2011
6
 
#      by: PyQt4 UI code generator 4.8.4
 
5
# Created: Sat Jan 21 09:42:54 2012
 
6
#      by: PyQt4 UI code generator 4.9
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
9
9
 
52
52
        self.previous_button.setObjectName(_fromUtf8("previous_button"))
53
53
        self.horizontalLayout.addWidget(self.previous_button)
54
54
        self.verticalLayout.addLayout(self.horizontalLayout)
 
55
        self.user_installed_plugins = QtGui.QCheckBox(Form)
 
56
        self.user_installed_plugins.setObjectName(_fromUtf8("user_installed_plugins"))
 
57
        self.verticalLayout.addWidget(self.user_installed_plugins)
55
58
        self.plugin_view = QtGui.QTreeView(Form)
56
59
        self.plugin_view.setAlternatingRowColors(True)
57
60
        self.plugin_view.setIconSize(QtCore.QSize(32, 32))
106
109
        self.label_8.setText(_("Here you can customize the behavior of Calibre by controlling what plugins it uses."))
107
110
        self.next_button.setText(_("&Next"))
108
111
        self.previous_button.setText(_("&Previous"))
 
112
        self.user_installed_plugins.setToolTip(_("Show only those plugins that have been installed by you"))
 
113
        self.user_installed_plugins.setText(_("Show only &user installed plugins"))
109
114
        self.toggle_plugin_button.setText(_("Enable/&Disable plugin"))
110
115
        self.customize_plugin_button.setText(_("&Customize plugin"))
111
116
        self.remove_plugin_button.setText(_("&Remove plugin"))