From 6e5498ee6fe2507e4647136fe27f1696c755044c Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Thu, 18 May 2023 12:38:51 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20to?= =?UTF-8?q?oltip=20=D0=BA=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ublexec.cc | 2 ++ source/ublexec.h | 2 ++ ublexec.pot | 6 ++++++ ublexec_ru.po | 6 ++++++ 4 files changed, 16 insertions(+) diff --git a/source/ublexec.cc b/source/ublexec.cc index f7b4604..5cf26c5 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -222,6 +222,8 @@ void MainWindow::localization() { lblwebHeaderName->set_label(name_app_1); lblHeadeWndWeb->set_label(define_name_app); lblwebHeaderName->set_label(define_name_app); + btnFilemaneg->set_tooltip_text(str_tooltip_filemanager); + btnListApp->set_tooltip_text(str_tooltip_list_app); } void MainWindow::event() { diff --git a/source/ublexec.h b/source/ublexec.h index 6cad678..b09bb9f 100644 --- a/source/ublexec.h +++ b/source/ublexec.h @@ -24,6 +24,8 @@ #include #endif +#define str_tooltip_filemanager _("Program view") +#define str_tooltip_list_app _("File view") #define copyright _("Copyright © UBSoft LLC, 2022 - ") #define define_name_app _("Run as...") #define name_app_1 _("ublexec") diff --git a/ublexec.pot b/ublexec.pot index fd2c4a6..01de260 100644 --- a/ublexec.pot +++ b/ublexec.pot @@ -17,6 +17,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "File view" +msgstr "" + +msgid "Program view" +msgstr "" + #: source/ublexec.h:32 source/ublexec.cc:181 source/ublexec.cc:182 #: source/ublexec.cc:180 source/ublexec.cc:163 msgid " Run as..." diff --git a/ublexec_ru.po b/ublexec_ru.po index 1155d82..452ac1e 100644 --- a/ublexec_ru.po +++ b/ublexec_ru.po @@ -17,6 +17,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "File view" +msgstr "Обзор файлов" + +msgid "Program view" +msgstr "Обзор программ" + #: source/ublexec.h:32 source/ublexec.cc:181 source/ublexec.cc:182 #: source/ublexec.cc:180 source/ublexec.cc:163 msgid " Run as..."