mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-05 01:45:53 +00:00
Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
fe822518d5 | |||
1f9e8221f0 | |||
d7e93e83a3 | |||
17c3383616 | |||
830bab7cb6 | |||
0b3832cc32 | |||
e64ca5ec08 | |||
84b93098f2 | |||
17bef06c98 | |||
db7573de80 | |||
4907496a2e | |||
43daae5529 | |||
1d1fe469f8 | |||
99049164be | |||
f61948d9b3 | |||
ea54c54d42 | |||
c843c5260d | |||
a8912074dd | |||
2be0edcb40 |
1
AUTHORS
1
AUTHORS
@ -6,3 +6,4 @@ Translators:
|
|||||||
Ernesto Avilés Vzqz (Spanish translation)
|
Ernesto Avilés Vzqz (Spanish translation)
|
||||||
@underr (Brazillian Portuguese translation)
|
@underr (Brazillian Portuguese translation)
|
||||||
Виктор Слободян (Ukrainian translation)
|
Виктор Слободян (Ukrainian translation)
|
||||||
|
Steve Lemuel (Chinese translation)
|
||||||
|
16
CHANGELOG
16
CHANGELOG
@ -1,3 +1,19 @@
|
|||||||
|
V.2.0.4:
|
||||||
|
* more correct work with batteries
|
||||||
|
|
||||||
|
Ver.2.0.3:
|
||||||
|
+ add support of several $bat tags
|
||||||
|
* edit layout
|
||||||
|
|
||||||
|
Ver.2.0.2:
|
||||||
|
+ add $fan* tags
|
||||||
|
+ add Chinese translation (thanks to @Lemueler)
|
||||||
|
+ add net devices checking is it p2p device
|
||||||
|
- remove ps stats from notification
|
||||||
|
* yet another fix cpu* and cpucl*
|
||||||
|
* rewrite DP configuration interface
|
||||||
|
* fix non-standard temp units
|
||||||
|
|
||||||
Ver.2.0.1:
|
Ver.2.0.1:
|
||||||
+ add support of custom interfaces
|
+ add support of custom interfaces
|
||||||
* fix label edge's shading
|
* fix label edge's shading
|
||||||
|
16
CHANGELOG-RU
16
CHANGELOG-RU
@ -1,3 +1,19 @@
|
|||||||
|
Вер.2.0.4:
|
||||||
|
* более корректная работа с батареями
|
||||||
|
|
||||||
|
Вер.2.0.3:
|
||||||
|
+ добавлена поддержка нескольких тегов $bat
|
||||||
|
* отредактирована разметка
|
||||||
|
|
||||||
|
Вер.2.0.2:
|
||||||
|
+ добавлены теги $fan*
|
||||||
|
+ добавлен китайский перевод (спасибо @Lemueler)
|
||||||
|
+ добавлена проверка сетевых устройств на p2p
|
||||||
|
- удалено ps stats из уведомлений
|
||||||
|
* еще один фикс тегов cpu* и cpucl
|
||||||
|
* переписан конфигурационный интерфейс DP
|
||||||
|
* исправлены нестандартные единицы температуры
|
||||||
|
|
||||||
Вер.2.0.1:
|
Вер.2.0.1:
|
||||||
+ добавлена поддержка кастомных интерфейсов
|
+ добавлена поддержка кастомных интерфейсов
|
||||||
* фикс затенения краев поля
|
* фикс затенения краев поля
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=kdeplasma-applets-awesome-widgets
|
pkgname=kdeplasma-applets-awesome-widgets
|
||||||
_pkgname=awesome-widgets
|
_pkgname=awesome-widgets
|
||||||
pkgver=2.0.1
|
pkgver=2.0.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
|
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -19,7 +19,7 @@ optdepends=("amarok: for music player monitor"
|
|||||||
makedepends=('automoc4' 'cmake')
|
makedepends=('automoc4' 'cmake')
|
||||||
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
|
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
md5sums=('3ffa5c0456ee124900373f106c2649cd')
|
md5sums=('21a3de6376bb7ebb779bfc927e98eb91')
|
||||||
backup=('usr/share/config/extsysmon.conf')
|
backup=('usr/share/config/extsysmon.conf')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
15
README.md
15
README.md
@ -25,6 +25,7 @@ For edited output you must open Settings window and setup output format in lines
|
|||||||
* tag `$cpucl` - average cpu clock, *MHz*
|
* tag `$cpucl` - average cpu clock, *MHz*
|
||||||
* tag `$cpuclN` - cpu clock for core N, *MHz*
|
* tag `$cpuclN` - cpu clock for core N, *MHz*
|
||||||
* tag `$tempN` - temperature for device N. For example, `$temp0`
|
* tag `$tempN` - temperature for device N. For example, `$temp0`
|
||||||
|
* tag `$fanN` - fan speed for device N. For example, `$fan0`
|
||||||
* tag `$gpu` - GPU usage, *%*. `aticonfig` or `nvidia-smi` must be installed
|
* tag `$gpu` - GPU usage, *%*. `aticonfig` or `nvidia-smi` must be installed
|
||||||
* tag `$gputemp` - GPU temperature. `aticonfig` or `nvidia-smi` must be installed
|
* tag `$gputemp` - GPU temperature. `aticonfig` or `nvidia-smi` must be installed
|
||||||
* tag `$mem` - usage memory, *%*
|
* tag `$mem` - usage memory, *%*
|
||||||
@ -56,7 +57,8 @@ For edited output you must open Settings window and setup output format in lines
|
|||||||
* tag `$down` - download speed, *KB/s*
|
* tag `$down` - download speed, *KB/s*
|
||||||
* tag `$up` - upload speed, *KB/s*
|
* tag `$up` - upload speed, *KB/s*
|
||||||
* tag `$netdev` - current network device
|
* tag `$netdev` - current network device
|
||||||
* tag `$bat` - battery charge, *%*
|
* tag `$bat` - average battery charge, *%*
|
||||||
|
* tag `$batN` - battery N charge, *%*
|
||||||
* tag `$ac` - status AC device. Return (\*) if AC device is online or *( )* if offline
|
* tag `$ac` - status AC device. Return (\*) if AC device is online or *( )* if offline
|
||||||
* tag `$album` - current song album. One of supported music players must be installed
|
* tag `$album` - current song album. One of supported music players must be installed
|
||||||
* tag `$artist` - current song artist. One of supported music players must be installed
|
* tag `$artist` - current song artist. One of supported music players must be installed
|
||||||
@ -158,13 +160,9 @@ Since version 1.7.0 CPU, CPU clock, memory, swap and network labels support grap
|
|||||||
DataEngine settings
|
DataEngine settings
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
**AC device**
|
**ACPI path**
|
||||||
|
|
||||||
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
|
Path to APCI devices. Default is `/sys/class/power_supply/`.
|
||||||
|
|
||||||
**Battery device**
|
|
||||||
|
|
||||||
File with battery information. File (`/sys/class/power_supply/BAT0/capacity` by default) should contain only battery charge in percent.
|
|
||||||
|
|
||||||
**Custom command**
|
**Custom command**
|
||||||
|
|
||||||
@ -294,6 +292,9 @@ Additional information
|
|||||||
TODO (wish list)
|
TODO (wish list)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
* 3rdpatry modules support (C++, Python and Shell modules in the plan)
|
||||||
|
* graphical bars support
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ cmake_policy (SET CMP0015 NEW)
|
|||||||
project (awesome-widgets)
|
project (awesome-widgets)
|
||||||
set (PROJECT_VERSION_MAJOR 2)
|
set (PROJECT_VERSION_MAJOR 2)
|
||||||
set (PROJECT_VERSION_MINOR 0)
|
set (PROJECT_VERSION_MINOR 0)
|
||||||
set (PROJECT_VERSION_PATCH 1)
|
set (PROJECT_VERSION_PATCH 4)
|
||||||
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
|
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
|
||||||
set (PROJECT_TRDPARTY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty)
|
set (PROJECT_TRDPARTY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty)
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ message (STATUS "Version: ${PROJECT_VERSION}")
|
|||||||
|
|
||||||
# flags
|
# flags
|
||||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||||
set (CMAKE_CXX_FLAGS "-Wall -std=c++11")
|
set (CMAKE_CXX_FLAGS "-Wall -Wno-cpp -std=c++11")
|
||||||
set (CMAKE_CXX_FLAGS_DEBUG "-g -O0")
|
set (CMAKE_CXX_FLAGS_DEBUG "-g -O0")
|
||||||
set (CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG")
|
set (CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG")
|
||||||
else ()
|
else ()
|
||||||
|
@ -18,14 +18,13 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||||||
${PROJECT_TRDPARTY_DIR})
|
${PROJECT_TRDPARTY_DIR})
|
||||||
|
|
||||||
# set sources
|
# set sources
|
||||||
set (SUBPROJECT_MISC_DIR "contents/misc")
|
|
||||||
file (GLOB SUBPROJECT_DESKTOP_IN *.desktop)
|
file (GLOB SUBPROJECT_DESKTOP_IN *.desktop)
|
||||||
file (RELATIVE_PATH SUBPROJECT_DESKTOP ${CMAKE_SOURCE_DIR} ${SUBPROJECT_DESKTOP_IN})
|
file (RELATIVE_PATH SUBPROJECT_DESKTOP ${CMAKE_SOURCE_DIR} ${SUBPROJECT_DESKTOP_IN})
|
||||||
file (GLOB_RECURSE SUBPROJECT_SOURCE *.cpp ${PROJECT_TRDPARTY_DIR}/task/*.cpp
|
file (GLOB_RECURSE SUBPROJECT_SOURCE *.cpp ${PROJECT_TRDPARTY_DIR}/task/*.cpp
|
||||||
${PROJECT_TRDPARTY_DIR}/fontdialog/*.cpp)
|
${PROJECT_TRDPARTY_DIR}/fontdialog/*.cpp)
|
||||||
set (TASK_HEADER ${PROJECT_TRDPARTY_DIR}/task/task.h)
|
set (TASK_HEADER ${PROJECT_TRDPARTY_DIR}/task/task.h)
|
||||||
file (GLOB SUBPROJECT_UI *.ui)
|
file (GLOB SUBPROJECT_UI *.ui)
|
||||||
file (GLOB SUBPROJECT_NOTIFY ${SUBPROJECT_MISC_DIR}/*.notifyrc)
|
file (GLOB SUBPROJECT_NOTIFY *.notifyrc)
|
||||||
|
|
||||||
# prepare
|
# prepare
|
||||||
configure_file (${SUBPROJECT_DESKTOP_IN} ${CMAKE_CURRENT_BINARY_DIR}/${SUBPROJECT_DESKTOP})
|
configure_file (${SUBPROJECT_DESKTOP_IN} ${CMAKE_CURRENT_BINARY_DIR}/${SUBPROJECT_DESKTOP})
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>677</width>
|
<width>677</width>
|
||||||
<height>590</height>
|
<height>677</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||||
@ -234,6 +234,30 @@ $m - uptime minutes without zero</string>
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="layout_fanDevice">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_fanDevice">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>200</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Fan devices</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QListWidget" name="listWidget_fanDevice">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Editable</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="layout_mount">
|
<layout class="QVBoxLayout" name="layout_mount">
|
||||||
<item>
|
<item>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QGraphicsGridLayout>
|
#include <QGraphicsGridLayout>
|
||||||
|
#include <QGraphicsProxyWidget>
|
||||||
#include <QGraphicsScene>
|
#include <QGraphicsScene>
|
||||||
#include <QGraphicsView>
|
#include <QGraphicsView>
|
||||||
#include <QNetworkInterface>
|
#include <QNetworkInterface>
|
||||||
@ -48,6 +49,7 @@ AwesomeWidget::AwesomeWidget(QObject *parent, const QVariantList &args)
|
|||||||
setBackgroundHints(DefaultBackground);
|
setBackgroundHints(DefaultBackground);
|
||||||
setAspectRatioMode(Plasma::IgnoreAspectRatio);
|
setAspectRatioMode(Plasma::IgnoreAspectRatio);
|
||||||
setHasConfigurationInterface(true);
|
setHasConfigurationInterface(true);
|
||||||
|
setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
|
||||||
// text format init
|
// text format init
|
||||||
formatLine.append(QString(""));
|
formatLine.append(QString(""));
|
||||||
formatLine.append(QString(""));
|
formatLine.append(QString(""));
|
||||||
@ -98,7 +100,8 @@ QString AwesomeWidget::getNetworkDevice()
|
|||||||
QList<QNetworkInterface> rawInterfaceList = QNetworkInterface::allInterfaces();
|
QList<QNetworkInterface> rawInterfaceList = QNetworkInterface::allInterfaces();
|
||||||
for (int i=0; i<rawInterfaceList.count(); i++)
|
for (int i=0; i<rawInterfaceList.count(); i++)
|
||||||
if ((rawInterfaceList[i].flags().testFlag(QNetworkInterface::IsUp)) &&
|
if ((rawInterfaceList[i].flags().testFlag(QNetworkInterface::IsUp)) &&
|
||||||
(!rawInterfaceList[i].flags().testFlag(QNetworkInterface::IsLoopBack)))
|
(!rawInterfaceList[i].flags().testFlag(QNetworkInterface::IsLoopBack)) &&
|
||||||
|
(!rawInterfaceList[i].flags().testFlag(QNetworkInterface::IsPointToPoint)))
|
||||||
device = rawInterfaceList[i].name();
|
device = rawInterfaceList[i].name();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -134,11 +137,11 @@ float AwesomeWidget::getTemp(const float temp)
|
|||||||
else if (configuration[QString("tempUnits")] == QString("Reaumur"))
|
else if (configuration[QString("tempUnits")] == QString("Reaumur"))
|
||||||
convertedTemp = temp * 0.8;
|
convertedTemp = temp * 0.8;
|
||||||
else if (configuration[QString("tempUnits")] == QString("cm^-1"))
|
else if (configuration[QString("tempUnits")] == QString("cm^-1"))
|
||||||
convertedTemp = temp * 0.695;
|
convertedTemp = (temp + 273.15) * 0.695;
|
||||||
else if (configuration[QString("tempUnits")] == QString("kJ/mol"))
|
else if (configuration[QString("tempUnits")] == QString("kJ/mol"))
|
||||||
convertedTemp = temp * 8.31;
|
convertedTemp = (temp + 273.15) * 8.31;
|
||||||
else if (configuration[QString("tempUnits")] == QString("kcal/mol"))
|
else if (configuration[QString("tempUnits")] == QString("kcal/mol"))
|
||||||
convertedTemp = temp * 1.98;
|
convertedTemp = (temp + 273.15) * 1.98;
|
||||||
|
|
||||||
return convertedTemp;
|
return convertedTemp;
|
||||||
}
|
}
|
||||||
@ -198,7 +201,13 @@ void AwesomeWidget::init()
|
|||||||
mainLayout->setContentsMargins(1, 1, 1, 1);
|
mainLayout->setContentsMargins(1, 1, 1, 1);
|
||||||
setLayout(mainLayout);
|
setLayout(mainLayout);
|
||||||
textLabel = new CustomLabel(this, debug);
|
textLabel = new CustomLabel(this, debug);
|
||||||
mainLayout->addItem(textLabel, 0, 0);
|
QGraphicsProxyWidget *pw = new QGraphicsProxyWidget(this);
|
||||||
|
pw->setAttribute(Qt::WA_TranslucentBackground, true);
|
||||||
|
pw->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||||
|
textLabel->setAttribute(Qt::WA_TranslucentBackground, true);
|
||||||
|
textLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||||
|
pw->setWidget(textLabel);
|
||||||
|
mainLayout->addItem(pw, 0, 0);
|
||||||
|
|
||||||
// read variables
|
// read variables
|
||||||
configChanged();
|
configChanged();
|
||||||
@ -265,6 +274,8 @@ QStringList AwesomeWidget::getKeys()
|
|||||||
// temperature
|
// temperature
|
||||||
for (int i=counts[QString("temp")]-1; i>=0; i--)
|
for (int i=counts[QString("temp")]-1; i>=0; i--)
|
||||||
allKeys.append(QString("temp") + QString::number(i));
|
allKeys.append(QString("temp") + QString::number(i));
|
||||||
|
for (int i=counts[QString("fan")]-1; i>=0; i--)
|
||||||
|
allKeys.append(QString("fan") + QString::number(i));
|
||||||
// gputemp
|
// gputemp
|
||||||
allKeys.append(QString("gputemp"));
|
allKeys.append(QString("gputemp"));
|
||||||
// gpu
|
// gpu
|
||||||
@ -312,8 +323,10 @@ QStringList AwesomeWidget::getKeys()
|
|||||||
allKeys.append(QString("up"));
|
allKeys.append(QString("up"));
|
||||||
allKeys.append(QString("netdev"));
|
allKeys.append(QString("netdev"));
|
||||||
// battery
|
// battery
|
||||||
allKeys.append(QString("bat"));
|
|
||||||
allKeys.append(QString("ac"));
|
allKeys.append(QString("ac"));
|
||||||
|
for (int i=counts[QString("bat")]-1; i>=0; i--)
|
||||||
|
allKeys.append(QString("bat") + QString::number(i));
|
||||||
|
allKeys.append(QString("bat"));
|
||||||
// player
|
// player
|
||||||
allKeys.append(QString("album"));
|
allKeys.append(QString("album"));
|
||||||
allKeys.append(QString("artist"));
|
allKeys.append(QString("artist"));
|
||||||
|
@ -76,6 +76,7 @@ private slots:
|
|||||||
void addNewPkgCommand(QTableWidgetItem *item);
|
void addNewPkgCommand(QTableWidgetItem *item);
|
||||||
void contextMenuCustomCommand(const QPoint pos);
|
void contextMenuCustomCommand(const QPoint pos);
|
||||||
void contextMenuPkgCommand(const QPoint pos);
|
void contextMenuPkgCommand(const QPoint pos);
|
||||||
|
void editFanItem(QListWidgetItem *item);
|
||||||
void editHddItem(QListWidgetItem *item);
|
void editHddItem(QListWidgetItem *item);
|
||||||
void editHddSpeedItem(QListWidgetItem *item);
|
void editHddSpeedItem(QListWidgetItem *item);
|
||||||
void editMountItem(QListWidgetItem *item);
|
void editMountItem(QListWidgetItem *item);
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include <KConfigDialog>
|
#include <KConfigDialog>
|
||||||
#include <KGlobal>
|
#include <KGlobal>
|
||||||
#include <KStandardDirs>
|
#include <KStandardDirs>
|
||||||
|
#include <QDir>
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <QNetworkInterface>
|
#include <QNetworkInterface>
|
||||||
#include <QTextCodec>
|
#include <QTextCodec>
|
||||||
@ -34,8 +35,7 @@ QMap<QString, QString> AwesomeWidget::readDataEngineConfiguration()
|
|||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
|
|
||||||
QMap<QString, QString> rawConfig;
|
QMap<QString, QString> rawConfig;
|
||||||
rawConfig[QString("AC")] = QString("/sys/class/power_supply/AC/online");
|
rawConfig[QString("ACPIPATH")] = QString("/sys/class/power_supply/");
|
||||||
rawConfig[QString("BATTERY")] = QString("/sys/class/power_supply/BAT0/capacity");
|
|
||||||
rawConfig[QString("CUSTOM")] = QString("wget -qO- http://ifconfig.me/ip");
|
rawConfig[QString("CUSTOM")] = QString("wget -qO- http://ifconfig.me/ip");
|
||||||
rawConfig[QString("DESKTOPCMD")] = QString("qdbus org.kde.kwin /KWin currentDesktop");
|
rawConfig[QString("DESKTOPCMD")] = QString("qdbus org.kde.kwin /KWin currentDesktop");
|
||||||
rawConfig[QString("GPUDEV")] = QString("auto");
|
rawConfig[QString("GPUDEV")] = QString("auto");
|
||||||
@ -171,11 +171,16 @@ void AwesomeWidget::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
QString sensor = qoutput.split(QString("\n\n"))[i];
|
QString sensor = qoutput.split(QString("\n\n"))[i];
|
||||||
for (int j=0; j<sensor.split(QChar('\n')).count(); j++) {
|
for (int j=0; j<sensor.split(QChar('\n')).count(); j++) {
|
||||||
QString device = sensor.split(QChar('\n'))[j];
|
QString device = sensor.split(QChar('\n'))[j];
|
||||||
if (device.indexOf(QChar(0260)) > -1) {
|
if (device.contains(QChar(0260))) {
|
||||||
QListWidgetItem *item = new QListWidgetItem(QString("lmsensors/") + sensor.split(QChar('\n'))[0] + QString("/") +
|
QListWidgetItem *item = new QListWidgetItem(QString("lmsensors/") + sensor.split(QChar('\n'))[0] + QString("/") +
|
||||||
device.split(QChar(':'))[0].replace(QChar(' '), QChar('_')));
|
device.split(QChar(':'))[0].replace(QChar(' '), QChar('_')));
|
||||||
item->setCheckState(Qt::Unchecked);
|
item->setCheckState(Qt::Unchecked);
|
||||||
uiAdvancedConfig.listWidget_tempDevice->addItem(item);
|
uiAdvancedConfig.listWidget_tempDevice->addItem(item);
|
||||||
|
} else if (device.contains(QString("RPM"))) {
|
||||||
|
QListWidgetItem *item = new QListWidgetItem(QString("lmsensors/") + sensor.split(QChar('\n'))[0] + QString("/") +
|
||||||
|
device.split(QChar(':'))[0].replace(QChar(' '), QChar('_')));
|
||||||
|
item->setCheckState(Qt::Unchecked);
|
||||||
|
uiAdvancedConfig.listWidget_fanDevice->addItem(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -191,6 +196,18 @@ void AwesomeWidget::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
for (int j=0; j<items.count(); j++)
|
for (int j=0; j<items.count(); j++)
|
||||||
items[j]->setCheckState(Qt::Checked);
|
items[j]->setCheckState(Qt::Checked);
|
||||||
}
|
}
|
||||||
|
for (int i=0; i<configuration[QString("fanDevice")].split(QString("@@")).count(); i++) {
|
||||||
|
QList<QListWidgetItem *> items = uiAdvancedConfig.listWidget_fanDevice
|
||||||
|
->findItems(configuration[QString("fanDevice")].split(QString("@@"))[i], Qt::MatchFixedString);
|
||||||
|
if ((items.isEmpty()) &&
|
||||||
|
(!configuration[QString("fanDevice")].split(QString("@@"))[i].isEmpty())) {
|
||||||
|
QListWidgetItem *item = new QListWidgetItem(configuration[QString("fanDevice")].split(QString("@@"))[i]);
|
||||||
|
item->setCheckState(Qt::Checked);
|
||||||
|
uiAdvancedConfig.listWidget_fanDevice->addItem(item);
|
||||||
|
} else
|
||||||
|
for (int j=0; j<items.count(); j++)
|
||||||
|
items[j]->setCheckState(Qt::Checked);
|
||||||
|
}
|
||||||
cmd = QString("mount");
|
cmd = QString("mount");
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "cmd" << cmd;
|
if (debug) qDebug() << PDEBUG << ":" << "cmd" << cmd;
|
||||||
process = runTask(cmd);
|
process = runTask(cmd);
|
||||||
@ -338,8 +355,7 @@ void AwesomeWidget::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
|
|
||||||
// dataengine
|
// dataengine
|
||||||
QMap<QString, QString> deSettings = readDataEngineConfiguration();
|
QMap<QString, QString> deSettings = readDataEngineConfiguration();
|
||||||
uiDEConfig.lineEdit_acdev->setText(deSettings[QString("AC")]);
|
uiDEConfig.lineEdit_acpi->setText(deSettings[QString("ACPIPATH")]);
|
||||||
uiDEConfig.lineEdit_batdev->setText(deSettings[QString("BATTERY")]);
|
|
||||||
uiDEConfig.tableWidget_customCommand->clear();
|
uiDEConfig.tableWidget_customCommand->clear();
|
||||||
uiDEConfig.tableWidget_customCommand->setRowCount(deSettings[QString("CUSTOM")].split(QString("@@")).count() + 1);
|
uiDEConfig.tableWidget_customCommand->setRowCount(deSettings[QString("CUSTOM")].split(QString("@@")).count() + 1);
|
||||||
headerList.clear();
|
headerList.clear();
|
||||||
@ -392,6 +408,8 @@ void AwesomeWidget::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
parent->addPage(appWidget, i18n("Appearance"), QString("preferences-desktop-theme"));
|
parent->addPage(appWidget, i18n("Appearance"), QString("preferences-desktop-theme"));
|
||||||
parent->addPage(deConfigWidget, i18n("DataEngine"), QString("utilities-system-monitor"));
|
parent->addPage(deConfigWidget, i18n("DataEngine"), QString("utilities-system-monitor"));
|
||||||
|
|
||||||
|
connect(uiAdvancedConfig.listWidget_fanDevice, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||||
|
this, SLOT(editFanItem(QListWidgetItem *)));
|
||||||
connect(uiAdvancedConfig.listWidget_hddDevice, SIGNAL(itemActivated(QListWidgetItem *)),
|
connect(uiAdvancedConfig.listWidget_hddDevice, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||||
this, SLOT(editHddItem(QListWidgetItem *)));
|
this, SLOT(editHddItem(QListWidgetItem *)));
|
||||||
connect(uiAdvancedConfig.listWidget_hddSpeedDevice, SIGNAL(itemActivated(QListWidgetItem *)),
|
connect(uiAdvancedConfig.listWidget_hddSpeedDevice, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||||
@ -448,6 +466,11 @@ void AwesomeWidget::configAccepted()
|
|||||||
items.append(uiAdvancedConfig.listWidget_tempDevice->item(i)->text());
|
items.append(uiAdvancedConfig.listWidget_tempDevice->item(i)->text());
|
||||||
cg.writeEntry("tempDevice", items.join(QString("@@")));
|
cg.writeEntry("tempDevice", items.join(QString("@@")));
|
||||||
items.clear();
|
items.clear();
|
||||||
|
for (int i=0; i<uiAdvancedConfig.listWidget_fanDevice->count(); i++)
|
||||||
|
if (uiAdvancedConfig.listWidget_fanDevice->item(i)->checkState() == Qt::Checked)
|
||||||
|
items.append(uiAdvancedConfig.listWidget_fanDevice->item(i)->text());
|
||||||
|
cg.writeEntry("fanDevice", items.join(QString("@@")));
|
||||||
|
items.clear();
|
||||||
for (int i=0; i<uiAdvancedConfig.listWidget_mount->count(); i++)
|
for (int i=0; i<uiAdvancedConfig.listWidget_mount->count(); i++)
|
||||||
if (uiAdvancedConfig.listWidget_mount->item(i)->checkState() == Qt::Checked)
|
if (uiAdvancedConfig.listWidget_mount->item(i)->checkState() == Qt::Checked)
|
||||||
items.append(uiAdvancedConfig.listWidget_mount->item(i)->text());
|
items.append(uiAdvancedConfig.listWidget_mount->item(i)->text());
|
||||||
@ -496,8 +519,7 @@ void AwesomeWidget::configAccepted()
|
|||||||
|
|
||||||
// dataengine
|
// dataengine
|
||||||
QMap<QString, QString> deSettings;
|
QMap<QString, QString> deSettings;
|
||||||
deSettings[QString("AC")] = uiDEConfig.lineEdit_acdev->text();
|
deSettings[QString("ACPIPATH")] = uiDEConfig.lineEdit_acpi->text();
|
||||||
deSettings[QString("BATTERY")] = uiDEConfig.lineEdit_batdev->text();
|
|
||||||
items.clear();
|
items.clear();
|
||||||
for (int i=0; i<uiDEConfig.tableWidget_customCommand->rowCount(); i++)
|
for (int i=0; i<uiDEConfig.tableWidget_customCommand->rowCount(); i++)
|
||||||
if (uiDEConfig.tableWidget_customCommand->item(i, 0) != 0)
|
if (uiDEConfig.tableWidget_customCommand->item(i, 0) != 0)
|
||||||
@ -541,6 +563,7 @@ void AwesomeWidget::configChanged()
|
|||||||
configuration[QString("customUptime")] = cg.readEntry("customUptime", "$dd,$hh,$mm");
|
configuration[QString("customUptime")] = cg.readEntry("customUptime", "$dd,$hh,$mm");
|
||||||
configuration[QString("tempUnits")] = cg.readEntry("tempUnits", "Celsius");
|
configuration[QString("tempUnits")] = cg.readEntry("tempUnits", "Celsius");
|
||||||
configuration[QString("tempDevice")] = cg.readEntry("tempDevice", "");
|
configuration[QString("tempDevice")] = cg.readEntry("tempDevice", "");
|
||||||
|
configuration[QString("fanDevice")] = cg.readEntry("fanDevice", "");
|
||||||
configuration[QString("mount")] = cg.readEntry("mount", "/");
|
configuration[QString("mount")] = cg.readEntry("mount", "/");
|
||||||
configuration[QString("hdd")] = cg.readEntry("hdd", "/dev/sda");
|
configuration[QString("hdd")] = cg.readEntry("hdd", "/dev/sda");
|
||||||
configuration[QString("disk")] = cg.readEntry("disk", "disk/sda_(8:0)");
|
configuration[QString("disk")] = cg.readEntry("disk", "disk/sda_(8:0)");
|
||||||
@ -618,9 +641,16 @@ void AwesomeWidget::configChanged()
|
|||||||
|
|
||||||
// counts
|
// counts
|
||||||
QMap<QString, QString> deSettings = readDataEngineConfiguration();
|
QMap<QString, QString> deSettings = readDataEngineConfiguration();
|
||||||
|
counts[QString("bat")] = 0;
|
||||||
|
QStringList acpiDevices = QDir(deSettings[QString("ACPIPATH")]).entryList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||||
|
QRegExp batRegexp = QRegExp(QString("BAT.*"));
|
||||||
|
for (int i=0; i<acpiDevices.count(); i++)
|
||||||
|
if (acpiDevices[i].indexOf(batRegexp) > -1)
|
||||||
|
counts[QString("bat")]++;
|
||||||
counts[QString("cpu")] = getNumberCpus();
|
counts[QString("cpu")] = getNumberCpus();
|
||||||
counts[QString("custom")] = deSettings[QString("CUSTOM")].split(QString("@@")).count();
|
counts[QString("custom")] = deSettings[QString("CUSTOM")].split(QString("@@")).count();
|
||||||
counts[QString("disk")] = configuration[QString("disk")].split(QString("@@")).count();
|
counts[QString("disk")] = configuration[QString("disk")].split(QString("@@")).count();
|
||||||
|
counts[QString("fan")] = configuration[QString("fanDevice")].split(QString("@@")).count();
|
||||||
counts[QString("hddtemp")] = configuration[QString("hdd")].split(QString("@@")).count();
|
counts[QString("hddtemp")] = configuration[QString("hdd")].split(QString("@@")).count();
|
||||||
counts[QString("mount")] = configuration[QString("mount")].split(QString("@@")).count();
|
counts[QString("mount")] = configuration[QString("mount")].split(QString("@@")).count();
|
||||||
counts[QString("pkg")] = deSettings[QString("PKGCMD")].split(QChar(',')).count();
|
counts[QString("pkg")] = deSettings[QString("PKGCMD")].split(QChar(',')).count();
|
||||||
@ -691,6 +721,14 @@ void AwesomeWidget::contextMenuPkgCommand(const QPoint pos)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void AwesomeWidget::editFanItem(QListWidgetItem *item)
|
||||||
|
{
|
||||||
|
if (debug) qDebug() << PDEBUG;
|
||||||
|
|
||||||
|
uiAdvancedConfig.listWidget_fanDevice->openPersistentEditor(item);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void AwesomeWidget::editHddItem(QListWidgetItem *item)
|
void AwesomeWidget::editHddItem(QListWidgetItem *item)
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
@ -734,9 +772,9 @@ void AwesomeWidget::setFontFormating()
|
|||||||
false, false);
|
false, false);
|
||||||
if (font != defaultFont) {
|
if (font != defaultFont) {
|
||||||
QString selectedText = uiWidConfig.textEdit_elements->textCursor().selectedText();
|
QString selectedText = uiWidConfig.textEdit_elements->textCursor().selectedText();
|
||||||
uiWidConfig.textEdit_elements->insertPlainText(QString("<font color=\"%1\" face=\"%2\" size=\"%3\">")
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<span style=\"color:%1; font-family:'%2'; font-size:%3pt;\">")
|
||||||
.arg(font.color().name()).arg(font.family()).arg(font.pointSize()) +
|
.arg(font.color().name()).arg(font.family()).arg(font.pointSize()) +
|
||||||
selectedText + QString("</font>"));
|
selectedText + QString("</span>"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
CustomLabel::CustomLabel(AwesomeWidget *wid, const bool debugCmd)
|
CustomLabel::CustomLabel(AwesomeWidget *wid, const bool debugCmd)
|
||||||
: Plasma::Label(wid),
|
: QLabel(0),
|
||||||
widget(wid),
|
widget(wid),
|
||||||
debug(debugCmd)
|
debug(debugCmd)
|
||||||
{
|
{
|
||||||
@ -49,7 +49,7 @@ void CustomLabel::setPopupEnabled(const bool state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void CustomLabel::mousePressEvent(QGraphicsSceneMouseEvent *event)
|
void CustomLabel::mousePressEvent(QMouseEvent *event)
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Get signal" << event->button();
|
if (debug) qDebug() << PDEBUG << ":" << "Get signal" << event->button();
|
||||||
@ -90,23 +90,8 @@ void CustomLabel::mousePressEvent(QGraphicsSceneMouseEvent *event)
|
|||||||
if (process.exitCode != 0)
|
if (process.exitCode != 0)
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Error" << process.error;
|
if (debug) qDebug() << PDEBUG << ":" << "Error" << process.error;
|
||||||
text += QString("Uptime: %1\n").arg(QTextCodec::codecForMib(106)->toUnicode(process.output).trimmed());
|
text += QString("Uptime: %1\n").arg(QTextCodec::codecForMib(106)->toUnicode(process.output).trimmed());
|
||||||
// ps stats
|
|
||||||
cmd = QString("ps --no-headers -o command");
|
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "cmd" << cmd;
|
|
||||||
process = runTask(cmd);
|
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Cmd returns" << process.exitCode;
|
|
||||||
if (process.exitCode != 0)
|
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Error" << process.error;
|
|
||||||
QString qoutput = QTextCodec::codecForMib(106)->toUnicode(process.output).trimmed();
|
|
||||||
QStringList processes;
|
|
||||||
for (int i=0; i<qoutput.split(QChar('\n')).count(); i++)
|
|
||||||
if (qoutput.split(QChar('\n'))[i] != QString("ps --no-headers -o command"))
|
|
||||||
processes.append(qoutput.split(QChar('\n'))[i]);
|
|
||||||
text += QString("ps stats: %1 | %2")
|
|
||||||
.arg(processes.count())
|
|
||||||
.arg(processes.join(QChar(',')));
|
|
||||||
|
|
||||||
widget->sendNotification(QString("system"), text);
|
widget->sendNotification(QString("system"), text);
|
||||||
}
|
}
|
||||||
emit(Plasma::Label::mousePressEvent(event));
|
emit(QLabel::mousePressEvent(event));
|
||||||
}
|
}
|
||||||
|
@ -18,22 +18,22 @@
|
|||||||
#ifndef CUSTOMLABEL_H
|
#ifndef CUSTOMLABEL_H
|
||||||
#define CUSTOMLABEL_H
|
#define CUSTOMLABEL_H
|
||||||
|
|
||||||
#include <Plasma/Label>
|
#include <QLabel>
|
||||||
|
|
||||||
|
|
||||||
class AwesomeWidget;
|
class AwesomeWidget;
|
||||||
|
|
||||||
class CustomLabel : public Plasma::Label
|
class CustomLabel : public QLabel
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CustomLabel(AwesomeWidget *wid, const bool debugCmd);
|
CustomLabel(AwesomeWidget *wid, const bool debugCmd = false);
|
||||||
~CustomLabel();
|
~CustomLabel();
|
||||||
void setPopupEnabled(const bool state);
|
void setPopupEnabled(const bool state);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void mousePressEvent(QGraphicsSceneMouseEvent *event);
|
void mousePressEvent(QMouseEvent *event);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
AwesomeWidget *widget;
|
AwesomeWidget *widget;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>700</width>
|
<width>700</width>
|
||||||
<height>594</height>
|
<height>592</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -43,11 +43,11 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>684</width>
|
<width>684</width>
|
||||||
<height>578</height>
|
<height>576</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="5" column="0">
|
<item row="4" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_hdddev">
|
<layout class="QHBoxLayout" name="layout_hdddev">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_hdddev">
|
<widget class="QLabel" name="label_hdddev">
|
||||||
@ -80,7 +80,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="0">
|
<item row="7" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_mpdport">
|
<layout class="QHBoxLayout" name="layout_mpdport">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_mpdport">
|
<widget class="QLabel" name="label_mpdport">
|
||||||
@ -135,7 +135,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="3" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_gpudev">
|
<layout class="QHBoxLayout" name="layout_gpudev">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_gpudev">
|
<widget class="QLabel" name="label_gpudev">
|
||||||
@ -188,7 +188,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="12" column="0">
|
<item row="11" column="0">
|
||||||
<spacer name="spacer_dataengine">
|
<spacer name="spacer_dataengine">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
@ -201,7 +201,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="0">
|
<item row="5" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_hddtempCmd">
|
<layout class="QHBoxLayout" name="layout_hddtempCmd">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_hddtempCmd">
|
<widget class="QLabel" name="label_hddtempCmd">
|
||||||
@ -225,7 +225,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="10" column="0">
|
<item row="9" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_playerSelect">
|
<layout class="QHBoxLayout" name="layout_playerSelect">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_playerSelect">
|
<widget class="QLabel" name="label_playerSelect">
|
||||||
@ -268,7 +268,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="7" column="0">
|
<item row="6" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_mpdaddress">
|
<layout class="QHBoxLayout" name="layout_mpdaddress">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_mpdaddress">
|
<widget class="QLabel" name="label_mpdaddress">
|
||||||
@ -292,7 +292,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="2" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_desktopCmd">
|
<layout class="QHBoxLayout" name="layout_desktopCmd">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_desktopCmd">
|
<widget class="QLabel" name="label_desktopCmd">
|
||||||
@ -316,7 +316,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="9" column="0">
|
<item row="8" column="0">
|
||||||
<layout class="QVBoxLayout" name="layout_mpris">
|
<layout class="QVBoxLayout" name="layout_mpris">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_mprisInfo">
|
<widget class="QLabel" name="label_mprisInfo">
|
||||||
@ -406,7 +406,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="11" column="0">
|
<item row="10" column="0">
|
||||||
<layout class="QVBoxLayout" name="layout_pkgCommand">
|
<layout class="QVBoxLayout" name="layout_pkgCommand">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTableWidget" name="tableWidget_pkgCommand">
|
<widget class="QTableWidget" name="tableWidget_pkgCommand">
|
||||||
@ -440,7 +440,7 @@ del - remove item</string>
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QTableWidget" name="tableWidget_customCommand">
|
<widget class="QTableWidget" name="tableWidget_customCommand">
|
||||||
<property name="contextMenuPolicy">
|
<property name="contextMenuPolicy">
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
@ -462,34 +462,10 @@ del - remove item</string>
|
|||||||
</column>
|
</column>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
|
||||||
<layout class="QHBoxLayout" name="layout_batdev">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_batdev">
|
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>200</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Battery device</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLineEdit" name="lineEdit_batdev">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>"/sys/class/power_supply/BAT0/capacity" by default</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<layout class="QHBoxLayout" name="layout_acdev">
|
<layout class="QHBoxLayout" name="layout_acpi">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_acdev">
|
<widget class="QLabel" name="label_acpi">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>200</width>
|
<width>200</width>
|
||||||
@ -497,14 +473,14 @@ del - remove item</string>
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>AC device</string>
|
<string>ACPI path</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="lineEdit_acdev">
|
<widget class="QLineEdit" name="lineEdit_acpi">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>"/sys/class/power_supply/AC/online" by default</string>
|
<string>"/sys/class/power_supply/" by default</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -29,13 +29,13 @@ void AwesomeWidget::connectToEngine()
|
|||||||
QRegExp regExp;
|
QRegExp regExp;
|
||||||
|
|
||||||
// battery
|
// battery
|
||||||
regExp = QRegExp(QString("(ac|bat)"));
|
regExp = QRegExp(QString("(ac|bat.*)"));
|
||||||
if ((foundKeys.indexOf(regExp) > -1) ||
|
if ((foundKeys.indexOf(regExp) > -1) ||
|
||||||
(configuration[QString("batteryTooltip")].toInt() == 2))
|
(configuration[QString("batteryTooltip")].toInt() == 2))
|
||||||
extsysmonEngine->connectSource(QString("battery"),
|
extsysmonEngine->connectSource(QString("battery"),
|
||||||
this, configuration[QString("interval")].toInt());
|
this, configuration[QString("interval")].toInt());
|
||||||
// cpu
|
// cpu
|
||||||
regExp = QRegExp(QString("cpu[0-9].*"));
|
regExp = QRegExp(QString("cpu(?!cl).*"));
|
||||||
if ((foundKeys.indexOf(regExp) > -1) ||
|
if ((foundKeys.indexOf(regExp) > -1) ||
|
||||||
(configuration[QString("cpuTooltip")].toInt() == 2)) {
|
(configuration[QString("cpuTooltip")].toInt() == 2)) {
|
||||||
sysmonEngine->connectSource(QString("cpu/system/TotalLoad"),
|
sysmonEngine->connectSource(QString("cpu/system/TotalLoad"),
|
||||||
@ -45,7 +45,7 @@ void AwesomeWidget::connectToEngine()
|
|||||||
this, configuration[QString("interval")].toInt());
|
this, configuration[QString("interval")].toInt());
|
||||||
}
|
}
|
||||||
// cpuclock
|
// cpuclock
|
||||||
regExp = QRegExp(QString("cpucl[0-9].*"));
|
regExp = QRegExp(QString("cpucl.*"));
|
||||||
if ((foundKeys.indexOf(regExp) > -1) ||
|
if ((foundKeys.indexOf(regExp) > -1) ||
|
||||||
(configuration[QString("cpuclTooltip")].toInt() == 2)) {
|
(configuration[QString("cpuclTooltip")].toInt() == 2)) {
|
||||||
sysmonEngine->connectSource(QString("cpu/system/AverageClock"),
|
sysmonEngine->connectSource(QString("cpu/system/AverageClock"),
|
||||||
@ -73,6 +73,12 @@ void AwesomeWidget::connectToEngine()
|
|||||||
sysmonEngine->connectSource(configuration[QString("disk")].split(QString("@@"))[i] + QString("/Rate/wblk"),
|
sysmonEngine->connectSource(configuration[QString("disk")].split(QString("@@"))[i] + QString("/Rate/wblk"),
|
||||||
this, configuration[QString("interval")].toInt());
|
this, configuration[QString("interval")].toInt());
|
||||||
}
|
}
|
||||||
|
// fan
|
||||||
|
regExp = QRegExp(QString("fan.*"));
|
||||||
|
if (foundKeys.indexOf(regExp) > -1)
|
||||||
|
for (int i=0; i<configuration[QString("fanDevice")].split(QString("@@")).count(); i++)
|
||||||
|
sysmonEngine->connectSource(configuration[QString("fanDevice")].split(QString("@@"))[i],
|
||||||
|
this, configuration[QString("interval")].toInt());
|
||||||
// gpu
|
// gpu
|
||||||
regExp = QRegExp(QString("gpu"));
|
regExp = QRegExp(QString("gpu"));
|
||||||
if (foundKeys.indexOf(regExp) > -1)
|
if (foundKeys.indexOf(regExp) > -1)
|
||||||
@ -182,19 +188,23 @@ void AwesomeWidget::dataUpdated(const QString &sourceName, const Plasma::DataEng
|
|||||||
|
|
||||||
if (data.keys().isEmpty()) return;
|
if (data.keys().isEmpty()) return;
|
||||||
if (sourceName == QString("battery")) {
|
if (sourceName == QString("battery")) {
|
||||||
if (data[QString("ac")].toBool())
|
for (int i=0; i<data.keys().count(); i++) {
|
||||||
values[QString("ac")] = configuration[QString("acOnline")];
|
if (data.keys()[i] == QString("ac")) {
|
||||||
else
|
if (data[QString("ac")].toBool())
|
||||||
values[QString("ac")] = configuration[QString("acOffline")];
|
values[QString("ac")] = configuration[QString("acOnline")];
|
||||||
values[QString("bat")] = QString("%1").arg(data[QString("bat")].toFloat(), 3, 'f', 0);
|
else
|
||||||
|
values[QString("ac")] = configuration[QString("acOffline")];
|
||||||
|
} else
|
||||||
|
values[data.keys()[i]] = QString("%1").arg(data[data.keys()[i]].toFloat(), 3, 'f', 0);
|
||||||
|
}
|
||||||
if ((configuration[QString("batteryTooltip")].toInt() == 2) &&
|
if ((configuration[QString("batteryTooltip")].toInt() == 2) &&
|
||||||
(!isnan(data[QString("bat")].toFloat()))) {
|
(!isnan(data[QString("bat0")].toFloat()))) {
|
||||||
if (tooltipValues[QString("bat")].count() > configuration[QString("tooltipNumber")].toInt())
|
if (tooltipValues[QString("bat")].count() > configuration[QString("tooltipNumber")].toInt())
|
||||||
tooltipValues[QString("bat")].takeFirst();
|
tooltipValues[QString("bat")].takeFirst();
|
||||||
if (data[QString("ac")].toBool())
|
if (data[QString("ac")].toBool())
|
||||||
tooltipValues[QString("bat")].append(data[QString("bat")].toFloat());
|
tooltipValues[QString("bat0")].append(data[QString("bat0")].toFloat());
|
||||||
else
|
else
|
||||||
tooltipValues[QString("bat")].append(-data[QString("bat")].toFloat());
|
tooltipValues[QString("bat0")].append(-data[QString("bat0")].toFloat());
|
||||||
}
|
}
|
||||||
} else if (sourceName == QString("cpu/system/TotalLoad")) {
|
} else if (sourceName == QString("cpu/system/TotalLoad")) {
|
||||||
values[QString("cpu")] = QString("%1").arg(data[QString("value")].toFloat(), 5, 'f', 1);
|
values[QString("cpu")] = QString("%1").arg(data[QString("value")].toFloat(), 5, 'f', 1);
|
||||||
@ -384,11 +394,19 @@ void AwesomeWidget::dataUpdated(const QString &sourceName, const Plasma::DataEng
|
|||||||
tooltipValues[QString("swap")].append(values[QString("swap")].toFloat());
|
tooltipValues[QString("swap")].append(values[QString("swap")].toFloat());
|
||||||
}
|
}
|
||||||
} else if (sourceName.indexOf(tempRegExp) > -1) {
|
} else if (sourceName.indexOf(tempRegExp) > -1) {
|
||||||
for (int i=0; i<counts[QString("temp")]; i++)
|
if (data[QString("units")].toString() == QString("rpm")) {
|
||||||
if (sourceName == configuration[QString("tempDevice")].split(QString("@@"))[i]) {
|
for (int i=0; i<counts[QString("fan")]; i++)
|
||||||
values[QString("temp") + QString::number(i)] = QString("%1").arg(getTemp(data[QString("value")].toFloat()), 4, 'f', 1);
|
if (sourceName == configuration[QString("fanDevice")].split(QString("@@"))[i]) {
|
||||||
break;
|
values[QString("fan") + QString::number(i)] = QString("%1").arg(data[QString("value")].toFloat(), 4, 'f', 1);
|
||||||
}
|
break;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
for (int i=0; i<counts[QString("temp")]; i++)
|
||||||
|
if (sourceName == configuration[QString("tempDevice")].split(QString("@@"))[i]) {
|
||||||
|
values[QString("temp") + QString::number(i)] = QString("%1").arg(getTemp(data[QString("value")].toFloat()), 4, 'f', 1);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
} else if (sourceName == QString("Local")) {
|
} else if (sourceName == QString("Local")) {
|
||||||
values[QString("time")] = data[QString("DateTime")].toDateTime().toString(Qt::TextDate);
|
values[QString("time")] = data[QString("DateTime")].toDateTime().toString(Qt::TextDate);
|
||||||
values[QString("isotime")] = data[QString("DateTime")].toDateTime().toString(Qt::ISODate);
|
values[QString("isotime")] = data[QString("DateTime")].toDateTime().toString(Qt::ISODate);
|
||||||
@ -428,7 +446,7 @@ void AwesomeWidget::disconnectFromEngine()
|
|||||||
(configuration[QString("batteryTooltip")].toInt() == 2))
|
(configuration[QString("batteryTooltip")].toInt() == 2))
|
||||||
extsysmonEngine->disconnectSource(QString("battery"), this);
|
extsysmonEngine->disconnectSource(QString("battery"), this);
|
||||||
// cpu
|
// cpu
|
||||||
regExp = QRegExp(QString("cpu.*"));
|
regExp = QRegExp(QString("cpu(?!cl).*"));
|
||||||
if ((foundKeys.indexOf(regExp) > -1) ||
|
if ((foundKeys.indexOf(regExp) > -1) ||
|
||||||
(configuration[QString("cpuTooltip")].toInt() == 2)) {
|
(configuration[QString("cpuTooltip")].toInt() == 2)) {
|
||||||
sysmonEngine->disconnectSource(QString("cpu/system/TotalLoad"), this);
|
sysmonEngine->disconnectSource(QString("cpu/system/TotalLoad"), this);
|
||||||
@ -458,6 +476,11 @@ void AwesomeWidget::disconnectFromEngine()
|
|||||||
sysmonEngine->disconnectSource(configuration[QString("disk")].split(QString("@@"))[i] + QString("/Rate/rblk"), this);
|
sysmonEngine->disconnectSource(configuration[QString("disk")].split(QString("@@"))[i] + QString("/Rate/rblk"), this);
|
||||||
sysmonEngine->disconnectSource(configuration[QString("disk")].split(QString("@@"))[i] + QString("/Rate/wblk"), this);
|
sysmonEngine->disconnectSource(configuration[QString("disk")].split(QString("@@"))[i] + QString("/Rate/wblk"), this);
|
||||||
}
|
}
|
||||||
|
// fan
|
||||||
|
regExp = QRegExp(QString("fan.*"));
|
||||||
|
if (foundKeys.indexOf(regExp) > -1)
|
||||||
|
for (int i=0; i<configuration[QString("fanDevice")].split(QString("@@")).count(); i++)
|
||||||
|
sysmonEngine->disconnectSource(configuration[QString("fanDevice")].split(QString("@@"))[i], this);
|
||||||
// gpu
|
// gpu
|
||||||
regExp = QRegExp(QString("gpu"));
|
regExp = QRegExp(QString("gpu"));
|
||||||
if (foundKeys.indexOf(regExp) > -1)
|
if (foundKeys.indexOf(regExp) > -1)
|
||||||
|
@ -6,8 +6,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-05 11:14+0400\n"
|
"PO-Revision-Date: 2014-09-21 20:19+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: English <kde-russian@lists.kde.ru>\n"
|
"Language-Team: English <kde-russian@lists.kde.ru>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
@ -18,55 +18,55 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr "Run ksysguard"
|
msgstr "Run ksysguard"
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr "Show README"
|
msgstr "Show README"
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr "Update text"
|
msgstr "Update text"
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr "Custom command"
|
msgstr "Custom command"
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr "Package manager"
|
msgstr "Package manager"
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr "Null lines"
|
msgstr "Null lines"
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Advanced"
|
msgstr "Advanced"
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr "Tooltip"
|
msgstr "Tooltip"
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Appearance"
|
msgstr "Appearance"
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Remove"
|
msgstr "Remove"
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr "Select font"
|
msgstr "Select font"
|
||||||
|
|
||||||
@ -146,108 +146,112 @@ msgstr "Temperature units"
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr "Temperature devices"
|
msgstr "Temperature devices"
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr "Editable"
|
msgstr "Editable"
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "Fan devices"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "Mount points"
|
msgid "Mount points"
|
||||||
msgstr "Mount points"
|
msgstr "Mount points"
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (speed)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr "HDD (speed)"
|
msgstr "HDD (speed)"
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (temp)"
|
||||||
msgstr "HDD (temp)"
|
msgstr "HDD (temp)"
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr "Disable auto select device and set specified device"
|
msgstr "Disable auto select device and set specified device"
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Set network device"
|
msgid "Set network device"
|
||||||
msgstr "Set network device"
|
msgstr "Set network device"
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC online tag"
|
msgstr "AC online tag"
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr "Line, which returns when AC is online"
|
msgstr "Line, which returns when AC is online"
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC offline tag"
|
msgstr "AC offline tag"
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr "Line, which returns when AC is offline"
|
msgstr "Line, which returns when AC is offline"
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Time interval"
|
msgstr "Time interval"
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Font"
|
msgstr "Font"
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font size"
|
msgid "Font size"
|
||||||
msgstr "Font size"
|
msgstr "Font size"
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font color"
|
msgid "Font color"
|
||||||
msgstr "Font color"
|
msgstr "Font color"
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "Font style"
|
msgid "Font style"
|
||||||
msgstr "Font style"
|
msgstr "Font style"
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "Font weight"
|
msgid "Font weight"
|
||||||
msgstr "Font weight"
|
msgstr "Font weight"
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "MPD port"
|
msgstr "MPD port"
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "GPU device"
|
msgstr "GPU device"
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "hddtemp cmd"
|
msgstr "hddtemp cmd"
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Music player"
|
msgid "Music player"
|
||||||
msgstr "Music player"
|
msgstr "Music player"
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "MPD address"
|
msgstr "MPD address"
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
msgid "Desktop check cmd"
|
msgid "Desktop check cmd"
|
||||||
msgstr "Desktop check cmd"
|
msgstr "Desktop check cmd"
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
msgstr "<b>NOTE:</b> Player DBus interface should be an active"
|
msgstr "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr "MPRIS player name"
|
msgstr "MPRIS player name"
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
@ -255,21 +259,13 @@ msgstr ""
|
|||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr "Battery device"
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr "AC device"
|
msgstr "ACPI path"
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr "\"/sys/class/power_supply/AC/online\" by default"
|
msgstr "\"/sys/class/power_supply/\" by default"
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -353,6 +349,12 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "Battery device"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
|
||||||
#~ msgid "Vertical layout"
|
#~ msgid "Vertical layout"
|
||||||
#~ msgstr "Vertical layout"
|
#~ msgstr "Vertical layout"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-05 11:18+0400\n"
|
"PO-Revision-Date: 2014-09-05 11:18+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Spanish <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Spanish <kde-russian@lists.kde.ru>\n"
|
||||||
@ -18,55 +18,55 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr "Ejecutar ksysguard"
|
msgstr "Ejecutar ksysguard"
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr "Mostrar el README"
|
msgstr "Mostrar el README"
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr "Actualizar texto"
|
msgstr "Actualizar texto"
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr "Comando personalizado"
|
msgstr "Comando personalizado"
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr "Gestor de paquetes"
|
msgstr "Gestor de paquetes"
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr "Número de líneas nulas"
|
msgstr "Número de líneas nulas"
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Avanzado"
|
msgstr "Avanzado"
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr "Ventana emergente"
|
msgstr "Ventana emergente"
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Apariencia"
|
msgstr "Apariencia"
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Eliminar"
|
msgstr "Eliminar"
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -146,108 +146,113 @@ msgstr "Unidades de temperatura"
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr "Dispositivos de temperatura"
|
msgstr "Dispositivos de temperatura"
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr "Editable"
|
msgstr "Editable"
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "Dispositivo de alimentación"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "Mount points"
|
msgid "Mount points"
|
||||||
msgstr "Puntos de montaje"
|
msgstr "Puntos de montaje"
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (speed)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr "Disco duro (velocidad)"
|
msgstr "Disco duro (velocidad)"
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (temp)"
|
||||||
msgstr "Disco duro (temperatura)"
|
msgstr "Disco duro (temperatura)"
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr "Inhabilitar selección automática del dispositivo y especificar uno"
|
msgstr "Inhabilitar selección automática del dispositivo y especificar uno"
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Set network device"
|
msgid "Set network device"
|
||||||
msgstr "Establecer dispositivo de red"
|
msgstr "Establecer dispositivo de red"
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "Etiqueta para alimentación conectada"
|
msgstr "Etiqueta para alimentación conectada"
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr "Línea que devuelve si la alimentación está conectada"
|
msgstr "Línea que devuelve si la alimentación está conectada"
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "Etiqueta para la alimentación desconectada"
|
msgstr "Etiqueta para la alimentación desconectada"
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr "Línea que devuelve si la alimentación está desconectada"
|
msgstr "Línea que devuelve si la alimentación está desconectada"
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Intervalo de tiempo"
|
msgstr "Intervalo de tiempo"
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Fuente"
|
msgstr "Fuente"
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font size"
|
msgid "Font size"
|
||||||
msgstr "Tamaño de fuente"
|
msgstr "Tamaño de fuente"
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font color"
|
msgid "Font color"
|
||||||
msgstr "Color de fuente"
|
msgstr "Color de fuente"
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "Font style"
|
msgid "Font style"
|
||||||
msgstr "Estilo de fuente"
|
msgstr "Estilo de fuente"
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "Font weight"
|
msgid "Font weight"
|
||||||
msgstr "Grosor de la fuente"
|
msgstr "Grosor de la fuente"
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "Disco duro"
|
msgstr "Disco duro"
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Puerto de MPD"
|
msgstr "Puerto de MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Dispositivo de GPU"
|
msgstr "Dispositivo de GPU"
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Comando hddtemp"
|
msgstr "Comando hddtemp"
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Music player"
|
msgid "Music player"
|
||||||
msgstr "Reproductor de música"
|
msgstr "Reproductor de música"
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Dirección de MPD"
|
msgstr "Dirección de MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
msgid "Desktop check cmd"
|
msgid "Desktop check cmd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
@ -255,20 +260,13 @@ msgstr ""
|
|||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - eliminar elemento"
|
"del - eliminar elemento"
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr "Dispositivo de batería"
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr "\"/sys/class/power_supply/BAT0/capacity\" por defecto"
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr "Dispositivo de alimentación"
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
#, fuzzy
|
||||||
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr "\"/sys/class/power_supply/AC/online\" por defecto"
|
msgstr "\"/sys/class/power_supply/AC/online\" por defecto"
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
@ -355,6 +353,12 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "Tus correos"
|
msgstr "Tus correos"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "Dispositivo de batería"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "\"/sys/class/power_supply/BAT0/capacity\" por defecto"
|
||||||
|
|
||||||
#~ msgid "Vertical layout"
|
#~ msgid "Vertical layout"
|
||||||
#~ msgstr "Orientación vertical"
|
#~ msgstr "Orientación vertical"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-05 11:20+0400\n"
|
"PO-Revision-Date: 2014-09-05 11:20+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: French <kde-russian@lists.kde.ru>\n"
|
"Language-Team: French <kde-russian@lists.kde.ru>\n"
|
||||||
@ -19,55 +19,55 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr "Lancer ksysguard"
|
msgstr "Lancer ksysguard"
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr "Voir le README"
|
msgstr "Voir le README"
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr "Mettre à jour le texte"
|
msgstr "Mettre à jour le texte"
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr "Commande personnalisée"
|
msgstr "Commande personnalisée"
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr "Gestionnaire de paquets"
|
msgstr "Gestionnaire de paquets"
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr "Nombre d'éléments pour les conseils"
|
msgstr "Nombre d'éléments pour les conseils"
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Avancé"
|
msgstr "Avancé"
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr "Conseil"
|
msgstr "Conseil"
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Apparence"
|
msgstr "Apparence"
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "Moteur de données"
|
msgstr "Moteur de données"
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Supprimer"
|
msgstr "Supprimer"
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -147,110 +147,115 @@ msgstr "Unités de température"
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr "Temperature des périphériques"
|
msgstr "Temperature des périphériques"
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr "Modifiable"
|
msgstr "Modifiable"
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "Périphérique d'alimentation"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "Mount points"
|
msgid "Mount points"
|
||||||
msgstr "Points de montage"
|
msgstr "Points de montage"
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (speed)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr "Périphériques HDD (la vitesse)"
|
msgstr "Périphériques HDD (la vitesse)"
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (temp)"
|
||||||
msgstr "Périphériques HDD (température)"
|
msgstr "Périphériques HDD (température)"
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Désactiver la sélection automatique de périphériques et le sélectionner "
|
"Désactiver la sélection automatique de périphériques et le sélectionner "
|
||||||
"manuellement"
|
"manuellement"
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Set network device"
|
msgid "Set network device"
|
||||||
msgstr "Sélectionner le périphérique réseau"
|
msgstr "Sélectionner le périphérique réseau"
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "Tag alimentation branchée"
|
msgstr "Tag alimentation branchée"
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr "Ligne qui est renvoyée lorsque l'alimentation est branchée"
|
msgstr "Ligne qui est renvoyée lorsque l'alimentation est branchée"
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "Tag alimentation débranchée"
|
msgstr "Tag alimentation débranchée"
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr "Ligne, qui est renvoyée lorsque l'alimentation est débranchée"
|
msgstr "Ligne, qui est renvoyée lorsque l'alimentation est débranchée"
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Intervalle"
|
msgstr "Intervalle"
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Police"
|
msgstr "Police"
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font size"
|
msgid "Font size"
|
||||||
msgstr "Taille de la police"
|
msgstr "Taille de la police"
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font color"
|
msgid "Font color"
|
||||||
msgstr "Couleur de la police"
|
msgstr "Couleur de la police"
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "Font style"
|
msgid "Font style"
|
||||||
msgstr "Style de la police"
|
msgstr "Style de la police"
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "Font weight"
|
msgid "Font weight"
|
||||||
msgstr "Épaisseur de la police"
|
msgstr "Épaisseur de la police"
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "Disque dur"
|
msgstr "Disque dur"
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Port MPD"
|
msgstr "Port MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Périphérique graphique"
|
msgstr "Périphérique graphique"
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Commande de température HDD"
|
msgstr "Commande de température HDD"
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Music player"
|
msgid "Music player"
|
||||||
msgstr "Lecteur audio"
|
msgstr "Lecteur audio"
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Adresse MPD"
|
msgstr "Adresse MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
msgid "Desktop check cmd"
|
msgid "Desktop check cmd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
@ -258,20 +263,13 @@ msgstr ""
|
|||||||
"Modifiable\n"
|
"Modifiable\n"
|
||||||
"del - supprimer un élément"
|
"del - supprimer un élément"
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr "Batterie"
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr "\"/sys/class/power_supply/BAT0/capacity\" par défaut"
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr "Périphérique d'alimentation"
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
#, fuzzy
|
||||||
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr "\"/sys/class/power_supply/AC/online\" par défaut"
|
msgstr "\"/sys/class/power_supply/AC/online\" par défaut"
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
@ -358,6 +356,12 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "Batterie"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "\"/sys/class/power_supply/BAT0/capacity\" par défaut"
|
||||||
|
|
||||||
#~ msgid "Vertical layout"
|
#~ msgid "Vertical layout"
|
||||||
#~ msgstr "Positionnement vertical"
|
#~ msgstr "Positionnement vertical"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,55 +17,55 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -123,127 +123,123 @@ msgstr ""
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
msgid "Mount points"
|
msgid "Fan devices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "HDD devices (speed)"
|
msgid "Mount points"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "HDD devices (temp)"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
|
||||||
msgid "Set network device"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "AC online tag"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Set network device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC offline tag"
|
msgid "AC online tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "Time interval"
|
msgid "AC offline tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Font"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Font size"
|
msgid "Time interval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font color"
|
msgid "Font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font style"
|
msgid "Font size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font weight"
|
msgid "Font color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "HDD"
|
msgid "Font style"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "MPD port"
|
msgid "Font weight"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "GPU device"
|
msgid "HDD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "hddtemp cmd"
|
msgid "MPD port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "Music player"
|
msgid "GPU device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "MPD address"
|
msgid "hddtemp cmd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Desktop check cmd"
|
msgid "Music player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "MPD address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
|
msgid "Desktop check cmd"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-05 11:21+0400\n"
|
"PO-Revision-Date: 2014-09-05 11:21+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Brazilian Portuguese <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Brazilian Portuguese <kde-russian@lists.kde.ru>\n"
|
||||||
@ -17,55 +17,55 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr "Abrir ksysguard"
|
msgstr "Abrir ksysguard"
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr "Mostrar README"
|
msgstr "Mostrar README"
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr "Atualizar texto"
|
msgstr "Atualizar texto"
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr "Comando personalizado"
|
msgstr "Comando personalizado"
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr "Gerenciador de pacotes"
|
msgstr "Gerenciador de pacotes"
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr "Número de valores para dicas de contexto"
|
msgstr "Número de valores para dicas de contexto"
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Avançado"
|
msgstr "Avançado"
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr "Dica de contexto"
|
msgstr "Dica de contexto"
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Aparência"
|
msgstr "Aparência"
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "Engine de dados"
|
msgstr "Engine de dados"
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Remover"
|
msgstr "Remover"
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -143,109 +143,114 @@ msgstr "Unidades de temperatura"
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr "Dispositivos de temperatura"
|
msgstr "Dispositivos de temperatura"
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr "Editável"
|
msgstr "Editável"
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "Dispositivo do carregador"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "Mount points"
|
msgid "Mount points"
|
||||||
msgstr "Pontos de montagem"
|
msgstr "Pontos de montagem"
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (speed)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr "Dispositivos HDD (velocidade) "
|
msgstr "Dispositivos HDD (velocidade) "
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (temp)"
|
||||||
msgstr "Dispositivos HDD (temperatura)"
|
msgstr "Dispositivos HDD (temperatura)"
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Desativar auto seleção de dispositivos e escolher um dispositivo específico"
|
"Desativar auto seleção de dispositivos e escolher um dispositivo específico"
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Set network device"
|
msgid "Set network device"
|
||||||
msgstr "Escolher dispositivo de rede"
|
msgstr "Escolher dispositivo de rede"
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "Rótulo com carregador conectado"
|
msgstr "Rótulo com carregador conectado"
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr "Linha, que aparece quando o carregador está conectado"
|
msgstr "Linha, que aparece quando o carregador está conectado"
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "Rótulo com carregador desconectado"
|
msgstr "Rótulo com carregador desconectado"
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr "Linha, que aparece quando o carregador está offline"
|
msgstr "Linha, que aparece quando o carregador está offline"
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Intervalo de tempo"
|
msgstr "Intervalo de tempo"
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Tamanho da fonte"
|
msgstr "Tamanho da fonte"
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font size"
|
msgid "Font size"
|
||||||
msgstr "Tamanho da fonte"
|
msgstr "Tamanho da fonte"
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font color"
|
msgid "Font color"
|
||||||
msgstr "Cor da fonte"
|
msgstr "Cor da fonte"
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "Font style"
|
msgid "Font style"
|
||||||
msgstr "Estilo da fonte"
|
msgstr "Estilo da fonte"
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "Font weight"
|
msgid "Font weight"
|
||||||
msgstr "Peso da fonte"
|
msgstr "Peso da fonte"
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Porta do MPD"
|
msgstr "Porta do MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Dispositivo GPU"
|
msgstr "Dispositivo GPU"
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "comando hddtemp "
|
msgstr "comando hddtemp "
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Music player"
|
msgid "Music player"
|
||||||
msgstr "Reprodutor de áudio"
|
msgstr "Reprodutor de áudio"
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Endereço do MPD"
|
msgstr "Endereço do MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
msgid "Desktop check cmd"
|
msgid "Desktop check cmd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
@ -253,20 +258,13 @@ msgstr ""
|
|||||||
"Editável\n"
|
"Editável\n"
|
||||||
"del - remover item"
|
"del - remover item"
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr "Dispositivo do carregador"
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr "\"/sys/class/power_supply/BAT0/capacity\" por padrão"
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr "Dispositivo do carregador"
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
#, fuzzy
|
||||||
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr "\"/sys/class/power_supply/AC/online\" por padrão"
|
msgstr "\"/sys/class/power_supply/AC/online\" por padrão"
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
@ -352,6 +350,12 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "dreanazous@gmail.com"
|
msgstr "dreanazous@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "Dispositivo do carregador"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "\"/sys/class/power_supply/BAT0/capacity\" por padrão"
|
||||||
|
|
||||||
#~ msgid "Vertical layout"
|
#~ msgid "Vertical layout"
|
||||||
#~ msgstr "Layout vertical"
|
#~ msgstr "Layout vertical"
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-05 11:16+0400\n"
|
"PO-Revision-Date: 2014-09-21 20:19+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
@ -18,55 +18,55 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr "Запустить ksysguard"
|
msgstr "Запустить ksysguard"
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr "Показать README"
|
msgstr "Показать README"
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr "Обновить текст"
|
msgstr "Обновить текст"
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr "Своя команда"
|
msgstr "Своя команда"
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr "Пакетный менеджер"
|
msgstr "Пакетный менеджер"
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr "Число пустых линий"
|
msgstr "Число пустых линий"
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Виджет"
|
msgstr "Виджет"
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Расширенные"
|
msgstr "Расширенные"
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr "Тултип"
|
msgstr "Тултип"
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Внешний вид"
|
msgstr "Внешний вид"
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Удалить"
|
msgstr "Удалить"
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr "Выберете шрифт"
|
msgstr "Выберете шрифт"
|
||||||
|
|
||||||
@ -146,108 +146,112 @@ msgstr "Температурные единицы"
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr "Температурные устройства"
|
msgstr "Температурные устройства"
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr "Редактируемо"
|
msgstr "Редактируемо"
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "Кулеры"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "Mount points"
|
msgid "Mount points"
|
||||||
msgstr "Точки монтирования"
|
msgstr "Точки монтирования"
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (speed)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr "HDD (скорость)"
|
msgstr "HDD (скорость)"
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (temp)"
|
||||||
msgstr "HDD (температура)"
|
msgstr "HDD (температура)"
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr "Отключить автовыбор устройства и использовать указанное"
|
msgstr "Отключить автовыбор устройства и использовать указанное"
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Set network device"
|
msgid "Set network device"
|
||||||
msgstr "Выберете сетевое устройство"
|
msgstr "Выберете сетевое устройство"
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC подключен"
|
msgstr "AC подключен"
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr "Строка, возвращаемая при подключенном адаптере питания"
|
msgstr "Строка, возвращаемая при подключенном адаптере питания"
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC отключен"
|
msgstr "AC отключен"
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr "Строка, возвращаемая при отключенном адаптере питания"
|
msgstr "Строка, возвращаемая при отключенном адаптере питания"
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Интервал обновления"
|
msgstr "Интервал обновления"
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Шрифт"
|
msgstr "Шрифт"
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font size"
|
msgid "Font size"
|
||||||
msgstr "Размер шрифта"
|
msgstr "Размер шрифта"
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font color"
|
msgid "Font color"
|
||||||
msgstr "Цвет шрифта"
|
msgstr "Цвет шрифта"
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "Font style"
|
msgid "Font style"
|
||||||
msgstr "Стиль шрифта"
|
msgstr "Стиль шрифта"
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "Font weight"
|
msgid "Font weight"
|
||||||
msgstr "Ширина шрифта"
|
msgstr "Ширина шрифта"
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Порт сервера MPD"
|
msgstr "Порт сервера MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Устройство GPU"
|
msgstr "Устройство GPU"
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Команда hddtemp"
|
msgstr "Команда hddtemp"
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Music player"
|
msgid "Music player"
|
||||||
msgstr "Музыкальный плеер"
|
msgstr "Музыкальный плеер"
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Адрес сервера MPD"
|
msgstr "Адрес сервера MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
msgid "Desktop check cmd"
|
msgid "Desktop check cmd"
|
||||||
msgstr "Команда для проверки рабочего стола"
|
msgstr "Команда для проверки рабочего стола"
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
msgstr "<b>ВНИМАНИЕ:</b> DBus интерфейс плеера должен быть активен"
|
msgstr "<b>ВНИМАНИЕ:</b> DBus интерфейс плеера должен быть активен"
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr "Имя плеера в MPRIS"
|
msgstr "Имя плеера в MPRIS"
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
@ -255,21 +259,13 @@ msgstr ""
|
|||||||
"Редактируемо\n"
|
"Редактируемо\n"
|
||||||
"del - удалить строку"
|
"del - удалить строку"
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr "Устройство батареи"
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr "\"/sys/class/power_supply/BAT0/capacity\" по умолчанию"
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr "Устройство AC"
|
msgstr "Пусть к ACPI"
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr "\"/sys/class/power_supply/AC/online\" по умолчанию"
|
msgstr "\"/sys/class/power_supply/\" по умолчанию"
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -354,6 +350,12 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "Устройство батареи"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "\"/sys/class/power_supply/BAT0/capacity\" по умолчанию"
|
||||||
|
|
||||||
#~ msgid "Vertical layout"
|
#~ msgid "Vertical layout"
|
||||||
#~ msgstr "Вертикальная разметка"
|
#~ msgstr "Вертикальная разметка"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 01:52+0400\n"
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-05 11:22+0400\n"
|
"PO-Revision-Date: 2014-09-05 11:22+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Ukrainian <kde-russian@lists.kde.ru>\n"
|
||||||
@ -18,55 +18,55 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: awesome-widget.cpp:77
|
#: awesome-widget.cpp:78
|
||||||
msgid "Run ksysguard"
|
msgid "Run ksysguard"
|
||||||
msgstr "Запустити ksysguard"
|
msgstr "Запустити ksysguard"
|
||||||
|
|
||||||
#: awesome-widget.cpp:80
|
#: awesome-widget.cpp:81
|
||||||
msgid "Show README"
|
msgid "Show README"
|
||||||
msgstr "Показати README"
|
msgstr "Показати README"
|
||||||
|
|
||||||
#: awesome-widget.cpp:83
|
#: awesome-widget.cpp:84
|
||||||
msgid "Update text"
|
msgid "Update text"
|
||||||
msgstr "Оновити текст"
|
msgstr "Оновити текст"
|
||||||
|
|
||||||
#: configuration.cpp:319 po/rc.cpp:145 rc.cpp:145
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
msgid "Custom command"
|
msgid "Custom command"
|
||||||
msgstr "Своя команда"
|
msgstr "Своя команда"
|
||||||
|
|
||||||
#: configuration.cpp:349 po/rc.cpp:135 rc.cpp:135
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
msgid "Package manager"
|
msgid "Package manager"
|
||||||
msgstr "Пакетний менеджер"
|
msgstr "Пакетний менеджер"
|
||||||
|
|
||||||
#: configuration.cpp:350 po/rc.cpp:138 rc.cpp:138
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
msgid "Null lines"
|
msgid "Null lines"
|
||||||
msgstr "Кількість пустих рядків"
|
msgstr "Кількість пустих рядків"
|
||||||
|
|
||||||
#: configuration.cpp:362
|
#: configuration.cpp:405
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Віджет"
|
msgstr "Віджет"
|
||||||
|
|
||||||
#: configuration.cpp:363
|
#: configuration.cpp:406
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Розширені"
|
msgstr "Розширені"
|
||||||
|
|
||||||
#: configuration.cpp:364
|
#: configuration.cpp:407
|
||||||
msgid "Tooltip"
|
msgid "Tooltip"
|
||||||
msgstr "Тултіп"
|
msgstr "Тултіп"
|
||||||
|
|
||||||
#: configuration.cpp:365
|
#: configuration.cpp:408
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Зовнішній вигляд"
|
msgstr "Зовнішній вигляд"
|
||||||
|
|
||||||
#: configuration.cpp:366
|
#: configuration.cpp:409
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: configuration.cpp:645 configuration.cpp:659
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Видалити"
|
msgstr "Видалити"
|
||||||
|
|
||||||
#: configuration.cpp:706
|
#: configuration.cpp:766
|
||||||
msgid "Select font"
|
msgid "Select font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -146,108 +146,113 @@ msgstr "Одиниці виміру температури"
|
|||||||
msgid "Temperature devices"
|
msgid "Temperature devices"
|
||||||
msgstr "Температурні пристрої"
|
msgstr "Температурні пристрої"
|
||||||
|
|
||||||
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 rc.cpp:47 rc.cpp:53
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
#: rc.cpp:59 rc.cpp:65
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
msgid "Editable"
|
msgid "Editable"
|
||||||
msgstr "Можна редагувати"
|
msgstr "Можна редагувати"
|
||||||
|
|
||||||
#: po/rc.cpp:50 rc.cpp:50
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "AC пристрій"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
msgid "Mount points"
|
msgid "Mount points"
|
||||||
msgstr "Точки монтування"
|
msgstr "Точки монтування"
|
||||||
|
|
||||||
#: po/rc.cpp:56 rc.cpp:56
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
msgid "HDD devices (speed)"
|
msgid "HDD devices (speed)"
|
||||||
msgstr "HDD (швидкість)"
|
msgstr "HDD (швидкість)"
|
||||||
|
|
||||||
#: po/rc.cpp:62 rc.cpp:62
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
msgid "HDD devices (temp)"
|
msgid "HDD devices (temp)"
|
||||||
msgstr "HDD (температура)"
|
msgstr "HDD (температура)"
|
||||||
|
|
||||||
#: po/rc.cpp:68 rc.cpp:68
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
msgid "Disable auto select device and set specified device"
|
msgid "Disable auto select device and set specified device"
|
||||||
msgstr "Відключити автоматичний вибір пристрою та використовувати вказаний"
|
msgstr "Відключити автоматичний вибір пристрою та використовувати вказаний"
|
||||||
|
|
||||||
#: po/rc.cpp:71 rc.cpp:71
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
msgid "Set network device"
|
msgid "Set network device"
|
||||||
msgstr "Оберіть мережевий пристрій"
|
msgstr "Оберіть мережевий пристрій"
|
||||||
|
|
||||||
#: po/rc.cpp:74 rc.cpp:74
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC підключений"
|
msgstr "AC підключений"
|
||||||
|
|
||||||
#: po/rc.cpp:77 rc.cpp:77
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
msgid "Line, which returns when AC is online"
|
msgid "Line, which returns when AC is online"
|
||||||
msgstr "Рядок, що повертається при підключеному адаптері живлення"
|
msgstr "Рядок, що повертається при підключеному адаптері живлення"
|
||||||
|
|
||||||
#: po/rc.cpp:80 rc.cpp:80
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC відключений"
|
msgstr "AC відключений"
|
||||||
|
|
||||||
#: po/rc.cpp:83 rc.cpp:83
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
msgid "Line, which returns when AC is offline"
|
msgid "Line, which returns when AC is offline"
|
||||||
msgstr "Рядок, що повертається при відключеному адаптері живлення"
|
msgstr "Рядок, що повертається при відключеному адаптері живлення"
|
||||||
|
|
||||||
#: po/rc.cpp:86 rc.cpp:86
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Інтервал оновлення"
|
msgstr "Інтервал оновлення"
|
||||||
|
|
||||||
#: po/rc.cpp:89 po/rc.cpp:196 rc.cpp:89 rc.cpp:196
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Шрифт"
|
msgstr "Шрифт"
|
||||||
|
|
||||||
#: po/rc.cpp:92 rc.cpp:92
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
msgid "Font size"
|
msgid "Font size"
|
||||||
msgstr "Розмір шрифту"
|
msgstr "Розмір шрифту"
|
||||||
|
|
||||||
#: po/rc.cpp:95 rc.cpp:95
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
msgid "Font color"
|
msgid "Font color"
|
||||||
msgstr "Колір шрифту"
|
msgstr "Колір шрифту"
|
||||||
|
|
||||||
#: po/rc.cpp:98 rc.cpp:98
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
msgid "Font style"
|
msgid "Font style"
|
||||||
msgstr "Стиль шрифту"
|
msgstr "Стиль шрифту"
|
||||||
|
|
||||||
#: po/rc.cpp:101 rc.cpp:101
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
msgid "Font weight"
|
msgid "Font weight"
|
||||||
msgstr "Ширина шрифту"
|
msgstr "Ширина шрифту"
|
||||||
|
|
||||||
#: po/rc.cpp:104 rc.cpp:104
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
#: po/rc.cpp:107 rc.cpp:107
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Порт сервера MPD"
|
msgstr "Порт сервера MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:110 rc.cpp:110
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Пристій GPU"
|
msgstr "Пристій GPU"
|
||||||
|
|
||||||
#: po/rc.cpp:113 rc.cpp:113
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Команда hddtemp"
|
msgstr "Команда hddtemp"
|
||||||
|
|
||||||
#: po/rc.cpp:116 rc.cpp:116
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
msgid "Music player"
|
msgid "Music player"
|
||||||
msgstr "Музичний плеєр"
|
msgstr "Музичний плеєр"
|
||||||
|
|
||||||
#: po/rc.cpp:119 rc.cpp:119
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Адреса сервера MPD"
|
msgstr "Адреса сервера MPD"
|
||||||
|
|
||||||
#: po/rc.cpp:122 rc.cpp:122
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
msgid "Desktop check cmd"
|
msgid "Desktop check cmd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:125 rc.cpp:125
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:128 rc.cpp:128
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
msgid "MPRIS player name"
|
msgid "MPRIS player name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:131 po/rc.cpp:141 rc.cpp:131 rc.cpp:141
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
msgid ""
|
msgid ""
|
||||||
"Editable\n"
|
"Editable\n"
|
||||||
"del - remove item"
|
"del - remove item"
|
||||||
@ -255,20 +260,13 @@ msgstr ""
|
|||||||
"Можна редагувати\n"
|
"Можна редагувати\n"
|
||||||
"del - видалити рядок"
|
"del - видалити рядок"
|
||||||
|
|
||||||
#: po/rc.cpp:148 rc.cpp:148
|
|
||||||
msgid "Battery device"
|
|
||||||
msgstr "Пристрій батареї"
|
|
||||||
|
|
||||||
#: po/rc.cpp:151 rc.cpp:151
|
|
||||||
msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
|
||||||
msgstr "\"/sys/class/power_supply/BAT0/capacity\" за замовчуванням"
|
|
||||||
|
|
||||||
#: po/rc.cpp:154 rc.cpp:154
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
msgid "AC device"
|
msgid "ACPI path"
|
||||||
msgstr "AC пристрій"
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:157 rc.cpp:157
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
msgid "\"/sys/class/power_supply/AC/online\" by default"
|
#, fuzzy
|
||||||
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
msgstr "\"/sys/class/power_supply/AC/online\" за замовчуванням"
|
msgstr "\"/sys/class/power_supply/AC/online\" за замовчуванням"
|
||||||
|
|
||||||
#: po/rc.cpp:160 rc.cpp:160
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
@ -355,6 +353,12 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "sarumyan@i.ua"
|
msgstr "sarumyan@i.ua"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "Пристрій батареї"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "\"/sys/class/power_supply/BAT0/capacity\" за замовчуванням"
|
||||||
|
|
||||||
#~ msgid "Vertical layout"
|
#~ msgid "Vertical layout"
|
||||||
#~ msgstr "Вертикальна розмітка"
|
#~ msgstr "Вертикальна розмітка"
|
||||||
|
|
||||||
|
357
sources/awesome-widget/po/zh.po
Normal file
357
sources/awesome-widget/po/zh.po
Normal file
@ -0,0 +1,357 @@
|
|||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Steve Lemuel <wlemuel@hotmail.com>, 2014.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
|
"POT-Creation-Date: 2014-09-21 20:18+0400\n"
|
||||||
|
"PO-Revision-Date: 2014-09-10 22:50+0800\n"
|
||||||
|
"Last-Translator: Steve Lemuel <wlemuel@hotmail.com>\n"
|
||||||
|
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
||||||
|
"Language: en_US\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
|
#: awesome-widget.cpp:78
|
||||||
|
msgid "Run ksysguard"
|
||||||
|
msgstr "运行任务管理器"
|
||||||
|
|
||||||
|
#: awesome-widget.cpp:81
|
||||||
|
msgid "Show README"
|
||||||
|
msgstr "显示帮助文档"
|
||||||
|
|
||||||
|
#: awesome-widget.cpp:84
|
||||||
|
msgid "Update text"
|
||||||
|
msgstr "刷新文本"
|
||||||
|
|
||||||
|
#: configuration.cpp:362 po/rc.cpp:151 rc.cpp:151
|
||||||
|
msgid "Custom command"
|
||||||
|
msgstr "自定义命令"
|
||||||
|
|
||||||
|
#: configuration.cpp:392 po/rc.cpp:141 rc.cpp:141
|
||||||
|
msgid "Package manager"
|
||||||
|
msgstr "包管理器"
|
||||||
|
|
||||||
|
#: configuration.cpp:393 po/rc.cpp:144 rc.cpp:144
|
||||||
|
msgid "Null lines"
|
||||||
|
msgstr "空行"
|
||||||
|
|
||||||
|
#: configuration.cpp:405
|
||||||
|
msgid "Widget"
|
||||||
|
msgstr "窗口小部件"
|
||||||
|
|
||||||
|
#: configuration.cpp:406
|
||||||
|
msgid "Advanced"
|
||||||
|
msgstr "高级设置"
|
||||||
|
|
||||||
|
#: configuration.cpp:407
|
||||||
|
msgid "Tooltip"
|
||||||
|
msgstr "提示"
|
||||||
|
|
||||||
|
#: configuration.cpp:408
|
||||||
|
msgid "Appearance"
|
||||||
|
msgstr "外观"
|
||||||
|
|
||||||
|
#: configuration.cpp:409
|
||||||
|
msgid "DataEngine"
|
||||||
|
msgstr "数据引擎"
|
||||||
|
|
||||||
|
#: configuration.cpp:697 configuration.cpp:711
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "移除"
|
||||||
|
|
||||||
|
#: configuration.cpp:766
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr "选择字体"
|
||||||
|
|
||||||
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr "启用背景"
|
||||||
|
|
||||||
|
#: po/rc.cpp:6 rc.cpp:6
|
||||||
|
msgid "Enable popup on mouse click"
|
||||||
|
msgstr "鼠标点击时弹出对话框"
|
||||||
|
|
||||||
|
#: po/rc.cpp:9 rc.cpp:9
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "自定义时间格式"
|
||||||
|
|
||||||
|
#: po/rc.cpp:12 rc.cpp:12
|
||||||
|
msgid ""
|
||||||
|
"$dddd - long weekday\n"
|
||||||
|
"$ddd - short weekday\n"
|
||||||
|
"$dd - day\n"
|
||||||
|
"$d - day w\\o zero\n"
|
||||||
|
"$MMMM - long month\n"
|
||||||
|
"$MMM - short month\n"
|
||||||
|
"$MM - month\n"
|
||||||
|
"$M - month w\\o zero\n"
|
||||||
|
"$yyyy - year\n"
|
||||||
|
"$yy - short year\n"
|
||||||
|
"$hh - hours (24 only)\n"
|
||||||
|
"$h - hours w\\o zero (24 only)\n"
|
||||||
|
"$mm - minutes\n"
|
||||||
|
"$m - minutes w\\o zero\n"
|
||||||
|
"$ss - seconds\n"
|
||||||
|
"$s - seconds w\\o zero"
|
||||||
|
msgstr ""
|
||||||
|
"$dddd - 详细工作日\n"
|
||||||
|
"$ddd - 简短工作日\n"
|
||||||
|
"$dd - 日\n"
|
||||||
|
"$d - 日 w\\o 零\n"
|
||||||
|
"$MMMM - 详细月份\n"
|
||||||
|
"$MMM - 简短月份\n"
|
||||||
|
"$MM - 月\n"
|
||||||
|
"$M - 月 w\\o 零\n"
|
||||||
|
"$yyyy - 年\n"
|
||||||
|
"$yy - 简短年份\n"
|
||||||
|
"$hh - 小时 (24 小时制)\n"
|
||||||
|
"$h - 小时 w\\o 零 (24 小时制)\n"
|
||||||
|
"$mm - 分\n"
|
||||||
|
"$m - 分 w\\o 零\n"
|
||||||
|
"$ss - 秒\n"
|
||||||
|
"$s - 秒 w\\o 零"
|
||||||
|
|
||||||
|
#: po/rc.cpp:30 rc.cpp:30
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "自定义启动时间显示格式"
|
||||||
|
|
||||||
|
#: po/rc.cpp:33 rc.cpp:33
|
||||||
|
msgid ""
|
||||||
|
"$dd - uptime days\n"
|
||||||
|
"$d - uptime days without zero\n"
|
||||||
|
"$hh - uptime hours\n"
|
||||||
|
"$h - uptime hours without zero\n"
|
||||||
|
"$mm - uptime minutes\n"
|
||||||
|
"$m - uptime minutes without zero"
|
||||||
|
msgstr ""
|
||||||
|
"$dd - 运行天数\n"
|
||||||
|
"$d - 运行天数(不显示0)\n"
|
||||||
|
"$hh - 运行小时数\n"
|
||||||
|
"$h - 运行小时数(不显示0)\n"
|
||||||
|
"$mm - 运行分钟数\n"
|
||||||
|
"$m - 运行分钟数(不显示0)"
|
||||||
|
|
||||||
|
#: po/rc.cpp:41 rc.cpp:41
|
||||||
|
msgid "Temperature units"
|
||||||
|
msgstr "温度单位"
|
||||||
|
|
||||||
|
#: po/rc.cpp:44 rc.cpp:44
|
||||||
|
msgid "Temperature devices"
|
||||||
|
msgstr "温度传感器"
|
||||||
|
|
||||||
|
#: po/rc.cpp:47 po/rc.cpp:53 po/rc.cpp:59 po/rc.cpp:65 po/rc.cpp:71 rc.cpp:47
|
||||||
|
#: rc.cpp:53 rc.cpp:59 rc.cpp:65 rc.cpp:71
|
||||||
|
msgid "Editable"
|
||||||
|
msgstr "可编辑的"
|
||||||
|
|
||||||
|
#: po/rc.cpp:50 rc.cpp:50
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Fan devices"
|
||||||
|
msgstr "外界电源设备"
|
||||||
|
|
||||||
|
#: po/rc.cpp:56 rc.cpp:56
|
||||||
|
msgid "Mount points"
|
||||||
|
msgstr "挂载点"
|
||||||
|
|
||||||
|
#: po/rc.cpp:62 rc.cpp:62
|
||||||
|
msgid "HDD devices (speed)"
|
||||||
|
msgstr "硬盘(高速)"
|
||||||
|
|
||||||
|
#: po/rc.cpp:68 rc.cpp:68
|
||||||
|
msgid "HDD devices (temp)"
|
||||||
|
msgstr "硬盘(临时)"
|
||||||
|
|
||||||
|
#: po/rc.cpp:74 rc.cpp:74
|
||||||
|
msgid "Disable auto select device and set specified device"
|
||||||
|
msgstr "禁用自动选择设备和设置特殊设备"
|
||||||
|
|
||||||
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
|
msgid "Set network device"
|
||||||
|
msgstr "设置网络设备"
|
||||||
|
|
||||||
|
#: po/rc.cpp:80 rc.cpp:80
|
||||||
|
msgid "AC online tag"
|
||||||
|
msgstr "外接电源使用中标签"
|
||||||
|
|
||||||
|
#: po/rc.cpp:83 rc.cpp:83
|
||||||
|
msgid "Line, which returns when AC is online"
|
||||||
|
msgstr "外接电源使用时显示线条"
|
||||||
|
|
||||||
|
#: po/rc.cpp:86 rc.cpp:86
|
||||||
|
msgid "AC offline tag"
|
||||||
|
msgstr "外接电源未使用标签"
|
||||||
|
|
||||||
|
#: po/rc.cpp:89 rc.cpp:89
|
||||||
|
msgid "Line, which returns when AC is offline"
|
||||||
|
msgstr "外接电源未使用时显示线条"
|
||||||
|
|
||||||
|
#: po/rc.cpp:92 rc.cpp:92
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "时间周期"
|
||||||
|
|
||||||
|
#: po/rc.cpp:95 po/rc.cpp:196 rc.cpp:95 rc.cpp:196
|
||||||
|
msgid "Font"
|
||||||
|
msgstr "字体"
|
||||||
|
|
||||||
|
#: po/rc.cpp:98 rc.cpp:98
|
||||||
|
msgid "Font size"
|
||||||
|
msgstr "字体大小"
|
||||||
|
|
||||||
|
#: po/rc.cpp:101 rc.cpp:101
|
||||||
|
msgid "Font color"
|
||||||
|
msgstr "字体颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:104 rc.cpp:104
|
||||||
|
msgid "Font style"
|
||||||
|
msgstr "字体样式"
|
||||||
|
|
||||||
|
#: po/rc.cpp:107 rc.cpp:107
|
||||||
|
msgid "Font weight"
|
||||||
|
msgstr "字体宽度"
|
||||||
|
|
||||||
|
#: po/rc.cpp:110 rc.cpp:110
|
||||||
|
msgid "HDD"
|
||||||
|
msgstr "硬盘"
|
||||||
|
|
||||||
|
#: po/rc.cpp:113 rc.cpp:113
|
||||||
|
msgid "MPD port"
|
||||||
|
msgstr "MPD 端口"
|
||||||
|
|
||||||
|
#: po/rc.cpp:116 rc.cpp:116
|
||||||
|
msgid "GPU device"
|
||||||
|
msgstr "GPU 设备"
|
||||||
|
|
||||||
|
#: po/rc.cpp:119 rc.cpp:119
|
||||||
|
msgid "hddtemp cmd"
|
||||||
|
msgstr "硬盘温度显示命令"
|
||||||
|
|
||||||
|
#: po/rc.cpp:122 rc.cpp:122
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "音乐播放器"
|
||||||
|
|
||||||
|
#: po/rc.cpp:125 rc.cpp:125
|
||||||
|
msgid "MPD address"
|
||||||
|
msgstr "MPD 地址"
|
||||||
|
|
||||||
|
#: po/rc.cpp:128 rc.cpp:128
|
||||||
|
msgid "Desktop check cmd"
|
||||||
|
msgstr "检测桌面命令"
|
||||||
|
|
||||||
|
#: po/rc.cpp:131 rc.cpp:131
|
||||||
|
msgid "<b>NOTE:</b> Player DBus interface should be an active"
|
||||||
|
msgstr "<b>提示:</b> 播放器 DBus 应当处于激活状态"
|
||||||
|
|
||||||
|
#: po/rc.cpp:134 rc.cpp:134
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "MPRIS 播放器名"
|
||||||
|
|
||||||
|
#: po/rc.cpp:137 po/rc.cpp:147 rc.cpp:137 rc.cpp:147
|
||||||
|
msgid ""
|
||||||
|
"Editable\n"
|
||||||
|
"del - remove item"
|
||||||
|
msgstr ""
|
||||||
|
"可编辑的\n"
|
||||||
|
"del - 移除项目"
|
||||||
|
|
||||||
|
#: po/rc.cpp:154 rc.cpp:154
|
||||||
|
msgid "ACPI path"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:157 rc.cpp:157
|
||||||
|
#, fuzzy
|
||||||
|
msgid "\"/sys/class/power_supply/\" by default"
|
||||||
|
msgstr "默认为 \"/sys/class/power_supply/AC/online\""
|
||||||
|
|
||||||
|
#: po/rc.cpp:160 rc.cpp:160
|
||||||
|
msgid ""
|
||||||
|
"CPU, CPU clock, memory, swap and network labels support graphical tooltip. "
|
||||||
|
"To enable them just make needed checkbox fully checked."
|
||||||
|
msgstr ""
|
||||||
|
"CPU, CPU 时钟,内存,虚拟内存和网络连接标签均支持图形化提示显示。 请在相应复"
|
||||||
|
"选框中勾选以启用该功能。 "
|
||||||
|
|
||||||
|
#: po/rc.cpp:163 rc.cpp:163
|
||||||
|
msgid "Number of values for tooltips"
|
||||||
|
msgstr "提示的数值"
|
||||||
|
|
||||||
|
#: po/rc.cpp:166 rc.cpp:166
|
||||||
|
msgid "Background"
|
||||||
|
msgstr "背景"
|
||||||
|
|
||||||
|
#: po/rc.cpp:169 rc.cpp:169
|
||||||
|
msgid "CPU color"
|
||||||
|
msgstr "CPU 颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:172 rc.cpp:172
|
||||||
|
msgid "CPU clock color"
|
||||||
|
msgstr "CPU 时钟颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:175 rc.cpp:175
|
||||||
|
msgid "Memory color"
|
||||||
|
msgstr "内存显示颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:178 rc.cpp:178
|
||||||
|
msgid "Swap color"
|
||||||
|
msgstr "虚拟内存颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:181 rc.cpp:181
|
||||||
|
msgid "Download speed color"
|
||||||
|
msgstr "下载速度颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:184 rc.cpp:184
|
||||||
|
msgid "Upload speed color"
|
||||||
|
msgstr "上传速度颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:187 rc.cpp:187
|
||||||
|
msgid "Battery active color"
|
||||||
|
msgstr "电池使用状态提示颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:190 rc.cpp:190
|
||||||
|
msgid "Battery inactive color"
|
||||||
|
msgstr "电池未使用状态提示颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:193 rc.cpp:193
|
||||||
|
msgid ""
|
||||||
|
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||||
|
"awesome-widgets/\">project homepage</a>"
|
||||||
|
msgstr ""
|
||||||
|
"详情请参照 <a href=\"http://arcanis.name/projects/ awesome-widgets/\">项目主"
|
||||||
|
"页</a>"
|
||||||
|
|
||||||
|
#: po/rc.cpp:199 rc.cpp:199
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr "Ctrl+B"
|
||||||
|
|
||||||
|
#: po/rc.cpp:202 rc.cpp:202
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr "Ctrl+I"
|
||||||
|
|
||||||
|
#: po/rc.cpp:205 rc.cpp:205
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr "Ctrl+U"
|
||||||
|
|
||||||
|
#: po/rc.cpp:208 rc.cpp:208
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "添加"
|
||||||
|
|
||||||
|
#: po/rc.cpp:209 rc.cpp:209
|
||||||
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
|
msgid "Your names"
|
||||||
|
msgstr "用户名"
|
||||||
|
|
||||||
|
#: po/rc.cpp:210 rc.cpp:210
|
||||||
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
|
msgid "Your emails"
|
||||||
|
msgstr "用户邮箱"
|
||||||
|
|
||||||
|
#~ msgid "Battery device"
|
||||||
|
#~ msgstr "电池设备"
|
||||||
|
|
||||||
|
#~ msgid "\"/sys/class/power_supply/BAT0/capacity\" by default"
|
||||||
|
#~ msgstr "默认为 \"/sys/class/power_supply/BAT0/capacity\""
|
@ -38,6 +38,8 @@ void AwesomeWidget::reinit()
|
|||||||
else
|
else
|
||||||
textLabel->setPopupEnabled(true);
|
textLabel->setPopupEnabled(true);
|
||||||
updateText(true);
|
updateText(true);
|
||||||
|
textLabel->adjustSize();
|
||||||
|
mainLayout->itemAt(0, 0)->setGeometry(textLabel->geometry());
|
||||||
|
|
||||||
keys = getKeys();
|
keys = getKeys();
|
||||||
foundKeys = findKeys();
|
foundKeys = findKeys();
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <Plasma/Theme>
|
#include <Plasma/Theme>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QGraphicsLinearLayout>
|
#include <QGraphicsGridLayout>
|
||||||
#include <QGraphicsSceneMouseEvent>
|
#include <QGraphicsSceneMouseEvent>
|
||||||
#include <QGraphicsView>
|
#include <QGraphicsView>
|
||||||
#include <QProcessEnvironment>
|
#include <QProcessEnvironment>
|
||||||
@ -94,9 +94,6 @@ DesktopPanel::DesktopPanel(QObject *parent, const QVariantList &args)
|
|||||||
|
|
||||||
DesktopPanel::~DesktopPanel()
|
DesktopPanel::~DesktopPanel()
|
||||||
{
|
{
|
||||||
// for (int i=0; i<labels.count(); i++)
|
|
||||||
// delete labels[i];
|
|
||||||
// delete layout;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -106,7 +103,7 @@ void DesktopPanel::init()
|
|||||||
|
|
||||||
extsysmonEngine = dataEngine(QString("ext-sysmon"));
|
extsysmonEngine = dataEngine(QString("ext-sysmon"));
|
||||||
|
|
||||||
layout = new QGraphicsLinearLayout();
|
layout = new QGraphicsGridLayout();
|
||||||
layout->setContentsMargins(1, 1, 1, 1);
|
layout->setContentsMargins(1, 1, 1, 1);
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
|
|
||||||
@ -154,15 +151,18 @@ QString DesktopPanel::panelLocationToStr(Plasma::Location loc)
|
|||||||
QString DesktopPanel::parsePattern(const QString rawLine, const int num)
|
QString DesktopPanel::parsePattern(const QString rawLine, const int num)
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Run function with raw line" << rawLine;
|
if (debug) qDebug() << PDEBUG << ":" << "Raw line" << rawLine;
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Run function with number" << num;
|
if (debug) qDebug() << PDEBUG << ":" << "Number" << num;
|
||||||
|
|
||||||
QString line, mark;
|
QString line, fullMark, mark;
|
||||||
line = rawLine;
|
line = rawLine;
|
||||||
if (currentDesktop == num + 1)
|
if (currentDesktop == num + 1)
|
||||||
mark = configuration[QString("mark")];
|
mark = configuration[QString("mark")];
|
||||||
else
|
else
|
||||||
mark = QString("");
|
mark = QString("");
|
||||||
|
fullMark = QString("%1").arg(mark, configuration[QString("mark")].count(), QLatin1Char(' '));
|
||||||
|
if (line.contains(QString("$fullmark")))
|
||||||
|
line.replace(QString("$fullmark"), fullMark);
|
||||||
if (line.contains(QString("$mark")))
|
if (line.contains(QString("$mark")))
|
||||||
line.replace(QString("$mark"), mark);
|
line.replace(QString("$mark"), mark);
|
||||||
if (line.contains(QString("$name")))
|
if (line.contains(QString("$name")))
|
||||||
@ -189,7 +189,7 @@ void DesktopPanel::reinit()
|
|||||||
}
|
}
|
||||||
labels.clear();
|
labels.clear();
|
||||||
// layout
|
// layout
|
||||||
layout = new QGraphicsLinearLayout();
|
layout = new QGraphicsGridLayout();
|
||||||
layout->setContentsMargins(1, 1, 1, 1);
|
layout->setContentsMargins(1, 1, 1, 1);
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
|
|
||||||
@ -197,24 +197,18 @@ void DesktopPanel::reinit()
|
|||||||
// layout
|
// layout
|
||||||
if (configuration[QString("background")].toInt() == 0)
|
if (configuration[QString("background")].toInt() == 0)
|
||||||
setBackgroundHints(NoBackground);
|
setBackgroundHints(NoBackground);
|
||||||
if (configuration[QString("layout")].toInt() == 0)
|
|
||||||
layout->setOrientation(Qt::Horizontal);
|
|
||||||
else
|
|
||||||
layout->setOrientation(Qt::Vertical);
|
|
||||||
// left stretch
|
|
||||||
if (configuration[QString("leftStretch")].toInt() == 2)
|
|
||||||
layout->addStretch(1);
|
|
||||||
// labels
|
// labels
|
||||||
for (int i=0; i<desktopNames.count(); i++) {
|
for (int i=0; i<desktopNames.count(); i++) {
|
||||||
labels.append(new CustomPlasmaLabel(this, i));
|
labels.append(new CustomPlasmaLabel(this, i));
|
||||||
layout->addItem(labels[i]);
|
labels[i]->setWordWrap(false);
|
||||||
|
labels[i]->setAttribute(Qt::WA_NoSystemBackground, true);
|
||||||
|
if (configuration[QString("layout")].toInt() == 0)
|
||||||
|
layout->addItem(labels[i], 0, i);
|
||||||
|
else
|
||||||
|
layout->addItem(labels[i], i, 0);
|
||||||
}
|
}
|
||||||
// right stretch
|
|
||||||
if (configuration[QString("rightStretch")].toInt() == 2)
|
|
||||||
layout->addStretch(1);
|
|
||||||
|
|
||||||
updateText();
|
updateText(true);
|
||||||
resize(10, 10);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -259,21 +253,24 @@ void DesktopPanel::setCurrentDesktop(const int number)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void DesktopPanel::updateText()
|
void DesktopPanel::updateText(const bool first)
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
|
|
||||||
if (labels.isEmpty()) return;
|
|
||||||
QString line, text;
|
QString line, text;
|
||||||
for (int i=0; i<labels.count(); i++) {
|
for (int i=0; i<labels.count(); i++) {
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Label" << i;
|
if (debug) qDebug() << PDEBUG << ":" << "Label" << i;
|
||||||
line = parsePattern(configuration[QString("pattern")], i);
|
if (first)
|
||||||
|
line = configuration[QString("pattern")];
|
||||||
|
else
|
||||||
|
line = parsePattern(configuration[QString("pattern")], i);
|
||||||
if (currentDesktop == i + 1)
|
if (currentDesktop == i + 1)
|
||||||
text = currentFormatLine[0] + line + currentFormatLine[1];
|
text = currentFormatLine[0] + line + currentFormatLine[1];
|
||||||
else
|
else
|
||||||
text = formatLine[0] + line + formatLine[1];
|
text = formatLine[0] + line + formatLine[1];
|
||||||
labels[i]->setText(text);
|
labels[i]->setText(text);
|
||||||
}
|
}
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -281,7 +278,7 @@ void DesktopPanel::updateText()
|
|||||||
void DesktopPanel::dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
|
void DesktopPanel::dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Run function with source name" << sourceName;
|
if (debug) qDebug() << PDEBUG << ":" << "Source name" << sourceName;
|
||||||
|
|
||||||
if (data.keys().count() == 0)
|
if (data.keys().count() == 0)
|
||||||
return;
|
return;
|
||||||
@ -308,6 +305,7 @@ void DesktopPanel::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
QWidget *toggleWidget = new QWidget;
|
QWidget *toggleWidget = new QWidget;
|
||||||
uiToggleConfig.setupUi(toggleWidget);
|
uiToggleConfig.setupUi(toggleWidget);
|
||||||
|
|
||||||
|
uiWidConfig.textEdit_elements->setPlainText(configuration[QString("pattern")]);
|
||||||
if (configuration[QString("background")].toInt() == 0)
|
if (configuration[QString("background")].toInt() == 0)
|
||||||
uiWidConfig.checkBox_background->setCheckState(Qt::Unchecked);
|
uiWidConfig.checkBox_background->setCheckState(Qt::Unchecked);
|
||||||
else
|
else
|
||||||
@ -316,18 +314,9 @@ void DesktopPanel::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
uiWidConfig.checkBox_layout->setCheckState(Qt::Unchecked);
|
uiWidConfig.checkBox_layout->setCheckState(Qt::Unchecked);
|
||||||
else
|
else
|
||||||
uiWidConfig.checkBox_layout->setCheckState(Qt::Checked);
|
uiWidConfig.checkBox_layout->setCheckState(Qt::Checked);
|
||||||
if (configuration[QString("leftStretch")].toInt() == 0)
|
|
||||||
uiWidConfig.checkBox_leftStretch->setCheckState(Qt::Unchecked);
|
|
||||||
else
|
|
||||||
uiWidConfig.checkBox_leftStretch->setCheckState(Qt::Checked);
|
|
||||||
if (configuration[QString("rightStretch")].toInt() == 0)
|
|
||||||
uiWidConfig.checkBox_rightStretch->setCheckState(Qt::Unchecked);
|
|
||||||
else
|
|
||||||
uiWidConfig.checkBox_rightStretch->setCheckState(Qt::Checked);
|
|
||||||
uiWidConfig.spinBox_interval->setValue(configuration[QString("interval")].toInt());
|
uiWidConfig.spinBox_interval->setValue(configuration[QString("interval")].toInt());
|
||||||
uiWidConfig.comboBox_mark->setItemText(uiWidConfig.comboBox_mark->count()-1, configuration[QString("mark")]);
|
uiWidConfig.comboBox_mark->setItemText(uiWidConfig.comboBox_mark->count()-1, configuration[QString("mark")]);
|
||||||
uiWidConfig.comboBox_mark->setCurrentIndex(uiWidConfig.comboBox_mark->count()-1);
|
uiWidConfig.comboBox_mark->setCurrentIndex(uiWidConfig.comboBox_mark->count()-1);
|
||||||
uiWidConfig.lineEdit_pattern->setText(configuration[QString("pattern")]);
|
|
||||||
uiWidConfig.lineEdit_desktopcmd->setText(configuration[QString("desktopcmd")]);
|
uiWidConfig.lineEdit_desktopcmd->setText(configuration[QString("desktopcmd")]);
|
||||||
|
|
||||||
KConfigGroup cg = config();
|
KConfigGroup cg = config();
|
||||||
@ -376,6 +365,18 @@ void DesktopPanel::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
parent->addPage(appWidget, i18n("Appearance"), QString("preferences-desktop-theme"));
|
parent->addPage(appWidget, i18n("Appearance"), QString("preferences-desktop-theme"));
|
||||||
parent->addPage(toggleWidget, i18n("Toggle panels"), QString("plasma"));
|
parent->addPage(toggleWidget, i18n("Toggle panels"), QString("plasma"));
|
||||||
|
|
||||||
|
connect(uiWidConfig.pushButton_tags, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_br, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_font, SIGNAL(clicked(bool)), this, SLOT(setFontFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_bold, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_italic, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_underline, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_strike, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_left, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_center, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_right, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
connect(uiWidConfig.pushButton_fill, SIGNAL(clicked(bool)), this, SLOT(setFormating()));
|
||||||
|
|
||||||
connect(parent, SIGNAL(okClicked()), this, SLOT(configAccepted()));
|
connect(parent, SIGNAL(okClicked()), this, SLOT(configAccepted()));
|
||||||
connect(parent, SIGNAL(applyClicked()), this, SLOT(configAccepted()));
|
connect(parent, SIGNAL(applyClicked()), this, SLOT(configAccepted()));
|
||||||
}
|
}
|
||||||
@ -388,13 +389,11 @@ void DesktopPanel::configAccepted()
|
|||||||
extsysmonEngine->disconnectSource(QString("desktop"), this);
|
extsysmonEngine->disconnectSource(QString("desktop"), this);
|
||||||
KConfigGroup cg = config();
|
KConfigGroup cg = config();
|
||||||
|
|
||||||
|
cg.writeEntry("pattern", uiWidConfig.textEdit_elements->toPlainText());
|
||||||
cg.writeEntry("background", QString::number(uiWidConfig.checkBox_background->checkState()));
|
cg.writeEntry("background", QString::number(uiWidConfig.checkBox_background->checkState()));
|
||||||
cg.writeEntry("layout", QString::number(uiWidConfig.checkBox_layout->checkState()));
|
cg.writeEntry("layout", QString::number(uiWidConfig.checkBox_layout->checkState()));
|
||||||
cg.writeEntry("leftStretch", QString::number(uiWidConfig.checkBox_leftStretch->checkState()));
|
|
||||||
cg.writeEntry("rightStretch", QString::number(uiWidConfig.checkBox_rightStretch->checkState()));
|
|
||||||
cg.writeEntry("interval", QString::number(uiWidConfig.spinBox_interval->value()));
|
cg.writeEntry("interval", QString::number(uiWidConfig.spinBox_interval->value()));
|
||||||
cg.writeEntry("mark", uiWidConfig.comboBox_mark->currentText());
|
cg.writeEntry("mark", uiWidConfig.comboBox_mark->currentText());
|
||||||
cg.writeEntry("pattern", uiWidConfig.lineEdit_pattern->text());
|
|
||||||
cg.writeEntry("desktopcmd", uiWidConfig.lineEdit_desktopcmd->text());
|
cg.writeEntry("desktopcmd", uiWidConfig.lineEdit_desktopcmd->text());
|
||||||
|
|
||||||
cg.writeEntry("currentFontFamily", uiAppConfig.fontComboBox_fontActive->currentFont().family());
|
cg.writeEntry("currentFontFamily", uiAppConfig.fontComboBox_fontActive->currentFont().family());
|
||||||
@ -426,15 +425,13 @@ void DesktopPanel::configChanged()
|
|||||||
|
|
||||||
KConfigGroup cg = config();
|
KConfigGroup cg = config();
|
||||||
|
|
||||||
|
configuration[QString("pattern")] = cg.readEntry("pattern", "[$fullmark$number/$total: $name]");
|
||||||
configuration[QString("background")] = cg.readEntry("background", "2");
|
configuration[QString("background")] = cg.readEntry("background", "2");
|
||||||
configuration[QString("desktopcmd")] = cg.readEntry("desktopcmd", "qdbus org.kde.kwin /KWin setCurrentDesktop $number");
|
configuration[QString("desktopcmd")] = cg.readEntry("desktopcmd", "qdbus org.kde.kwin /KWin setCurrentDesktop $number");
|
||||||
configuration[QString("interval")] = cg.readEntry("interval", "1000");
|
configuration[QString("interval")] = cg.readEntry("interval", "1000");
|
||||||
configuration[QString("layout")] = cg.readEntry("layout", "0");
|
configuration[QString("layout")] = cg.readEntry("layout", "0");
|
||||||
configuration[QString("leftStretch")] = cg.readEntry("leftStretch", "2");
|
|
||||||
configuration[QString("mark")] = cg.readEntry("mark", "¤");
|
configuration[QString("mark")] = cg.readEntry("mark", "¤");
|
||||||
configuration[QString("panels")] = cg.readEntry("panels", "-1");
|
configuration[QString("panels")] = cg.readEntry("panels", "-1");
|
||||||
configuration[QString("pattern")] = cg.readEntry("pattern", "[$mark$number/$total: $name]");
|
|
||||||
configuration[QString("rightStretch")] = cg.readEntry("rightStretch", "2");
|
|
||||||
|
|
||||||
extsysmonEngine->connectSource(QString("desktop"), this, configuration[QString("interval")].toInt());
|
extsysmonEngine->connectSource(QString("desktop"), this, configuration[QString("interval")].toInt());
|
||||||
|
|
||||||
@ -479,4 +476,49 @@ void DesktopPanel::configChanged()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void DesktopPanel::setFontFormating()
|
||||||
|
{
|
||||||
|
if (debug) qDebug() << PDEBUG;
|
||||||
|
|
||||||
|
CFont defaultFont = CFont(uiAppConfig.fontComboBox_fontInactive->currentFont().family(),
|
||||||
|
uiAppConfig.spinBox_fontSizeInactive->value(),
|
||||||
|
400, false, uiAppConfig.kcolorcombo_fontColorInactive->color());
|
||||||
|
CFont font = CFontDialog::getFont(i18n("Select font"), defaultFont,
|
||||||
|
false, false);
|
||||||
|
QString selectedText = uiWidConfig.textEdit_elements->textCursor().selectedText();
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<span style=\"color:%1; font-family:'%2'; font-size:%3pt;\">")
|
||||||
|
.arg(font.color().name()).arg(font.family()).arg(font.pointSize()) +
|
||||||
|
selectedText + QString("</span>"));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void DesktopPanel::setFormating()
|
||||||
|
{
|
||||||
|
if (debug) qDebug() << PDEBUG;
|
||||||
|
if (debug) qDebug() << PDEBUG << ":" << "Sender" << sender();
|
||||||
|
|
||||||
|
QString selectedText = uiWidConfig.textEdit_elements->textCursor().selectedText();
|
||||||
|
if (sender() == uiWidConfig.pushButton_tags)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("$") + uiWidConfig.comboBox_tags->currentText());
|
||||||
|
else if (sender() == uiWidConfig.pushButton_br)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<br>\n"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_bold)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<b>") + selectedText + QString("</b>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_italic)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<i>") + selectedText + QString("</i>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_underline)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<u>") + selectedText + QString("</u>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_strike)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<s>") + selectedText + QString("</s>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_left)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<p align=\"left\">") + selectedText + QString("</p>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_center)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<p align=\"center\">") + selectedText + QString("</p>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_right)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<p align=\"right\">") + selectedText + QString("</p>"));
|
||||||
|
else if (sender() == uiWidConfig.pushButton_fill)
|
||||||
|
uiWidConfig.textEdit_elements->insertPlainText(QString("<p align=\"justify\">") + selectedText + QString("</p>"));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#include "desktop-panel.moc"
|
#include "desktop-panel.moc"
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <ui_widget.h>
|
#include <ui_widget.h>
|
||||||
|
|
||||||
|
|
||||||
class QGraphicsLinearLayout;
|
class QGraphicsGridLayout;
|
||||||
class DesktopPanel;
|
class DesktopPanel;
|
||||||
|
|
||||||
|
|
||||||
@ -76,6 +76,8 @@ public slots:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void reinit();
|
void reinit();
|
||||||
|
void setFontFormating();
|
||||||
|
void setFormating();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void createConfigurationInterface(KConfigDialog *parent);
|
void createConfigurationInterface(KConfigDialog *parent);
|
||||||
@ -84,9 +86,9 @@ private:
|
|||||||
// functions
|
// functions
|
||||||
QList<Plasma::Containment *> getPanels();
|
QList<Plasma::Containment *> getPanels();
|
||||||
QString panelLocationToStr(Plasma::Location loc);
|
QString panelLocationToStr(Plasma::Location loc);
|
||||||
void updateText();
|
void updateText(const bool first = false);
|
||||||
// ui
|
// ui
|
||||||
QGraphicsLinearLayout *layout;
|
QGraphicsGridLayout *layout;
|
||||||
QList<CustomPlasmaLabel *> labels;
|
QList<CustomPlasmaLabel *> labels;
|
||||||
// debug
|
// debug
|
||||||
bool debug;
|
bool debug;
|
||||||
@ -100,9 +102,7 @@ private:
|
|||||||
Ui::ToggleWindow uiToggleConfig;
|
Ui::ToggleWindow uiToggleConfig;
|
||||||
// configuration
|
// configuration
|
||||||
QMap<QString, QString> configuration;
|
QMap<QString, QString> configuration;
|
||||||
QStringList desktopNames;
|
QStringList desktopNames, currentFormatLine, formatLine;
|
||||||
QStringList currentFormatLine;
|
|
||||||
QStringList formatLine;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
K_EXPORT_PLASMA_APPLET(desktop-panel, DesktopPanel)
|
K_EXPORT_PLASMA_APPLET(desktop-panel, DesktopPanel)
|
||||||
|
@ -6,8 +6,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-08 02:02+0400\n"
|
"PO-Revision-Date: 2014-09-15 10:02+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: English <kde-russian@lists.kde.ru>\n"
|
"Language-Team: English <kde-russian@lists.kde.ru>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
@ -20,7 +20,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: desktop-panel.cpp:141
|
#: desktop-panel.cpp:141
|
||||||
msgid "Top Edge"
|
msgid "Top Edge"
|
||||||
msgstr ""
|
msgstr "Top Edge"
|
||||||
|
|
||||||
#: desktop-panel.cpp:143
|
#: desktop-panel.cpp:143
|
||||||
msgid "Bottom Edge"
|
msgid "Bottom Edge"
|
||||||
@ -38,23 +38,27 @@ msgstr "Right Edge"
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr "Unknown Position (%1)"
|
msgstr "Unknown Position (%1)"
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Appearance"
|
msgstr "Appearance"
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr "Toggle panels"
|
msgstr "Toggle panels"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr "Select font"
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr "Active desktop"
|
msgstr "Active desktop"
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Font"
|
msgstr "Font"
|
||||||
|
|
||||||
@ -83,57 +87,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr "To control panels please set widget shortcut."
|
msgstr "To control panels please set widget shortcut."
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr "Enable background"
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Vertical layout"
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr "Add stretch to left/top of the layout"
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr "Add stretch to right/bottom of the layout"
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Time interval"
|
msgstr "Time interval"
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr "Enable background"
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr "Mark"
|
msgstr "Mark"
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr "A mark which will be shown if this desktop is active"
|
msgstr "A mark which will be shown if this desktop is active"
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr "Pattern"
|
msgstr "Vertical layout"
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr "Command to change desktop"
|
msgstr "Command to change desktop"
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr "Command which will change the current desktop"
|
msgstr "Command which will change the current desktop"
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr "Ctrl+B"
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr "Ctrl+I"
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr "Ctrl+U"
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "Add"
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
@ -144,12 +140,29 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "Add stretch to left/top of the layout"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "Add stretch to right/bottom of the layout"
|
||||||
|
|
||||||
|
#~ msgid "Pattern"
|
||||||
|
#~ msgstr "Pattern"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "$mark - show mark if the current desktop is active\n"
|
||||||
|
#~ "$name - desktop name\n"
|
||||||
|
#~ "$number - desktop number\n"
|
||||||
|
#~ "$total - total number of desktops"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "$mark - show mark if the current desktop is active\n"
|
||||||
|
#~ "$name - desktop name\n"
|
||||||
|
#~ "$number - desktop number\n"
|
||||||
|
#~ "$total - total number of desktops"
|
||||||
|
|
||||||
#~ msgid "Set font family"
|
#~ msgid "Set font family"
|
||||||
#~ msgstr "Set font family"
|
#~ msgstr "Set font family"
|
||||||
|
|
||||||
#~ msgid "Set font size"
|
|
||||||
#~ msgstr "Set font size"
|
|
||||||
|
|
||||||
#~ msgid "Set font color"
|
#~ msgid "Set font color"
|
||||||
#~ msgstr "Set font color"
|
#~ msgstr "Set font color"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: 2014-06-05 10:21+0400\n"
|
"PO-Revision-Date: 2014-06-05 10:21+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Spanish <kde-spanish@lists.kde.ru>\n"
|
"Language-Team: Spanish <kde-spanish@lists.kde.ru>\n"
|
||||||
@ -38,23 +38,27 @@ msgstr ""
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Apariencia"
|
msgstr "Apariencia"
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Fuente"
|
msgstr "Fuente"
|
||||||
|
|
||||||
@ -83,53 +87,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Orientación vertical"
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr "Añadir extensión a la izquierda/superior de la distribución"
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr "Añadir extensión a la derecha/inferior de la distribución"
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Intervalo de tiempo"
|
msgstr "Intervalo de tiempo"
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr ""
|
msgstr "Orientación vertical"
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
@ -139,3 +139,9 @@ msgstr "Tu nombre"
|
|||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "Tus correos"
|
msgstr "Tus correos"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "Añadir extensión a la izquierda/superior de la distribución"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "Añadir extensión a la derecha/inferior de la distribución"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: 2014-06-05 19:24+0400\n"
|
"PO-Revision-Date: 2014-06-05 19:24+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: French <kde-french@lists.kde.ru>\n"
|
"Language-Team: French <kde-french@lists.kde.ru>\n"
|
||||||
@ -39,23 +39,27 @@ msgstr ""
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Apparence"
|
msgstr "Apparence"
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Police"
|
msgstr "Police"
|
||||||
|
|
||||||
@ -84,53 +88,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Positionnement vertical"
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr "Étirer le positionnement vers haut/gauche"
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr "Étirer le positionnement vers bas/droite"
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Intervalle"
|
msgstr "Intervalle"
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr ""
|
msgstr "Positionnement vertical"
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
@ -140,3 +140,9 @@ msgstr "Evgeniy Alekseev"
|
|||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "Étirer le positionnement vers haut/gauche"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "Étirer le positionnement vers bas/droite"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -37,23 +37,27 @@ msgstr ""
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -82,53 +86,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: 2014-06-09 01:47+0400\n"
|
"PO-Revision-Date: 2014-06-09 01:47+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Brazilian Portuguese <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Brazilian Portuguese <kde-russian@lists.kde.ru>\n"
|
||||||
@ -37,23 +37,27 @@ msgstr ""
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Widget"
|
msgstr "Widget"
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Aparência"
|
msgstr "Aparência"
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Tamanho da fonte"
|
msgstr "Tamanho da fonte"
|
||||||
|
|
||||||
@ -82,53 +86,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Layout vertical"
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr "Adicionar esticamento à esquerda/topo do layout"
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr "Adicionar esticamento à direita/inferior do layout"
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Intervalo de tempo"
|
msgstr "Intervalo de tempo"
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr ""
|
msgstr "Layout vertical"
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
@ -138,3 +138,9 @@ msgstr "under"
|
|||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "dreanazous@gmail.com"
|
msgstr "dreanazous@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "Adicionar esticamento à esquerda/topo do layout"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "Adicionar esticamento à direita/inferior do layout"
|
||||||
|
@ -6,8 +6,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: 2014-09-08 02:03+0400\n"
|
"PO-Revision-Date: 2014-09-15 10:03+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
@ -38,23 +38,27 @@ msgstr "Правый край"
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr "Неизвестное положение (%1)"
|
msgstr "Неизвестное положение (%1)"
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Виджет"
|
msgstr "Виджет"
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Внешний вид"
|
msgstr "Внешний вид"
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr "Скрыть панели"
|
msgstr "Скрыть панели"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr "Выберете шрифт"
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr "Активный рабочий стол"
|
msgstr "Активный рабочий стол"
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Шрифт"
|
msgstr "Шрифт"
|
||||||
|
|
||||||
@ -83,57 +87,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr "Чтобы управлять панелями, настройте комбинацию клавиш."
|
msgstr "Чтобы управлять панелями, настройте комбинацию клавиш."
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr "Включить фон"
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Вертикальная разметка"
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr "Добавить пустое место слева/сверху виджета"
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr "Добавить пустое место справа/снизу виджета"
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Интервал обновления"
|
msgstr "Интервал обновления"
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr "Включить фон"
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr "Метка"
|
msgstr "Метка"
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr "Метка, которая будет показана, если данный рабочий стол активен"
|
msgstr "Метка, которая будет показана, если данный рабочий стол активен"
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr "Шаблон"
|
msgstr "Вертикальная разметка"
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
"$mark - показать метку, если данный рабочий стол активен\n"
|
|
||||||
"$name - имя рабочего стола\n"
|
|
||||||
"$number - номер рабочего стола\n"
|
|
||||||
"$total - общее число рабочий столов"
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr "Команда"
|
msgstr "Команда"
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr "Команда которая изменит текущий рабочий стол"
|
msgstr "Команда которая изменит текущий рабочий стол"
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr "Ctrl+B"
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr "Ctrl+I"
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr "Ctrl+U"
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "Добавить"
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
@ -144,3 +140,22 @@ msgctxt "EMAIL OF TRANSLATORS"
|
|||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "Добавить пустое место слева/сверху виджета"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "Добавить пустое место справа/снизу виджета"
|
||||||
|
|
||||||
|
#~ msgid "Pattern"
|
||||||
|
#~ msgstr "Шаблон"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "$mark - show mark if the current desktop is active\n"
|
||||||
|
#~ "$name - desktop name\n"
|
||||||
|
#~ "$number - desktop number\n"
|
||||||
|
#~ "$total - total number of desktops"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "$mark - показать метку, если данный рабочий стол активен\n"
|
||||||
|
#~ "$name - имя рабочего стола\n"
|
||||||
|
#~ "$number - номер рабочего стола\n"
|
||||||
|
#~ "$total - общее число рабочий столов"
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
"POT-Creation-Date: 2014-09-08 02:02+0400\n"
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
"PO-Revision-Date: 2014-06-06 01:23+0400\n"
|
"PO-Revision-Date: 2014-06-06 01:23+0400\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <kde-ukrainian@lists.kde.ru>\n"
|
"Language-Team: Ukrainian <kde-ukrainian@lists.kde.ru>\n"
|
||||||
@ -38,23 +38,27 @@ msgstr ""
|
|||||||
msgid "Unknown Position (%1)"
|
msgid "Unknown Position (%1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: desktop-panel.cpp:375
|
#: desktop-panel.cpp:367
|
||||||
msgid "Widget"
|
msgid "Widget"
|
||||||
msgstr "Віджет"
|
msgstr "Віджет"
|
||||||
|
|
||||||
#: desktop-panel.cpp:376
|
#: desktop-panel.cpp:368
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Зовнішній вигляд"
|
msgstr "Зовнішній вигляд"
|
||||||
|
|
||||||
#: desktop-panel.cpp:377
|
#: desktop-panel.cpp:369
|
||||||
msgid "Toggle panels"
|
msgid "Toggle panels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:3 rc.cpp:3
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
msgid "Active desktop"
|
msgid "Active desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:6 po/rc.cpp:24 rc.cpp:6 rc.cpp:24
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Шрифт"
|
msgstr "Шрифт"
|
||||||
|
|
||||||
@ -83,53 +87,49 @@ msgid "To control panels please set widget shortcut."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:42 rc.cpp:42
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
msgid "Enable background"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:45 rc.cpp:45
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Вертикальна розмітка"
|
|
||||||
|
|
||||||
#: po/rc.cpp:48 rc.cpp:48
|
|
||||||
msgid "Add stretch to left/top of the layout"
|
|
||||||
msgstr "Додати порожнє місце ліворуч/вгорі віджету"
|
|
||||||
|
|
||||||
#: po/rc.cpp:51 rc.cpp:51
|
|
||||||
msgid "Add stretch to right/bottom of the layout"
|
|
||||||
msgstr "Додати порожнє місце праворуч/внизу віджету"
|
|
||||||
|
|
||||||
#: po/rc.cpp:54 rc.cpp:54
|
|
||||||
msgid "Time interval"
|
msgid "Time interval"
|
||||||
msgstr "Інтервал оновлення"
|
msgstr "Інтервал оновлення"
|
||||||
|
|
||||||
#: po/rc.cpp:57 rc.cpp:57
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
msgid "Mark"
|
msgid "Mark"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:60 rc.cpp:60
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
msgid "A mark which will be shown if this desktop is active"
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:63 rc.cpp:63
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
msgid "Pattern"
|
msgid "Vertical layout"
|
||||||
msgstr ""
|
msgstr "Вертикальна розмітка"
|
||||||
|
|
||||||
#: po/rc.cpp:66 rc.cpp:66
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
msgid ""
|
|
||||||
"$mark - show mark if the current desktop is active\n"
|
|
||||||
"$name - desktop name\n"
|
|
||||||
"$number - desktop number\n"
|
|
||||||
"$total - total number of desktops"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: po/rc.cpp:72 rc.cpp:72
|
|
||||||
msgid "Command to change desktop"
|
msgid "Command to change desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:75 rc.cpp:75
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
msgid "Command which will change the current desktop"
|
msgid "Command which will change the current desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: po/rc.cpp:76 rc.cpp:76
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
@ -139,3 +139,9 @@ msgstr "Slobodyan Victor"
|
|||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "sarumyan@i.ua"
|
msgstr "sarumyan@i.ua"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "Додати порожнє місце ліворуч/вгорі віджету"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "Додати порожнє місце праворуч/внизу віджету"
|
||||||
|
161
sources/desktop-panel/po/zh.po
Normal file
161
sources/desktop-panel/po/zh.po
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Steve Lemuel <wlemuel@hotmail.com>, 2014.
|
||||||
|
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||||
|
"POT-Creation-Date: 2014-09-15 10:02+0400\n"
|
||||||
|
"PO-Revision-Date: 2014-09-15 10:04+0400\n"
|
||||||
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
|
"Language-Team: American English <kde-russian@lists.kde.ru>\n"
|
||||||
|
"Language: en_US\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:141
|
||||||
|
msgid "Top Edge"
|
||||||
|
msgstr "顶部边缘"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:143
|
||||||
|
msgid "Bottom Edge"
|
||||||
|
msgstr "底部边缘"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:145
|
||||||
|
msgid "Left Edge"
|
||||||
|
msgstr "左端边缘"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:147
|
||||||
|
msgid "Right Edge"
|
||||||
|
msgstr "右端边缘"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:149
|
||||||
|
msgid "Unknown Position (%1)"
|
||||||
|
msgstr "未知位置(%1)"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:367
|
||||||
|
msgid "Widget"
|
||||||
|
msgstr "窗口小部件"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:368
|
||||||
|
msgid "Appearance"
|
||||||
|
msgstr "外观"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:369
|
||||||
|
msgid "Toggle panels"
|
||||||
|
msgstr "控制面板状态切换(显示/隐藏)"
|
||||||
|
|
||||||
|
#: desktop-panel.cpp:489
|
||||||
|
msgid "Select font"
|
||||||
|
msgstr "选择字体"
|
||||||
|
|
||||||
|
#: po/rc.cpp:3 rc.cpp:3
|
||||||
|
msgid "Active desktop"
|
||||||
|
msgstr "当前激活桌面"
|
||||||
|
|
||||||
|
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:63 rc.cpp:6 rc.cpp:24 rc.cpp:63
|
||||||
|
msgid "Font"
|
||||||
|
msgstr "字体"
|
||||||
|
|
||||||
|
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||||
|
msgid "Font size"
|
||||||
|
msgstr "字体大小"
|
||||||
|
|
||||||
|
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||||
|
msgid "Font color"
|
||||||
|
msgstr "字体颜色"
|
||||||
|
|
||||||
|
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||||
|
msgid "Font weight"
|
||||||
|
msgstr "字体宽度"
|
||||||
|
|
||||||
|
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||||
|
msgid "Font style"
|
||||||
|
msgstr "字体样式"
|
||||||
|
|
||||||
|
#: po/rc.cpp:21 rc.cpp:21
|
||||||
|
msgid "Inactive desktop"
|
||||||
|
msgstr "未激活桌面"
|
||||||
|
|
||||||
|
#: po/rc.cpp:39 rc.cpp:39
|
||||||
|
msgid "To control panels please set widget shortcut."
|
||||||
|
msgstr "设置控制面板的快捷键"
|
||||||
|
|
||||||
|
#: po/rc.cpp:42 rc.cpp:42
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "时间间隔"
|
||||||
|
|
||||||
|
#: po/rc.cpp:45 rc.cpp:45
|
||||||
|
msgid "Enable background"
|
||||||
|
msgstr "启用背景"
|
||||||
|
|
||||||
|
#: po/rc.cpp:48 rc.cpp:48
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "标记"
|
||||||
|
|
||||||
|
#: po/rc.cpp:51 rc.cpp:51
|
||||||
|
msgid "A mark which will be shown if this desktop is active"
|
||||||
|
msgstr "当前桌面处于激活状态下,该当标记显示。 "
|
||||||
|
|
||||||
|
#: po/rc.cpp:54 rc.cpp:54
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "垂直布局"
|
||||||
|
|
||||||
|
#: po/rc.cpp:57 rc.cpp:57
|
||||||
|
msgid "Command to change desktop"
|
||||||
|
msgstr "桌面切换命令"
|
||||||
|
|
||||||
|
#: po/rc.cpp:60 rc.cpp:60
|
||||||
|
msgid "Command which will change the current desktop"
|
||||||
|
msgstr "当前桌面更改命令"
|
||||||
|
|
||||||
|
#: po/rc.cpp:66 rc.cpp:66
|
||||||
|
msgid "Ctrl+B"
|
||||||
|
msgstr "Ctrl+B"
|
||||||
|
|
||||||
|
#: po/rc.cpp:69 rc.cpp:69
|
||||||
|
msgid "Ctrl+I"
|
||||||
|
msgstr "Ctrl+I"
|
||||||
|
|
||||||
|
#: po/rc.cpp:72 rc.cpp:72
|
||||||
|
msgid "Ctrl+U"
|
||||||
|
msgstr "Ctrl+U"
|
||||||
|
|
||||||
|
#: po/rc.cpp:75 rc.cpp:75
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "添加"
|
||||||
|
|
||||||
|
#: po/rc.cpp:76 rc.cpp:76
|
||||||
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
|
msgid "Your names"
|
||||||
|
msgstr "用户名"
|
||||||
|
|
||||||
|
#: po/rc.cpp:77 rc.cpp:77
|
||||||
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
|
msgid "Your emails"
|
||||||
|
msgstr "用户邮箱"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to left/top of the layout"
|
||||||
|
#~ msgstr "添加左上角拉伸"
|
||||||
|
|
||||||
|
#~ msgid "Add stretch to right/bottom of the layout"
|
||||||
|
#~ msgstr "添加右下角拉伸"
|
||||||
|
|
||||||
|
#~ msgid "Pattern"
|
||||||
|
#~ msgstr "样式"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "$mark - show mark if the current desktop is active\n"
|
||||||
|
#~ "$name - desktop name\n"
|
||||||
|
#~ "$number - desktop number\n"
|
||||||
|
#~ "$total - total number of desktops"
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "$mark - 当前桌面处于激活状态时,显示标记\n"
|
||||||
|
#~ "$name - 桌面名称\n"
|
||||||
|
#~ "$number - 桌面数量\n"
|
||||||
|
#~ "$total - 桌面总数量"
|
@ -6,13 +6,13 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>480</width>
|
<width>729</width>
|
||||||
<height>343</height>
|
<height>428</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>480</width>
|
<width>700</width>
|
||||||
<height>320</height>
|
<height>320</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
@ -20,267 +20,386 @@
|
|||||||
<string notr="true">Widget</string>
|
<string notr="true">Widget</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0">
|
<item row="4" column="0">
|
||||||
<widget class="QScrollArea" name="scrollArea">
|
<layout class="QHBoxLayout" name="layout_interval">
|
||||||
<property name="widgetResizable">
|
<item>
|
||||||
<bool>true</bool>
|
<widget class="QLabel" name="label_interval">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>200</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Time interval</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="spacer_interval">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QSpinBox" name="spinBox_interval">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>180</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||||
|
</property>
|
||||||
|
<property name="minimum">
|
||||||
|
<number>1</number>
|
||||||
|
</property>
|
||||||
|
<property name="maximum">
|
||||||
|
<number>10000</number>
|
||||||
|
</property>
|
||||||
|
<property name="singleStep">
|
||||||
|
<number>500</number>
|
||||||
|
</property>
|
||||||
|
<property name="value">
|
||||||
|
<number>1000</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBox_background">
|
||||||
|
<property name="text">
|
||||||
|
<string>Enable background</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="scrollAreaWidgetContents">
|
</widget>
|
||||||
<property name="geometry">
|
</item>
|
||||||
<rect>
|
<item row="5" column="0">
|
||||||
<x>0</x>
|
<layout class="QHBoxLayout" name="layout_mark">
|
||||||
<y>0</y>
|
<item>
|
||||||
<width>464</width>
|
<widget class="QLabel" name="label_mark">
|
||||||
<height>327</height>
|
<property name="minimumSize">
|
||||||
</rect>
|
<size>
|
||||||
</property>
|
<width>200</width>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Mark</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QComboBox" name="comboBox_mark">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>A mark which will be shown if this desktop is active</string>
|
||||||
|
</property>
|
||||||
|
<property name="editable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkBox_background">
|
<property name="text">
|
||||||
<property name="text">
|
<string notr="true">#</string>
|
||||||
<string>Enable background</string>
|
</property>
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkBox_layout">
|
<property name="text">
|
||||||
<property name="text">
|
<string notr="true">$</string>
|
||||||
<string>Vertical layout</string>
|
</property>
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkBox_leftStretch">
|
<property name="text">
|
||||||
<property name="text">
|
<string notr="true">%</string>
|
||||||
<string>Add stretch to left/top of the layout</string>
|
</property>
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkBox_rightStretch">
|
<property name="text">
|
||||||
<property name="text">
|
<string notr="true">&</string>
|
||||||
<string>Add stretch to right/bottom of the layout</string>
|
</property>
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="layout_interval">
|
<property name="text">
|
||||||
<item>
|
<string notr="true">*</string>
|
||||||
<widget class="QLabel" name="label_interval">
|
</property>
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>200</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Time interval</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="spacer_interval">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="spinBox_interval">
|
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>180</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="alignment">
|
|
||||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
||||||
</property>
|
|
||||||
<property name="minimum">
|
|
||||||
<number>1</number>
|
|
||||||
</property>
|
|
||||||
<property name="maximum">
|
|
||||||
<number>10000</number>
|
|
||||||
</property>
|
|
||||||
<property name="singleStep">
|
|
||||||
<number>500</number>
|
|
||||||
</property>
|
|
||||||
<property name="value">
|
|
||||||
<number>1000</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="layout_mark">
|
<property name="text">
|
||||||
<item>
|
<string notr="true">@</string>
|
||||||
<widget class="QLabel" name="label_mark">
|
</property>
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>200</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Mark</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QComboBox" name="comboBox_mark">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>A mark which will be shown if this desktop is active</string>
|
|
||||||
</property>
|
|
||||||
<property name="editable">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">#</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">$</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">%</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">&</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">*</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">@</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">¤</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">¶</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">·</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">º</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">×</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">†</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">•</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">(current)</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="layout_pattern">
|
<property name="text">
|
||||||
<item>
|
<string notr="true">¤</string>
|
||||||
<widget class="QLabel" name="label_pattern">
|
</property>
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>200</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Pattern</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLineEdit" name="lineEdit_pattern">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>$mark - show mark if the current desktop is active
|
|
||||||
$name - desktop name
|
|
||||||
$number - desktop number
|
|
||||||
$total - total number of desktops</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="layout_desktopcmd">
|
<property name="text">
|
||||||
<item>
|
<string notr="true">¶</string>
|
||||||
<widget class="QLabel" name="label_desktopcmd">
|
</property>
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>200</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Command to change desktop</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLineEdit" name="lineEdit_desktopcmd">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>Command which will change the current desktop</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="spacer_widget">
|
<property name="text">
|
||||||
<property name="orientation">
|
<string notr="true">·</string>
|
||||||
<enum>Qt::Vertical</enum>
|
</property>
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>152</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
<item>
|
||||||
</widget>
|
<property name="text">
|
||||||
|
<string notr="true">º</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">×</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">†</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">•</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">(current)</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="3" column="0">
|
||||||
|
<widget class="QCheckBox" name="checkBox_layout">
|
||||||
|
<property name="text">
|
||||||
|
<string>Vertical layout</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="0">
|
||||||
|
<layout class="QHBoxLayout" name="layout_desktopcmd">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_desktopcmd">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>200</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Command to change desktop</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="lineEdit_desktopcmd">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Command which will change the current desktop</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="0" column="0">
|
||||||
|
<layout class="QHBoxLayout" name="layput_mainFormating">
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_font">
|
||||||
|
<property name="text">
|
||||||
|
<string>Font</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_br">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="stock_text_indent">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="spacer_mainFormatingCenter1">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::Fixed</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_bold">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-text-bold">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+B</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_italic">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-text-italic">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+I</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_underline">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-text-underline">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+U</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_strike">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-text-strikethrough">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="spacer_mainFormatingCenter2">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::Fixed</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_left">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-justify-left">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_center">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-justify-center">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_right">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-justify-right">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_fill">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="format-justify-fill">
|
||||||
|
<normaloff>../awesome-widget</normaloff>../awesome-widget</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="spacer_mainFormatingCenter3">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::Fixed</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QComboBox" name="comboBox_tags">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">fullmark</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">mark</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">name</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">number</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">total</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="pushButton_tags">
|
||||||
|
<property name="text">
|
||||||
|
<string>Add</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QTextEdit" name="textEdit_elements">
|
||||||
|
<property name="lineWrapMode">
|
||||||
|
<enum>QTextEdit::NoWrap</enum>
|
||||||
|
</property>
|
||||||
|
<property name="acceptRichText">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
# $kdehome/share/config/extsysmon.conf
|
# $kdehome/share/config/extsysmon.conf
|
||||||
|
|
||||||
# ACPI devices
|
# ACPI devices
|
||||||
#AC=/sys/class/power_supply/AC/online
|
#ACPIPATH=/sys/class/power_supply/
|
||||||
#BATTERY=/sys/class/power_supply/BAT0/capacity
|
|
||||||
|
|
||||||
# Custom command, separator is '@@'
|
# Custom command, separator is '@@'
|
||||||
#CUSTOM=curl ip4.telize.com
|
#CUSTOM=curl ip4.telize.com
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <KDE/KGlobal>
|
#include <KDE/KGlobal>
|
||||||
#include <KDE/KStandardDirs>
|
#include <KDE/KStandardDirs>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
#include <QDir>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QProcessEnvironment>
|
#include <QProcessEnvironment>
|
||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
@ -171,8 +172,7 @@ void ExtendedSysMon::readConfiguration()
|
|||||||
|
|
||||||
// pre-setup
|
// pre-setup
|
||||||
QMap<QString, QString> rawConfig;
|
QMap<QString, QString> rawConfig;
|
||||||
rawConfig[QString("AC")] = QString("/sys/class/power_supply/AC/online");
|
rawConfig[QString("ACPIPATH")] = QString("/sys/class/power_supply/");
|
||||||
rawConfig[QString("BATTERY")] = QString("/sys/class/power_supply/BAT0/capacity");
|
|
||||||
rawConfig[QString("CUSTOM")] = QString("curl ip4.telize.com");
|
rawConfig[QString("CUSTOM")] = QString("curl ip4.telize.com");
|
||||||
rawConfig[QString("DESKTOP")] = QString("");
|
rawConfig[QString("DESKTOP")] = QString("");
|
||||||
rawConfig[QString("DESKTOPCMD")] = QString("qdbus org.kde.kwin /KWin currentDesktop");
|
rawConfig[QString("DESKTOPCMD")] = QString("qdbus org.kde.kwin /KWin currentDesktop");
|
||||||
@ -278,25 +278,42 @@ QMap<QString, QString> ExtendedSysMon::updateConfiguration(const QMap<QString, Q
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QMap<QString, QVariant> ExtendedSysMon::getBattery(const QString acPath, const QString batPath)
|
QMap<QString, QVariant> ExtendedSysMon::getBattery(const QString acpiPath)
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "AC path" << acPath;
|
if (debug) qDebug() << PDEBUG << ":" << "ACPI path" << acpiPath;
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Battery path" << batPath;
|
|
||||||
|
|
||||||
QMap<QString, QVariant> battery;
|
QMap<QString, QVariant> battery;
|
||||||
battery[QString("ac")] = false;
|
battery[QString("ac")] = false;
|
||||||
battery[QString("battery")] = 0;
|
battery[QString("bat")] = 0;
|
||||||
QFile acFile(acPath);
|
QFile acFile(acpiPath + QString("/AC/online"));
|
||||||
if (acFile.open(QIODevice::ReadOnly)) {
|
if (acFile.open(QIODevice::ReadOnly)) {
|
||||||
if (QString(acFile.readLine()).trimmed().toInt() == 1)
|
if (QString(acFile.readLine()).trimmed().toInt() == 1)
|
||||||
battery[QString("ac")] = true;
|
battery[QString("ac")] = true;
|
||||||
}
|
}
|
||||||
acFile.close();
|
acFile.close();
|
||||||
QFile batFile(batPath);
|
// batterites
|
||||||
if (batFile.open(QIODevice::ReadOnly))
|
QStringList allDevices = QDir(acpiPath).entryList(QDir::Dirs | QDir::NoDotAndDotDot, QDir::Name);
|
||||||
battery[QString("battery")] = QString(batFile.readLine()).trimmed().toInt();
|
QStringList batDevices;
|
||||||
batFile.close();
|
QRegExp batRegexp = QRegExp(QString("BAT.*"));
|
||||||
|
for (int i=0; i<allDevices.count(); i++)
|
||||||
|
if (allDevices[i].indexOf(batRegexp) > -1)
|
||||||
|
batDevices.append(allDevices[i]);
|
||||||
|
for (int i=0; i<batDevices.count(); i++) {
|
||||||
|
QFile batFile(acpiPath + QString("/") + batDevices[i] + QString("/capacity"));
|
||||||
|
if (batFile.open(QIODevice::ReadOnly))
|
||||||
|
battery[QString("bat") + QString::number(i)] = QString(batFile.readLine()).trimmed().toInt();
|
||||||
|
batFile.close();
|
||||||
|
}
|
||||||
|
float number = 0.0;
|
||||||
|
float average = 0.0;
|
||||||
|
for (int i=0; i<battery.keys().count(); i++) {
|
||||||
|
if (battery.keys()[i] == QString("ac")) continue;
|
||||||
|
if (battery.keys()[i] == QString("bat")) continue;
|
||||||
|
average += battery[battery.keys()[i]].toInt();
|
||||||
|
number++;
|
||||||
|
}
|
||||||
|
battery[QString("bat")] = int(average / number);
|
||||||
|
|
||||||
return battery;
|
return battery;
|
||||||
}
|
}
|
||||||
@ -571,10 +588,12 @@ bool ExtendedSysMon::updateSourceEvent(const QString &source)
|
|||||||
if (debug) qDebug() << PDEBUG << ":" << "Source" << source;
|
if (debug) qDebug() << PDEBUG << ":" << "Source" << source;
|
||||||
|
|
||||||
if (source == QString("battery")) {
|
if (source == QString("battery")) {
|
||||||
QMap<QString, QVariant> battery = getBattery(configuration[QString("AC")],
|
QMap<QString, QVariant> battery = getBattery(configuration[QString("ACPIPATH")]);
|
||||||
configuration[QString("BATTERY")]);
|
|
||||||
setData(source, QString("ac"), battery[QString("ac")].toBool());
|
setData(source, QString("ac"), battery[QString("ac")].toBool());
|
||||||
setData(source, QString("bat"), battery[QString("battery")].toInt());
|
for (int i=0; i<battery.keys().count(); i++) {
|
||||||
|
if (battery.keys()[i] == QString("ac")) continue;
|
||||||
|
setData(source, battery.keys()[i], battery[battery.keys()[i]].toInt());
|
||||||
|
}
|
||||||
} else if (source == QString("custom")) {
|
} else if (source == QString("custom")) {
|
||||||
for (int i=0; i<configuration[QString("CUSTOM")].split(QString("@@"), QString::SkipEmptyParts).count(); i++) {
|
for (int i=0; i<configuration[QString("CUSTOM")].split(QString("@@"), QString::SkipEmptyParts).count(); i++) {
|
||||||
setData(source, QString("custom") + QString::number(i),
|
setData(source, QString("custom") + QString::number(i),
|
||||||
|
@ -28,7 +28,7 @@ class ExtendedSysMon : public Plasma::DataEngine
|
|||||||
public:
|
public:
|
||||||
ExtendedSysMon(QObject *parent, const QVariantList &args);
|
ExtendedSysMon(QObject *parent, const QVariantList &args);
|
||||||
// update functions
|
// update functions
|
||||||
QMap<QString, QVariant> getBattery(const QString acPath, const QString batPath);
|
QMap<QString, QVariant> getBattery(const QString acpiPath);
|
||||||
QMap<QString, QVariant> getCurrentDesktop(const QString cmd);
|
QMap<QString, QVariant> getCurrentDesktop(const QString cmd);
|
||||||
QString getCustomCmd(const QString cmd);
|
QString getCustomCmd(const QString cmd);
|
||||||
float getGpu(const QString device);
|
float getGpu(const QString device);
|
||||||
|
Reference in New Issue
Block a user