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
e6f3246441
commit
6583be25cc
@ -47,14 +47,14 @@
|
||||
<item row="5" column="0">
|
||||
<widget class="QCheckBox" name="opt_share_not_sync">
|
||||
<property name="text">
|
||||
<string>Enable sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string>
|
||||
<string>Enable &sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QCheckBox" name="opt_no_inline_toc">
|
||||
<property name="text">
|
||||
<string>Do not add Table of Contents to book</string>
|
||||
<string>Do not add &Table of Contents to book</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -71,7 +71,7 @@
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="opt_dont_compress">
|
||||
<property name="text">
|
||||
<string>Disable compression of the file contents</string>
|
||||
<string>Disable &compression of the file contents</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -24,14 +24,14 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="opt_docx_no_pagebreaks_between_notes">
|
||||
<property name="text">
|
||||
<string>Do not add a page after every endnote</string>
|
||||
<string>Do not add a page after every &endnote</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="opt_docx_inline_subsup">
|
||||
<property name="text">
|
||||
<string>Render superscripts and subscripts so that they do not affect the line height.</string>
|
||||
<string>Render &superscripts and subscripts so that they do not affect the line height.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QCheckBox" name="opt_no_inline_toc">
|
||||
<property name="text">
|
||||
<string>Do not add Table of Contents to book</string>
|
||||
<string>Do not add &Table of Contents to book</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -65,7 +65,7 @@
|
||||
<item row="6" column="0">
|
||||
<widget class="QCheckBox" name="opt_dont_compress">
|
||||
<property name="text">
|
||||
<string>Disable compression of the file contents</string>
|
||||
<string>Disable &compression of the file contents</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -104,7 +104,7 @@
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="opt_share_not_sync">
|
||||
<property name="text">
|
||||
<string>Enable sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string>
|
||||
<string>Enable &sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="opt_full_image_depth">
|
||||
<property name="text">
|
||||
<string>Do not reduce image size and depth</string>
|
||||
<string>Do not &reduce image size and depth</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -46,7 +46,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Output encoding:</string>
|
||||
<string>Output &encoding:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -29,7 +29,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Paragraph style:</string>
|
||||
<string>&Paragraph style:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -52,7 +52,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Formatting style:</string>
|
||||
<string>&Formatting style:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -85,7 +85,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="opt_txt_in_remove_indents">
|
||||
<property name="text">
|
||||
<string>Remove indents at the beginning of lines</string>
|
||||
<string>Remove &indents at the beginning of lines</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -88,7 +88,7 @@
|
||||
<item row="2" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="opt_force_max_line_length">
|
||||
<property name="text">
|
||||
<string>Force maximum line length</string>
|
||||
<string>Force maximum line &length</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -63,7 +63,7 @@ class ConfigWidget(QWidget):
|
||||
self.l = l = QGridLayout()
|
||||
self.setLayout(l)
|
||||
|
||||
self.gb = QGroupBox(_('Downloaded metadata fields'), self)
|
||||
self.gb = QGroupBox(_('Metadata fields to download'), self)
|
||||
if plugin.config_help_message:
|
||||
self.pchm = QLabel(plugin.config_help_message)
|
||||
self.pchm.setWordWrap(True)
|
||||
|
@ -21,7 +21,7 @@
|
||||
</property>
|
||||
<widget class="QWidget" name="tab_3">
|
||||
<attribute name="title">
|
||||
<string>The adding &process</string>
|
||||
<string>The add &process</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="1" column="1" colspan="2">
|
||||
|
@ -920,7 +920,7 @@ class EditRules(QWidget): # {{{
|
||||
l.setRowStretch(l.rowCount() - 1, 10)
|
||||
|
||||
self.add_advanced_button = b = QPushButton(QIcon(I('plus.png')),
|
||||
_('Add advanced rule'), self)
|
||||
_('Add ad&vanced rule'), self)
|
||||
b.clicked.connect(self.add_advanced)
|
||||
self.hb = hb = QHBoxLayout()
|
||||
l.addLayout(hb, l.rowCount(), 0, 1, 2)
|
||||
|
@ -615,6 +615,9 @@ A value of zero means calculate automatically.</string>
|
||||
<property name="text">
|
||||
<string>Maximum amount of &disk space to use for caching thumbnails: </string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_cover_grid_disk_cache_size</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
|
@ -209,7 +209,7 @@
|
||||
<item>
|
||||
<widget class="QToolButton" name="relay_use_gmx">
|
||||
<property name="text">
|
||||
<string>Use GMX</string>
|
||||
<string>Use &GMX</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
@ -229,7 +229,7 @@
|
||||
<item>
|
||||
<widget class="QToolButton" name="relay_use_hotmail">
|
||||
<property name="text">
|
||||
<string>Use Hotmail</string>
|
||||
<string>Use &Hotmail</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user