From 901bba1f6332fdfd3317bba603816dc0b1fa52be Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Thu, 16 Mar 2023 17:44:22 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20toltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ublexec.cc | 2 ++ ublexec.pot | 6 ++++++ ublexec_ru.po | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/source/ublexec.cc b/source/ublexec.cc index f58fa71..006ed41 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -181,6 +181,8 @@ void MainWindow::localization() { lblOther->set_text(_("Other")); lblDevelopment->set_text(_("Development")); lblSystem->set_text(_("System")); + btnListApp->set_tooltip_text(_("Application Overview")); + btnFilemaneg->set_tooltip_text(_("File Overview")); } diff --git a/ublexec.pot b/ublexec.pot index dc8b95f..efdccec 100644 --- a/ublexec.pot +++ b/ublexec.pot @@ -6,6 +6,12 @@ msgid "" msgstr "" +msgid "File Overview" +msgstr "" + +msgid "Application Overview" +msgstr "" + msgid "https://wiki.ublinux.com" msgstr "" diff --git a/ublexec_ru.po b/ublexec_ru.po index 07acf1b..2b26faa 100644 --- a/ublexec_ru.po +++ b/ublexec_ru.po @@ -16,6 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "File Overview" +msgstr "Обзор файлов" + +msgid "Application Overview" +msgstr "Обзор приложений" + msgid "https://wiki.ublinux.com" msgstr "https://wiki.ublinux.ru"