From 0fe67ce323dde416fd8e621e698172c349df502a Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 9 Jul 2014 10:34:38 +0400 Subject: [PATCH] initialization of translation files --- sources/desktop-panel/po/background.list | 0 sources/desktop-panel/po/create_list_files.sh | 15 - sources/desktop-panel/po/en.po | 263 ++++++++++++ sources/desktop-panel/po/es.po | 263 ++++++++++++ sources/desktop-panel/po/fr.po | 264 ++++++++++++ .../po/plasma_applet_ptm-desktop-panel.pot | 405 ++++++++---------- sources/desktop-panel/po/pt_BR.po | 262 +++++++++++ sources/desktop-panel/po/ru.po | 263 ++++++++++++ sources/desktop-panel/po/satellite.list | 0 sources/desktop-panel/po/uk.po | 263 ++++++++++++ sources/ptm/po/en.po | 2 +- sources/ptm/po/es.po | 2 +- sources/ptm/po/fr.po | 6 +- sources/ptm/po/uk.po | 2 +- 14 files changed, 1774 insertions(+), 236 deletions(-) delete mode 100644 sources/desktop-panel/po/background.list delete mode 100755 sources/desktop-panel/po/create_list_files.sh create mode 100644 sources/desktop-panel/po/en.po create mode 100644 sources/desktop-panel/po/es.po create mode 100644 sources/desktop-panel/po/fr.po create mode 100644 sources/desktop-panel/po/pt_BR.po create mode 100644 sources/desktop-panel/po/ru.po delete mode 100644 sources/desktop-panel/po/satellite.list create mode 100644 sources/desktop-panel/po/uk.po diff --git a/sources/desktop-panel/po/background.list b/sources/desktop-panel/po/background.list deleted file mode 100644 index e69de29..0000000 diff --git a/sources/desktop-panel/po/create_list_files.sh b/sources/desktop-panel/po/create_list_files.sh deleted file mode 100755 index 16453d6..0000000 --- a/sources/desktop-panel/po/create_list_files.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -WDIR=`pwd` # working dir -SATELLITE_LIST=satellite.list -BACKGROUND_LIST=background.list - -# Background list -cd "$WDIR" -cd ../images -ls -1 background_* | sed -e "s/background_//g" | sed -e "s/_/ /g" | sed -e "s/\.jpg//g" | sed -e "s/\.png//g" | sed -e "s/\.gif//g" | grep -v '^$' | sort --unique --ignore-leading-blanks > "$WDIR/background.list" - -# Satellite list -cd "$WDIR" -cd ../data -cat satellite_images.xml | grep image\ name | sed -e "s/.*/g" | grep -v '^$' | sort --unique --ignore-leading-blanks > "$WDIR/satellite.list" diff --git a/sources/desktop-panel/po/en.po b/sources/desktop-panel/po/en.po new file mode 100644 index 0000000..6e57996 --- /dev/null +++ b/sources/desktop-panel/po/en.po @@ -0,0 +1,263 @@ +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. +# +# Evgeniy Alekseev , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n" +"POT-Creation-Date: 2014-07-08 10:10+0400\n" +"PO-Revision-Date: 2014-07-08 10:11+0400\n" +"Last-Translator: Evgeniy Alekseev \n" +"Language-Team: English \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.5\n" + +#: desktop-panel.cpp:325 +msgid "Widget" +msgstr "" + +#: desktop-panel.cpp:326 +msgid "Appearance" +msgstr "" + +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 +msgid "Font" +msgstr "" + +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 +msgid "Set font family" +msgstr "" + +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 +msgid "Font size" +msgstr "" + +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 +msgid "Set font size" +msgstr "" + +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 +msgid "Font color" +msgstr "" + +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 +msgid "Set font color" +msgstr "" + +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 +msgid "Font weight" +msgstr "" + +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 +msgid "Set font weight" +msgstr "" + +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 +msgid "Font style" +msgstr "" + +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 +msgid "Set font style" +msgstr "" + +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 +msgid "normal" +msgstr "" + +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 +msgid "italic" +msgstr "" + +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) +#: po/rc.cpp:84 rc.cpp:84 +msgid "Vertical layout" +msgstr "" + +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) +#: po/rc.cpp:90 rc.cpp:90 +msgid "Add stretch to right/bottom of the layout" +msgstr "" + +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: po/rc.cpp:116 rc.cpp:116 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" diff --git a/sources/desktop-panel/po/es.po b/sources/desktop-panel/po/es.po new file mode 100644 index 0000000..3c575e1 --- /dev/null +++ b/sources/desktop-panel/po/es.po @@ -0,0 +1,263 @@ +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. +# +# Ernesto Avilés Vzqz , 2014. +# Evgeniy Alekseev , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n" +"POT-Creation-Date: 2014-07-08 10:10+0400\n" +"PO-Revision-Date: 2014-06-05 10:21+0400\n" +"Last-Translator: Evgeniy Alekseev \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 1.5\n" + +#: desktop-panel.cpp:325 +msgid "Widget" +msgstr "" + +#: desktop-panel.cpp:326 +msgid "Appearance" +msgstr "" + +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 +msgid "Font" +msgstr "" + +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 +msgid "Set font family" +msgstr "" + +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 +msgid "Font size" +msgstr "" + +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 +msgid "Set font size" +msgstr "" + +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 +msgid "Font color" +msgstr "" + +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 +msgid "Set font color" +msgstr "" + +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 +msgid "Font weight" +msgstr "" + +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 +msgid "Set font weight" +msgstr "" + +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 +msgid "Font style" +msgstr "" + +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 +msgid "Set font style" +msgstr "" + +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 +msgid "normal" +msgstr "" + +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 +msgid "italic" +msgstr "" + +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) +#: po/rc.cpp:84 rc.cpp:84 +msgid "Vertical layout" +msgstr "" + +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) +#: po/rc.cpp:90 rc.cpp:90 +msgid "Add stretch to right/bottom of the layout" +msgstr "" + +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: po/rc.cpp:116 rc.cpp:116 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" diff --git a/sources/desktop-panel/po/fr.po b/sources/desktop-panel/po/fr.po new file mode 100644 index 0000000..42086b3 --- /dev/null +++ b/sources/desktop-panel/po/fr.po @@ -0,0 +1,264 @@ +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. +# +# Evgeniy Alekseev , 2014. +# Mermouy , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n" +"POT-Creation-Date: 2014-07-08 10:10+0400\n" +"PO-Revision-Date: 2014-06-05 19:24+0400\n" +"Last-Translator: Evgeniy Alekseev \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.5\n" + +#: desktop-panel.cpp:325 +msgid "Widget" +msgstr "" + +#: desktop-panel.cpp:326 +msgid "Appearance" +msgstr "" + +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 +msgid "Font" +msgstr "" + +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 +msgid "Set font family" +msgstr "" + +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 +msgid "Font size" +msgstr "" + +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 +msgid "Set font size" +msgstr "" + +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 +msgid "Font color" +msgstr "" + +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 +msgid "Set font color" +msgstr "" + +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 +msgid "Font weight" +msgstr "" + +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 +msgid "Set font weight" +msgstr "" + +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 +msgid "Font style" +msgstr "" + +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 +msgid "Set font style" +msgstr "" + +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 +msgid "normal" +msgstr "" + +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 +msgid "italic" +msgstr "" + +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) +#: po/rc.cpp:84 rc.cpp:84 +msgid "Vertical layout" +msgstr "" + +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) +#: po/rc.cpp:90 rc.cpp:90 +msgid "Add stretch to right/bottom of the layout" +msgstr "" + +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: po/rc.cpp:116 rc.cpp:116 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" diff --git a/sources/desktop-panel/po/plasma_applet_ptm-desktop-panel.pot b/sources/desktop-panel/po/plasma_applet_ptm-desktop-panel.pot index 0301c67..7355af8 100644 --- a/sources/desktop-panel/po/plasma_applet_ptm-desktop-panel.pot +++ b/sources/desktop-panel/po/plasma_applet_ptm-desktop-panel.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/arcan1s/pytextmonitor/issues\n" -"POT-Creation-Date: 2014-07-08 22:44+0400\n" +"POT-Creation-Date: 2014-07-09 10:30+0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,271 +17,246 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: desktop-panel.cpp:112 -msgid "Set profile %1 disabled" +#: desktop-panel.cpp:325 +msgid "Widget" msgstr "" -#: desktop-panel.cpp:116 -msgid "Set profile %1 enabled" -msgstr "" - -#: desktop-panel.cpp:132 -msgid "Start profile %1" -msgstr "" - -#: desktop-panel.cpp:151 -msgid "Stop profile %1" -msgstr "" - -#: desktop-panel.cpp:165 -msgid "Restart profile %1" -msgstr "" - -#: desktop-panel.cpp:184 -msgid "Start another profile" -msgstr "" - -#: desktop-panel.cpp:186 -msgid "Stop " -msgstr "" - -#: desktop-panel.cpp:188 -msgid "Restart " -msgstr "" - -#: desktop-panel.cpp:191 -msgid "Disable " -msgstr "" - -#: desktop-panel.cpp:193 -msgid "Enable " -msgstr "" - -#: desktop-panel.cpp:196 desktop-panel.cpp:223 -msgid "Start profile" -msgstr "" - -#: desktop-panel.cpp:230 -msgid "Stop profile" -msgstr "" - -#: desktop-panel.cpp:234 -msgid "Restart profile" -msgstr "" - -#: desktop-panel.cpp:238 -msgid "Enable profile" -msgstr "" - -#: desktop-panel.cpp:242 -msgid "Show WiFi menu" -msgstr "" - -#: desktop-panel.cpp:262 -msgid "Start GUI" -msgstr "" - -#: desktop-panel.cpp:270 -msgid "Start WiFi menu" -msgstr "" - -#: desktop-panel.cpp:334 -msgid "Network is up" -msgstr "" - -#: desktop-panel.cpp:340 -msgid "Network is down" -msgstr "" - -#: desktop-panel.cpp:477 -msgid "Netctl plasmoid" -msgstr "" - -#. i18n: file: configwindow.ui:30 -#. i18n: ectx: attribute (title), widget (QWidget, tabConfiguration) -#: po/rc.cpp:3 rc.cpp:3 -msgid "Configuration" -msgstr "" - -#. i18n: file: configwindow.ui:54 -#. i18n: ectx: property (text), widget (QLabel, label_autoUpdate) -#: po/rc.cpp:6 rc.cpp:6 -msgid "Auto update interval, msec" -msgstr "" - -#. i18n: file: configwindow.ui:112 -#. i18n: ectx: property (text), widget (QLabel, label_gui) -#: po/rc.cpp:9 rc.cpp:9 -msgid "Path to GUI" -msgstr "" - -#. i18n: file: configwindow.ui:128 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_gui) -#. i18n: file: configwindow.ui:161 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_netctl) -#. i18n: file: configwindow.ui:197 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_sudo) -#. i18n: file: configwindow.ui:233 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_wifi) -#. i18n: file: configwindow.ui:621 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_activeIcon) -#. i18n: file: configwindow.ui:654 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_inactiveIcon) -#. i18n: file: configwindow.ui:128 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_gui) -#. i18n: file: configwindow.ui:161 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_netctl) -#. i18n: file: configwindow.ui:197 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_sudo) -#. i18n: file: configwindow.ui:233 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_wifi) -#. i18n: file: configwindow.ui:621 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_activeIcon) -#. i18n: file: configwindow.ui:654 -#. i18n: ectx: property (text), widget (QPushButton, pushButton_inactiveIcon) -#: po/rc.cpp:12 po/rc.cpp:18 po/rc.cpp:24 po/rc.cpp:30 po/rc.cpp:87 -#: po/rc.cpp:93 rc.cpp:12 rc.cpp:18 rc.cpp:24 rc.cpp:30 rc.cpp:87 rc.cpp:93 -msgid "Browse" -msgstr "" - -#. i18n: file: configwindow.ui:145 -#. i18n: ectx: property (text), widget (QLabel, label_netctl) -#: po/rc.cpp:15 rc.cpp:15 -msgid "Path to netctl" -msgstr "" - -#. i18n: file: configwindow.ui:178 -#. i18n: ectx: property (text), widget (QCheckBox, checkBox_sudo) -#: po/rc.cpp:21 rc.cpp:21 -msgid "Use sudo for netctl" -msgstr "" - -#. i18n: file: configwindow.ui:214 -#. i18n: ectx: property (text), widget (QCheckBox, checkBox_wifi) -#: po/rc.cpp:27 rc.cpp:27 -msgid "Show 'Start WiFi menu'" -msgstr "" - -#. i18n: file: configwindow.ui:242 -#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showBigInterface) -#: po/rc.cpp:33 rc.cpp:33 -msgid "Show more detailed interface" -msgstr "" - -#. i18n: file: configwindow.ui:252 -#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showNetDev) -#: po/rc.cpp:36 rc.cpp:36 -msgid "Show network devices" -msgstr "" - -#. i18n: file: configwindow.ui:262 -#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showExtIp) -#: po/rc.cpp:39 rc.cpp:39 -msgid "Show external IP" -msgstr "" - -#. i18n: file: configwindow.ui:272 -#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showIntIp) -#: po/rc.cpp:42 rc.cpp:42 -msgid "Show internal IP" -msgstr "" - -#. i18n: file: configwindow.ui:296 -#. i18n: ectx: attribute (title), widget (QWidget, tabAppearance) -#: po/rc.cpp:45 rc.cpp:45 +#: desktop-panel.cpp:326 msgid "Appearance" msgstr "" -#. i18n: file: configwindow.ui:310 -#. i18n: ectx: property (text), widget (QLabel, label_font) -#: po/rc.cpp:48 rc.cpp:48 +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 msgid "Font" msgstr "" -#. i18n: file: configwindow.ui:342 -#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_font) -#: po/rc.cpp:51 rc.cpp:51 +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 msgid "Set font family" msgstr "" -#. i18n: file: configwindow.ui:359 -#. i18n: ectx: property (text), widget (QLabel, label_fontSize) -#: po/rc.cpp:54 rc.cpp:54 +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 msgid "Font size" msgstr "" -#. i18n: file: configwindow.ui:391 -#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSize) -#: po/rc.cpp:57 rc.cpp:57 +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 msgid "Set font size" msgstr "" -#. i18n: file: configwindow.ui:420 -#. i18n: ectx: property (text), widget (QLabel, label_fontColor) -#: po/rc.cpp:60 rc.cpp:60 +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 msgid "Font color" msgstr "" -#. i18n: file: configwindow.ui:452 -#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColor) -#: po/rc.cpp:63 rc.cpp:63 +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 msgid "Set font color" msgstr "" -#. i18n: file: configwindow.ui:469 -#. i18n: ectx: property (text), widget (QLabel, label_fontWeight) -#: po/rc.cpp:66 rc.cpp:66 +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 msgid "Font weight" msgstr "" -#. i18n: file: configwindow.ui:501 -#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeight) -#: po/rc.cpp:69 rc.cpp:69 +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 msgid "Set font weight" msgstr "" -#. i18n: file: configwindow.ui:533 -#. i18n: ectx: property (text), widget (QLabel, label_fontStyle) -#: po/rc.cpp:72 rc.cpp:72 +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 msgid "Font style" msgstr "" -#. i18n: file: configwindow.ui:565 -#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyle) -#: po/rc.cpp:75 rc.cpp:75 +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 msgid "Set font style" msgstr "" -#. i18n: file: configwindow.ui:569 -#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyle) -#: po/rc.cpp:78 rc.cpp:78 +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 msgid "normal" msgstr "" -#. i18n: file: configwindow.ui:574 -#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyle) -#: po/rc.cpp:81 rc.cpp:81 +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 msgid "italic" msgstr "" -#. i18n: file: configwindow.ui:605 -#. i18n: ectx: property (text), widget (QLabel, label_activeIcon) +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) #: po/rc.cpp:84 rc.cpp:84 -msgid "Active icon" +msgid "Vertical layout" msgstr "" -#. i18n: file: configwindow.ui:638 -#. i18n: ectx: property (text), widget (QLabel, label_inactiveIcon) +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) #: po/rc.cpp:90 rc.cpp:90 -msgid "Inactive icon" +msgid "Add stretch to right/bottom of the layout" msgstr "" -#: po/rc.cpp:94 rc.cpp:94 +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" -#: po/rc.cpp:95 rc.cpp:95 +#: po/rc.cpp:116 rc.cpp:116 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" diff --git a/sources/desktop-panel/po/pt_BR.po b/sources/desktop-panel/po/pt_BR.po new file mode 100644 index 0000000..cff3b7a --- /dev/null +++ b/sources/desktop-panel/po/pt_BR.po @@ -0,0 +1,262 @@ +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. +# +# Evgeniy Alekseev , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n" +"POT-Creation-Date: 2014-07-08 10:10+0400\n" +"PO-Revision-Date: 2014-06-09 01:47+0400\n" +"Last-Translator: Evgeniy Alekseev \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 1.5\n" + +#: desktop-panel.cpp:325 +msgid "Widget" +msgstr "" + +#: desktop-panel.cpp:326 +msgid "Appearance" +msgstr "" + +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 +msgid "Font" +msgstr "" + +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 +msgid "Set font family" +msgstr "" + +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 +msgid "Font size" +msgstr "" + +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 +msgid "Set font size" +msgstr "" + +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 +msgid "Font color" +msgstr "" + +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 +msgid "Set font color" +msgstr "" + +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 +msgid "Font weight" +msgstr "" + +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 +msgid "Set font weight" +msgstr "" + +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 +msgid "Font style" +msgstr "" + +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 +msgid "Set font style" +msgstr "" + +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 +msgid "normal" +msgstr "" + +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 +msgid "italic" +msgstr "" + +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) +#: po/rc.cpp:84 rc.cpp:84 +msgid "Vertical layout" +msgstr "" + +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) +#: po/rc.cpp:90 rc.cpp:90 +msgid "Add stretch to right/bottom of the layout" +msgstr "" + +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: po/rc.cpp:116 rc.cpp:116 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" diff --git a/sources/desktop-panel/po/ru.po b/sources/desktop-panel/po/ru.po new file mode 100644 index 0000000..20fcff6 --- /dev/null +++ b/sources/desktop-panel/po/ru.po @@ -0,0 +1,263 @@ +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. +# +# Evgeniy Alekseev , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n" +"POT-Creation-Date: 2014-07-08 10:10+0400\n" +"PO-Revision-Date: 2014-07-08 10:11+0400\n" +"Last-Translator: Evgeniy Alekseev \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.5\n" + +#: desktop-panel.cpp:325 +msgid "Widget" +msgstr "" + +#: desktop-panel.cpp:326 +msgid "Appearance" +msgstr "" + +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 +msgid "Font" +msgstr "" + +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 +msgid "Set font family" +msgstr "" + +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 +msgid "Font size" +msgstr "" + +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 +msgid "Set font size" +msgstr "" + +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 +msgid "Font color" +msgstr "" + +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 +msgid "Set font color" +msgstr "" + +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 +msgid "Font weight" +msgstr "" + +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 +msgid "Set font weight" +msgstr "" + +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 +msgid "Font style" +msgstr "" + +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 +msgid "Set font style" +msgstr "" + +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 +msgid "normal" +msgstr "" + +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 +msgid "italic" +msgstr "" + +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) +#: po/rc.cpp:84 rc.cpp:84 +msgid "Vertical layout" +msgstr "" + +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) +#: po/rc.cpp:90 rc.cpp:90 +msgid "Add stretch to right/bottom of the layout" +msgstr "" + +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: po/rc.cpp:116 rc.cpp:116 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" diff --git a/sources/desktop-panel/po/satellite.list b/sources/desktop-panel/po/satellite.list deleted file mode 100644 index e69de29..0000000 diff --git a/sources/desktop-panel/po/uk.po b/sources/desktop-panel/po/uk.po new file mode 100644 index 0000000..e97ce1b --- /dev/null +++ b/sources/desktop-panel/po/uk.po @@ -0,0 +1,263 @@ +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. +# +# Evgeniy Alekseev , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n" +"POT-Creation-Date: 2014-07-08 10:10+0400\n" +"PO-Revision-Date: 2014-06-06 01:23+0400\n" +"Last-Translator: Evgeniy Alekseev \n" +"Language-Team: Ukrainian \n" +"Language: ua\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.5\n" + +#: desktop-panel.cpp:325 +msgid "Widget" +msgstr "" + +#: desktop-panel.cpp:326 +msgid "Appearance" +msgstr "" + +#. i18n: file: appearance.ui:30 +#. i18n: ectx: attribute (title), widget (QWidget, tab_active) +#: po/rc.cpp:3 rc.cpp:3 +msgid "Active desktop" +msgstr "" + +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#. i18n: file: appearance.ui:59 +#. i18n: ectx: property (text), widget (QLabel, label_fontActive) +#. i18n: file: appearance.ui:380 +#. i18n: ectx: property (text), widget (QLabel, label_fontInactive) +#: po/rc.cpp:6 po/rc.cpp:45 rc.cpp:6 rc.cpp:45 +msgid "Font" +msgstr "" + +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#. i18n: file: appearance.ui:91 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontActive) +#. i18n: file: appearance.ui:412 +#. i18n: ectx: property (toolTip), widget (QFontComboBox, fontComboBox_fontInactive) +#: po/rc.cpp:9 po/rc.cpp:48 rc.cpp:9 rc.cpp:48 +msgid "Set font family" +msgstr "" + +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#. i18n: file: appearance.ui:108 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive) +#. i18n: file: appearance.ui:429 +#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive) +#: po/rc.cpp:12 po/rc.cpp:51 rc.cpp:12 rc.cpp:51 +msgid "Font size" +msgstr "" + +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#. i18n: file: appearance.ui:140 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeActive) +#. i18n: file: appearance.ui:461 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontSizeInactive) +#: po/rc.cpp:15 po/rc.cpp:54 rc.cpp:15 rc.cpp:54 +msgid "Set font size" +msgstr "" + +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#. i18n: file: appearance.ui:169 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive) +#. i18n: file: appearance.ui:490 +#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive) +#: po/rc.cpp:18 po/rc.cpp:57 rc.cpp:18 rc.cpp:57 +msgid "Font color" +msgstr "" + +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#. i18n: file: appearance.ui:201 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorActive) +#. i18n: file: appearance.ui:522 +#. i18n: ectx: property (toolTip), widget (KColorCombo, kcolorcombo_fontColorInactive) +#: po/rc.cpp:21 po/rc.cpp:60 rc.cpp:21 rc.cpp:60 +msgid "Set font color" +msgstr "" + +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#. i18n: file: appearance.ui:218 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive) +#. i18n: file: appearance.ui:539 +#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive) +#: po/rc.cpp:24 po/rc.cpp:63 rc.cpp:24 rc.cpp:63 +msgid "Font weight" +msgstr "" + +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#. i18n: file: appearance.ui:250 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightActive) +#. i18n: file: appearance.ui:571 +#. i18n: ectx: property (toolTip), widget (QSpinBox, spinBox_fontWeightInactive) +#: po/rc.cpp:27 po/rc.cpp:66 rc.cpp:27 rc.cpp:66 +msgid "Set font weight" +msgstr "" + +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#. i18n: file: appearance.ui:282 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive) +#. i18n: file: appearance.ui:603 +#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive) +#: po/rc.cpp:30 po/rc.cpp:69 rc.cpp:30 rc.cpp:69 +msgid "Font style" +msgstr "" + +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:314 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:635 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:33 po/rc.cpp:72 rc.cpp:33 rc.cpp:72 +msgid "Set font style" +msgstr "" + +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:318 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:639 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:36 po/rc.cpp:75 rc.cpp:36 rc.cpp:75 +msgid "normal" +msgstr "" + +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#. i18n: file: appearance.ui:323 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleActive) +#. i18n: file: appearance.ui:644 +#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_fontStyleInactive) +#: po/rc.cpp:39 po/rc.cpp:78 rc.cpp:39 rc.cpp:78 +msgid "italic" +msgstr "" + +#. i18n: file: appearance.ui:351 +#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive) +#: po/rc.cpp:42 rc.cpp:42 +msgid "Inactive desktop" +msgstr "" + +#. i18n: file: widget.ui:41 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background) +#: po/rc.cpp:81 rc.cpp:81 +msgid "Enable background" +msgstr "" + +#. i18n: file: widget.ui:48 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout) +#: po/rc.cpp:84 rc.cpp:84 +msgid "Vertical layout" +msgstr "" + +#. i18n: file: widget.ui:55 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_leftStretch) +#: po/rc.cpp:87 rc.cpp:87 +msgid "Add stretch to left/top of the layout" +msgstr "" + +#. i18n: file: widget.ui:62 +#. i18n: ectx: property (text), widget (QCheckBox, checkBox_rightStretch) +#: po/rc.cpp:90 rc.cpp:90 +msgid "Add stretch to right/bottom of the layout" +msgstr "" + +#. i18n: file: widget.ui:77 +#. i18n: ectx: property (text), widget (QLabel, label_interval) +#: po/rc.cpp:93 rc.cpp:93 +msgid "Time interval" +msgstr "" + +#. i18n: file: widget.ui:132 +#. i18n: ectx: property (text), widget (QLabel, label_mark) +#: po/rc.cpp:96 rc.cpp:96 +msgid "Mark" +msgstr "" + +#. i18n: file: widget.ui:139 +#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark) +#: po/rc.cpp:99 rc.cpp:99 +msgid "A mark which will be shown if this desktop is active" +msgstr "" + +#. i18n: file: widget.ui:229 +#. i18n: ectx: property (text), widget (QLabel, label_pattern) +#: po/rc.cpp:102 rc.cpp:102 +msgid "Pattern" +msgstr "" + +#. i18n: file: widget.ui:239 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_pattern) +#: po/rc.cpp:105 rc.cpp:105 +msgid "" +"$mark - show mark if the current desktop is active\n" +"$name - desktop name\n" +"$number - desktop number\n" +"$total - total number of desktops" +msgstr "" + +#. i18n: file: widget.ui:256 +#. i18n: ectx: property (text), widget (QLabel, label_desktopcmd) +#: po/rc.cpp:111 rc.cpp:111 +msgid "Command to change desktop" +msgstr "" + +#. i18n: file: widget.ui:263 +#. i18n: ectx: property (toolTip), widget (QLineEdit, lineEdit_desktopcmd) +#: po/rc.cpp:114 rc.cpp:114 +msgid "Command which will change the current desktop" +msgstr "" + +#: po/rc.cpp:115 rc.cpp:115 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: po/rc.cpp:116 rc.cpp:116 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" diff --git a/sources/ptm/po/en.po b/sources/ptm/po/en.po index 8965ed6..3044c0a 100644 --- a/sources/ptm/po/en.po +++ b/sources/ptm/po/en.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2014-07-08 10:10+0400\n" "PO-Revision-Date: 2014-07-08 10:11+0400\n" "Last-Translator: Evgeniy Alekseev \n" -"Language-Team: Russian \n" +"Language-Team: English \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/sources/ptm/po/es.po b/sources/ptm/po/es.po index 5c849fd..b356fef 100644 --- a/sources/ptm/po/es.po +++ b/sources/ptm/po/es.po @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2014-07-08 10:10+0400\n" "PO-Revision-Date: 2014-06-05 10:21+0400\n" "Last-Translator: Evgeniy Alekseev \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/sources/ptm/po/fr.po b/sources/ptm/po/fr.po index 174b78b..3942a5b 100644 --- a/sources/ptm/po/fr.po +++ b/sources/ptm/po/fr.po @@ -1,5 +1,5 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) 2014 +# This file is distributed under the same license as the PyTextMonitor package. # # Evgeniy Alekseev , 2014. # Mermouy , 2014. @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2014-07-08 10:10+0400\n" "PO-Revision-Date: 2014-06-05 19:24+0400\n" "Last-Translator: Evgeniy Alekseev \n" -"Language-Team: French \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/sources/ptm/po/uk.po b/sources/ptm/po/uk.po index c559ce5..3f93a09 100644 --- a/sources/ptm/po/uk.po +++ b/sources/ptm/po/uk.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2014-07-08 10:10+0400\n" "PO-Revision-Date: 2014-06-06 01:23+0400\n" "Last-Translator: Evgeniy Alekseev \n" -"Language-Team: Ukrainian \n" +"Language-Team: Ukrainian \n" "Language: ua\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n"