mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
* more intuitive configuration UI
* add queueLimit runtime configuration
This commit is contained in:
parent
4cc44c1d59
commit
82e2bc23a1
218
sources/3rdparty/about/about.ui
vendored
218
sources/3rdparty/about/about.ui
vendored
@ -1,218 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<ui version="4.0">
|
|
||||||
<class>About</class>
|
|
||||||
<widget class="QWidget" name="About">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>450</width>
|
|
||||||
<height>359</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
|
||||||
<item>
|
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
|
||||||
<property name="currentIndex">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<widget class="QWidget" name="tab_About">
|
|
||||||
<attribute name="title">
|
|
||||||
<string>About</string>
|
|
||||||
</attribute>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
||||||
<item>
|
|
||||||
<widget class="QScrollArea" name="scrollArea_about">
|
|
||||||
<property name="widgetResizable">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<widget class="QWidget" name="scrollAreaWidgetContents_about">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>418</width>
|
|
||||||
<height>284</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_name">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="alignment">
|
|
||||||
<set>Qt::AlignCenter</set>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_version">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="alignment">
|
|
||||||
<set>Qt::AlignCenter</set>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_description">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="alignment">
|
|
||||||
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_links">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="textFormat">
|
|
||||||
<enum>Qt::RichText</enum>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="openExternalLinks">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="spacer_about">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
<widget class="QWidget" name="tab_ackn">
|
|
||||||
<attribute name="title">
|
|
||||||
<string>Acknowledgement</string>
|
|
||||||
</attribute>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
||||||
<item>
|
|
||||||
<widget class="QScrollArea" name="scrollArea_ackn">
|
|
||||||
<property name="widgetResizable">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<widget class="QWidget" name="scrollAreaWidgetContents_ackn">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>418</width>
|
|
||||||
<height>284</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_translators">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_trdparty">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="spacer_ackn">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>229</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_license">
|
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="textFormat">
|
|
||||||
<enum>Qt::RichText</enum>
|
|
||||||
</property>
|
|
||||||
<property name="alignment">
|
|
||||||
<set>Qt::AlignCenter</set>
|
|
||||||
</property>
|
|
||||||
<property name="wordWrap">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="openExternalLinks">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
<resources/>
|
|
||||||
<connections/>
|
|
||||||
</ui>
|
|
@ -14,20 +14,38 @@
|
|||||||
|
|
||||||
<group name="Advanced">
|
<group name="Advanced">
|
||||||
<!-- advanced -->
|
<!-- advanced -->
|
||||||
|
<entry name="background" type="bool">
|
||||||
|
<default>true</default>
|
||||||
|
</entry>
|
||||||
|
<entry name="translateStrings" type="bool">
|
||||||
|
<default>true</default>
|
||||||
|
</entry>
|
||||||
|
<entry name="wrapNewLines" type="bool">
|
||||||
|
<default>false</default>
|
||||||
|
</entry>
|
||||||
|
<entry name="wrapText" type="bool">
|
||||||
|
<default>false</default>
|
||||||
|
</entry>
|
||||||
|
<entry name="notify" type="bool">
|
||||||
|
<default>true</default>
|
||||||
|
</entry>
|
||||||
|
<entry name="checkUpdates" type="bool">
|
||||||
|
<default>true</default>
|
||||||
|
</entry>
|
||||||
<entry name="height" type="int">
|
<entry name="height" type="int">
|
||||||
<default>0</default>
|
<default>0</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="width" type="int">
|
<entry name="width" type="int">
|
||||||
<default>0</default>
|
<default>0</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="notify" type="bool">
|
<entry name="interval" type="int">
|
||||||
<default>true</default>
|
<default>1000</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="wrapNewLines" type="bool">
|
<entry name="queueLimit" type="int">
|
||||||
<default>false</default>
|
<default>0</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="background" type="bool">
|
<entry name="tempUnits" type="string">
|
||||||
<default>true</default>
|
<default>Celsius</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="customTime" type="string">
|
<entry name="customTime" type="string">
|
||||||
<default>$hh:$mm</default>
|
<default>$hh:$mm</default>
|
||||||
@ -35,24 +53,12 @@
|
|||||||
<entry name="customUptime" type="string">
|
<entry name="customUptime" type="string">
|
||||||
<default>$dd,$hh,$mm</default>
|
<default>$dd,$hh,$mm</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="tempUnits" type="string">
|
|
||||||
<default>Celsius</default>
|
|
||||||
</entry>
|
|
||||||
<entry name="acOnline" type="string">
|
<entry name="acOnline" type="string">
|
||||||
<default>(*)</default>
|
<default>(*)</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="acOffline" type="string">
|
<entry name="acOffline" type="string">
|
||||||
<default>( )</default>
|
<default>( )</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="checkUpdates" type="bool">
|
|
||||||
<default>true</default>
|
|
||||||
</entry>
|
|
||||||
<entry name="translateStrings" type="bool">
|
|
||||||
<default>true</default>
|
|
||||||
</entry>
|
|
||||||
<entry name="wrapText" type="bool">
|
|
||||||
<default>false</default>
|
|
||||||
</entry>
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group name="Tooltip">
|
<group name="Tooltip">
|
||||||
@ -111,9 +117,6 @@
|
|||||||
|
|
||||||
<group name="Appearance">
|
<group name="Appearance">
|
||||||
<!-- appearance -->
|
<!-- appearance -->
|
||||||
<entry name="interval" type="int">
|
|
||||||
<default>1000</default>
|
|
||||||
</entry>
|
|
||||||
<entry name="textAlign" type="string">
|
<entry name="textAlign" type="string">
|
||||||
<default>center</default>
|
<default>center</default>
|
||||||
</entry>
|
</entry>
|
||||||
|
@ -43,6 +43,7 @@ Item {
|
|||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
QtControls.Tab {
|
QtControls.Tab {
|
||||||
|
anchors.margins: 10.0
|
||||||
title: i18n("About")
|
title: i18n("About")
|
||||||
|
|
||||||
QtLayouts.ColumnLayout {
|
QtLayouts.ColumnLayout {
|
||||||
@ -85,6 +86,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QtControls.Tab {
|
QtControls.Tab {
|
||||||
|
anchors.margins: 10.0
|
||||||
title: i18n("Acknowledgment")
|
title: i18n("Acknowledgment")
|
||||||
|
|
||||||
QtLayouts.ColumnLayout {
|
QtLayouts.ColumnLayout {
|
||||||
@ -110,6 +112,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -35,20 +35,21 @@ Item {
|
|||||||
|
|
||||||
property bool debug: awActions.isDebugEnabled()
|
property bool debug: awActions.isDebugEnabled()
|
||||||
|
|
||||||
property alias cfg_interval: update.value
|
property alias cfg_background: background.checked
|
||||||
|
property alias cfg_translateStrings: translate.checked
|
||||||
|
property alias cfg_wrapNewLines: wrapNewLines.checked
|
||||||
|
property alias cfg_wrapText: wordWrap.checked
|
||||||
|
property alias cfg_notify: notify.checked
|
||||||
|
property alias cfg_checkUpdates: updates.checked
|
||||||
property alias cfg_height: widgetHeight.value
|
property alias cfg_height: widgetHeight.value
|
||||||
property alias cfg_width: widgetWidth.value
|
property alias cfg_width: widgetWidth.value
|
||||||
property alias cfg_notify: notify.checked
|
property alias cfg_interval: update.value
|
||||||
property alias cfg_wrapNewLines: wrapNewLines.checked
|
property alias cfg_queueLimit: queueLimit.value
|
||||||
property alias cfg_background: background.checked
|
property string cfg_tempUnits: tempUnits.currentText
|
||||||
property alias cfg_customTime: customTime.text
|
property alias cfg_customTime: customTime.text
|
||||||
property alias cfg_customUptime: customUptime.text
|
property alias cfg_customUptime: customUptime.text
|
||||||
property string cfg_tempUnits: tempUnits.currentText
|
|
||||||
property alias cfg_acOnline: acOnline.text
|
property alias cfg_acOnline: acOnline.text
|
||||||
property alias cfg_acOffline: acOffline.text
|
property alias cfg_acOffline: acOffline.text
|
||||||
property alias cfg_checkUpdates: updates.checked
|
|
||||||
property alias cfg_translateStrings: translate.checked
|
|
||||||
property alias cfg_wrapText: wordWrap.checked
|
|
||||||
|
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
@ -58,19 +59,83 @@ Item {
|
|||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
QtControls.Label {
|
QtControls.Label {
|
||||||
height: parent.height
|
height: parent.heigth
|
||||||
width: parent.width * 2 / 5
|
width: parent.width * 2 / 5
|
||||||
horizontalAlignment: Text.AlignRight
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
|
||||||
text: i18n("Time interval")
|
|
||||||
}
|
}
|
||||||
QtControls.SpinBox {
|
QtControls.CheckBox {
|
||||||
id: update
|
id: background
|
||||||
width: parent.width * 3 / 5
|
width: parent.width * 3 / 5
|
||||||
minimumValue: 1000
|
text: i18n("Enable background")
|
||||||
maximumValue: 10000
|
}
|
||||||
stepSize: 500
|
}
|
||||||
value: plasmoid.configuration.interval
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: translate
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Translate strings")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: wrapNewLines
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Wrap new lines")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: wordWrap
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Enable word wrap")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: notify
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Enable notifications")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: updates
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Check updates on startup")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -118,55 +183,19 @@ Item {
|
|||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
QtControls.Label {
|
QtControls.Label {
|
||||||
height: parent.heigth
|
height: parent.height
|
||||||
width: parent.width * 2 / 5
|
width: parent.width * 2 / 5
|
||||||
|
horizontalAlignment: Text.AlignRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
text: i18n("Time interval")
|
||||||
}
|
}
|
||||||
QtControls.CheckBox {
|
QtControls.SpinBox {
|
||||||
id: notify
|
id: update
|
||||||
width: parent.width * 3 / 5
|
width: parent.width * 3 / 5
|
||||||
text: i18n("Enable notifications")
|
minimumValue: 1000
|
||||||
}
|
maximumValue: 10000
|
||||||
}
|
stepSize: 500
|
||||||
|
value: plasmoid.configuration.interval
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: wrapNewLines
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Wrap new lines")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: wordWrap
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Enable word wrap")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: background
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Enable background")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,29 +207,15 @@ Item {
|
|||||||
width: parent.width * 2 / 5
|
width: parent.width * 2 / 5
|
||||||
horizontalAlignment: Text.AlignRight
|
horizontalAlignment: Text.AlignRight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
text: i18n("Custom time format")
|
text: i18n("Messages queue limit")
|
||||||
}
|
}
|
||||||
QtControls.TextField {
|
QtControls.SpinBox {
|
||||||
id: customTime
|
id: queueLimit
|
||||||
width: parent.width * 3 / 5
|
width: parent.width * 3 / 5
|
||||||
text: plasmoid.configuration.customTime
|
minimumValue: 0
|
||||||
}
|
maximumValue: 99
|
||||||
}
|
stepSize: 1
|
||||||
|
value: plasmoid.configuration.queueLimit
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.height
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
horizontalAlignment: Text.AlignRight
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
|
||||||
text: i18n("Custom uptime format")
|
|
||||||
}
|
|
||||||
QtControls.TextField {
|
|
||||||
id: customUptime
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: plasmoid.configuration.customUptime
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -261,6 +276,40 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.height
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
horizontalAlignment: Text.AlignRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
text: i18n("Custom time format")
|
||||||
|
}
|
||||||
|
QtControls.TextField {
|
||||||
|
id: customTime
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: plasmoid.configuration.customTime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.height
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
horizontalAlignment: Text.AlignRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
text: i18n("Custom uptime format")
|
||||||
|
}
|
||||||
|
QtControls.TextField {
|
||||||
|
id: customUptime
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: plasmoid.configuration.customUptime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -295,34 +344,6 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: updates
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Check updates on startup")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: translate
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Translate strings")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -339,6 +360,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -236,6 +236,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -16,10 +16,8 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import QtQuick.Controls 1.0 as QtControls
|
import QtQuick.Controls 1.3 as QtControls
|
||||||
import QtQuick.Dialogs 1.1 as QtDialogs
|
import QtQuick.Dialogs 1.1 as QtDialogs
|
||||||
import QtQuick.Layouts 1.0 as QtLayouts
|
|
||||||
import QtQuick.Controls.Styles 1.3 as QtStyles
|
|
||||||
|
|
||||||
import org.kde.plasma.private.awesomewidget 1.0
|
import org.kde.plasma.private.awesomewidget 1.0
|
||||||
|
|
||||||
@ -43,9 +41,14 @@ Item {
|
|||||||
|
|
||||||
property variant cfg_dataengine: awActions.readDataEngineConfiguration()
|
property variant cfg_dataengine: awActions.readDataEngineConfiguration()
|
||||||
|
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: pageColumn
|
id: pageColumn
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
QtControls.GroupBox {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
title: i18n("ACPI")
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -62,7 +65,12 @@ Item {
|
|||||||
onEditingFinished: cfg_dataengine["ACPIPATH"] = text
|
onEditingFinished: cfg_dataengine["ACPIPATH"] = text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QtControls.GroupBox {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
title: i18n("GPU")
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -88,7 +96,15 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QtControls.GroupBox {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
title: i18n("HDD temperature")
|
||||||
|
Column {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -131,7 +147,16 @@ Item {
|
|||||||
onEditingFinished: cfg_dataengine["HDDTEMPCMD"] = text
|
onEditingFinished: cfg_dataengine["HDDTEMPCMD"] = text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QtControls.GroupBox {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
title: i18n("Player")
|
||||||
|
Column {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -140,52 +165,15 @@ Item {
|
|||||||
width: parent.width * 2 / 5
|
width: parent.width * 2 / 5
|
||||||
horizontalAlignment: Text.AlignRight
|
horizontalAlignment: Text.AlignRight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
text: i18n("MPD address")
|
text: i18n("Player data symbols")
|
||||||
}
|
|
||||||
QtControls.TextField {
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: cfg_dataengine["MPDADDRESS"]
|
|
||||||
onEditingFinished: cfg_dataengine["MPDADDRESS"] = text
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.height
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
horizontalAlignment: Text.AlignRight
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
|
||||||
text: i18n("MPD port")
|
|
||||||
}
|
}
|
||||||
QtControls.SpinBox {
|
QtControls.SpinBox {
|
||||||
width: parent.width * 3 / 5
|
width: parent.width * 3 / 5
|
||||||
minimumValue: 1000
|
minimumValue: 1
|
||||||
maximumValue: 65535
|
maximumValue: 100
|
||||||
stepSize: 1
|
stepSize: 1
|
||||||
value: cfg_dataengine["MPDPORT"]
|
value: cfg_dataengine["PLAYERSYMBOLS"]
|
||||||
onEditingFinished: cfg_dataengine["MPDPORT"] = value
|
onEditingFinished: cfg_dataengine["PLAYERSYMBOLS"] = value
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.height
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
horizontalAlignment: Text.AlignRight
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
|
||||||
text: i18n("MPRIS player name")
|
|
||||||
}
|
|
||||||
QtControls.ComboBox {
|
|
||||||
id: mpris
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
editable: true
|
|
||||||
model: ["auto", "amarok", "audacious", "clementine", "deadbeef",
|
|
||||||
"vlc", "qmmp", "xmms2", cfg_dataengine["MPRIS"]]
|
|
||||||
currentIndex: model.length - 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -223,18 +211,64 @@ Item {
|
|||||||
width: parent.width * 2 / 5
|
width: parent.width * 2 / 5
|
||||||
horizontalAlignment: Text.AlignRight
|
horizontalAlignment: Text.AlignRight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
text: i18n("Player data symbols")
|
text: i18n("MPRIS player name")
|
||||||
}
|
}
|
||||||
QtControls.SpinBox {
|
QtControls.ComboBox {
|
||||||
|
id: mpris
|
||||||
width: parent.width * 3 / 5
|
width: parent.width * 3 / 5
|
||||||
minimumValue: 1
|
editable: true
|
||||||
maximumValue: 100
|
model: ["auto", "amarok", "audacious", "clementine", "deadbeef",
|
||||||
stepSize: 1
|
"vlc", "qmmp", "xmms2", cfg_dataengine["MPRIS"]]
|
||||||
value: cfg_dataengine["PLAYERSYMBOLS"]
|
currentIndex: model.length - 1
|
||||||
onEditingFinished: cfg_dataengine["PLAYERSYMBOLS"] = value
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.height
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
horizontalAlignment: Text.AlignRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
text: i18n("MPD address")
|
||||||
|
}
|
||||||
|
QtControls.TextField {
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: cfg_dataengine["MPDADDRESS"]
|
||||||
|
onEditingFinished: cfg_dataengine["MPDADDRESS"] = text
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.height
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
horizontalAlignment: Text.AlignRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
text: i18n("MPD port")
|
||||||
|
}
|
||||||
|
QtControls.SpinBox {
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
minimumValue: 1000
|
||||||
|
maximumValue: 65535
|
||||||
|
stepSize: 1
|
||||||
|
value: cfg_dataengine["MPDPORT"]
|
||||||
|
onEditingFinished: cfg_dataengine["MPDPORT"] = value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QtControls.GroupBox {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
title: i18n("Extensions")
|
||||||
|
Column {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -303,6 +337,9 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
|
@ -173,6 +173,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
|
|
||||||
@ -236,7 +237,7 @@ Item {
|
|||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
|
|
||||||
// init submodule
|
// init submodule
|
||||||
awKeys.initKeys(plasmoid.configuration.text)
|
awKeys.initKeys(plasmoid.configuration.text, plasmoid.configuration.queueLimit)
|
||||||
awKeys.initDataAggregator(tooltipSettings)
|
awKeys.initDataAggregator(tooltipSettings)
|
||||||
awKeys.setWrapNewLines(plasmoid.configuration.wrapNewLines)
|
awKeys.setWrapNewLines(plasmoid.configuration.wrapNewLines)
|
||||||
// configure aggregator
|
// configure aggregator
|
||||||
@ -248,6 +249,7 @@ Item {
|
|||||||
awKeys.setAggregatorProperty("translate", plasmoid.configuration.translateStrings)
|
awKeys.setAggregatorProperty("translate", plasmoid.configuration.translateStrings)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function action_checkUpdates() {
|
function action_checkUpdates() {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
|
|
||||||
|
@ -413,6 +413,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -341,6 +341,7 @@ Item {
|
|||||||
title: i18n("Preview")
|
title: i18n("Preview")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// we need to initializate DataEngines here too
|
// we need to initializate DataEngines here too
|
||||||
// because we need to get keys and values
|
// because we need to get keys and values
|
||||||
PlasmaCore.DataSource {
|
PlasmaCore.DataSource {
|
||||||
@ -381,6 +382,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
|
|
||||||
@ -389,7 +391,7 @@ Item {
|
|||||||
awKeys.dropSourceFromDataengine.connect(dropSource)
|
awKeys.dropSourceFromDataengine.connect(dropSource)
|
||||||
awKeys.needTextToBeUpdated.connect(needTextUpdate)
|
awKeys.needTextToBeUpdated.connect(needTextUpdate)
|
||||||
// init submodule
|
// init submodule
|
||||||
awKeys.initKeys(plasmoid.configuration.text)
|
awKeys.initKeys(plasmoid.configuration.text, plasmoid.configuration.queueLimit)
|
||||||
awKeys.setAggregatorProperty("acOffline", plasmoid.configuration.acOffline)
|
awKeys.setAggregatorProperty("acOffline", plasmoid.configuration.acOffline)
|
||||||
awKeys.setAggregatorProperty("acOnline", plasmoid.configuration.acOnline)
|
awKeys.setAggregatorProperty("acOnline", plasmoid.configuration.acOnline)
|
||||||
awKeys.setAggregatorProperty("customTime", plasmoid.configuration.customTime)
|
awKeys.setAggregatorProperty("customTime", plasmoid.configuration.customTime)
|
||||||
|
@ -14,12 +14,21 @@
|
|||||||
|
|
||||||
<group name="Advanced">
|
<group name="Advanced">
|
||||||
<!-- advanced -->
|
<!-- advanced -->
|
||||||
|
<entry name="background" type="bool">
|
||||||
|
<default>true</default>
|
||||||
|
</entry>
|
||||||
|
<entry name="verticalLayout" type="bool">
|
||||||
|
<default>false</default>
|
||||||
|
</entry>
|
||||||
<entry name="height" type="int">
|
<entry name="height" type="int">
|
||||||
<default>0</default>
|
<default>0</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="width" type="int">
|
<entry name="width" type="int">
|
||||||
<default>0</default>
|
<default>0</default>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry name="mark" type="string">
|
||||||
|
<default>¤</default>
|
||||||
|
</entry>
|
||||||
<entry name="tooltipType" type="string">
|
<entry name="tooltipType" type="string">
|
||||||
<default>windows</default>
|
<default>windows</default>
|
||||||
</entry>
|
</entry>
|
||||||
@ -29,15 +38,6 @@
|
|||||||
<entry name="tooltipColor" type="string">
|
<entry name="tooltipColor" type="string">
|
||||||
<default>#ffffff</default>
|
<default>#ffffff</default>
|
||||||
</entry>
|
</entry>
|
||||||
<entry name="background" type="bool">
|
|
||||||
<default>true</default>
|
|
||||||
</entry>
|
|
||||||
<entry name="verticalLayout" type="bool">
|
|
||||||
<default>false</default>
|
|
||||||
</entry>
|
|
||||||
<entry name="mark" type="string">
|
|
||||||
<default>¤</default>
|
|
||||||
</entry>
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group name="Appearance">
|
<group name="Appearance">
|
||||||
|
@ -44,6 +44,7 @@ Item {
|
|||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
QtControls.Tab {
|
QtControls.Tab {
|
||||||
|
anchors.margins: 10.0
|
||||||
title: i18n("About")
|
title: i18n("About")
|
||||||
|
|
||||||
QtLayouts.ColumnLayout {
|
QtLayouts.ColumnLayout {
|
||||||
@ -86,6 +87,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QtControls.Tab {
|
QtControls.Tab {
|
||||||
|
anchors.margins: 10.0
|
||||||
title: i18n("Acknowledgment")
|
title: i18n("Acknowledgment")
|
||||||
|
|
||||||
QtLayouts.ColumnLayout {
|
QtLayouts.ColumnLayout {
|
||||||
@ -111,6 +113,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -236,6 +236,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -37,19 +37,47 @@ Item {
|
|||||||
|
|
||||||
property bool debug: dpAdds.isDebugEnabled()
|
property bool debug: dpAdds.isDebugEnabled()
|
||||||
|
|
||||||
|
property alias cfg_background: background.checked
|
||||||
|
property alias cfg_verticalLayout: verticalLayout.checked
|
||||||
property alias cfg_height: widgetHeight.value
|
property alias cfg_height: widgetHeight.value
|
||||||
property alias cfg_width: widgetWidth.value
|
property alias cfg_width: widgetWidth.value
|
||||||
|
property string cfg_mark: mark.currentText
|
||||||
property string cfg_tooltipType: tooltipType.currentText
|
property string cfg_tooltipType: tooltipType.currentText
|
||||||
property alias cfg_tooltipWidth: tooltipWidth.value
|
property alias cfg_tooltipWidth: tooltipWidth.value
|
||||||
property alias cfg_tooltipColor: tooltipColor.text
|
property alias cfg_tooltipColor: tooltipColor.text
|
||||||
property alias cfg_background: background.checked
|
|
||||||
property alias cfg_verticalLayout: verticalLayout.checked
|
|
||||||
property string cfg_mark: mark.currentText
|
|
||||||
|
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: pageColumn
|
id: pageColumn
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: background
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Enable background")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.heigth
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
}
|
||||||
|
QtControls.CheckBox {
|
||||||
|
id: verticalLayout
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
text: i18n("Vertical layout")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -90,6 +118,34 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
QtControls.Label {
|
||||||
|
height: parent.height
|
||||||
|
width: parent.width * 2 / 5
|
||||||
|
horizontalAlignment: Text.AlignRight
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
text: i18n("Mark")
|
||||||
|
}
|
||||||
|
QtControls.ComboBox {
|
||||||
|
id: mark
|
||||||
|
width: parent.width * 3 / 5
|
||||||
|
editable: true
|
||||||
|
model: ["#", "$", "%", "&", "*", "@", "¤", "¶", "·", "º",
|
||||||
|
plasmoid.configuration.mark]
|
||||||
|
currentIndex: model.length - 1
|
||||||
|
onCurrentIndexChanged: cfg_mark = currentText
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
QtControls.GroupBox {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
|
title: i18n("Tooltip")
|
||||||
|
Column {
|
||||||
|
height: implicitHeight
|
||||||
|
width: parent.width
|
||||||
Row {
|
Row {
|
||||||
height: implicitHeight
|
height: implicitHeight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
@ -181,53 +237,6 @@ Item {
|
|||||||
onClicked: colorDialog.visible = true
|
onClicked: colorDialog.visible = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: background
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Enable background")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.heigth
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
}
|
|
||||||
QtControls.CheckBox {
|
|
||||||
id: verticalLayout
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
text: i18n("Vertical layout")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Row {
|
|
||||||
height: implicitHeight
|
|
||||||
width: parent.width
|
|
||||||
QtControls.Label {
|
|
||||||
height: parent.height
|
|
||||||
width: parent.width * 2 / 5
|
|
||||||
horizontalAlignment: Text.AlignRight
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
|
||||||
text: i18n("Mark")
|
|
||||||
}
|
|
||||||
QtControls.ComboBox {
|
|
||||||
id: mark
|
|
||||||
width: parent.width * 3 / 5
|
|
||||||
editable: true
|
|
||||||
model: ["#", "$", "%", "&", "*", "@", "¤", "¶", "·", "º",
|
|
||||||
plasmoid.configuration.mark]
|
|
||||||
currentIndex: model.length - 1
|
|
||||||
onCurrentIndexChanged: cfg_mark = currentText
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -236,6 +236,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (debug) console.debug()
|
if (debug) console.debug()
|
||||||
}
|
}
|
||||||
|
@ -101,6 +101,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
id: timer
|
id: timer
|
||||||
interval: 1000
|
interval: 1000
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\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"
|
||||||
@ -38,13 +38,10 @@ msgstr ""
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Widget width, px"
|
msgid "Translate strings"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
@ -53,13 +50,22 @@ msgstr ""
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom time format"
|
msgid "Check updates on startup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
@ -86,24 +92,21 @@ msgstr ""
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -143,31 +146,46 @@ msgstr ""
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -514,6 +532,12 @@ msgstr ""
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -535,12 +559,6 @@ msgstr ""
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-09-14 10:04+0300\n"
|
"PO-Revision-Date: 2015-09-21 10:26+0300\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"
|
||||||
@ -39,14 +39,11 @@ msgstr "About"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "Acknowledgment"
|
msgstr "Acknowledgment"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr "Widget height, px"
|
msgstr "Enable background"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
msgid "Translate strings"
|
||||||
msgstr "Widget width, px"
|
msgstr "Translate strings"
|
||||||
|
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr "Enable notifications"
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr "Wrap new lines"
|
msgstr "Wrap new lines"
|
||||||
@ -54,14 +51,23 @@ msgstr "Wrap new lines"
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr "Enable word wrap"
|
msgstr "Enable word wrap"
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Enable background"
|
msgstr "Enable notifications"
|
||||||
|
|
||||||
msgid "Custom time format"
|
msgid "Check updates on startup"
|
||||||
msgstr "Custom time format"
|
msgstr "Check updates on startup"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Custom uptime format"
|
msgstr "Widget height, px"
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr "Widget width, px"
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Time interval"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr "Messages queue limit"
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Temperature units"
|
msgstr "Temperature units"
|
||||||
@ -87,24 +93,21 @@ msgstr "kJ/mol"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "kcal/mol"
|
msgstr "kcal/mol"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Custom time format"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Custom uptime format"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC online tag"
|
msgstr "AC online tag"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC offline tag"
|
msgstr "AC offline tag"
|
||||||
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Check updates on startup"
|
|
||||||
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Translate strings"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr "Drop key cache"
|
msgstr "Drop key cache"
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Time interval"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Font"
|
msgstr "Font"
|
||||||
|
|
||||||
@ -144,32 +147,47 @@ msgstr "Select a color"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Select a font"
|
msgstr "Select a font"
|
||||||
|
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "ACPI"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "ACPI path"
|
msgstr "ACPI path"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr "GPU"
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "GPU device"
|
msgstr "GPU device"
|
||||||
|
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "HDD temperature"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "hddtemp cmd"
|
msgstr "hddtemp cmd"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr "Player"
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr "Player data symbols"
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Music player"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "MPRIS player name"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "MPD address"
|
msgstr "MPD address"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "MPD port"
|
msgstr "MPD port"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "MPRIS player name"
|
msgstr "Extensions"
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Music player"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr "Player data symbols"
|
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
msgstr "Custom scripts"
|
msgstr "Custom scripts"
|
||||||
@ -523,6 +541,12 @@ msgstr "Active desktop"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Inactive desktop"
|
msgstr "Inactive desktop"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Vertical layout"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Mark"
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Tooltip type"
|
msgstr "Tooltip type"
|
||||||
|
|
||||||
@ -544,12 +568,6 @@ msgstr "none"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Tooltip width"
|
msgstr "Tooltip width"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Vertical layout"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Mark"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Evgeniy Alekseev"
|
msgstr "Evgeniy Alekseev"
|
||||||
@ -803,15 +821,9 @@ msgstr "esalexeev@gmail.com"
|
|||||||
#~ "...\n"
|
#~ "...\n"
|
||||||
#~ "$cpuclN - CPU clock for core N, MHz"
|
#~ "$cpuclN - CPU clock for core N, MHz"
|
||||||
|
|
||||||
#~ msgid "Temperature"
|
|
||||||
#~ msgstr "Temperature"
|
|
||||||
|
|
||||||
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
#~ msgstr "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgstr "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
|
|
||||||
#~ msgid "GPU"
|
|
||||||
#~ msgstr "GPU"
|
|
||||||
|
|
||||||
#~ msgid "$gpu - gpu usage, %"
|
#~ msgid "$gpu - gpu usage, %"
|
||||||
#~ msgstr "$gpu - gpu usage, %"
|
#~ msgstr "$gpu - gpu usage, %"
|
||||||
|
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-07-31 22:13+0300\n"
|
"PO-Revision-Date: 2015-07-31 22:13+0300\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"
|
||||||
@ -39,14 +39,12 @@ msgstr "Acerca de"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "Reconocimiento"
|
msgstr "Reconocimiento"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr "Alto del widget, px"
|
msgstr "Habilitar fondo"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
#, fuzzy
|
||||||
msgstr "Ancho del widget, px"
|
msgid "Translate strings"
|
||||||
|
msgstr "Problemas de traducción"
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr "Habilitar notificaciones"
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr "Ajustar las nuevas líneas"
|
msgstr "Ajustar las nuevas líneas"
|
||||||
@ -54,14 +52,24 @@ msgstr "Ajustar las nuevas líneas"
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Habilitar fondo"
|
msgstr "Habilitar notificaciones"
|
||||||
|
|
||||||
msgid "Custom time format"
|
#, fuzzy
|
||||||
msgstr "Formato personalizado de hora"
|
msgid "Check updates on startup"
|
||||||
|
msgstr "Comprobar actualizaciones"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Formato personalizado de actividad del sistema"
|
msgstr "Alto del widget, px"
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr "Ancho del widget, px"
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Intervalo de tiempo"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Unidades de temperatura"
|
msgstr "Unidades de temperatura"
|
||||||
@ -87,26 +95,21 @@ msgstr "kJ/mol"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "kcal/mol"
|
msgstr "kcal/mol"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Formato personalizado de hora"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Formato personalizado de actividad del sistema"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "Etiqueta para alimentación conectada"
|
msgstr "Etiqueta para alimentación conectada"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "Etiqueta para la alimentación desconectada"
|
msgstr "Etiqueta para la alimentación desconectada"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Comprobar actualizaciones"
|
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Problemas de traducción"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Intervalo de tiempo"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Tipo de letra"
|
msgstr "Tipo de letra"
|
||||||
|
|
||||||
@ -146,31 +149,48 @@ msgstr "Elige un color"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Elige un tipo de letra"
|
msgstr "Elige un tipo de letra"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "Ruta ACPI"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "Ruta ACPI"
|
msgstr "Ruta ACPI"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr "GPU"
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Dispositivo de GPU"
|
msgstr "Dispositivo de GPU"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "Temperatura"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "Disco duro"
|
msgstr "Disco duro"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Comando hddtemp"
|
msgstr "Comando hddtemp"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Reproductor de música"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "Nombre del reproductor MPRIS"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Dirección de MPD"
|
msgstr "Dirección de MPD"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Puerto de MPD"
|
msgstr "Puerto de MPD"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "Nombre del reproductor MPRIS"
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Reproductor de música"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -538,6 +558,12 @@ msgstr "Escritorio activo"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Escritorio inactivo"
|
msgstr "Escritorio inactivo"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Orientación vertical"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Marca"
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Tipo de ventana emergente"
|
msgstr "Tipo de ventana emergente"
|
||||||
|
|
||||||
@ -559,12 +585,6 @@ msgstr "ninguno"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Ancho de la ventana emergente"
|
msgstr "Ancho de la ventana emergente"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Orientación vertical"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Marca"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Tu nombre"
|
msgstr "Tu nombre"
|
||||||
@ -799,17 +819,11 @@ msgstr "Tu correo electrónico"
|
|||||||
#~ "...\n"
|
#~ "...\n"
|
||||||
#~ "$cpuclN - frecuencia de la CPU para el núcleo N, MHz"
|
#~ "$cpuclN - frecuencia de la CPU para el núcleo N, MHz"
|
||||||
|
|
||||||
#~ msgid "Temperature"
|
|
||||||
#~ msgstr "Temperatura"
|
|
||||||
|
|
||||||
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "$tempN - temperatura física en el dispositivo N (a partir de 0). Ejemplo: "
|
#~ "$tempN - temperatura física en el dispositivo N (a partir de 0). Ejemplo: "
|
||||||
#~ "$temp0"
|
#~ "$temp0"
|
||||||
|
|
||||||
#~ msgid "GPU"
|
|
||||||
#~ msgstr "GPU"
|
|
||||||
|
|
||||||
#~ msgid "$gpu - gpu usage, %"
|
#~ msgid "$gpu - gpu usage, %"
|
||||||
#~ msgstr "$gpu - uso de la GPU, %"
|
#~ msgstr "$gpu - uso de la GPU, %"
|
||||||
|
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-07-31 22:16+0300\n"
|
"PO-Revision-Date: 2015-07-31 22:16+0300\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"
|
||||||
@ -41,14 +41,12 @@ msgstr "À propos"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "À savoir"
|
msgstr "À savoir"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr "Paramètres du composant"
|
msgstr "Activer le fond"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
#, fuzzy
|
||||||
msgstr "Largeur de l'applet"
|
msgid "Translate strings"
|
||||||
|
msgstr "Traductions"
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr "Activer les notifications"
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr "Couper les lignes supplémentaires"
|
msgstr "Couper les lignes supplémentaires"
|
||||||
@ -56,14 +54,24 @@ msgstr "Couper les lignes supplémentaires"
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Activer le fond"
|
msgstr "Activer les notifications"
|
||||||
|
|
||||||
msgid "Custom time format"
|
#, fuzzy
|
||||||
msgstr "Format de l'heure personnalisé"
|
msgid "Check updates on startup"
|
||||||
|
msgstr "Vérifier les mises à jour"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Temps de fonctionnement personalisé"
|
msgstr "Paramètres du composant"
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr "Largeur de l'applet"
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Intervalle"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Unités de température"
|
msgstr "Unités de température"
|
||||||
@ -89,26 +97,21 @@ msgstr "kJ/mol"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "kcal/mol"
|
msgstr "kcal/mol"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Format de l'heure personnalisé"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Temps de fonctionnement personalisé"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "Étiquette alimentation branchée"
|
msgstr "Étiquette alimentation branchée"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "Étiquette alimentation débranchée"
|
msgstr "Étiquette alimentation débranchée"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Vérifier les mises à jour"
|
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Traductions"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Intervalle"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Police"
|
msgstr "Police"
|
||||||
|
|
||||||
@ -148,31 +151,48 @@ msgstr "Sélectionner une couleur"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Sélectionner une police"
|
msgstr "Sélectionner une police"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "chemin ACPI"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "chemin ACPI"
|
msgstr "chemin ACPI"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr "Processeur graphique"
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Périphérique graphique"
|
msgstr "Périphérique graphique"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "Température"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "Disque dur"
|
msgstr "Disque dur"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Cmd de température disques"
|
msgstr "Cmd de température disques"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Lecteur audio"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "Nom du lecteur MPRIS"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Adresse MPD"
|
msgstr "Adresse MPD"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Port MPD"
|
msgstr "Port MPD"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "Nom du lecteur MPRIS"
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Lecteur audio"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -548,6 +568,12 @@ msgstr "Bureau actif"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Bureau inactif"
|
msgstr "Bureau inactif"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Positionnement vertical"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Marquer"
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Type d'infobulle"
|
msgstr "Type d'infobulle"
|
||||||
|
|
||||||
@ -569,12 +595,6 @@ msgstr "Aucun"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Largeur de l'infobulle"
|
msgstr "Largeur de l'infobulle"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Positionnement vertical"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Marquer"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Evgeniy Alekseev MerMouY"
|
msgstr "Evgeniy Alekseev MerMouY"
|
||||||
@ -799,17 +819,11 @@ msgstr "esalexeev@gmail.com mermouy@gmail.com"
|
|||||||
#~ "...\n"
|
#~ "...\n"
|
||||||
#~ "$cpuclN - Horloge du coeur N, MHz"
|
#~ "$cpuclN - Horloge du coeur N, MHz"
|
||||||
|
|
||||||
#~ msgid "Temperature"
|
|
||||||
#~ msgstr "Température"
|
|
||||||
|
|
||||||
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "$tempN - Température physique du périphérique N (à partir de 0). Exemple: "
|
#~ "$tempN - Température physique du périphérique N (à partir de 0). Exemple: "
|
||||||
#~ "$temp0"
|
#~ "$temp0"
|
||||||
|
|
||||||
#~ msgid "GPU"
|
|
||||||
#~ msgstr "Processeur graphique"
|
|
||||||
|
|
||||||
#~ msgid "$gpu - gpu usage, %"
|
#~ msgid "$gpu - gpu usage, %"
|
||||||
#~ msgstr "$gpu - utilisation du processeur graphique, %"
|
#~ msgstr "$gpu - utilisation du processeur graphique, %"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Awesome widgets\n"
|
"Project-Id-Version: Awesome widgets\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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-08-20 22:52+0300\n"
|
"PO-Revision-Date: 2015-08-20 22:52+0300\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Dutch <kde-i18n-nl@kde.org>\n"
|
"Language-Team: Dutch <kde-i18n-nl@kde.org>\n"
|
||||||
@ -41,14 +41,12 @@ msgstr "Over"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "Erkenning"
|
msgstr "Erkenning"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr ""
|
msgstr "Achtergrond inschakelen"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
#, fuzzy
|
||||||
msgstr ""
|
msgid "Translate strings"
|
||||||
|
msgstr "Probleem met de vertaling"
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -56,14 +54,24 @@ msgstr ""
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Achtergrond inschakelen"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom time format"
|
#, fuzzy
|
||||||
msgstr "Aangepaste tijdsopmaak"
|
msgid "Check updates on startup"
|
||||||
|
msgstr "Controleren op updates"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Aangepast uptime-opmaak"
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Tijdstussenpose"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Temperatuureenheden"
|
msgstr "Temperatuureenheden"
|
||||||
@ -89,26 +97,21 @@ msgstr "kJ/mol"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "kcal/mol"
|
msgstr "kcal/mol"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Aangepaste tijdsopmaak"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Aangepast uptime-opmaak"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC online-sleutelwoord"
|
msgstr "AC online-sleutelwoord"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC offline-sleutelwoord"
|
msgstr "AC offline-sleutelwoord"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Controleren op updates"
|
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Probleem met de vertaling"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Tijdstussenpose"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Lettertype"
|
msgstr "Lettertype"
|
||||||
|
|
||||||
@ -148,31 +151,48 @@ msgstr "Selecteer een kleur"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Selecteer een lettertype"
|
msgstr "Selecteer een lettertype"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "ACPI-pad"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "ACPI-pad"
|
msgstr "ACPI-pad"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "GPU-apparaat"
|
msgstr "GPU-apparaat"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "Temperatuureenheden"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "hddtemp cmd"
|
msgstr "hddtemp cmd"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Muziekspeler"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "MPRIS-mediaspelernaam"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "MPD-adres"
|
msgstr "MPD-adres"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "MPD-poort"
|
msgstr "MPD-poort"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "MPRIS-mediaspelernaam"
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Muziekspeler"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -543,6 +563,12 @@ msgstr "Actieve kleur"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Inactieve kleur"
|
msgstr "Inactieve kleur"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Verticale layout"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Markeren"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Opmerkingsballon"
|
msgstr "Opmerkingsballon"
|
||||||
@ -565,12 +591,6 @@ msgstr "geen"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Opmerkingsballonbreedte"
|
msgstr "Opmerkingsballonbreedte"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Verticale layout"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Markeren"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Heimen Stoffels"
|
msgstr "Heimen Stoffels"
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-07-31 22:21+0300\n"
|
"PO-Revision-Date: 2015-07-31 22:21+0300\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"
|
||||||
@ -40,14 +40,12 @@ msgstr "Sobre"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "Confirmação"
|
msgstr "Confirmação"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr "Altura do widget, px"
|
msgstr "Ativar plano de fundo"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
#, fuzzy
|
||||||
msgstr "Largura do widget, px"
|
msgid "Translate strings"
|
||||||
|
msgstr "Problema na tradução"
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr "Ativar notificações"
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr "Cobrir novas linhas"
|
msgstr "Cobrir novas linhas"
|
||||||
@ -55,14 +53,24 @@ msgstr "Cobrir novas linhas"
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Ativar plano de fundo"
|
msgstr "Ativar notificações"
|
||||||
|
|
||||||
msgid "Custom time format"
|
#, fuzzy
|
||||||
msgstr "Formato de hora personalizado"
|
msgid "Check updates on startup"
|
||||||
|
msgstr "Checar por atualizações"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Tempo em atividade com formato personalizado"
|
msgstr "Altura do widget, px"
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr "Largura do widget, px"
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Intervalo de tempo"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Unidades de temperatura"
|
msgstr "Unidades de temperatura"
|
||||||
@ -88,26 +96,21 @@ msgstr "KJ/mol"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "kcal/mol"
|
msgstr "kcal/mol"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Formato de hora personalizado"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Tempo em atividade com formato personalizado"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "Rótulo com carregador conectado"
|
msgstr "Rótulo com carregador conectado"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "Rótulo com carregador desconectado"
|
msgstr "Rótulo com carregador desconectado"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Checar por atualizações"
|
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Problema na tradução"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Intervalo de tempo"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Tamanho da fonte"
|
msgstr "Tamanho da fonte"
|
||||||
|
|
||||||
@ -147,31 +150,48 @@ msgstr "Selecionar uma cor"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Selecionar uma fonte"
|
msgstr "Selecionar uma fonte"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "Caminho ACPI"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "Caminho ACPI"
|
msgstr "Caminho ACPI"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr "GPU"
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Dispositivo GPU"
|
msgstr "Dispositivo GPU"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "Temperatura "
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "comando hddtemp"
|
msgstr "comando hddtemp"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Reprodutor de áudio"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "Nome do player MPRIS"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Endereço do MPD"
|
msgstr "Endereço do MPD"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Porta do MPD"
|
msgstr "Porta do MPD"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "Nome do player MPRIS"
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Reprodutor de áudio"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -532,6 +552,12 @@ msgstr "Desktop ativo"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Desktop inativo"
|
msgstr "Desktop inativo"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Layout vertical"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Marca"
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Tipo de dica de contexto"
|
msgstr "Tipo de dica de contexto"
|
||||||
|
|
||||||
@ -553,12 +579,6 @@ msgstr "nenhum"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Largura da dica de contexto"
|
msgstr "Largura da dica de contexto"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Layout vertical"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Marca"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "under"
|
msgstr "under"
|
||||||
@ -791,17 +811,11 @@ msgstr "under@insicuri.net"
|
|||||||
#~ "...\n"
|
#~ "...\n"
|
||||||
#~ "$cpuclN - frequência da CPU para o núcleo N, MHz"
|
#~ "$cpuclN - frequência da CPU para o núcleo N, MHz"
|
||||||
|
|
||||||
#~ msgid "Temperature"
|
|
||||||
#~ msgstr "Temperatura "
|
|
||||||
|
|
||||||
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "$hddtempN - temperatura física no dispositivo N (começando por 0). "
|
#~ "$hddtempN - temperatura física no dispositivo N (começando por 0). "
|
||||||
#~ "Exemplo: $hddtemp0"
|
#~ "Exemplo: $hddtemp0"
|
||||||
|
|
||||||
#~ msgid "GPU"
|
|
||||||
#~ msgstr "GPU"
|
|
||||||
|
|
||||||
#~ msgid "$gpu - gpu usage, %"
|
#~ msgid "$gpu - gpu usage, %"
|
||||||
#~ msgstr "$gpu - uso da GPU, %"
|
#~ msgstr "$gpu - uso da GPU, %"
|
||||||
|
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-09-14 10:04+0300\n"
|
"PO-Revision-Date: 2015-09-21 10:27+0300\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"
|
||||||
@ -39,14 +39,11 @@ msgstr "О программе"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "Благодарности"
|
msgstr "Благодарности"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr "Высота виджета, пиксели"
|
msgstr "Включить фон"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
msgid "Translate strings"
|
||||||
msgstr "Ширина виджета, пиксели"
|
msgstr "Переводить строки"
|
||||||
|
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr "Включить уведомления "
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr "Заменить символ перевода строки"
|
msgstr "Заменить символ перевода строки"
|
||||||
@ -54,14 +51,23 @@ msgstr "Заменить символ перевода строки"
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr "Включить перенос слов"
|
msgstr "Включить перенос слов"
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Включить фон"
|
msgstr "Включить уведомления "
|
||||||
|
|
||||||
msgid "Custom time format"
|
msgid "Check updates on startup"
|
||||||
msgstr "Свой формат времени"
|
msgstr "Проверять обновления при запуске"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Свой формат аптайма"
|
msgstr "Высота виджета, пиксели"
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr "Ширина виджета, пиксели"
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Интервал обновления"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr "Ограничение очереди сообщений"
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Температурные единицы"
|
msgstr "Температурные единицы"
|
||||||
@ -87,24 +93,21 @@ msgstr "кДж/моль"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "ккал/моль"
|
msgstr "ккал/моль"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Свой формат времени"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Свой формат аптайма"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC подключен"
|
msgstr "AC подключен"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC отключен"
|
msgstr "AC отключен"
|
||||||
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Проверять обновления при запуске"
|
|
||||||
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Переводить строки"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr "Сбросить кеш ключей"
|
msgstr "Сбросить кеш ключей"
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Интервал обновления"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Шрифт"
|
msgstr "Шрифт"
|
||||||
|
|
||||||
@ -144,32 +147,47 @@ msgstr "Выберете цвет"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Выберете шрифт"
|
msgstr "Выберете шрифт"
|
||||||
|
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "ACPI"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "Пусть к ACPI"
|
msgstr "Пусть к ACPI"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr "GPU"
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Устройство GPU"
|
msgstr "Устройство GPU"
|
||||||
|
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "Температура HDD"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Команда hddtemp"
|
msgstr "Команда hddtemp"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr "Проигрыватель"
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr "Символы в информации о плеере"
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Музыкальный плеер"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "Имя плеера в MPRIS"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Адрес сервера MPD"
|
msgstr "Адрес сервера MPD"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Порт сервера MPD"
|
msgstr "Порт сервера MPD"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "Имя плеера в MPRIS"
|
msgstr "Расширения"
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Музыкальный плеер"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr "Символы в информации о плеере"
|
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
msgstr "Свои скрипты"
|
msgstr "Свои скрипты"
|
||||||
@ -523,6 +541,12 @@ msgstr "Активный рабочий стол"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Неактивный рабочий стол"
|
msgstr "Неактивный рабочий стол"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Вертикальная разметка"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Метка"
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Тип тултипа"
|
msgstr "Тип тултипа"
|
||||||
|
|
||||||
@ -544,12 +568,6 @@ msgstr "ничего"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Ширина тултипа"
|
msgstr "Ширина тултипа"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Вертикальная разметка"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Метка"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Evgeniy Alekseev"
|
msgstr "Evgeniy Alekseev"
|
||||||
@ -803,16 +821,10 @@ msgstr "esalexeev@gmail.com"
|
|||||||
#~ "...\n"
|
#~ "...\n"
|
||||||
#~ "$cpuclN - частота CPU для ядра N, MHz"
|
#~ "$cpuclN - частота CPU для ядра N, MHz"
|
||||||
|
|
||||||
#~ msgid "Temperature"
|
|
||||||
#~ msgstr "Температура"
|
|
||||||
|
|
||||||
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "$tempN - физическая температура на устройстве N (от 0). Пример: $temp0"
|
#~ "$tempN - физическая температура на устройстве N (от 0). Пример: $temp0"
|
||||||
|
|
||||||
#~ msgid "GPU"
|
|
||||||
#~ msgstr "GPU"
|
|
||||||
|
|
||||||
#~ msgid "$gpu - gpu usage, %"
|
#~ msgid "$gpu - gpu usage, %"
|
||||||
#~ msgstr "$gpu - использование GPU, %"
|
#~ msgstr "$gpu - использование GPU, %"
|
||||||
|
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-07-31 22:23+0300\n"
|
"PO-Revision-Date: 2015-07-31 22:23+0300\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"
|
||||||
@ -39,14 +39,12 @@ msgstr "Про програму"
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr "Подяка"
|
msgstr "Подяка"
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr "Висота віджету, пікселі"
|
msgstr "Включити фон"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
#, fuzzy
|
||||||
msgstr "Ширина віджету, пікселі"
|
msgid "Translate strings"
|
||||||
|
msgstr "Тікет перекладу"
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr "Включити повідомлення"
|
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
msgstr "Замінити символ переводу рядка"
|
msgstr "Замінити символ переводу рядка"
|
||||||
@ -54,14 +52,24 @@ msgstr "Замінити символ переводу рядка"
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "Включити фон"
|
msgstr "Включити повідомлення"
|
||||||
|
|
||||||
msgid "Custom time format"
|
#, fuzzy
|
||||||
msgstr "Свій формат часу"
|
msgid "Check updates on startup"
|
||||||
|
msgstr "Шукати оновлення"
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "Свій формат аптайму (uptime)"
|
msgstr "Висота віджету, пікселі"
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr "Ширина віджету, пікселі"
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "Інтервал оновлення"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "Одиниці виміру температури"
|
msgstr "Одиниці виміру температури"
|
||||||
@ -87,26 +95,21 @@ msgstr "кДж/моль"
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr "ккал/моль"
|
msgstr "ккал/моль"
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "Свій формат часу"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "Свій формат аптайму (uptime)"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "AC підключений"
|
msgstr "AC підключений"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "AC відключений"
|
msgstr "AC відключений"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr "Шукати оновлення"
|
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr "Тікет перекладу"
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "Інтервал оновлення"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "Шрифт"
|
msgstr "Шрифт"
|
||||||
|
|
||||||
@ -146,31 +149,48 @@ msgstr "Оберіть колір"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "Оберіть шрифт"
|
msgstr "Оберіть шрифт"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr "Шлях до ICPI"
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr "Шлях до ICPI"
|
msgstr "Шлях до ICPI"
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr "GPU"
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "Пристій GPU"
|
msgstr "Пристій GPU"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "Температура"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "HDD"
|
msgstr "HDD"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "Команда hddtemp"
|
msgstr "Команда hddtemp"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "Музичний плеєр"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "Ім’я плеєру в MPRIS"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "Адреса сервера MPD"
|
msgstr "Адреса сервера MPD"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "Порт сервера MPD"
|
msgstr "Порт сервера MPD"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "Ім’я плеєру в MPRIS"
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "Музичний плеєр"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -540,6 +560,12 @@ msgstr "Активний робочий стіл"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "Неактивний робочий стіл"
|
msgstr "Неактивний робочий стіл"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr "Вертикальна розмітка"
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "Позначка"
|
||||||
|
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "Тип підказки"
|
msgstr "Тип підказки"
|
||||||
|
|
||||||
@ -561,12 +587,6 @@ msgstr "немає"
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "Ширина підказки"
|
msgstr "Ширина підказки"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr "Вертикальна розмітка"
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "Позначка"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Slobodyan Victor"
|
msgstr "Slobodyan Victor"
|
||||||
@ -802,15 +822,9 @@ msgstr "sarumyan@i.ua"
|
|||||||
#~ "...\n"
|
#~ "...\n"
|
||||||
#~ "$cpuclN - частота CPU для ядра N, MHz"
|
#~ "$cpuclN - частота CPU для ядра N, MHz"
|
||||||
|
|
||||||
#~ msgid "Temperature"
|
|
||||||
#~ msgstr "Температура"
|
|
||||||
|
|
||||||
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
|
||||||
#~ msgstr "$tempN - фізична температура на пристрої N (від 0). Приклад: $temp0"
|
#~ msgstr "$tempN - фізична температура на пристрої N (від 0). Приклад: $temp0"
|
||||||
|
|
||||||
#~ msgid "GPU"
|
|
||||||
#~ msgstr "GPU"
|
|
||||||
|
|
||||||
#~ msgid "$gpu - gpu usage, %"
|
#~ msgid "$gpu - gpu usage, %"
|
||||||
#~ msgstr "$gpu - використання gpu, %"
|
#~ msgstr "$gpu - використання gpu, %"
|
||||||
|
|
||||||
|
@ -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: 2015-09-14 10:03+0300\n"
|
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
|
||||||
"PO-Revision-Date: 2015-07-31 22:24+0300\n"
|
"PO-Revision-Date: 2015-07-31 22:24+0300\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"
|
||||||
@ -39,13 +39,10 @@ msgstr ""
|
|||||||
msgid "Acknowledgment"
|
msgid "Acknowledgment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Widget height, px"
|
msgid "Enable background"
|
||||||
msgstr ""
|
msgstr "启用背景"
|
||||||
|
|
||||||
msgid "Widget width, px"
|
msgid "Translate strings"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Enable notifications"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Wrap new lines"
|
msgid "Wrap new lines"
|
||||||
@ -54,14 +51,23 @@ msgstr ""
|
|||||||
msgid "Enable word wrap"
|
msgid "Enable word wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable background"
|
msgid "Enable notifications"
|
||||||
msgstr "启用背景"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom time format"
|
msgid "Check updates on startup"
|
||||||
msgstr "自定义时间格式"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom uptime format"
|
msgid "Widget height, px"
|
||||||
msgstr "自定义启动时间显示格式"
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Widget width, px"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Time interval"
|
||||||
|
msgstr "时间周期"
|
||||||
|
|
||||||
|
msgid "Messages queue limit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Temperature units"
|
msgid "Temperature units"
|
||||||
msgstr "温度单位"
|
msgstr "温度单位"
|
||||||
@ -87,24 +93,21 @@ msgstr ""
|
|||||||
msgid "kcal/mol"
|
msgid "kcal/mol"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Custom time format"
|
||||||
|
msgstr "自定义时间格式"
|
||||||
|
|
||||||
|
msgid "Custom uptime format"
|
||||||
|
msgstr "自定义启动时间显示格式"
|
||||||
|
|
||||||
msgid "AC online tag"
|
msgid "AC online tag"
|
||||||
msgstr "外接电源使用中标签"
|
msgstr "外接电源使用中标签"
|
||||||
|
|
||||||
msgid "AC offline tag"
|
msgid "AC offline tag"
|
||||||
msgstr "外接电源未使用标签"
|
msgstr "外接电源未使用标签"
|
||||||
|
|
||||||
msgid "Check updates on startup"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Translate strings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Drop key cache"
|
msgid "Drop key cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Time interval"
|
|
||||||
msgstr "时间周期"
|
|
||||||
|
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
msgstr "字体"
|
msgstr "字体"
|
||||||
|
|
||||||
@ -146,31 +149,47 @@ msgstr "选择字体"
|
|||||||
msgid "Select a font"
|
msgid "Select a font"
|
||||||
msgstr "选择字体"
|
msgstr "选择字体"
|
||||||
|
|
||||||
|
msgid "ACPI"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "ACPI path"
|
msgid "ACPI path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "GPU"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "GPU device"
|
msgid "GPU device"
|
||||||
msgstr "GPU 设备"
|
msgstr "GPU 设备"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
msgid "HDD temperature"
|
||||||
|
msgstr "温度单位"
|
||||||
|
|
||||||
msgid "HDD"
|
msgid "HDD"
|
||||||
msgstr "硬盘"
|
msgstr "硬盘"
|
||||||
|
|
||||||
msgid "hddtemp cmd"
|
msgid "hddtemp cmd"
|
||||||
msgstr "硬盘温度显示命令"
|
msgstr "硬盘温度显示命令"
|
||||||
|
|
||||||
|
msgid "Player"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Player data symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Music player"
|
||||||
|
msgstr "音乐播放器"
|
||||||
|
|
||||||
|
msgid "MPRIS player name"
|
||||||
|
msgstr "MPRIS 播放器名"
|
||||||
|
|
||||||
msgid "MPD address"
|
msgid "MPD address"
|
||||||
msgstr "MPD 地址"
|
msgstr "MPD 地址"
|
||||||
|
|
||||||
msgid "MPD port"
|
msgid "MPD port"
|
||||||
msgstr "MPD 端口"
|
msgstr "MPD 端口"
|
||||||
|
|
||||||
msgid "MPRIS player name"
|
msgid "Extensions"
|
||||||
msgstr "MPRIS 播放器名"
|
|
||||||
|
|
||||||
msgid "Music player"
|
|
||||||
msgstr "音乐播放器"
|
|
||||||
|
|
||||||
msgid "Player data symbols"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Custom scripts"
|
msgid "Custom scripts"
|
||||||
@ -541,6 +560,12 @@ msgstr "当前激活桌面"
|
|||||||
msgid "Inactive desktop"
|
msgid "Inactive desktop"
|
||||||
msgstr "未激活桌面"
|
msgstr "未激活桌面"
|
||||||
|
|
||||||
|
msgid "Vertical layout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Mark"
|
||||||
|
msgstr "标记"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Tooltip type"
|
msgid "Tooltip type"
|
||||||
msgstr "提示"
|
msgstr "提示"
|
||||||
@ -565,12 +590,6 @@ msgstr ""
|
|||||||
msgid "Tooltip width"
|
msgid "Tooltip width"
|
||||||
msgstr "提示"
|
msgstr "提示"
|
||||||
|
|
||||||
msgid "Vertical layout"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Mark"
|
|
||||||
msgstr "标记"
|
|
||||||
|
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "用户名"
|
msgstr "用户名"
|
||||||
|
Loading…
Reference in New Issue
Block a user