Added additional translation strings.

Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Ray-V 3 years ago committed by Michele Calgaro
parent 7c454fa81f
commit 2c080a7a20
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -519,9 +519,9 @@ MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const
m->setCheckable ( true );
KHelpMenu *h = new KHelpMenu ( tray, about );
m->insertItem ( "Font ...", this, TQT_SLOT ( chooseFont() ) );
m->insertItem ( i18n("Font ..."), this, TQT_SLOT ( chooseFont() ) );
mnu_autores = m->insertItem( "Auto resize font",this, TQT_SLOT ( toggleFontAutoRes() ) );
mnu_autores = m->insertItem( i18n("Auto resize font"),this, TQT_SLOT ( toggleFontAutoRes() ) );
bool fnt_autores = cfg->readBoolEntry("autoresfont",true);
m->setItemChecked(mnu_autores, fnt_autores);
@ -529,7 +529,7 @@ MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const
m->insertItem ( i18n ("Keys color"), this, TQT_SLOT ( chooseKeysColor() ) );
m->insertSeparator();
mnu_dock = m->insertItem ( "Dock widget", this, TQT_SLOT ( showDock() ) );
mnu_dock = m->insertItem ( i18n("Dock widget"), this, TQT_SLOT ( showDock() ) );
bool show_dock = cfg->readBoolEntry("showdock",false);
m->setItemChecked(mnu_dock, show_dock);
@ -539,7 +539,7 @@ MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const
//m->insertItem("Configure", this, TQT_SLOT(config()));
m->insertSeparator();
m->insertItem ( "Help", h->menu() );
m->insertItem ( i18n("Help"), h->menu() );
tray->show();

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-03-01 18:27+0000\n"
"POT-Creation-Date: 2021-03-02 12:10+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -39,6 +39,14 @@ msgstr ""
msgid "Show num pad"
msgstr ""
#: MainWidget.cpp:522
msgid "Font ..."
msgstr ""
#: MainWidget.cpp:524
msgid "Auto resize font"
msgstr ""
#: MainWidget.cpp:528
msgid "Background color"
msgstr ""
@ -47,6 +55,10 @@ msgstr ""
msgid "Keys color"
msgstr ""
#: MainWidget.cpp:532
msgid "Dock widget"
msgstr ""
#: MainWidget.cpp:536
msgid "Lock on screen"
msgstr ""

Loading…
Cancel
Save