volumeicon.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools, autotools, pisitools, get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
shelltools.export("CFLAGS", get.CFLAGS())
|
||||
autotools.configure("--enable-notify")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,35 @@
|
||||
--- a/src/config.c 2015-03-03 01:54:36.000000000 +0300
|
||||
+++ b/src/config.c 2022-05-02 08:55:22.210600991 +0300
|
||||
@@ -79,16 +79,16 @@
|
||||
|
||||
// Notifications
|
||||
.show_notification = TRUE,
|
||||
- .notification_type = 0,
|
||||
+ .notification_type = 1,
|
||||
|
||||
// Status icon
|
||||
- .stepsize = 0,
|
||||
+ .stepsize = 5,
|
||||
.helper_program = NULL,
|
||||
.theme = NULL,
|
||||
.use_panel_specific_icons = FALSE,
|
||||
|
||||
// Left mouse button action
|
||||
- .lmb_slider = FALSE,
|
||||
+ .lmb_slider = TRUE,
|
||||
|
||||
// Middle mouse button action
|
||||
.mmb_mute = FALSE,
|
||||
@@ -99,9 +99,9 @@
|
||||
.use_transparent_background = FALSE,
|
||||
|
||||
// Hotkeys
|
||||
- .hotkey_up_enabled = FALSE,
|
||||
- .hotkey_down_enabled = FALSE,
|
||||
- .hotkey_mute_enabled = FALSE,
|
||||
+ .hotkey_up_enabled = TRUE,
|
||||
+ .hotkey_down_enabled = TRUE,
|
||||
+ .hotkey_mute_enabled = TRUE,
|
||||
.hotkey_up = NULL,
|
||||
.hotkey_down = NULL,
|
||||
.hotkey_mute = NULL
|
||||
@@ -0,0 +1,5 @@
|
||||
--- a/po/LINGUAS
|
||||
+++ b/po/LINGUAS
|
||||
@@ -1 +1 @@
|
||||
-fr de pl
|
||||
+fr de pl tr uk ru
|
||||
@@ -0,0 +1,23 @@
|
||||
From c212fc932a63fe11289f7fc359e9364c25d27d23 Mon Sep 17 00:00:00 2001
|
||||
From: nick87720z <nick87720z@gmail.com>
|
||||
Date: Fri, 16 Oct 2020 05:09:40 +0500
|
||||
Subject: [PATCH] configure.ac: NOTIFY_CFLAGS is not set
|
||||
|
||||
This sort of assignment, +=, works in makefiles, but not in shell scripts.
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 0dbba26..48a3ee5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -86,7 +86,7 @@ fi
|
||||
if test "x${notify}" = xyes; then
|
||||
# Check for libnotify
|
||||
PKG_CHECK_MODULES([NOTIFY], [libnotify >= 0.5.0])
|
||||
-NOTIFY_CFLAGS+="-DCOMPILEWITH_NOTIFY"
|
||||
+NOTIFY_CFLAGS="${NOTIFY_CFLAGS} -DCOMPILEWITH_NOTIFY"
|
||||
AC_SUBST(NOTIFY_CFLAGS)
|
||||
AC_SUBST(NOTIFY_LIBS)
|
||||
fi
|
||||
@@ -0,0 +1,169 @@
|
||||
--- /dev/null 2022-05-02 13:45:27.513000016 +0300
|
||||
+++ b/po/ru.po 2022-05-02 14:14:07.851542042 +0300
|
||||
@@ -0,0 +1,166 @@
|
||||
+# Russian translations for volumeicon package.
|
||||
+# Copyright (C) 2016 THE volumeicon'S COPYRIGHT HOLDER
|
||||
+# This file is distributed under the same license as the volumeicon package.
|
||||
+# Alexander Lavrukov <alexander.lavrukov@gmail.com>, 2016.
|
||||
+#
|
||||
+msgid ""
|
||||
+msgstr ""
|
||||
+"Project-Id-Version: volumeicon 0.5.1\n"
|
||||
+"Report-Msgid-Bugs-To: \n"
|
||||
+"POT-Creation-Date: 2017-02-16 18:28+0100\n"
|
||||
+"PO-Revision-Date: \n"
|
||||
+"Last-Translator: Alexander Lavrukov <alexander.lavrukov@gmail.com>\n"
|
||||
+"Language-Team: Russian\n"
|
||||
+"Language: ru\n"
|
||||
+"MIME-Version: 1.0\n"
|
||||
+"Content-Type: text/plain; charset=UTF-8\n"
|
||||
+"Content-Transfer-Encoding: 8bit\n"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:1
|
||||
+msgid "Preferences"
|
||||
+msgstr "Настройки"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:2
|
||||
+msgid "Device"
|
||||
+msgstr "Устройство"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:3
|
||||
+msgid "Channel"
|
||||
+msgstr "Канал"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:4
|
||||
+msgid "Linear Scale"
|
||||
+msgstr "Линейная шкала"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:5
|
||||
+msgid "Logarithmic Scale"
|
||||
+msgstr "Шкала в децибелах"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:6
|
||||
+msgid "<b>Alsa</b>"
|
||||
+msgstr "<b>Alsa</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:7
|
||||
+msgid "Channels"
|
||||
+msgstr "Каналы"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:8
|
||||
+msgid "Icon Theme"
|
||||
+msgstr "Тема иконок"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:9
|
||||
+msgid "External mixer"
|
||||
+msgstr "Внешний миксер"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:10
|
||||
+msgid "Volume adjustment"
|
||||
+msgstr "Шаг изменения громкости"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:11
|
||||
+msgid "0"
|
||||
+msgstr "0"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:12
|
||||
+msgid "Use panel-specific icons if available"
|
||||
+msgstr "Использовать иконки панели (если возможно)"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:13
|
||||
+msgid "Reverse scroll direction for volume adjustment"
|
||||
+msgstr ""
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:14
|
||||
+msgid "<b>Status Icon</b>"
|
||||
+msgstr "<b>Трей</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:15
|
||||
+msgid "Mute Volume"
|
||||
+msgstr "Выключить звук"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:16
|
||||
+msgid "Show Slider"
|
||||
+msgstr "Показать ползунок"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:17
|
||||
+msgid "<b>Left Mouse Button Action</b>"
|
||||
+msgstr "<b>Действие левой кнопки мыши</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:18 ../src/volumeicon.c:899
|
||||
+msgid "Open Mixer"
|
||||
+msgstr "Открыть миксер"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:19
|
||||
+msgid "<b>Middle Mouse Button Action</b>"
|
||||
+msgstr "<b>Действие средней кнопки мыши</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:20
|
||||
+msgid "Use Horizontal Slider"
|
||||
+msgstr "Использовать горизонтальный ползунок"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:21
|
||||
+msgid "Show Sound Level"
|
||||
+msgstr "Показывать уровень громкости"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:22
|
||||
+msgid "Use Transparent Background (requires compositor)"
|
||||
+msgstr "Использовать прозрачный фон (Необходим композитный менеджер)"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:23
|
||||
+msgid "<b>Layout Preferences</b>"
|
||||
+msgstr "<b>Настройки расположения</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:24
|
||||
+msgid "Status Icon"
|
||||
+msgstr "Трей"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:25
|
||||
+msgid "<b>Hotkeys</b>"
|
||||
+msgstr "<b>Горячие клавиши</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:26
|
||||
+msgid "Hotkeys"
|
||||
+msgstr "Горячие клавиши"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:27
|
||||
+msgid "Show Notifications"
|
||||
+msgstr "Показывать уведомления"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:28
|
||||
+msgid "<b>On-Screen Notifications</b>"
|
||||
+msgstr "<b>Уведомления на экране</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:29
|
||||
+msgid "OSD"
|
||||
+msgstr "OSD"
|
||||
+
|
||||
+#: ../src/volumeicon.c:625
|
||||
+msgid "Volume Up"
|
||||
+msgstr "Повысить громкость"
|
||||
+
|
||||
+#: ../src/volumeicon.c:629
|
||||
+msgid "Volume Down"
|
||||
+msgstr "Уменьшить громкость"
|
||||
+
|
||||
+#: ../src/volumeicon.c:633
|
||||
+msgid "Mute"
|
||||
+msgstr "Выключить звук"
|
||||
+
|
||||
+#: ../src/volumeicon.c:640
|
||||
+msgid "GTK+ Popup Window"
|
||||
+msgstr "Всплывающее окно GTK+"
|
||||
+
|
||||
+#: ../src/volumeicon.c:644
|
||||
+msgid "libnotify"
|
||||
+msgstr "libnotify"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1313
|
||||
+msgid "Alternate name to use for config file, default is volumeicon"
|
||||
+msgstr ""
|
||||
+"Альтернативное имя для конфигурационного файла, по умолчанию: volumeicon"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1316
|
||||
+msgid "Mixer device name"
|
||||
+msgstr "Название устройства миксера"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1318
|
||||
+msgid "Output version number and exit"
|
||||
+msgstr "Вывести номер версии и выйти"
|
||||
@@ -0,0 +1,182 @@
|
||||
From 15f3c9387cda3eacab7b5d4a1c1be9ba0de8ec50 Mon Sep 17 00:00:00 2001
|
||||
From: Aylinux <cihanalk@gmail.com>
|
||||
Date: Tue, 8 Jun 2021 19:02:07 +0300
|
||||
Subject: [PATCH] Create tr.po
|
||||
|
||||
---
|
||||
po/tr.po | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 166 insertions(+)
|
||||
create mode 100644 po/tr.po
|
||||
|
||||
diff --git a/po/tr.po b/po/tr.po
|
||||
new file mode 100644
|
||||
index 0000000..203da81
|
||||
--- /dev/null
|
||||
+++ b/po/tr.po
|
||||
@@ -0,0 +1,166 @@
|
||||
+# SOME DESCRIPTIVE TITLE.
|
||||
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
+# This file is distributed under the same license as the PACKAGE package.
|
||||
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
+#
|
||||
+msgid ""
|
||||
+msgstr ""
|
||||
+"Project-Id-Version: \n"
|
||||
+"Report-Msgid-Bugs-To: \n"
|
||||
+"POT-Creation-Date: 2017-02-16 18:28+0100\n"
|
||||
+"PO-Revision-Date: 2021-06-08 19:00+0300\n"
|
||||
+"Last-Translator: Cihan Alkan <cihanalk@gmail.com>\n"
|
||||
+"Language-Team: Aylinux <aylinux.org>\n"
|
||||
+"Language: tr\n"
|
||||
+"MIME-Version: 1.0\n"
|
||||
+"Content-Type: text/plain; charset=UTF-8\n"
|
||||
+"Content-Transfer-Encoding: 8bit\n"
|
||||
+"X-Generator: Poedit 3.0\n"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:1
|
||||
+msgid "Preferences"
|
||||
+msgstr "Tercihler"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:2
|
||||
+msgid "Device"
|
||||
+msgstr "Aygıt"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:3
|
||||
+msgid "Channel"
|
||||
+msgstr "Kanal"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:4
|
||||
+msgid "Linear Scale"
|
||||
+msgstr "Doğrusal ölçek"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:5
|
||||
+msgid "Logarithmic Scale"
|
||||
+msgstr "Logaritmik ölçek"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:6
|
||||
+msgid "<b>Alsa</b>"
|
||||
+msgstr "<b>Alsa</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:7
|
||||
+msgid "Channels"
|
||||
+msgstr "Kanallar"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:8
|
||||
+msgid "Icon Theme"
|
||||
+msgstr "Simge Teması"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:9
|
||||
+msgid "External mixer"
|
||||
+msgstr "Harici karıştırıcı"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:10
|
||||
+msgid "Volume adjustment"
|
||||
+msgstr "Ses ayarı"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:11
|
||||
+msgid "0"
|
||||
+msgstr "0"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:12
|
||||
+msgid "Use panel-specific icons if available"
|
||||
+msgstr "Varsa panele özel simgeleri kullanın"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:13
|
||||
+msgid "Reverse scroll direction for volume adjustment"
|
||||
+msgstr "Ses ayarı için ters kaydırma yönü"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:14
|
||||
+msgid "<b>Status Icon</b>"
|
||||
+msgstr "<b>Durum Simgesi</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:15
|
||||
+msgid "Mute Volume"
|
||||
+msgstr "Sesi Kapat"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:16
|
||||
+msgid "Show Slider"
|
||||
+msgstr "Kaydırıcıyı Göster"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:17
|
||||
+msgid "<b>Left Mouse Button Action</b>"
|
||||
+msgstr "<b>Sol Fare Düğmesi İşlemi</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:18 ../src/volumeicon.c:899
|
||||
+msgid "Open Mixer"
|
||||
+msgstr "Karıştırıcı Açık"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:19
|
||||
+msgid "<b>Middle Mouse Button Action</b>"
|
||||
+msgstr "<b>Orta Fare Düğmesi İşlemi</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:20
|
||||
+msgid "Use Horizontal Slider"
|
||||
+msgstr "Yatay Kaydırıcıyı Kullan"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:21
|
||||
+msgid "Show Sound Level"
|
||||
+msgstr "Ses Seviyesini Göster"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:22
|
||||
+msgid "Use Transparent Background (requires compositor)"
|
||||
+msgstr "Saydam Arka Planı Kullan (besteci gerektirir)"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:23
|
||||
+msgid "<b>Layout Preferences</b>"
|
||||
+msgstr "<b>Düzen Tercihleri</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:24
|
||||
+msgid "Status Icon"
|
||||
+msgstr "Durum Simgesi"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:25
|
||||
+msgid "<b>Hotkeys</b>"
|
||||
+msgstr "<b>Kısayol Tuşları</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:26
|
||||
+msgid "Hotkeys"
|
||||
+msgstr "Kısayol Tuşları"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:27
|
||||
+msgid "Show Notifications"
|
||||
+msgstr "Bildirimleri Göster"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:28
|
||||
+msgid "<b>On-Screen Notifications</b>"
|
||||
+msgstr "<b>Ekran Bildirimleri</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:29
|
||||
+msgid "OSD"
|
||||
+msgstr "OSD"
|
||||
+
|
||||
+#: ../src/volumeicon.c:625
|
||||
+msgid "Volume Up"
|
||||
+msgstr "Sesi Aç"
|
||||
+
|
||||
+#: ../src/volumeicon.c:629
|
||||
+msgid "Volume Down"
|
||||
+msgstr "Sesi Kapat"
|
||||
+
|
||||
+#: ../src/volumeicon.c:633
|
||||
+msgid "Mute"
|
||||
+msgstr "Sessiz"
|
||||
+
|
||||
+#: ../src/volumeicon.c:640
|
||||
+msgid "GTK+ Popup Window"
|
||||
+msgstr "GTK+ Açılır Pencere"
|
||||
+
|
||||
+#: ../src/volumeicon.c:644
|
||||
+msgid "libnotify"
|
||||
+msgstr "libnotify"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1313
|
||||
+msgid "Alternate name to use for config file, default is volumeicon"
|
||||
+msgstr "Yapılandırma dosyası için kullanılacak alternatif ad, varsayılan hacim simgesidir"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1316
|
||||
+msgid "Mixer device name"
|
||||
+msgstr "Karıştırıcı cihaz adı"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1318
|
||||
+msgid "Output version number and exit"
|
||||
+msgstr "Çıkış sürüm numarası ve çıkış"
|
||||
@@ -0,0 +1,183 @@
|
||||
From b93e03d73d28b2918eef8c5c7083b5ffad00071c Mon Sep 17 00:00:00 2001
|
||||
From: Sestowner <owner@sestolab.pp.ua>
|
||||
Date: Thu, 13 Feb 2020 23:54:49 +0200
|
||||
Subject: [PATCH] Add Ukrainian translation
|
||||
|
||||
---
|
||||
po/uk.po | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 167 insertions(+)
|
||||
create mode 100644 po/uk.po
|
||||
|
||||
diff --git a/po/uk.po b/po/uk.po
|
||||
new file mode 100644
|
||||
index 0000000..f273c7c
|
||||
--- /dev/null
|
||||
+++ b/po/uk.po
|
||||
@@ -0,0 +1,167 @@
|
||||
+# Ukrainian translations for volumeicon package.
|
||||
+# Copyright (C) 2020 THE volumeicon'S COPYRIGHT HOLDER
|
||||
+# This file is distributed under the same license as the volumeicon package.
|
||||
+# Sergiy Stupar <owner@sestolab.pp.ua>, 2020.
|
||||
+#
|
||||
+msgid ""
|
||||
+msgstr ""
|
||||
+"Project-Id-Version: \n"
|
||||
+"Report-Msgid-Bugs-To: \n"
|
||||
+"POT-Creation-Date: 2017-02-16 18:28+0100\n"
|
||||
+"PO-Revision-Date: 2020-02-13 23:51+0200\n"
|
||||
+"Language-Team: Ukrainian\n"
|
||||
+"MIME-Version: 1.0\n"
|
||||
+"Content-Type: text/plain; charset=UTF-8\n"
|
||||
+"Content-Transfer-Encoding: 8bit\n"
|
||||
+"X-Generator: Poedit 2.0.6\n"
|
||||
+"Last-Translator: Sergiy Stupar <owner@sestolab.pp.ua>\n"
|
||||
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
+"Language: uk\n"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:1
|
||||
+msgid "Preferences"
|
||||
+msgstr "Параметри"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:2
|
||||
+msgid "Device"
|
||||
+msgstr "Пристрій"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:3
|
||||
+msgid "Channel"
|
||||
+msgstr "Канал"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:4
|
||||
+msgid "Linear Scale"
|
||||
+msgstr "Лінійна шкала"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:5
|
||||
+msgid "Logarithmic Scale"
|
||||
+msgstr "Логарифмічна шкала"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:6
|
||||
+msgid "<b>Alsa</b>"
|
||||
+msgstr "<b>Alsa</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:7
|
||||
+msgid "Channels"
|
||||
+msgstr "Канали"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:8
|
||||
+msgid "Icon Theme"
|
||||
+msgstr "Тема іконки"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:9
|
||||
+msgid "External mixer"
|
||||
+msgstr "Зовнішній мікшер"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:10
|
||||
+msgid "Volume adjustment"
|
||||
+msgstr "Регулювання гучності"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:11
|
||||
+msgid "0"
|
||||
+msgstr "0"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:12
|
||||
+msgid "Use panel-specific icons if available"
|
||||
+msgstr "Використовувати значки панелі, якщо вони доступні"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:13
|
||||
+msgid "Reverse scroll direction for volume adjustment"
|
||||
+msgstr "Змінити напрямок прокрутки для регулювання гучності"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:14
|
||||
+msgid "<b>Status Icon</b>"
|
||||
+msgstr "<b>Іконка статусу</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:15
|
||||
+msgid "Mute Volume"
|
||||
+msgstr "Вимкнути звук"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:16
|
||||
+msgid "Show Slider"
|
||||
+msgstr "Показати повзунок"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:17
|
||||
+msgid "<b>Left Mouse Button Action</b>"
|
||||
+msgstr "<b>Дія лівої кнопки миші</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:18 ../src/volumeicon.c:899
|
||||
+msgid "Open Mixer"
|
||||
+msgstr "Відкрити мікшер"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:19
|
||||
+msgid "<b>Middle Mouse Button Action</b>"
|
||||
+msgstr "<b>Дія середньої кнопки миші</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:20
|
||||
+msgid "Use Horizontal Slider"
|
||||
+msgstr "Використовувати горизонтальний повзунок"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:21
|
||||
+msgid "Show Sound Level"
|
||||
+msgstr "Показувати рівень звуку"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:22
|
||||
+msgid "Use Transparent Background (requires compositor)"
|
||||
+msgstr "Використовувати прозорий фон (потрібен композитор)"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:23
|
||||
+msgid "<b>Layout Preferences</b>"
|
||||
+msgstr "<b>Налаштування макета</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:24
|
||||
+msgid "Status Icon"
|
||||
+msgstr "Іконка статусу"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:25
|
||||
+msgid "<b>Hotkeys</b>"
|
||||
+msgstr "<b>Гарячі клавіші</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:26
|
||||
+msgid "Hotkeys"
|
||||
+msgstr "Гарячі клавіші"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:27
|
||||
+msgid "Show Notifications"
|
||||
+msgstr "Показувати сповіщення"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:28
|
||||
+msgid "<b>On-Screen Notifications</b>"
|
||||
+msgstr "<b>Екранні сповіщення</b>"
|
||||
+
|
||||
+#: ../data/gui/preferences.ui.h:29
|
||||
+msgid "OSD"
|
||||
+msgstr "OSD"
|
||||
+
|
||||
+#: ../src/volumeicon.c:625
|
||||
+msgid "Volume Up"
|
||||
+msgstr "Збільшити гучність"
|
||||
+
|
||||
+#: ../src/volumeicon.c:629
|
||||
+msgid "Volume Down"
|
||||
+msgstr "Зменшити гучність"
|
||||
+
|
||||
+#: ../src/volumeicon.c:633
|
||||
+msgid "Mute"
|
||||
+msgstr "Вимкнути звук"
|
||||
+
|
||||
+#: ../src/volumeicon.c:640
|
||||
+msgid "GTK+ Popup Window"
|
||||
+msgstr "Спливаюче вікно GTK+"
|
||||
+
|
||||
+#: ../src/volumeicon.c:644
|
||||
+msgid "libnotify"
|
||||
+msgstr "libnotify"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1313
|
||||
+msgid "Alternate name to use for config file, default is volumeicon"
|
||||
+msgstr "Альтернативна назва файлу конфігурації, за замовчуванням - volumeicon"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1316
|
||||
+msgid "Mixer device name"
|
||||
+msgstr "Назва пристрою мікшера"
|
||||
+
|
||||
+#: ../src/volumeicon.c:1318
|
||||
+msgid "Output version number and exit"
|
||||
+msgstr "Вивести номер версії і вийти"
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>volumeicon</Name>
|
||||
<Homepage>https://github.com/Maato/volumeicon</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>GPL-3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.misc</PartOf>
|
||||
<Summary>A lightweight volume control applet with support for global keybindings.</Summary>
|
||||
<Description>Volume Icon aims to be a lightweight volume control that sits in your systray.</Description>
|
||||
<Archive sha1sum="000bb7ab3ccb72c9262462c4d6b5025e09637ecf" type="targz">
|
||||
http://nullwise.com/files/volumeicon/volumeicon-0.5.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level='1'>turkish_translation.patch</Patch>
|
||||
<Patch level='1'>ru_translation.patch</Patch>
|
||||
<Patch level='1'>ukranian_translation.patch</Patch>
|
||||
<Patch level='1'>notify_cflags_set.patch</Patch>
|
||||
<Patch level='1'>languas_list.patch</Patch>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>volumeicon</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency></Dependency> -->
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/volumeicon</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-02</Date>
|
||||
<Version>0.5.1</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user