Split some UI strings for translations

This commit is contained in:
Yuriy Skalko 2020-08-23 23:50:11 +03:00 committed by Juergen Spitzmueller
parent 894ad70eba
commit c160e21c48
4 changed files with 4 additions and 4 deletions

View File

@ -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"));

View File

@ -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"));

View File

@ -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);

View File

@ -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>