mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
c61cc4b14d
commit
40f17e4b0d
@ -17,7 +17,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="ScrollingTabWidget" name="tabWidget">
|
<widget class="ScrollingTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>2</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="main_interface_tab">
|
<widget class="QWidget" name="main_interface_tab">
|
||||||
<attribute name="icon">
|
<attribute name="icon">
|
||||||
@ -301,6 +301,12 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QTabWidget" name="cover_grid_tab">
|
<widget class="QTabWidget" name="cover_grid_tab">
|
||||||
|
<property name="tabPosition">
|
||||||
|
<enum>QTabWidget::West</enum>
|
||||||
|
</property>
|
||||||
|
<property name="currentIndex">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<attribute name="icon">
|
<attribute name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
<normaloff>:/images/grid.png</normaloff>:/images/grid.png</iconset>
|
<normaloff>:/images/grid.png</normaloff>:/images/grid.png</iconset>
|
||||||
@ -308,12 +314,6 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Cover &grid</string>
|
<string>Cover &grid</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<property name="tabPosition">
|
|
||||||
<enum>QTabWidget::West</enum>
|
|
||||||
</property>
|
|
||||||
<property name="currentIndex">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<widget class="QWidget" name="tab_5">
|
<widget class="QWidget" name="tab_5">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>&Layout</string>
|
<string>&Layout</string>
|
||||||
@ -972,7 +972,7 @@ then the tags will be displayed each on their own line.</string>
|
|||||||
<item row="11" column="0" colspan="2">
|
<item row="11" column="0" colspan="2">
|
||||||
<widget class="QCheckBox" name="opt_tag_browser_old_look">
|
<widget class="QCheckBox" name="opt_tag_browser_old_look">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use &alternating row colors in the Tag browser</string>
|
<string>Use &alternating row colors</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -985,7 +985,7 @@ then the tags will be displayed each on their own line.</string>
|
|||||||
box will cause these empty categories to be hidden.</string>
|
box will cause these empty categories to be hidden.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hi&de empty categories (columns) in the Tag browser</string>
|
<string>Hi&de empty categories (columns)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -997,7 +997,7 @@ then the tags will be displayed each on their own line.</string>
|
|||||||
also checked then only categories containing a matched item will be shown.</string>
|
also checked then only categories containing a matched item will be shown.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Find &shows all items that match in the Tag browser</string>
|
<string>Find &shows all items that match</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -1015,7 +1015,7 @@ if you never want subcategories</string>
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="label_9">
|
<widget class="QLabel" name="label_9">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Tag browser category partitioning method:</string>
|
<string>&Category partitioning method:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>opt_tags_browser_partition_method</cstring>
|
<cstring>opt_tags_browser_partition_method</cstring>
|
||||||
@ -1025,7 +1025,7 @@ if you never want subcategories</string>
|
|||||||
<item row="9" column="0">
|
<item row="9" column="0">
|
||||||
<widget class="QCheckBox" name="opt_show_avg_rating">
|
<widget class="QCheckBox" name="opt_show_avg_rating">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show &average ratings in the Tag browser</string>
|
<string>Show &average ratings</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -1040,7 +1040,7 @@ by each author, the number of authors, etc. If you turn it off, you can still
|
|||||||
see the counts by hovering your mouse over any item.</string>
|
see the counts by hovering your mouse over any item.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show &counts in the Tag browser</string>
|
<string>Show &counts</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -1079,7 +1079,7 @@ see the counts by hovering your mouse over any item.</string>
|
|||||||
<item row="8" column="0">
|
<item row="8" column="0">
|
||||||
<widget class="QCheckBox" name="opt_tag_browser_show_tooltips">
|
<widget class="QCheckBox" name="opt_tag_browser_show_tooltips">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show &tooltips in the Tag browser</string>
|
<string>Show &tooltips</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user