mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Split some UI strings for translations
This commit is contained in:
parent
894ad70eba
commit
c160e21c48
@ -291,7 +291,7 @@ void TocBackend::resetOutlinerNames()
|
||||
addName("brokenrefs", _("Broken References and Citations"));
|
||||
// Customizable, but the corresponding insets have no layout definition
|
||||
addName("child", _("Child Documents"));
|
||||
addName("graphics", _("Graphics"));
|
||||
addName("graphics", _("Graphics[[listof]]"));
|
||||
addName("equation", _("Equations"));
|
||||
addName("external", _("External Material"));
|
||||
addName("math-macro", _("Math Macros"));
|
||||
|
@ -1138,7 +1138,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
fontModule->fontsizeCO->addItem(qt_("11"));
|
||||
fontModule->fontsizeCO->addItem(qt_("12"));
|
||||
|
||||
fontModule->fontencCO->addItem(qt_("Automatic"), QString("auto"));
|
||||
fontModule->fontencCO->addItem(qt_("Automatic[[encoding]]"), QString("auto"));
|
||||
fontModule->fontencCO->addItem(qt_("Class Default"), QString("default"));
|
||||
fontModule->fontencCO->addItem(qt_("Custom"), QString("custom"));
|
||||
|
||||
|
@ -317,7 +317,7 @@ static void setComboxFont(QComboBox * cb, string const & family,
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
PrefOutput::PrefOutput(GuiPreferences * form)
|
||||
: PrefModule(catOutput, N_("General"), form)
|
||||
: PrefModule(catOutput, N_("General[[settings]]"), form)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
@ -116,7 +116,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QGroupBox" name="groupBox_4">
|
||||
<property name="title">
|
||||
<string>General</string>
|
||||
<string>General[[settings]]</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user