Some casing fixes

English UI uses Title Casing for headers and sentence casing for normal widgets
This commit is contained in:
Juergen Spitzmueller 2015-01-04 10:53:36 +01:00
parent 3cd1d396ff
commit 27a8abf768
22 changed files with 41 additions and 41 deletions

View File

@ -153,7 +153,7 @@
<string>Here you can define an alternative program to or specific options of BibTeX.</string> <string>Here you can define an alternative program to or specific options of BibTeX.</string>
</property> </property>
<property name="title" > <property name="title" >
<string>Bibliography generation</string> <string>Bibliography Generation</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>true</bool> <bool>true</bool>

View File

@ -141,7 +141,7 @@
<item row="3" column="1" colspan="2" > <item row="3" column="1" colspan="2" >
<widget class="QCheckBox" name="customCB" > <widget class="QCheckBox" name="customCB" >
<property name="text" > <property name="text" >
<string>&amp;Custom Bullet:</string> <string>&amp;Custom bullet:</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -24,7 +24,7 @@
<item> <item>
<widget class="QGroupBox" name="fontcolorGB" > <widget class="QGroupBox" name="fontcolorGB" >
<property name="title" > <property name="title" >
<string>Font colors</string> <string>Font Colors</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>true</bool> <bool>true</bool>
@ -162,7 +162,7 @@
<item> <item>
<widget class="QGroupBox" name="backgroundGB" > <widget class="QGroupBox" name="backgroundGB" >
<property name="title" > <property name="title" >
<string>Background colors</string> <string>Background Colors</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>true</bool> <bool>true</bool>

View File

@ -57,7 +57,7 @@
<item row="1" column="2"> <item row="1" column="2">
<widget class="QLabel" name="BaseSizeLA"> <widget class="QLabel" name="BaseSizeLA">
<property name="text"> <property name="text">
<string>&amp;Base Size:</string> <string>&amp;Base size:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>fontsizeCO</cstring> <cstring>fontsizeCO</cstring>
@ -228,7 +228,7 @@
<string>Use a real small caps shape, if the font provides one</string> <string>Use a real small caps shape, if the font provides one</string>
</property> </property>
<property name="text"> <property name="text">
<string>Use true S&amp;mall Caps</string> <string>Use true s&amp;mall caps</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -238,7 +238,7 @@
<string>Use old style instead of lining figures</string> <string>Use old style instead of lining figures</string>
</property> </property>
<property name="text"> <property name="text">
<string>Use &amp;Old Style Figures</string> <string>Use &amp;old style figures</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -148,7 +148,7 @@
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QCheckBox" name="scaleCB" > <widget class="QCheckBox" name="scaleCB" >
<property name="text" > <property name="text" >
<string>&amp;Scale Graphics (%):</string> <string>&amp;Scale graphics (%):</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -247,7 +247,7 @@
<string>Angle to rotate image by</string> <string>Angle to rotate image by</string>
</property> </property>
<property name="text" > <property name="text" >
<string>A&amp;ngle (Degrees):</string> <string>A&amp;ngle (degrees):</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring>angle</cstring> <cstring>angle</cstring>
@ -524,7 +524,7 @@
<enum>Qt::StrongFocus</enum> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="toolTip" > <property name="toolTip" >
<string>Enable LyX to preview this graphics, only if graphics previewing is not disabled at application level (see Preference dialog).</string> <string>Enable LyX to preview this graphics, if graphics previewing is not disabled at application level (see Preferences dialog).</string>
</property> </property>
<property name="title" > <property name="title" >
<string>Sho&amp;w in LyX</string> <string>Sho&amp;w in LyX</string>
@ -566,7 +566,7 @@
<string>Percentage to scale by in LyX</string> <string>Percentage to scale by in LyX</string>
</property> </property>
<property name="text" > <property name="text" >
<string>Sca&amp;le on Screen (%):</string> <string>Sca&amp;le on screen (%):</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring>displayscale</cstring> <cstring>displayscale</cstring>

View File

@ -19,7 +19,7 @@
<string>Here you can define an alternative index processor and specify its options.</string> <string>Here you can define an alternative index processor and specify its options.</string>
</property> </property>
<property name="title" > <property name="title" >
<string>Index generation</string> <string>Index Generation</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>true</bool> <bool>true</bool>

View File

@ -16,7 +16,7 @@
<item row="0" column="0" colspan="4"> <item row="0" column="0" colspan="4">
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox">
<property name="title"> <property name="title">
<string>Document &amp;class</string> <string>Document &amp;Class</string>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout">
<property name="margin"> <property name="margin">
@ -54,7 +54,7 @@
<item row="1" column="0" colspan="4"> <item row="1" column="0" colspan="4">
<widget class="QGroupBox" name="optionsGB"> <widget class="QGroupBox" name="optionsGB">
<property name="title"> <property name="title">
<string>Class options</string> <string>Class Options</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_1"> <layout class="QGridLayout" name="gridLayout_1">
<item row="0" column="0"> <item row="0" column="0">

View File

@ -50,7 +50,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="typeL"> <widget class="QLabel" name="typeL">
<property name="text"> <property name="text">
<string>&amp;Quote Style:</string> <string>&amp;Quote style:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>quoteStyleCO</cstring> <cstring>quoteStyleCO</cstring>
@ -78,7 +78,7 @@
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QRadioButton" name="defaultencodingRB"> <widget class="QRadioButton" name="defaultencodingRB">
<property name="text"> <property name="text">
<string>Language &amp;Default</string> <string>Language &amp;default</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>

View File

@ -28,7 +28,7 @@
<string>Use the margin settings provided by the document class</string> <string>Use the margin settings provided by the document class</string>
</property> </property>
<property name="text" > <property name="text" >
<string>&amp;Default Margins</string> <string>&amp;Default margins</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -177,7 +177,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text" >
<string>&amp;Column Sep:</string> <string>&amp;Column sep:</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring>columnsepLE</cstring> <cstring>columnsepLE</cstring>

View File

@ -49,21 +49,21 @@
<item> <item>
<widget class="QPushButton" name="allPackagesAutoPB"> <widget class="QPushButton" name="allPackagesAutoPB">
<property name="text"> <property name="text">
<string>Load a&amp;utomatically</string> <string>Load A&amp;utomatically</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="allPackagesAlwaysPB"> <widget class="QPushButton" name="allPackagesAlwaysPB">
<property name="text"> <property name="text">
<string>Load alwa&amp;ys</string> <string>Load Alwa&amp;ys</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="allPackagesNotPB"> <widget class="QPushButton" name="allPackagesNotPB">
<property name="text"> <property name="text">
<string>Do &amp;not load</string> <string>Do &amp;Not Load</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -43,7 +43,7 @@
<string>Specify the default output format (for view/update)</string> <string>Specify the default output format (for view/update)</string>
</property> </property>
<property name="text"> <property name="text">
<string>De&amp;fault Output Format:</string> <string>De&amp;fault output format:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>defaultFormatCO</cstring> <cstring>defaultFormatCO</cstring>
@ -68,7 +68,7 @@
<string>Enable forward/reverse search between editor and output (e.g., SyncTeX)</string> <string>Enable forward/reverse search between editor and output (e.g., SyncTeX)</string>
</property> </property>
<property name="title"> <property name="title">
<string>S&amp;ynchronize with Output</string> <string>S&amp;ynchronize with output</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>
@ -85,7 +85,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>C&amp;ustom Macro:</string> <string>C&amp;ustom macro:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>synccustomCB</cstring> <cstring>synccustomCB</cstring>

View File

@ -290,7 +290,7 @@
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QGroupBox" name="bookmarksGB" > <widget class="QGroupBox" name="bookmarksGB" >
<property name="title" > <property name="title" >
<string>G&amp;enerate Bookmarks (ToC)</string> <string>G&amp;enerate bookmarks (toc)</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>true</bool> <bool>true</bool>
@ -385,7 +385,7 @@
<item row="1" column="0" > <item row="1" column="0" >
<widget class="QGroupBox" name="groupBox_3" > <widget class="QGroupBox" name="groupBox_3" >
<property name="title" > <property name="title" >
<string>Additional o&amp;ptions</string> <string>Additional O&amp;ptions</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>false</bool> <bool>false</bool>

View File

@ -289,7 +289,7 @@
<item> <item>
<widget class="QLabel" name="maxAgeLA" > <widget class="QLabel" name="maxAgeLA" >
<property name="text" > <property name="text" >
<string>Maximum A&amp;ge (in days):</string> <string>Maximum a&amp;ge (in days):</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring>maxAgeLE</cstring> <cstring>maxAgeLE</cstring>

View File

@ -28,7 +28,7 @@
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="displayGraphicsCB"> <widget class="QCheckBox" name="displayGraphicsCB">
<property name="text"> <property name="text">
<string>Display &amp;Graphics</string> <string>Display &amp;graphics</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -48,7 +48,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="instantPreviewLA"> <widget class="QLabel" name="instantPreviewLA">
<property name="text"> <property name="text">
<string>Instant &amp;Preview:</string> <string>Instant &amp;preview:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>instantPreviewCO</cstring> <cstring>instantPreviewCO</cstring>
@ -77,7 +77,7 @@
<item row="1" column="2"> <item row="1" column="2">
<widget class="QLabel" name="previewSizeLA"> <widget class="QLabel" name="previewSizeLA">
<property name="text"> <property name="text">
<string>Preview Si&amp;ze:</string> <string>Preview si&amp;ze:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>instantPreviewCO</cstring> <cstring>instantPreviewCO</cstring>

View File

@ -23,7 +23,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QGroupBox" name="GeometryGB"> <widget class="QGroupBox" name="GeometryGB">
<property name="title"> <property name="title">
<string>Session handling</string> <string>Session Handling</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>
@ -82,7 +82,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QGroupBox" name="documentsGB"> <widget class="QGroupBox" name="documentsGB">
<property name="title"> <property name="title">
<string>Backup &amp;&amp; saving</string> <string>Backup &amp;&amp; Saving</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>
@ -152,7 +152,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QGroupBox" name="tabsGB"> <widget class="QGroupBox" name="tabsGB">
<property name="title"> <property name="title">
<string>Windows &amp;&amp; work area</string> <string>Windows &amp;&amp; Work Area</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>

View File

@ -94,7 +94,7 @@
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="formatLA"> <widget class="QLabel" name="formatLA">
<property name="text"> <property name="text">
<string>S&amp;hort Name:</string> <string>S&amp;hort name:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>formatED</cstring> <cstring>formatED</cstring>

View File

@ -200,7 +200,7 @@
</size> </size>
</property> </property>
<property name="title"> <property name="title">
<string>Scroll wheel zoom</string> <string>Scroll Wheel Zoom</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>

View File

@ -214,7 +214,7 @@
<string/> <string/>
</property> </property>
<property name="title"> <property name="title">
<string>Right-to-left language support</string> <string>Right-to-Left Language Support</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>

View File

@ -70,7 +70,7 @@
<item row="2" column="0" colspan="2"> <item row="2" column="0" colspan="2">
<widget class="QGroupBox" name="bibtexGB"> <widget class="QGroupBox" name="bibtexGB">
<property name="title"> <property name="title">
<string>Bibliography generation</string> <string>Bibliography Generation</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>
@ -158,7 +158,7 @@
<item row="3" column="0" colspan="2"> <item row="3" column="0" colspan="2">
<widget class="QGroupBox" name="indexGB"> <widget class="QGroupBox" name="indexGB">
<property name="title"> <property name="title">
<string>Index generation</string> <string>Index Generation</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>

View File

@ -148,7 +148,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox" > <widget class="QGroupBox" name="groupBox" >
<property name="title" > <property name="title" >
<string>Forward search</string> <string>Forward Search</string>
</property> </property>
<property name="flat" > <property name="flat" >
<bool>true</bool> <bool>true</bool>

View File

@ -117,7 +117,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QGroupBox" name="pixmapCacheGB_2"> <widget class="QGroupBox" name="pixmapCacheGB_2">
<property name="title"> <property name="title">
<string>Context help</string> <string>Context Help</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>

View File

@ -17,7 +17,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QGroupBox" name="separateGB"> <widget class="QGroupBox" name="separateGB">
<property name="title"> <property name="title">
<string>Separate paragraphs with</string> <string>Paragraph Separation</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>