mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
indices -> indexes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29496 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
734dfec925
commit
5c27b8400e
@ -523,7 +523,7 @@ Menuset
|
||||
#
|
||||
|
||||
Menu "context-indexprint"
|
||||
Item "All Indices|A" "next-inset-modify check-printindex*"
|
||||
Item "All Indexes|A" "next-inset-modify check-printindex*"
|
||||
IndicesListsContext
|
||||
Separator
|
||||
Item "Subindex|b" "next-inset-modify toggle-subindex"
|
||||
|
@ -1013,7 +1013,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
docPS->addPanel(langModule, qt_("Language"));
|
||||
docPS->addPanel(numberingModule, qt_("Numbering & TOC"));
|
||||
docPS->addPanel(biblioModule, qt_("Bibliography"));
|
||||
docPS->addPanel(indicesModule, qt_("Indices"));
|
||||
docPS->addPanel(indicesModule, qt_("Indexes"));
|
||||
docPS->addPanel(pdfSupportModule, qt_("PDF Properties"));
|
||||
docPS->addPanel(mathsModule, qt_("Math Options"));
|
||||
docPS->addPanel(floatModule, qt_("Float Placement"));
|
||||
|
@ -66,7 +66,7 @@ void GuiPrintindex::updateContents()
|
||||
|
||||
indicesCO->clear();
|
||||
|
||||
indicesCO->addItem(qt_("<All indices>"),
|
||||
indicesCO->addItem(qt_("<All indexes>"),
|
||||
QVariant(QString("printall")));
|
||||
|
||||
const_iterator const begin = indiceslist.begin();
|
||||
|
@ -85,7 +85,7 @@
|
||||
<item row="3" column="0" >
|
||||
<widget class="QLabel" name="availableLA" >
|
||||
<property name="text" >
|
||||
<string>A&vailable Indices:</string>
|
||||
<string>A&vailable Indexes:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>indicesTW</cstring>
|
||||
@ -98,10 +98,10 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QCheckBox" name="multipleIndicesCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Check if you need multiple indices (e.g., an Index of Names)</string>
|
||||
<string>Check if you need multiple indexes (e.g., an Index of Names)</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Use multiple indices</string>
|
||||
<string>&Use multiple indexes</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="indicesLA" >
|
||||
<property name="text" >
|
||||
<string>A&vailable indices:</string>
|
||||
<string>A&vailable indexes:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>indicesCO</cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user