Sisyphus
: 1 2023 | : 18631 | : 37536172
en ru br
ALT

:: Graphical desktop/MATE
: mate-sensors-applet

             Sources      Gear   Bugs and FR  Repocop 

: mate-sensors-applet-1.26.0-alt2.patch



 .gear/rules                                        |    2 +
 .../tags/7edaac369b1144d4c1f2362f0f7ea94026978a90  |    6 +
 .gear/tags/list                                    |    1 +
 mate-sensors-applet.spec                           |  106 ++
 po/ru.po                                           | 1180 +++++++-------------
 5 files changed, 525 insertions(+), 770 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4b0460c
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: v@version@:.
+diff: v@version@:. .
diff --git a/.gear/tags/7edaac369b1144d4c1f2362f0f7ea94026978a90 b/.gear/tags/7edaac369b1144d4c1f2362f0f7ea94026978a90
new file mode 100644
index 0000000..c3b75d1
--- /dev/null
+++ b/.gear/tags/7edaac369b1144d4c1f2362f0f7ea94026978a90
@@ -0,0 +1,6 @@
+object c53ed0eed9fb9cf45d2d67c25138ec8b5010e4c9
+type commit
+tag v1.26.0
+tagger raveit65 <mate@raveit.de> 1628150755 +0200
+
+version 1.26.0
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..ac9546c
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+7edaac369b1144d4c1f2362f0f7ea94026978a90 v1.26.0
diff --git a/mate-sensors-applet.spec b/mate-sensors-applet.spec
new file mode 100644
index 0000000..a585561
--- /dev/null
+++ b/mate-sensors-applet.spec
@@ -0,0 +1,106 @@
+%define _libexecdir %_prefix/libexec
+
+Name: mate-sensors-applet
+Version: 1.26.0
+Release: alt2
+Epoch: 1
+Summary: MATE panel applet for hardware sensors
+License: GPLv2+
+Group: Graphical desktop/MATE
+Url: http://mate-desktop.org/
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildRequires: mate-common libXNVCtrl-devel libnotify-devel libsensors3-devel mate-panel-devel xsltproc yelp-tools
+
+%description
+MATE Sensors Applet is an applet for the MATE Panel to display readings
+from hardware sensors, including CPU and system temperatures, fan speeds
+and voltage readings under Linux.
+Can interface via the Linux kernel i2c modules, or the i8k kernel modules
+Includes a simple, yet highly customization display and intuitive
+user-interface.
+Alarms can be set for each sensor to notify the user once a certain value
+has been reached, and can be configured to execute a given command at given
+repeated intervals.
+
+%package devel
+Summary: Development files for %name
+Group: Development/Other
+
+%description devel
+The mate-sensors-applet-devel package contains libraries and header files for
+developing applications that use mate-sensors-applet.
+
+%set_verify_elf_method unresolved=relaxed
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--disable-static \
+	--disable-schemas-compile \
+	--enable-libnotify \
+	--with-nvidia
+
+%make_build
+
+%install
+%make DESTDIR=%buildroot install
+
+find %buildroot%_libdir -name \*.la -delete
+
+%find_lang %name --with-gnome --all-name
+
+%files -f %name.lang
+%doc AUTHORS COPYING ChangeLog NEWS README
+%_libexecdir/%name
+%_libdir/libmate-sensors-applet-plugin.so.*
+%_libdir/%name
+%_datadir/%name
+%_datadir/pixmaps/%name
+%_iconsdir/hicolor/*/*/*.png
+%_datadir/dbus-1/services/org.mate.panel.applet.SensorsAppletFactory.service
+%_datadir/glib-2.0/schemas/org.mate.sensors-applet.gschema.xml
+%_datadir/glib-2.0/schemas/org.mate.sensors-applet.sensor.gschema.xml
+%_datadir/mate-panel/applets/org.mate.applets.SensorsApplet.mate-panel-applet
+
+%files devel
+%_includedir/%name
+%_libdir/libmate-sensors-applet-plugin.so
+
+%changelog
+* Mon Nov 21 2022 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt2
+- updated ru translation
+
+* Sun Aug 08 2021 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt1
+- 1.26.0
+
+* Thu Aug 20 2020 Valery Inozemtsev <shrek@altlinux.ru> 1:1.24.1-alt1
+- 1.24.1
+
+* Tue Feb 25 2020 Valery Inozemtsev <shrek@altlinux.ru> 1:1.24.0-alt1
+- 1.24.0
+
+* Wed Apr 24 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.22.1-alt1
+- 1.22.1
+
+* Thu Mar 07 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.22.0-alt1
+- 1.22.0
+
+* Tue Feb 12 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.3-alt1
+- 1.20.3
+
+* Tue Sep 04 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.2-alt1
+- 1.20.2
+
+* Tue Mar 20 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.1-alt1
+- initial build from git.mate-desktop.org
+
+* Thu Feb 22 2018 Vladimir D. Seleznev <vseleznv@altlinux.org> 1.20.0-alt1_1
+- new fc release
diff --git a/po/ru.po b/po/ru.po
index e37e486..cb51c51 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,19 +1,26 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR MATE Desktop Environment team
+# This file is distributed under the same license as the mate-sensors-applet package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
 # Translators:
 # Stefano Karapetsas <stefano@karapetsas.com>, 2021
-# AlexL <loginov.alex.valer@gmail.com>, 2021
-# Wolfgang Ulbrich <mate@raveit.de>, 2021
-# Михаил Ильинский <mail@milinsky.com>, 2021
-# Alex Putz, 2021
+# XRevan86, 2021
+# monsta <monsta@inbox.ru>, 2021
+# Andreï Victorovitch Kostyrka, 2021
+# Alex Puts, 2021
 # Olesya Gerasimenko <gammaray@basealt.ru>, 2021
-# Alexey Rodionov, 2021
+# Дмитрий Астанков <mornie@basealt.ru>, 2021
+# Alexey Rodionov <melenki@yandex.ru>, 2021
+# Павел Коваленко, 2021
 # 
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-22 20:31+0200\n"
+"Project-Id-Version: mate-sensors-applet 1.26.0\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/mate-sensors-applet/issues\n"
+"POT-Creation-Date: 2022-10-29 15:34+0200\n"
 "PO-Revision-Date: 2018-03-12 07:35+0000\n"
-"Last-Translator: Alexey Rodionov, 2021\n"
+"Last-Translator: Павел Коваленко, 2021\n"
 "Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,860 +28,493 @@ msgstr ""
 "Language: ru\n"
 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
 
-#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
-msgctxt "_"
-msgid "translator-credits"
-msgstr ""
-"Александр Сапрыкин <xelfium@gmail.com>\n"
-"Александр Сигачёв <ajvol2@gmail.com>\n"
-"Александр Соколов\n"
-"Александр Хромин\n"
-"Алексей Родионов <alexey.rodionov@red-soft.ru>\n"
-"Алексей Рочев <equeim@gmail.com>\n"
-"Алексей Сорокин <sor.alexei@meowr.ru>\n"
-"Андрей Иванков\n"
-"Андрей Носенко <awn@bcs.zp.ua>\n"
-"Антон Резник <t0xa@opensuse.org>\n"
-"Валек Филиппов <frob@df.ru>\n"
-"Валентин Сайков <saikov.vb@gmail.com>\n"
-"Василий Литвинов\n"
-"Виктор Кукшиев <andrey0bolkonsky@gmail.com>\n"
-"Владислав Агафонов <vlad648@gmail.com>\n"
-"Влад Орлов <monsta@inbox.ru>\n"
-"Глеб Мехренин <mehrenin@gmail.com>\n"
-"Денис Арефьев <arefevdns@mail.ru>\n"
-"Дмитрий Мандрык <dmandryk@gmail.com>\n"
-"Дмитрий Мастрюков <dmitry@taurussoft.org>\n"
-"Дмитрий Михирев <mikhirev@gmail.com>\n"
-"Дмитрий Яценко <d.acenko@gmail.com>\n"
-"Евгений Самусев <samusev@gmail.com>\n"
-"Константин Гусев <kilolife@gmail.com>\n"
-"Леонид Кантер <leon@asplinux.ru>\n"
-"Макс Валянский <max.valjanski@gmail.com>\n"
-"Павел Жовнер <zhovner@ukr.net>\n"
-"Сергей Колосов <m17.admin@gmail.com>\n"
-"Сергей Панов <sipan@mit.edu>\n"
-"Сергей Яковлев\n"
-"Юрий Козлов <yuray@komyakino.ru>\n"
-"Evolve32 <evolve32@ya.ru>"
+#: org.mate.applets.SensorsApplet.mate-panel-applet.desktop.in.in:5
+msgid "Sensors Applet Factory"
+msgstr "Фабрика апплета «Сенсоры»"
 
-#. (itstool) path: articleinfo/title
-#: C/index.docbook:30
-msgid "MATE Sensors Applet Manual V2.1"
-msgstr ""
+#: org.mate.applets.SensorsApplet.mate-panel-applet.desktop.in.in:9
+msgid "Hardware Sensors Monitor"
+msgstr "Контроль датчиков оборудования"
 
-#. (itstool) path: articleinfo/copyright
-#: C/index.docbook:31
-msgid "<year>2015-2021</year> <holder>MATE Documentation Team</holder>"
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:5
+msgid "Font size in points"
+msgstr "Размер шрифта в пунктах"
 
-#. (itstool) path: articleinfo/copyright
-#: C/index.docbook:35
-msgid "<year>2006</year> <holder>Alex Murray</holder>"
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:9
+msgid "Specify if show or hide sensor units"
+msgstr "Показывать или скрывать блоки датчиков"
 
-#. (itstool) path: abstract/para
-#: C/index.docbook:40
-msgid ""
-"MATE Sensors Applet displays readings from temperature, voltage and fan "
-"sensors within the panel."
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:13
+msgid "Set if display icons or text labels"
+msgstr "Показывать значки или текстовые метки"
 
-#. (itstool) path: authorgroup/author
-#: C/index.docbook:63
-msgid "<surname>MATE Development</surname> <affiliation> </affiliation>"
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:17
+msgid "Set value beside or below label"
+msgstr "Устанавливает значение рядом или под меткой"
 
-#. (itstool) path: authorgroup/author
-#: C/index.docbook:73
-msgid ""
-"<firstname>Alex</firstname> <surname>Murray</surname> <affiliation> "
-"</affiliation>"
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:21
+msgid "Show temperature in Kelvin, Celsius or Fahrenheit"
+msgstr "Показывать температуру в градусах Кельвина, Цельсия или Фаренгейта"
 
-#. (itstool) path: revdescription/para
-#: C/index.docbook:115
-msgid "Alex Murray <email>murray.alex@gmail.com</email>"
-msgstr ""
-
-#. (itstool) path: revhistory/revision
-#: C/index.docbook:111
-msgid ""
-"<revnumber>MATE Sensors Applet Manual V2.1</revnumber> <date>January "
-"2006</date> <_:revdescription-1/>"
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:25
+msgid "Whether to display notifications"
+msgstr "Показывать ли уведомления"
 
-#. (itstool) path: articleinfo/releaseinfo
-#: C/index.docbook:123
-msgid "This manual describes version 1.10 of MATE Sensors Applet."
-msgstr ""
-
-#. (itstool) path: legalnotice/title
-#: C/index.docbook:126
-msgid "Feedback"
-msgstr "Обратная связь"
+#: org.mate.sensors-applet.gschema.xml.in:29
+msgid "Delay (in ms) between refreshes"
+msgstr "Задержка (в мс) между обновлениями"
 
-#. (itstool) path: legalnotice/para
-#: C/index.docbook:127
+#: org.mate.sensors-applet.gschema.xml.in:33
 msgid ""
-"To report a bug or make a suggestion regarding MATE Sensors Applet or this "
-"manual, follow the directions in the <ulink url=\"help:mate-user-"
-"guide/feedback\" type=\"help\">MATE Feedback Page</ulink>."
+"The size of the graph in pixels (width if horizontal, height if vertical)"
 msgstr ""
+"Размер графика в пикселях (ширина, если горизонтальный, высота, если "
+"вертикальный)"
 
-#. (itstool) path: article/indexterm
-#: C/index.docbook:135
-msgid "<primary>MATE Sensors Applet</primary>"
-msgstr ""
+#: org.mate.sensors-applet.gschema.xml.in:37
+msgid "List of sensors"
+msgstr "Список датчиков"
 
-#. (itstool) path: sect1/title
-#: C/index.docbook:141
-msgid "Introduction"
-msgstr "Введение"
+#: org.mate.sensors-applet.sensor.gschema.xml.in:5
+msgid "Path to filename"
+msgstr "Путь к имени файла"
 
-#. (itstool) path: figure/title
-#: C/index.docbook:144
-msgid "MATE Sensors Applet"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:9
+msgid "Sensor device ids"
+msgstr "Идентификаторы устройства датчика"
 
-#. (itstool) path: imageobject/imagedata
-#. This is a reference to an external file such as an image or video. When
-#. the file changes, the md5 hash will change to let you know you need to
-#. update your localized copy. The msgstr is not used at all. Set it to
-#. whatever you like once you have updated your copy of the file.
-#: C/index.docbook:148
-msgctxt "_"
-msgid ""
-"external ref='figures/applet_in_panel.png' "
-"md5='432ed012f0897c7f0cf522f6c55ea92a'"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:13
+msgid "The sensor device interface"
+msgstr "Интерфейс устройства датчика"
 
-#. (itstool) path: screenshot/mediaobject
-#: C/index.docbook:146
-msgid ""
-"<imageobject> <imagedata fileref=\"figures/applet_in_panel.png\" "
-"format=\"PNG\"/> </imageobject> <textobject> <phrase>MATE Sensors Applet "
-"with 3 sensors enabled.</phrase> </textobject>"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:17
+msgid "User defined label"
+msgstr "Определённая пользователем метка"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:157
-msgid ""
-"<application>MATE Sensors Applet</application> provides a convenient way to "
-"monitor the health of your computer in a simple display on your desktop."
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:21
+msgid "Whether a sensor is enabled or not"
+msgstr "Включён ли датчик"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:166
-msgid "ACPI thermal zones, via the Linux kernel ACPI modules"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:25
+msgid "Low value"
+msgstr "Низкое значение"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:170
-msgid "Linux kernel i2c modules"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:29
+msgid "High value"
+msgstr "Высокое значение"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:173
-msgid ""
-"Via the sysfs filesystem and <ulink "
-"url=\"http://secure.netroedge.com/~lm78/kernel26.html\" "
-"type=\"http\">i2c</ulink> modules distributed directly with the kernel "
-"(kernel 2.6)"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:33
+msgid "Whether the sensor has its alarm enabled"
+msgstr "Включён ли сигнал тревоги у датчика"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:179
-msgid ""
-"Via the proc filesystem and i2c modules from the <ulink "
-"url=\"http://secure.netroedge.com/~lm78/kernel26.html\" "
-"type=\"http\">lm_sensors and i2c</ulink> packages (kernel 2.4)"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:37
+#: org.mate.sensors-applet.sensor.gschema.xml.in:41
+msgid "Command to execute when the alarm is activated"
+msgstr "Команда для исполнения, когда запущен сигнал тревоги"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:185
-msgid ""
-"Via the libsensors library provided with the <ulink "
-"url=\"http://secure.netroedge.com/~lm78/kernel26.html\" "
-"type=\"http\">lm_sensors</ulink> package"
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:45
+msgid "How often each alarm should be sounded (in seconds)"
+msgstr "Как часто каждый сигнал тревоги должен звучать (в секундах)"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:195
-msgid ""
-"Linux kernel <ulink url=\"http://people.debian.org/~dz/i8k/00-README\" "
-"type=\"http\">i8k</ulink> module (for Dell Inspiron Laptops)."
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:49
+msgid "Used to identify a sensor in a list"
+msgstr "Используется для определения датчика в списке"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:201
-msgid ""
-"Linux kernel <ulink url=\"http://ibm-acpi.sourceforge.net/\" type=\"http"
-"\">ibm-acpi</ulink> module (for IBM Laptops)."
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:53
+msgid "Multiplier"
+msgstr "Множитель"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:207
-msgid "Linux kernel PowerPC modules therm_adt746x and therm_windtunnel."
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:57
+msgid "Offset"
+msgstr "Смещение"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:211
-msgid "Linux kernel iMac G5 Windfarm module."
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:61
+msgid "Icon type"
+msgstr "Тип значка"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:215
-msgid ""
-"<ulink url=\"http://www.guzu.net/linux/hddtemp.php\" "
-"type=\"http\">hddtemp</ulink> daemon for reading temperatures from "
-"S.M.A.R.T. equipped disks."
-msgstr ""
+#: org.mate.sensors-applet.sensor.gschema.xml.in:65
+msgid "Color of the graph for the sensor"
+msgstr "Цвет графика для датчика"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:221
-msgid ""
-"Linux kernel <ulink "
-"url=\"http://sourceforge.net/projects/omke\">Omnibook</ulink> module. (for "
-"HP and Toshiba Satellite Laptops)"
-msgstr ""
+#: plugins/pmu-sys/pmu-sys-plugin.c:60 plugins/i2c-sys/i2c-sys-plugin.c:54
+#: plugins/i8k/i8k-plugin.c:49 plugins/omnibook/omnibook-plugin.c:48
+#: plugins/i2c-proc/i2c-proc-plugin.c:57 plugins/acpi/acpi-plugin.c:53
+#: plugins/smu-sys/smu-sys-plugin.c:58
+msgid "CPU"
+msgstr "ЦП"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:227
-msgid ""
-"NVIDIA graphics cards via libNVCtrl (provided with <ulink "
-"url=\"ftp://download.nvidia.com/XFree86/nvidia-settings/\"> nvidia-"
-"settings</ulink> )."
-msgstr ""
+#: plugins/pmu-sys/pmu-sys-plugin.c:65 plugins/nvidia/nvidia-plugin.c:129
+#: plugins/nvidia/nvidia-plugin.c:149 plugins/nvidia/nvidia-plugin.c:174
+#: plugins/smu-sys/smu-sys-plugin.c:63
+msgid "GPU"
+msgstr "ЦП"
+
+#: plugins/pmu-sys/pmu-sys-plugin.c:70
+msgid "CASE"
+msgstr "CASE"
+
+#: plugins/pmu-sys/pmu-sys-plugin.c:75 plugins/smu-sys/smu-sys-plugin.c:68
+msgid "FAN"
+msgstr "Вент"
+
+#: plugins/i8k/i8k-plugin.c:58
+msgid "FAN1"
+msgstr "Вент 1"
+
+#: plugins/i8k/i8k-plugin.c:67
+msgid "FAN2"
+msgstr "Вент 2"
+
+#: plugins/ibm-acpi/ibm-acpi-plugin.c:69
+msgid "MiniPCI"
+msgstr "MiniPCI"
+
+#: plugins/ibm-acpi/ibm-acpi-plugin.c:93
+#: plugins/ibm-acpi/ibm-acpi-plugin.c:105
+msgid "Battery"
+msgstr "Батарея"
+
+#: plugins/ibm-acpi/ibm-acpi-plugin.c:122
+msgid "Fan"
+msgstr "Вент"
+
+#: plugins/sonypi/sonypi-plugin.c:64
+msgid "CPU TEMP"
+msgstr "CPU TEMP"
+
+#: plugins/omnibook/omnibook-plugin.c:47 sensors-applet/sensors-applet.c:319
+msgid "temperature"
+msgstr "температура"
+
+#: plugins/nvidia/nvidia-plugin.c:191
+msgid "Ambient"
+msgstr "Внешний"
+
+#: sensors-applet/prefs-dialog.c:414
+msgid "Sensors Applet Preferences"
+msgstr "Настройки апплета Сенсоры"
+
+#: sensors-applet/prefs-dialog.c:451 sensors-applet/sensors-applet.c:1279
+msgid "No sensors found!"
+msgstr "Датчики не найдены!"
+
+#: sensors-applet/prefs-dialog.c:456
+msgid "Display"
+msgstr "Внешний вид"
+
+#: sensors-applet/prefs-dialog.c:468
+msgid "label with value"
+msgstr "название и значение"
+
+#: sensors-applet/prefs-dialog.c:469
+msgid "icon with value"
+msgstr "значок и значение"
+
+#: sensors-applet/prefs-dialog.c:470
+msgid "value only"
+msgstr "только значение"
+
+#: sensors-applet/prefs-dialog.c:471
+msgid "icon only"
+msgstr "только значок"
+
+#: sensors-applet/prefs-dialog.c:472
+msgid "graph only"
+msgstr "только график"
+
+#: sensors-applet/prefs-dialog.c:485
+msgid "_Display sensors in panel as"
+msgstr "_Показывать в панели как"
+
+#: sensors-applet/prefs-dialog.c:497
+msgid "beside labels / icons"
+msgstr "рядом со значком"
+
+#: sensors-applet/prefs-dialog.c:498
+msgid "below labels / icons"
+msgstr "ниже значка"
+
+#: sensors-applet/prefs-dialog.c:511
+msgid "Preferred _position of sensor values"
+msgstr "Расположение значений датчика"
+
+#: sensors-applet/prefs-dialog.c:523
+msgid "Kelvin"
+msgstr "Кельвин"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:162
-msgid ""
-"A number of sensor interfaces are supported, which should be configured "
-"before adding MATE Sensors Applet to the panel: <_:itemizedlist-1/>"
-msgstr ""
+#: sensors-applet/prefs-dialog.c:524
+msgid "Celsius"
+msgstr "Цельсий"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:236
-msgid ""
-"To add <application>MATE Sensors Applet</application> to a panel right-click"
-" on the panel to open the panel pop-up menu, then choose <menuchoice> "
-"<guimenu>Add to Panel</guimenu> <guimenuitem>Hardware Sensors "
-"Monitor</guimenuitem> </menuchoice>."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:525
+msgid "Fahrenheit"
+msgstr "Фаренгейт"
 
-#. (itstool) path: sect1/title
-#: C/index.docbook:247
-msgid "Usage"
-msgstr "Использование"
+#: sensors-applet/prefs-dialog.c:538
+msgid "_Temperature scale"
+msgstr "Ед. изм. _температуры"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:248
-msgid ""
-"When you add <application>MATE Sensors Applet</application> to a panel for "
-"the first time, the applet will search for any available sensors to monitor,"
-" and will display a sensible default sensor if found (such as the "
-"temperature of the CPU)."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:564
+msgid "Graph _size (pixels)"
+msgstr "Ширина _графика (пиксели)"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:251
-msgid ""
-"Most users will then want to customize the display to their liking, which "
-"can be done via the <menuchoice> <guimenuitem>Preferences</guimenuitem> "
-"</menuchoice> menu item (see <xref linkend=\"sensors-applet-"
-"preferences\"/>)."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:576
+msgid "Show _units"
+msgstr "Показать единицы измерения"
 
-#. (itstool) path: sect1/title
-#: C/index.docbook:262
-msgid "Preferences"
-msgstr "Параметры"
+#: sensors-applet/prefs-dialog.c:584
+msgid "Update"
+msgstr "Заменить"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:263
-msgid ""
-"To configure <application>MATE Sensors Applet</application>, right-click on "
-"the applet, then choose "
-"<menuchoice><guimenuitem>Preferences</guimenuitem></menuchoice> from the "
-"pop-up menu."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:611
+msgid "Update _interval (secs)"
+msgstr "_Интервал обновления (сек)"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:267
-msgid ""
-"The <menuchoice><guimenuitem>Preferences</guimenuitem></menuchoice> window "
-"contains the following tabbed sections:"
-msgstr ""
+#: sensors-applet/prefs-dialog.c:621
+msgid "Notifications"
+msgstr "Уведомления"
 
-#. (itstool) path: sect1/title
-#: C/index.docbook:287
-msgid "General Options"
-msgstr "Общие настройки"
+#: sensors-applet/prefs-dialog.c:631
+msgid "Display _notifications"
+msgstr "Показывать _уведомления"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:290
-msgid "<guilabel>Display sensors in panel as</guilabel>"
-msgstr ""
+#: sensors-applet/prefs-dialog.c:765
+msgid "Sensor"
+msgstr "Датчик"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:294
-msgid ""
-"This option selects whether to display sensors in the panel with either "
-"their label or icon and their value, or to have no identifier for each "
-"sensor and just display their values, or simply to display the icon for each"
-" sensor. A graph can also be displayed for each sensor, showing the "
-"progression of the sensor value over time."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:772
+msgid "Label"
+msgstr "Название"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:300
-msgid "Default: icon with value."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:782
+msgid "Labels can be edited directly by clicking on them."
+msgstr "Названия могут быть изменены если вы щелкните по ним."
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:304
-msgid "<guilabel>Preferred position of sensor values</guilabel>"
-msgstr ""
+#: sensors-applet/prefs-dialog.c:783
+msgid "Enabled"
+msgstr "Включён"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:308
-msgid ""
-"Sensors can be display with either their value beside their icon / label, or"
-" with the value shown below the icon / label."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:791 sensors-applet/sensor-config-dialog.c:439
+msgid "Icon"
+msgstr "Значок"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:311
-msgid "Default: beside labels / icons."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:823
+msgid "_Up"
+msgstr "_Вверх"
 
-#. (itstool) path: note/para
-#: C/index.docbook:314
-msgid ""
-"If there is not enough room in the panel to use the requested position, the "
-"best position to ensure all sensor elements are visible will be used "
-"instead."
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:321
-msgid "<guilabel>Graph size (pixels)</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:325
-msgid ""
-"When displaying sensors as graphs, the size of the graph sets either the "
-"width of the graph (when displayed on either the top or bottom panel) or the"
-" height of the graph (when displayed on the left or right panel)."
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:329
-msgid "Default: 42 pixels."
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:333
-msgid "<guilabel>Temperature scale</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:337
-msgid ""
-"Which scale to use for temperature sensors (Kelvin, Fahrenheit or Celsius "
-"are supported)."
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:339
-msgid "Default: Celsius."
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:343
-msgid "<guilabel>Update interval</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:347
-msgid "How often to update the values of each sensor shown within the panel."
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:349
-msgid "Default: 2 seconds."
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:353
-msgid "<guilabel>Display notifications</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:357
-msgid ""
-"If enabled, MATE Sensors Applet will display notifications to the user when "
-"alarm conditions occur."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:831
+msgid "_Down"
+msgstr "_Вниз"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:359
-msgid "Default: Enabled."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:865
+msgid "_Properties"
+msgstr "_Свойства"
 
-#. (itstool) path: note/para
-#: C/index.docbook:361
-msgid "Alarms for individual sensors must also be enabled."
-msgstr ""
+#: sensors-applet/prefs-dialog.c:912
+msgid "General Options"
+msgstr "Общие настройки"
 
-#. (itstool) path: sect1/title
-#: C/index.docbook:372
+#: sensors-applet/prefs-dialog.c:916
 msgid "Sensors"
 msgstr "Датчики"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:378
-msgid "A fixed ID to identify the sensor within its interface."
-msgstr ""
+#: sensors-applet/sensors-applet.h:58
+msgid "RPM"
+msgstr "об/мин"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:382
-msgid "A user selectable icon to identify the sensor within the panel."
-msgstr ""
+#: sensors-applet/sensors-applet.h:59
+msgid "V"
+msgstr "В"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:387
-msgid "A user editable label to identify the sensor within the panel."
-msgstr ""
+#: sensors-applet/sensors-applet.h:60
+msgid "A"
+msgstr "A"
+
+#: sensors-applet/active-sensor.c:565
+msgid "ERROR"
+msgstr "ОШИБКА"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:392
+#: sensors-applet/about-dialog.c:41
 msgid ""
-"A check-box to allow the user to enable / disable monitoring and display of "
-"the sensor within the panel."
+"Copyright © 2005-2009 Alex Murray\n"
+"Copyright © 2011 Stefano Karapetsas\n"
+"Copyright © 2012-2021 MATE developers"
 msgstr ""
+"Copyright © 2005-2009 Alex Murray\n"
+"Copyright © 2011 Stefano Karapetsas\n"
+"Copyright © 2012-2021 Разработчики MATE"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:373
-msgid ""
-"The Sensors tab within the preferences window provides the options for "
-"configuring each individual sensor. Each sensor is listed under its specific"
-" interface, along with: <_:itemizedlist-1/> The "
-"<guibutton>Properties</guibutton> button allows a specific sensor to be more"
-" finely configured, providing a separate window box for this purpose. (see "
-"<xref linkend=\"sensors-applet-sensor-config-dialog\"/>)"
+#: sensors-applet/about-dialog.c:47
+msgid "translator-credits"
 msgstr ""
+"Александр Сапрыкин <xelfium@gmail.com>\n"
+"Александр Сигачёв <ajvol2@gmail.com>\n"
+"Александр Соколов\n"
+"Александр Хромин\n"
+"Алексей Родионов <alexey.rodionov@red-soft.ru>\n"
+"Алексей Рочев <equeim@gmail.com>\n"
+"Алексей Сорокин <sor.alexei@meowr.ru>\n"
+"Андрей Иванков\n"
+"Андрей Носенко <awn@bcs.zp.ua>\n"
+"Антон Резник <t0xa@opensuse.org>\n"
+"Валек Филиппов <frob@df.ru>\n"
+"Валентин Сайков <saikov.vb@gmail.com>\n"
+"Василий Литвинов\n"
+"Виктор Кукшиев <andrey0bolkonsky@gmail.com>\n"
+"Владислав Агафонов <vlad648@gmail.com>\n"
+"Влад Орлов <monsta@inbox.ru>\n"
+"Глеб Мехренин <mehrenin@gmail.com>\n"
+"Денис Арефьев <arefevdns@mail.ru>\n"
+"Дмитрий Мандрык <dmandryk@gmail.com>\n"
+"Дмитрий Мастрюков <dmitry@taurussoft.org>\n"
+"Дмитрий Михирев <mikhirev@gmail.com>\n"
+"Дмитрий Яценко <d.acenko@gmail.com>\n"
+"Евгений Самусев <samusev@gmail.com>\n"
+"Константин Гусев <kilolife@gmail.com>\n"
+"Леонид Кантер <leon@asplinux.ru>\n"
+"Макс Валянский <max.valjanski@gmail.com>\n"
+"Павел Жовнер <zhovner@ukr.net>\n"
+"Сергей Колосов <m17.admin@gmail.com>\n"
+"Сергей Панов <sipan@mit.edu>\n"
+"Сергей Яковлев\n"
+"Юрий Козлов <yuray@komyakino.ru>\n"
+"Evolve32 <evolve32@ya.ru>"
 
-#. (itstool) path: sect2/title
-#: C/index.docbook:404
+#: sensors-applet/sensor-config-dialog.c:386
 msgid "Sensor Properties"
 msgstr "Настройки Датчика"
 
-#. (itstool) path: sect2/para
-#: C/index.docbook:406
-msgid ""
-"Each sensor can be configured with a number of options, including the "
-"possibility to scale the sensor value, and to execute an alarm if a certain "
-"low or high value is reached. The sensor icon can also be selected if "
-"required. The high and low values are used to scale the graph display, as "
-"well as set the color for the thermometer displayed within the icons of "
-"temperature sensors."
-msgstr ""
-
-#. (itstool) path: sect2/para
-#: C/index.docbook:414
-msgid ""
-"The sensor value can be scaled in a linear fashion by allowing the user to "
-"specify a multiplier and offset for each sensor. As each sensor value is "
-"read, it is first multiplied by the 'multiplier' and summed with the "
-"'offset' to produce the final value."
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:423
-msgid "<guilabel>Sensor value multiplier</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:427
-msgid ""
-"This option allows the user to specify the multiplier of the sensor value."
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:429
-msgid "Default: 1.0"
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:434
-msgid "<guilabel>Sensor value offset</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:438
-msgid ""
-"This option allows the user to specify the offset for the sensor value."
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:440
-msgid "Default: 0.0"
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:444
-msgid "<guilabel>Sensor low value</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:448
-msgid ""
-"The value at which to trigger an alarm if the sensor drops below this value."
-" This value is also used to scale the display of the graph and temperature "
-"icons."
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:451 C/index.docbook:462
-msgid "Default: dependent on sensor type"
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:455
-msgid "<guilabel>Sensor high value</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:459
-msgid ""
-"The value at which to trigger an alarm if the sensor rises above this value."
-" This value is also used to scale the display of the graph and temperature "
-"icons."
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:412
+msgid "Graph"
+msgstr "График"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:466
-msgid "<guilabel>Enable alarm</guilabel>"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:425
+msgid "Graph Color"
+msgstr "Выберите цвет графика"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:470
-msgid ""
-"This option allows the user to enable alarm monitoring for this sensor. When"
-" the sensor value rises above, or drops below it's high or low values, the "
-"alarm condition will occur. This will display a notification to the user (if"
-" enabled), and execute the appropriate Alarm Command every Alarm repeat "
-"interval seconds."
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:428
+msgid "Graph _color"
+msgstr "_Цвет графика"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:477
-msgid "Default: disabled"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:484
+msgid "Sensor _icon"
+msgstr "_Значок датчика"
 
-#. (itstool) path: note/para
-#: C/index.docbook:479
-msgid "Alarms will only execute for active sensors"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:490
+msgid "Scaling Parameters"
+msgstr "Параметры значений датчика"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:486
-msgid "<guilabel>Alarm repeat interval (secs)</guilabel>"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:519
+msgid "Sensor value _multiplier"
+msgstr "_Коэффициент"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:490
-msgid ""
-"How often to execute the alarm command while the alarm condition is met. A "
-"value of 0 specifies to execute the alarm once only when the alarm condition"
-" occurs."
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:547
+msgid "Sensor value _offset"
+msgstr "_Смещение"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:495
-msgid "Default: 0 seconds"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:556
+msgid "Sensor Limits"
+msgstr "Диапазон значений датчика"
 
-#. (itstool) path: note/para
-#: C/index.docbook:497
-msgid ""
-"If notifications are also enabled, a notification will be displayed each "
-"time the alarm is executed as well to notify the user that the alarm "
-"condition has occurred."
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:584
+msgid "Sensor _low value"
+msgstr "Нижняя граница"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:508
-msgid "<guilabel>High alarm command</guilabel>"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:612
+msgid "Sensor _high value"
+msgstr "Верхняя граница"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:512
-msgid ""
-"The command to be executed at each repeat interval when the sensor value is "
-"equal to or above the upper limit."
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:620
+#: sensors-applet/sensors-applet.c:358
+msgid "Alarm"
+msgstr "Сигнал тревоги"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:515 C/index.docbook:527
-msgid "Default: none"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:649
+msgid "Alarm _repeat interval (secs)"
+msgstr "_Интервал повтора сигнала тревоги (сек)"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:520
-msgid "<guilabel>Low alarm command</guilabel>"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:668
+msgid "Lo_w alarm command"
+msgstr "_Команда для низкого значения"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:524
-msgid ""
-"The command to be executed at each repeat interval when the sensor value is "
-"equal to or below the lower limit."
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:689
+msgid "Hi_gh alarm command"
+msgstr "_Команда для высокого значения"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:531
-msgid "<guilabel>Play a sound when the alarm occurs</guilabel>"
-msgstr ""
+#: sensors-applet/sensor-config-dialog.c:702
+msgid "_Enable alarm"
+msgstr "_Включить сигнал тревоги"
 
-#. (itstool) path: para/screen
-#: C/index.docbook:548
-#, no-wrap
-msgid ""
-"<userinput><command>esdplay "
-"/usr/share/sounds/gnibbles/gobble.wav</command></userinput>"
-msgstr ""
+#: sensors-applet/sensors-applet.c:239
+msgid "_Preferences"
+msgstr "П_араметры"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:535
-msgid ""
-"You can play a sound when the alarm occurs by using the command "
-"<command>esdplay</command> which should be available as part of the standard"
-" MATE installation. (Note: If this does not work, you could also try "
-"<command>aplay</command> which is the default ALSA sound player). "
-"<_:screen-1/>"
-msgstr ""
+#: sensors-applet/sensors-applet.c:242
+msgid "_Help"
+msgstr "С_правка"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:554
-msgid ""
-"<guilabel>Pop-up a window to notify that the alarm has occurred</guilabel>"
-msgstr ""
+#: sensors-applet/sensors-applet.c:245
+msgid "_About"
+msgstr "_О приложении"
 
-#. (itstool) path: para/screen
-#: C/index.docbook:566
-#, no-wrap
-msgid ""
-"<userinput><command>zenity --warning --title=\"Sensor Alarm\" "
-"--text=\"Sensor Alarm occurred\"</command></userinput>"
-msgstr ""
+#: sensors-applet/sensors-applet.c:300
+msgid "is very low"
+msgstr "очень низкая"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:559
-msgid ""
-"The program <command>zenity</command> can be used to create dialog boxes to "
-"be displayed on the users current display, and can thus be used to create "
-"pop-up style notifications that the alarm has occurred. <_:screen-1/> For "
-"more information regarding Zenity please consult the Zenity <ulink "
-"type=\"help\" url=\"help:zenity\">documentation</ulink>."
-msgstr ""
+#: sensors-applet/sensors-applet.c:301
+msgid "lower limit"
+msgstr "нижний предел"
 
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:575
-msgid ""
-"<guilabel> Combine multiple commands into one alarm command </guilabel>"
-msgstr ""
+#: sensors-applet/sensors-applet.c:306
+msgid "is very high"
+msgstr "очень высокая"
 
-#. (itstool) path: para/screen
-#: C/index.docbook:587
-#, no-wrap
-msgid ""
-"<userinput><command>esdplay /usr/share/sounds/gnibbles/gobble.wav &amp;&amp;"
-" zenity --warning --title=\"Sensor Alarm\" --text=\"Sensor Alarm "
-"occurred\"</command></userinput>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:581
-msgid ""
-"Multiple commands can be executed one after the other using the "
-"\"&amp;&amp;\" construct to separate them. To play a sound and pop-up a "
-"dialog via Zenity the follow command can be used: <_:screen-1/>"
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:597
-msgid "<guilabel>Sensor icon</guilabel>"
-msgstr ""
-
-#. (itstool) path: listitem/para
-#: C/index.docbook:601
-msgid ""
-"Provides a list of available icons to allow the user to select one to "
-"represent this sensor."
-msgstr ""
-
-#. (itstool) path: varlistentry/term
-#: C/index.docbook:606
-msgid "<guilabel>Graph color</guilabel>"
-msgstr ""
+#: sensors-applet/sensors-applet.c:307
+msgid "upper limit"
+msgstr "верхний предел"
 
-#. (itstool) path: listitem/para
-#: C/index.docbook:610
-msgid "The color to use to display the graph for the sensor."
-msgstr ""
+#: sensors-applet/sensors-applet.c:318
+msgid "Temperature"
+msgstr "Температура"
 
-#. (itstool) path: note/para
-#: C/index.docbook:613
-msgid ""
-"To accurately display graphs both the high and low values for the sensor "
-"need to be set correctly."
-msgstr ""
+#: sensors-applet/sensors-applet.c:338
+msgid "Voltage"
+msgstr "Напряжение"
 
-#. (itstool) path: sect1/title
-#: C/index.docbook:644
-msgid "About MATE Sensors Applet"
-msgstr ""
+#: sensors-applet/sensors-applet.c:339
+msgid "voltage"
+msgstr "напряжение"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:645
-msgid ""
-"The origin sensor applet was written by Alex Murray "
-"(<email>murray.alex@gmail.com</email>). <application>MATE Sensors "
-"Applet</application> is further develop by MATE Dev team. To find more "
-"information about <application>MATE Sensors Applet</application>, please "
-"visit the <ulink url=\"https://github.com/mate-desktop/mate-sensors-"
-"applet/\" type=\"http\">MATE Sensors Applet Project Homepage</ulink>."
-msgstr ""
+#: sensors-applet/sensors-applet.c:344
+msgid "Fan Speed"
+msgstr "Скорость вращения вентилятора"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:653
-msgid ""
-"To report a bug or make a suggestion regarding MATE Sensors Applet or this "
-"manual, follow the directions at the <ulink url=\"https://github.com/mate-"
-"desktop/mate-sensors-applet/\" type=\"http\">project homepage</ulink>."
-msgstr ""
+#: sensors-applet/sensors-applet.c:345
+msgid "fan speed"
+msgstr "скорость вращения вентилятора"
 
-#. (itstool) path: sect1/para
-#: C/index.docbook:668
-msgid ""
-"This program is distributed under the terms of the GNU General Public "
-"license as published by the Free Software Foundation; either version 2 of "
-"the License, or (at your option) any later version. A copy of this license "
-"can be found at this <ulink type=\"https\" "
-"url=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\">link</ulink>, "
-"or in the file COPYING included with the source code of this program."
-msgstr ""
+#: sensors-applet/sensors-applet.c:350
+msgid "Current"
+msgstr "Сила Тока"
 
-#. (itstool) path: para/ulink
-#: C/legal.xml:9
-msgid "link"
-msgstr "ссылка"
+#: sensors-applet/sensors-applet.c:351
+msgid "current"
+msgstr "сила тока"
 
-#. (itstool) path: legalnotice/para
-#: C/legal.xml:2
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy"
-" of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed "
-"with this manual."
-msgstr ""
-"Разрешается копировать, распространять и / или изменять этот документ в "
-"соответствии с условиями лицензии GNU Free Documentation License (GFDL), "
-"версии 1.1 или любой более поздней версии, опубликованной Фондом свободного "
-"программного обеспечения без каких-либо инвариантных разделов, без "
-"добавления текста в начале или в конце. Вы можете найти копию GFDL здесь "
-"<_:ulink-1/> или в файле COPYING-DOCS, распространяемом вместе с этим "
-"руководством."
-
-#. (itstool) path: legalnotice/para
-#: C/legal.xml:12
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in"
-" section 6 of the license."
-msgstr ""
-"Этот документ является частью документации MATE, распространяемой на "
-"условиях лицензии GFDL. Если вы хотите распространять этот документ отдельно"
-" от общей документации, вы должны приложить копию лицензии к документу, как "
-"написано в части 6 лицензии."
+#: sensors-applet/sensors-applet.c:372
+#, c-format
+msgid "Error updating sensor %s"
+msgstr "Ошибка обновления датчика %s"
 
-#. (itstool) path: legalnotice/para
-#: C/legal.xml:19
+#: sensors-applet/sensors-applet.c:373
+#, c-format
 msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
+"An error occurred while trying to update the value of the sensor %s located "
+"at %s."
 msgstr ""
-"Некоторые имена и марки используются компаниями для обозначения их продуктов"
-" и услуг и являются торговыми марками. Там, где эти имена присутствуют в "
-"документации и где участники проекта документирования MATE знают об этом, "
-"имена выделяются заглавными буквами или начальной заглавной буквой."
+"При попытке обновить значение датчика %s расположенного на %s, произошла "
+"ошибка."
 
-#. (itstool) path: listitem/para
-#: C/legal.xml:35
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"ДОКУМЕНТ РАСПРОСТРАНЯЕТСЯ «КАК ЕСТЬ», БЕЗ ВСЯКИХ ГАРАНТИЙ, ЯВНЫХ ИЛИ "
-"НЕЯВНЫХ, ВКЛЮЧАЯ, БЕЗ ОГРАНИЧЕНИЙ, ГАРАНТИИ ТОГО, ЧТО ДОКУМЕНТ ИЛИ "
-"ИЗМЕНЁННАЯ ВЕРСИЯ ДОКУМЕНТА СВОБОДНА ОТ ДЕФЕКТОВ, ПРИГОДНА К ПРОДАЖЕ, "
-"ПРИГОДНА К ИСПОЛЬЗОВАНИЮ В ОПРЕДЕЛЁННЫХ ЦЕЛЯХ ИЛИ НЕ НАРУШАЕТ ЗАКОНЫ. ВЕСЬ "
-"РИСК, КАСАЮЩИЙСЯ КАЧЕСТВА, ТОЧНОСТИ ИЛИ ПРАВИЛЬНОСТИ ДОКУМЕНТА ИЛИ "
-"ИЗМЕНЁННЫХ ВЕРСИЙ ДОКУМЕНТА, ЛЕЖИТ НА ВАС. ЕСЛИ ДОКУМЕНТ ИЛИ ИЗМЕНЁННАЯ "
-"ВЕРСИЯ ДОКУМЕНТА ИМЕЕТ НЕДОСТАТКИ, ВЫ (А НЕ АВТОР ДОКУМЕНТА ИЛИ ЕГО "
-"ПОМОЩНИК) БЕРЁТЕ НА СЕБЯ СТОИМОСТЬ ЛЮБОЙ НЕОБХОДИМОЙ ДОРАБОТКИ, КОРРЕКЦИИ "
-"ИЛИ ВОССТАНОВЛЕНИЯ. ЭТОТ ОТКАЗ ОТ ГАРАНТИЙ СОСТАВЛЯЕТ ВАЖНУЮ ЧАСТЬ "
-"ЛИЦЕНЗИИ.НИКАКОЕ ИСПОЛЬЗОВАНИЕ ДОКУМЕНТА ИЛИ ИЗМЕНЁННОЙ ВЕРСИИ ДОКУМЕНТА НЕ "
-"ДОПУСКАЕТСЯ БЕЗ ДАННОГО ПРЕДУПРЕЖДЕНИЯ И"
-
-#. (itstool) path: listitem/para
-#: C/legal.xml:55
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING"
-" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES"
-" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE"
-" POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"НИ ПРИ КАКИХ ОБСТОЯТЕЛЬСТВАХ И НИ ПРИ КАКОМ ЗАКОННОМ СПОСОБЕ, НИ ПО КАКОМУ "
-"СОГЛАШЕНИЮ ИЛИ ДРУГОЙ ПРИЧИНЕ, АВТОР, СОЗДАТЕЛЬ, ПОМОЩНИКИ ИЛИ "
-"РАСПРОСТРАНИТЕЛИ ДОКУМЕНТА НЕ НЕСУТ ОТВЕТСТВЕННОСТЬ ЗА ПРЯМОЙ, КОСВЕННЫЙ, "
-"СПЕЦИАЛЬНЫЙ, СЛУЧАЙНЫЙ ИЛИ ПРЕДНАМЕРЕННЫЙ УЩЕРБ ЛЮБОГО СВОЙСТВА, ВКЛЮЧАЯ, "
-"БЕЗ ОГРАНИЧЕНИЯ, ПОТЕРЮ РЕПУТАЦИИ, РАБОТОСПОСОБНОСТИ, КОМПЬЮТЕРНЫЕ СБОИ ИЛИ "
-"ПОЛОМКИ, ИЛИ ЛЮБОЙ ДРУГОЙ УЩЕРБ ИЛИ ПОТЕРИ, ВОЗНИКАЮЩИЕ ВСЛЕДСТВИЕ ИЛИ "
-"СВЯЗАННЫЕ С ИСПОЛЬЗОВАНИЕМ ДОКУМЕНТА ИЛИ ИЗМЕНЁННЫХ ВЕРСИЙ ДОКУМЕНТА, ДАЖЕ "
-"ЕСЛИ СТОРОНА БЫЛА УВЕДОМЛЕНА О ВОЗМОЖНОСТИ ТАКОГО УЩЕРБА."
-
-#. (itstool) path: legalnotice/para
-#: C/legal.xml:28
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<_:orderedlist-1/>"
-msgstr ""
-"ДОКУМЕНТ И ИЗМЕНЁННЫЕ ВЕРСИИ ДОКУМЕНТА ПРЕДОСТАВЛЯЮТСЯ ПО УСЛОВИЯМ ЛИЦЕНЗИИ "
-"БЕСПЛАТНОЙ ДОКУМЕНТАЦИИ GNU С ПОНИМАНИЕМ, ЧТО: <_:orderedlist-1/>"
+#: sensors-applet/sensors-applet.c:474
+msgid "No sensors enabled!"
+msgstr "Нет включённых датчиков!"
 
: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
: Michael Shigorin