mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Preferences dialog fixes:
* accelerator clashes, * missing accelerators, and * strings (capitalization). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28960 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5a4e4dec15
commit
b2e3355bf5
@ -47,7 +47,7 @@
|
||||
<item row="0" column="1" >
|
||||
<widget class="QPushButton" name="colorChangePB" >
|
||||
<property name="text" >
|
||||
<string>&Alter...</string>
|
||||
<string>A&lter...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -289,7 +289,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="maxAgeLA" >
|
||||
<property name="text" >
|
||||
<string>&Maximum Age (in days):</string>
|
||||
<string>Maximum A&ge (in days):</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>maxAgeLE</cstring>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cursorFollowsCB" >
|
||||
<property name="text" >
|
||||
<string>Cursor follows &scrollbar</string>
|
||||
<string>Cursor &follows scrollbar</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -147,7 +147,7 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="label_2" >
|
||||
<property name="text" >
|
||||
<string>Screen us&ed (pixels):</string>
|
||||
<string>Screen used (&pixels):</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>fullscreenWidthSB</cstring>
|
||||
@ -173,7 +173,7 @@
|
||||
<item row="2" column="0" >
|
||||
<widget class="QCheckBox" name="toggleTabbarCB" >
|
||||
<property name="text" >
|
||||
<string>Hide tabba&r</string>
|
||||
<string>Hide &tabbar</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<item row="0" column="3" >
|
||||
<widget class="QPushButton" name="formatRemovePB" >
|
||||
<property name="text" >
|
||||
<string>&Remove</string>
|
||||
<string>Re&move</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -82,7 +82,7 @@
|
||||
<item row="2" column="1" colspan="3" >
|
||||
<widget class="QCheckBox" name="vectorCB" >
|
||||
<property name="text" >
|
||||
<string>Vector graphi&cs format</string>
|
||||
<string>Vector &graphics format</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -129,7 +129,7 @@
|
||||
<item row="5" column="0" >
|
||||
<widget class="QLabel" name="shortcutLA" >
|
||||
<property name="text" >
|
||||
<string>S&hortcut:</string>
|
||||
<string>Shortc&ut:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>shortcutED</cstring>
|
||||
|
@ -106,7 +106,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>B&rowse...</string>
|
||||
<string>&Browse...</string>
|
||||
</property>
|
||||
<property name="autoDefault" >
|
||||
<bool>false</bool>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<item row="0" column="0" colspan="2" >
|
||||
<widget class="QLabel" name="uiLanguageLA" >
|
||||
<property name="text" >
|
||||
<string>&User interface language:</string>
|
||||
<string>User &interface language:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>uiLanguageCO</cstring>
|
||||
@ -96,7 +96,7 @@
|
||||
<string>Use the babel package for multilingual support</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Use b&abel</string>
|
||||
<string>&Use babel</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -183,7 +183,7 @@
|
||||
<string>Select to enable support of right-to-left languages (e.g. Hebrew, Arabic).</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Enable &RTL support</string>
|
||||
<string>Enable RTL su&pport</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -25,7 +25,7 @@
|
||||
<string>&Nomenclature command:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>latexIndexED</cstring>
|
||||
<cstring>latexNomenclED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -95,7 +95,7 @@
|
||||
<string>Set class options to default on class change</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Reset class options when document class changes</string>
|
||||
<string>R&eset class options when document class changes</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<string>Option used to print to non-default printer.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Set p&rinter:</string>
|
||||
<string>Set &printer:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>printerToPrinterED</cstring>
|
||||
@ -114,7 +114,7 @@
|
||||
<string>Option used with spool command to set printer.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Spool pr&inter:</string>
|
||||
<string>Spool &printer:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>printerSpoolPrefixED</cstring>
|
||||
@ -133,7 +133,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Spool &command:</string>
|
||||
<string>Spool co&mmand:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>printerSpoolCommandED</cstring>
|
||||
@ -179,7 +179,7 @@
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="printerCopiesLA" >
|
||||
<property name="text" >
|
||||
<string>Number of Co&pies:</string>
|
||||
<string>&Number of copies:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>printerCopiesED</cstring>
|
||||
@ -301,7 +301,7 @@
|
||||
<string>Normally, this needs to be checked only if you are using dvips as your printer command and you have config.<printer> files installed for all your printers.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Adapt output to printer</string>
|
||||
<string>Adapt &output to printer</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -66,7 +66,7 @@
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="screenSansLA" >
|
||||
<property name="text" >
|
||||
<string>Sa&ns Serif:</string>
|
||||
<string>Sans Seri&f:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenSansCO</cstring>
|
||||
@ -114,7 +114,7 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="screenRomanLA" >
|
||||
<property name="text" >
|
||||
<string>&Roman:</string>
|
||||
<string>R&oman:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenRomanCO</cstring>
|
||||
@ -256,10 +256,20 @@
|
||||
<item row="2" column="3" >
|
||||
<widget class="QLineEdit" name="screenLargestED" />
|
||||
</item>
|
||||
<item row="0" column="2" >
|
||||
<widget class="QLabel" name="screenLargeLA" >
|
||||
<property name="text" >
|
||||
<string>&Large:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenLargeED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2" >
|
||||
<widget class="QLabel" name="screenLargerLA" >
|
||||
<property name="text" >
|
||||
<string>Larger:</string>
|
||||
<string>&Larger:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenLargerED</cstring>
|
||||
@ -269,7 +279,7 @@
|
||||
<item row="2" column="2" >
|
||||
<widget class="QLabel" name="screenLargestLA" >
|
||||
<property name="text" >
|
||||
<string>Largest:</string>
|
||||
<string>&Largest:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenLargestED</cstring>
|
||||
@ -282,7 +292,7 @@
|
||||
<item row="3" column="2" >
|
||||
<widget class="QLabel" name="screenHugeLA" >
|
||||
<property name="text" >
|
||||
<string>Huge:</string>
|
||||
<string>&Huge:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenHugeED</cstring>
|
||||
@ -292,7 +302,7 @@
|
||||
<item row="4" column="2" >
|
||||
<widget class="QLabel" name="screenHugestLA" >
|
||||
<property name="text" >
|
||||
<string>Hugest:</string>
|
||||
<string>&Hugest:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenHugerED</cstring>
|
||||
@ -302,7 +312,7 @@
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="screenSmallestLA" >
|
||||
<property name="text" >
|
||||
<string>Smallest:</string>
|
||||
<string>S&mallest:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenSmallestED</cstring>
|
||||
@ -312,7 +322,7 @@
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="screenSmallerLA" >
|
||||
<property name="text" >
|
||||
<string>Smaller:</string>
|
||||
<string>S&maller:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenSmallerED</cstring>
|
||||
@ -322,7 +332,7 @@
|
||||
<item row="3" column="0" >
|
||||
<widget class="QLabel" name="screenSmallLA" >
|
||||
<property name="text" >
|
||||
<string>Small:</string>
|
||||
<string>S&mall:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenSmallED</cstring>
|
||||
@ -332,7 +342,7 @@
|
||||
<item row="4" column="0" >
|
||||
<widget class="QLabel" name="screenNormalLA" >
|
||||
<property name="text" >
|
||||
<string>Normal:</string>
|
||||
<string>&Normal:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenNormalED</cstring>
|
||||
@ -342,23 +352,13 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="screenTinyLA" >
|
||||
<property name="text" >
|
||||
<string>Tiny:</string>
|
||||
<string>&Tiny:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenTinyED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2" >
|
||||
<widget class="QLabel" name="screenLargeLA" >
|
||||
<property name="text" >
|
||||
<string>Large:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>screenLargeED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
@ -368,7 +368,7 @@
|
||||
<string>Checking this improves performance, but might decrease the on-screen quality of fonts</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Use Pixmap Cache to speed up font rendering</string>
|
||||
<string>&Use pixmap cache to speed up font rendering</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -65,7 +65,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="newPB" >
|
||||
<property name="text" >
|
||||
<string>Ne&w</string>
|
||||
<string>&New</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -91,7 +91,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="escapeCharactersLA">
|
||||
<property name="text">
|
||||
<string>Escape cha&racters:</string>
|
||||
<string>&Escape characters:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>escapeCharactersED</cstring>
|
||||
|
@ -47,32 +47,32 @@
|
||||
<property name="enabled" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>Restore to cursor position when the file was last closed</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Allow saving/restoring of window layouts and geometries</string>
|
||||
<string>Restore window layouts and &geometries</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QCheckBox" name="restoreCursorCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Restore to the cursor position when the file was last closed</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Restore cursor positions</string>
|
||||
<string>Restore cursor &positions</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<widget class="QCheckBox" name="loadSessionCB" >
|
||||
<property name="text" >
|
||||
<string>Load opened files from last session</string>
|
||||
<string>&Load opened files from last session</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" >
|
||||
<widget class="QPushButton" name="clearSessionPB" >
|
||||
<property name="text" >
|
||||
<string>Clear All Session Information</string>
|
||||
<string>Clear all session &information</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -167,14 +167,14 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QCheckBox" name="autoSaveCB" >
|
||||
<property name="text" >
|
||||
<string>B&ackup documents, every</string>
|
||||
<string>&Backup documents, every</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="4" >
|
||||
<widget class="QCheckBox" name="openDocumentsInTabsCB" >
|
||||
<property name="text" >
|
||||
<string>Open documents in &tabs</string>
|
||||
<string>&Open documents in tabs</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -218,7 +218,7 @@
|
||||
<string>Checking this allow the automatic display of helpful comments for insets in the main work area of an edited document</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Enable &tool tips in main work area</string>
|
||||
<string>&Enable tool tips in main work area</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user