From e42fbfccd6e958d1bc71b404c4c119f53131e0ea Mon Sep 17 00:00:00 2001 From: sulincix Date: Sun, 17 Nov 2024 13:55:49 +0000 Subject: [PATCH] add sysconf message operation --- po/tr.po | 7 ++++--- po/ymp.pot | 4 ++-- src/operations/utility/sysconf.vala | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/po/tr.po b/po/tr.po index 2717e29..0a015f5 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-17 13:51+0000\n" +"POT-Creation-Date: 2024-11-17 13:55+0000\n" "PO-Revision-Date: 2023-03-10 20:35+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -1303,8 +1303,9 @@ msgid "Create a ymp shell or execute ympsh script." msgstr "ymp kabugu olustur veya ympsh calistir." #: src/operations/utility/sysconf.vala:7 -msgid "Running sysconf modules" -msgstr "Sysconf modulleri calistiriliyor" +#, fuzzy +msgid "Running sysconf:" +msgstr "Sysconf calistiriliyor:" #: src/operations/utility/sysconf.vala:30 #, c-format diff --git a/po/ymp.pot b/po/ymp.pot index 89a9999..cdf7a3f 100755 --- a/po/ymp.pot +++ b/po/ymp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-17 13:51+0000\n" +"POT-Creation-Date: 2024-11-17 13:55+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1298,7 +1298,7 @@ msgid "Create a ymp shell or execute ympsh script." msgstr "" #: src/operations/utility/sysconf.vala:7 -msgid "Running sysconf modules" +msgid "Running sysconf:" msgstr "" #: src/operations/utility/sysconf.vala:30 diff --git a/src/operations/utility/sysconf.vala b/src/operations/utility/sysconf.vala index ded6ee8..391d571 100755 --- a/src/operations/utility/sysconf.vala +++ b/src/operations/utility/sysconf.vala @@ -4,7 +4,7 @@ private static int sysconf_main (string[] args) { } save_env(); clear_env(); - print (colorize (_ ("Running sysconf modules"), yellow)); + print (colorize (_ ("Running sysconf:")), yellow) + get_value ("OPERATION")); setenv("PATH","/sbin:/bin:/usr/sbin:/usr/bin", 1); if (get_value ("OPERATION") != "install" && get_value ("OPERATION") != "remove") {