String changes

This commit is contained in:
Kovid Goyal 2017-05-12 13:56:37 +05:30
parent e6f3246441
commit 6583be25cc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
11 changed files with 22 additions and 19 deletions

View File

@ -47,14 +47,14 @@
<item row="5" column="0"> <item row="5" column="0">
<widget class="QCheckBox" name="opt_share_not_sync"> <widget class="QCheckBox" name="opt_share_not_sync">
<property name="text"> <property name="text">
<string>Enable sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string> <string>Enable &amp;sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QCheckBox" name="opt_no_inline_toc"> <widget class="QCheckBox" name="opt_no_inline_toc">
<property name="text"> <property name="text">
<string>Do not add Table of Contents to book</string> <string>Do not add &amp;Table of Contents to book</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -71,7 +71,7 @@
<item row="4" column="0"> <item row="4" column="0">
<widget class="QCheckBox" name="opt_dont_compress"> <widget class="QCheckBox" name="opt_dont_compress">
<property name="text"> <property name="text">
<string>Disable compression of the file contents</string> <string>Disable &amp;compression of the file contents</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -24,14 +24,14 @@
<item> <item>
<widget class="QCheckBox" name="opt_docx_no_pagebreaks_between_notes"> <widget class="QCheckBox" name="opt_docx_no_pagebreaks_between_notes">
<property name="text"> <property name="text">
<string>Do not add a page after every endnote</string> <string>Do not add a page after every &amp;endnote</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="opt_docx_inline_subsup"> <widget class="QCheckBox" name="opt_docx_inline_subsup">
<property name="text"> <property name="text">
<string>Render superscripts and subscripts so that they do not affect the line height.</string> <string>Render &amp;superscripts and subscripts so that they do not affect the line height.</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -17,7 +17,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QCheckBox" name="opt_no_inline_toc"> <widget class="QCheckBox" name="opt_no_inline_toc">
<property name="text"> <property name="text">
<string>Do not add Table of Contents to book</string> <string>Do not add &amp;Table of Contents to book</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -65,7 +65,7 @@
<item row="6" column="0"> <item row="6" column="0">
<widget class="QCheckBox" name="opt_dont_compress"> <widget class="QCheckBox" name="opt_dont_compress">
<property name="text"> <property name="text">
<string>Disable compression of the file contents</string> <string>Disable &amp;compression of the file contents</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -104,7 +104,7 @@
<item row="4" column="0" colspan="2"> <item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="opt_share_not_sync"> <widget class="QCheckBox" name="opt_share_not_sync">
<property name="text"> <property name="text">
<string>Enable sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string> <string>Enable &amp;sharing of book content via Facebook, etc. WARNING: Disables last read syncing</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -37,7 +37,7 @@
<item row="3" column="0"> <item row="3" column="0">
<widget class="QCheckBox" name="opt_full_image_depth"> <widget class="QCheckBox" name="opt_full_image_depth">
<property name="text"> <property name="text">
<string>Do not reduce image size and depth</string> <string>Do not &amp;reduce image size and depth</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -46,7 +46,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Output encoding:</string> <string>Output &amp;encoding:</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -29,7 +29,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Paragraph style:</string> <string>&amp;Paragraph style:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -52,7 +52,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Formatting style:</string> <string>&amp;Formatting style:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -85,7 +85,7 @@
<item> <item>
<widget class="QCheckBox" name="opt_txt_in_remove_indents"> <widget class="QCheckBox" name="opt_txt_in_remove_indents">
<property name="text"> <property name="text">
<string>Remove indents at the beginning of lines</string> <string>Remove &amp;indents at the beginning of lines</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -88,7 +88,7 @@
<item row="2" column="0" colspan="2"> <item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="opt_force_max_line_length"> <widget class="QCheckBox" name="opt_force_max_line_length">
<property name="text"> <property name="text">
<string>Force maximum line length</string> <string>Force maximum line &amp;length</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -63,7 +63,7 @@ class ConfigWidget(QWidget):
self.l = l = QGridLayout() self.l = l = QGridLayout()
self.setLayout(l) self.setLayout(l)
self.gb = QGroupBox(_('Downloaded metadata fields'), self) self.gb = QGroupBox(_('Metadata fields to download'), self)
if plugin.config_help_message: if plugin.config_help_message:
self.pchm = QLabel(plugin.config_help_message) self.pchm = QLabel(plugin.config_help_message)
self.pchm.setWordWrap(True) self.pchm.setWordWrap(True)

View File

@ -21,7 +21,7 @@
</property> </property>
<widget class="QWidget" name="tab_3"> <widget class="QWidget" name="tab_3">
<attribute name="title"> <attribute name="title">
<string>The adding &amp;process</string> <string>The add &amp;process</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="1" colspan="2"> <item row="1" column="1" colspan="2">

View File

@ -920,7 +920,7 @@ class EditRules(QWidget): # {{{
l.setRowStretch(l.rowCount() - 1, 10) l.setRowStretch(l.rowCount() - 1, 10)
self.add_advanced_button = b = QPushButton(QIcon(I('plus.png')), 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) b.clicked.connect(self.add_advanced)
self.hb = hb = QHBoxLayout() self.hb = hb = QHBoxLayout()
l.addLayout(hb, l.rowCount(), 0, 1, 2) l.addLayout(hb, l.rowCount(), 0, 1, 2)

View File

@ -615,6 +615,9 @@ A value of zero means calculate automatically.</string>
<property name="text"> <property name="text">
<string>Maximum amount of &amp;disk space to use for caching thumbnails: </string> <string>Maximum amount of &amp;disk space to use for caching thumbnails: </string>
</property> </property>
<property name="buddy">
<cstring>opt_cover_grid_disk_cache_size</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0">

View File

@ -209,7 +209,7 @@
<item> <item>
<widget class="QToolButton" name="relay_use_gmx"> <widget class="QToolButton" name="relay_use_gmx">
<property name="text"> <property name="text">
<string>Use GMX</string> <string>Use &amp;GMX</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../resources/images.qrc"> <iconset resource="../../../../resources/images.qrc">
@ -229,7 +229,7 @@
<item> <item>
<widget class="QToolButton" name="relay_use_hotmail"> <widget class="QToolButton" name="relay_use_hotmail">
<property name="text"> <property name="text">
<string>Use Hotmail</string> <string>Use &amp;Hotmail</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../resources/images.qrc"> <iconset resource="../../../../resources/images.qrc">