mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 07:09:58 +00:00
update translations
add notifications edit resizing fix reading ps some fixes
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
set (MO_NAME plasma_applet_awesome-widget.mo)
|
||||
if (BUILD_KDE4)
|
||||
set (MO_NAME plasma_applet_awesome-widget.mo)
|
||||
else ()
|
||||
set (MO_NAME plasma_applet_org.kde.plasma.awesomewidget.mo)
|
||||
endif ()
|
||||
|
||||
file (GLOB _po_files *.po)
|
||||
set (_gmoFiles)
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,8 @@
|
||||
set (MO_NAME plasma_applet_desktop-panel.mo)
|
||||
if (BUILD_KDE4)
|
||||
set (MO_NAME plasma_applet_desktop-panel.mo)
|
||||
else ()
|
||||
set (MO_NAME plasma_applet_org.kde.plasma.desktoppanel.mo)
|
||||
endif ()
|
||||
|
||||
file (GLOB _po_files *.po)
|
||||
set (_gmoFiles)
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Copyright (C) 2014
|
||||
# This file is distributed under the same license as the PyTextMonitor package.
|
||||
#
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014.
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014, 2015.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"PO-Revision-Date: 2014-12-15 02:41+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2015-02-11 05:01+0300\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: English <kde-russian@lists.kde.ru>\n"
|
||||
"Language: ru\n"
|
||||
@ -18,140 +18,398 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr "Top Edge"
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr "Bottom Edge"
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr "Left Edge"
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr "Right Edge"
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "Unknown Position (%1)"
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "Widget"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Appearance"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "Toggle panels"
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr "Select font"
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr "Advanced"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "Active desktop"
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Font"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Font size"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Font color"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Font weight"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Font style"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "Inactive desktop"
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "To control panels please set widget shortcut."
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr "About"
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Mark"
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr "Acknowledgment"
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "A mark which will be shown if this desktop is active"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Font"
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Font size"
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Font weight"
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr "light"
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Add"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr "normal"
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr "demi bold"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr "bold"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr "black"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Font style"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr "italic"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Font color"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
msgid "Select a color"
|
||||
msgstr "Select a color"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
msgid "Select a font"
|
||||
msgstr "Select a font"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
msgid "Tooltip type"
|
||||
msgstr "Tooltip type"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
msgid "contours"
|
||||
msgstr "contours"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
msgid "windows"
|
||||
msgstr "windows"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
msgid "clean desktop"
|
||||
msgstr "clean desktop"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
msgid "names"
|
||||
msgstr "names"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr "none"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Tooltip width"
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Window border color on tooltip"
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Enable background"
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Vertical layout"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Mark"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Add"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr "Show value"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr "Tag: %1"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr "Value: %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr "A set of minimalistic plasmoid widgets"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr "Links:"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr "Homepage"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr "Repository"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr "Bugtracker"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr "Translation issue"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr "AUR packages"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr "openSUSE packages"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr "This software is licensed under %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr "Translators: %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr "This software uses: %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr "Unknown location (%1)"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "To control panels please set widget shortcut."
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "A mark which will be shown if this desktop is active"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Window border color on tooltip"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr "Enable tooltip"
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr "Windows"
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr "Contours"
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr "Clean desktop"
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "Evgeniy Alekseev"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "esalexeev@gmail.com"
|
||||
@ -191,9 +449,6 @@ msgstr "esalexeev@gmail.com"
|
||||
#~ msgid "Set font family"
|
||||
#~ msgstr "Set font family"
|
||||
|
||||
#~ msgid "Set font color"
|
||||
#~ msgstr "Set font color"
|
||||
|
||||
#~ msgid "Set font weight"
|
||||
#~ msgstr "Set font weight"
|
||||
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2014-12-15 19:56-0500\n"
|
||||
"Last-Translator: Ernesto Avilés Vázquez\n"
|
||||
"Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
|
||||
@ -18,141 +18,405 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr "Borde superior"
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr "Borde inferior"
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr "Borde izquierdo"
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr "Borde derecho"
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "Posición desconocida (%1)"
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "Widget"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Apariencia"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "Conmutar paneles"
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr "Elegir tipo de letra"
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "Escritorio activo"
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Tipo de letra"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Tamaño de letra"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Color de letra"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Grosor de letra"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Estilo de letra"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "Escritorio inactivo"
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Tipo de letra"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Tamaño de letra"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Grosor de letra"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Estilo de letra"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Color de letra"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
#, fuzzy
|
||||
msgid "Select a color"
|
||||
msgstr "Elegir tipo de letra"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
#, fuzzy
|
||||
msgid "Select a font"
|
||||
msgstr "Elegir tipo de letra"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
#, fuzzy
|
||||
msgid "Tooltip type"
|
||||
msgstr "Ancho de la ventana emergente"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
#, fuzzy
|
||||
msgid "contours"
|
||||
msgstr "Contornos"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
#, fuzzy
|
||||
msgid "windows"
|
||||
msgstr "Ventanas"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
#, fuzzy
|
||||
msgid "clean desktop"
|
||||
msgstr "Limpiar escritorio"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
#, fuzzy
|
||||
msgid "names"
|
||||
msgstr "Tu nombre"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Ancho de la ventana emergente"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Habilitar fondo"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Orientación vertical"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Marca"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Añadir"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
#, fuzzy
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr "Posición desconocida (%1)"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr ""
|
||||
"Para controlar los paneles establece el atajo del teclado para el widget."
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Marca"
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Una marca será mostrada si este escritorio está activo"
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Añadir"
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Ancho de la ventana emergente"
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Color del borde de la ventana emergente"
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Habilitar fondo"
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Orientación vertical"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr "Habilitar ventana emergente"
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr "Ventanas"
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr "Contornos"
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr "Limpiar escritorio"
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "Tu nombre"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "Tu email"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2014-06-05 19:24+0400\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: French <kde-french@lists.kde.ru>\n"
|
||||
@ -19,140 +19,397 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "Widget"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Apparence"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Police"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Taille de la police"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Couleur de la police"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Épaisseur de la police"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Style de la police"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Police"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Taille de la police"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Épaisseur de la police"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Style de la police"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Couleur de la police"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
msgid "Select a color"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
msgid "Select a font"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
msgid "Tooltip type"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
msgid "contours"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
msgid "windows"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
msgid "clean desktop"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
#, fuzzy
|
||||
msgid "names"
|
||||
msgstr "Evgeniy Alekseev"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Positionnement vertical"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "Evgeniy Alekseev"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "esalexeev@gmail.com"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,140 +17,396 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
msgid "Select a color"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
msgid "Select a font"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
msgid "Tooltip type"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
msgid "contours"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
msgid "windows"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
msgid "clean desktop"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
msgid "names"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr ""
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2014-12-24 00:05+0300\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <kde-russian@lists.kde.ru>\n"
|
||||
@ -19,141 +19,404 @@ msgstr ""
|
||||
"X-Language: pt_BR\n"
|
||||
"X-Source-Language: C\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr "Canto do topo"
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr "Canto de baixo"
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr "Canto esquerdo"
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr "Canto direito"
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#, qt-format
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "Posição desconhecida (%1)"
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "Widget"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Aparência"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "Ativar painéis"
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr "Selecionar fonte"
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "Desktop ativo"
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Fonte"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Tamanho da fonte"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Cor da fonte"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Grossura da fonte"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Estilo da fonte"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "Desktop inativo"
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "Para controlar paines por favor defina o atalho do widget"
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Marca"
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Uma marca a ser mostrada se este desktop estiver ativo"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Fonte"
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Tamanho da fonte"
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Grossura da fonte"
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Estilo da fonte"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Cor da fonte"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
#, fuzzy
|
||||
msgid "Select a color"
|
||||
msgstr "Selecionar fonte"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
#, fuzzy
|
||||
msgid "Select a font"
|
||||
msgstr "Selecionar fonte"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
#, fuzzy
|
||||
msgid "Tooltip type"
|
||||
msgstr "Largura da dica de contexto"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
#, fuzzy
|
||||
msgid "contours"
|
||||
msgstr "Contornos"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
#, fuzzy
|
||||
msgid "windows"
|
||||
msgstr "Janelas"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
#, fuzzy
|
||||
msgid "clean desktop"
|
||||
msgstr "Limpar desktop"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
#, fuzzy
|
||||
msgid "names"
|
||||
msgstr "under"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Largura da dica de contexto"
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Cor da borda de janela na dica de contexto"
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Ativar plano de fundo"
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Layout vertical"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Marca"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Adicionar"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
#, fuzzy
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr "Posição desconhecida (%1)"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "Para controlar paines por favor defina o atalho do widget"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Uma marca a ser mostrada se este desktop estiver ativo"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Cor da borda de janela na dica de contexto"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr "Ativar dica de contexto"
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr "Janelas"
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr "Contornos"
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr "Limpar desktop"
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "under"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "under@insicuri.net"
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Copyright (C) 2014
|
||||
# This file is distributed under the same license as the PyTextMonitor package.
|
||||
#
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014.
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014, 2015.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"PO-Revision-Date: 2014-12-15 02:41+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2015-02-11 05:04+0300\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
||||
"Language: ru\n"
|
||||
@ -18,140 +18,399 @@ msgstr ""
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr "Верхний край"
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr "Нижний край"
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr "Левый край"
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr "Правый край"
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "Неизвестное положение (%1)"
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "Виджет"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Внешний вид"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "Скрыть панели"
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr "Выберете шрифт"
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr "Расширенные"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "Активный рабочий стол"
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Размер шрифта"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Цвет шрифта"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Толщина шрифта"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Стиль шрифта"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "Неактивный рабочий стол"
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "Чтобы управлять панелями, настройте комбинацию клавиш."
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr "О программе"
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Метка"
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr "Благодарности"
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Метка, которая будет показана, если данный рабочий стол активен"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Размер шрифта"
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Толщина шрифта"
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr "тонкий"
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Добавить"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr "нормальный"
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr "полужирный"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr "жирный"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr "очень жирный"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Стиль шрифта"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr "курсив"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Цвет шрифта"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
msgid "Select a color"
|
||||
msgstr "Выберете цвет"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
msgid "Select a font"
|
||||
msgstr "Выберете шрифт"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
msgid "Tooltip type"
|
||||
msgstr "Тип тултипа"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
msgid "contours"
|
||||
msgstr "контуры"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
msgid "windows"
|
||||
msgstr "окна"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
msgid "clean desktop"
|
||||
msgstr "пустой рабочий стол"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
msgid "names"
|
||||
msgstr "названия"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr "нет"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Ширина тултипа"
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Цвет границ окна в тултипе"
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Включить фон"
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Вертикальная разметка"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Метка"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
"Подробная информация может быть найдена на <a "
|
||||
"href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">домашней странице</a> проекта"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Добавить"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr "Показать значение"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr "Тег: %1"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr "Значение: %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr "Коллекция минималистичных плазмоидов"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr "Ссылки:"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr "Домашняя страница"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr "Репозиторий"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr "Багтрекер"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr "Тикет перевода"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr "Пакеты в AUR"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr "Пакеты для openSUSE"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr "Данное программное обеспечение лицензировано под %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr "Переводчики: %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr "Данное приложение использует: %1"
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr "Неизвестное положение (%1)"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "Чтобы управлять панелями, настройте комбинацию клавиш."
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Метка, которая будет показана, если данный рабочий стол активен"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Цвет границ окна в тултипе"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr "Включить тултип"
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr "Окна"
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr "Контуры"
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr "Пустой рабочий стол"
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "Evgeniy Alekseev"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "esalexeev@gmail.com"
|
||||
|
@ -1,167 +1,431 @@
|
||||
# Copyright (C) 2014
|
||||
# This file is distributed under the same license as the PyTextMonitor package.
|
||||
#
|
||||
#
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"PO-Revision-Date: 2014-06-06 01:23+0400\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: Ukrainian <kde-ukrainian@lists.kde.ru>\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:193
|
||||
msgid "Top Edge"
|
||||
msgstr "Верхній край"
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
msgid "Bottom Edge"
|
||||
msgstr "Нижній край"
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
msgid "Left Edge"
|
||||
msgstr "Лівий край"
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
msgid "Right Edge"
|
||||
msgstr "Правий край"
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "Невідоме положення (%1)"
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
msgid "Widget"
|
||||
msgstr "Віджет"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Зовнішній вигляд"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "Перемикання панелей"
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
msgid "Select font"
|
||||
msgstr "Вибрати шрифт"
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "Активний робочий стіл"
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Розмір шрифту"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Колір шрифту"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Ширина шрифту"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Стиль шрифту"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "Неактивний робочий стіл"
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "Для управління панелями будьдаска встановіть комбінацію клавіш для віджету"
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Позначка"
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Позначка, що буде показана, якщо цей робочий стіл є активним"
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Додати"
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Ширина підказки"
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Колір границі вікна підказки"
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Включити фон"
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Вертикальна розмітка"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr "Включити підказки"
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr "Вікна"
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr "Контури"
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr "Очистити робочий стіл"
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "Slobodyan Victor"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "sarumyan@i.ua"
|
||||
|
||||
#~ msgid "Time interval"
|
||||
#~ msgstr "Інтервал оновлення"
|
||||
|
||||
#~ msgid "Add stretch to left/top of the layout"
|
||||
#~ msgstr "Додати порожнє місце ліворуч/вгорі віджету"
|
||||
|
||||
#~ msgid "Add stretch to right/bottom of the layout"
|
||||
#~ msgstr "Додати порожнє місце праворуч/внизу віджету"
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2014-06-06 01:23+0400\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: Ukrainian <kde-ukrainian@lists.kde.ru>\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-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr "Верхній край"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr "Нижній край"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr "Лівий край"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr "Правий край"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "Невідоме положення (%1)"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "Віджет"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "Зовнішній вигляд"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "Перемикання панелей"
|
||||
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr "Вибрати шрифт"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "Активний робочий стіл"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "Неактивний робочий стіл"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "Розмір шрифту"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "Ширина шрифту"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "Стиль шрифту"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "Колір шрифту"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
#, fuzzy
|
||||
msgid "Select a color"
|
||||
msgstr "Вибрати шрифт"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
#, fuzzy
|
||||
msgid "Select a font"
|
||||
msgstr "Вибрати шрифт"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
#, fuzzy
|
||||
msgid "Tooltip type"
|
||||
msgstr "Ширина підказки"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
#, fuzzy
|
||||
msgid "contours"
|
||||
msgstr "Контури"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
#, fuzzy
|
||||
msgid "windows"
|
||||
msgstr "Вікна"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
#, fuzzy
|
||||
msgid "clean desktop"
|
||||
msgstr "Очистити робочий стіл"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
#, fuzzy
|
||||
msgid "names"
|
||||
msgstr "Slobodyan Victor"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr "Ширина підказки"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "Включити фон"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "Вертикальна розмітка"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "Позначка"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "Додати"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
#, fuzzy
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr "Невідоме положення (%1)"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr ""
|
||||
"Для управління панелями будьдаска встановіть комбінацію клавіш для віджету"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "Позначка, що буде показана, якщо цей робочий стіл є активним"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr "px"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr "Колір границі вікна підказки"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr "Включити підказки"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr "Вікна"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr "Контури"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
msgid "Clean desktop"
|
||||
msgstr "Очистити робочий стіл"
|
||||
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "Slobodyan Victor"
|
||||
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "sarumyan@i.ua"
|
||||
|
||||
#~ msgid "Time interval"
|
||||
#~ msgstr "Інтервал оновлення"
|
||||
|
||||
#~ msgid "Add stretch to left/top of the layout"
|
||||
#~ msgstr "Додати порожнє місце ліворуч/вгорі віджету"
|
||||
|
||||
#~ msgid "Add stretch to right/bottom of the layout"
|
||||
#~ msgstr "Додати порожнє місце праворуч/внизу віджету"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2014-12-15 02:40+0300\n"
|
||||
"POT-Creation-Date: 2015-02-11 05:00+0300\n"
|
||||
"PO-Revision-Date: 2014-09-15 10:04+0400\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: American English <kde-russian@lists.kde.ru>\n"
|
||||
@ -18,141 +18,402 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
|
||||
#: desktop-panel.cpp:193
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:193
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:479
|
||||
msgid "Top Edge"
|
||||
msgstr "顶部边缘"
|
||||
|
||||
#: desktop-panel.cpp:195
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:195
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:481
|
||||
msgid "Bottom Edge"
|
||||
msgstr "底部边缘"
|
||||
|
||||
#: desktop-panel.cpp:197
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:197
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:483
|
||||
msgid "Left Edge"
|
||||
msgstr "左端边缘"
|
||||
|
||||
#: desktop-panel.cpp:199
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:199
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:485
|
||||
msgid "Right Edge"
|
||||
msgstr "右端边缘"
|
||||
|
||||
#: desktop-panel.cpp:201
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:201
|
||||
msgid "Unknown Position (%1)"
|
||||
msgstr "未知位置(%1)"
|
||||
|
||||
#: desktop-panel.cpp:473
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:473
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:25
|
||||
msgid "Widget"
|
||||
msgstr "窗口小部件"
|
||||
|
||||
#: desktop-panel.cpp:474
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:474
|
||||
msgid "Appearance"
|
||||
msgstr "外观"
|
||||
|
||||
#: desktop-panel.cpp:475
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:475
|
||||
msgid "Toggle panels"
|
||||
msgstr "控制面板状态切换(显示/隐藏)"
|
||||
|
||||
#: desktop-panel.cpp:596
|
||||
#: desktop-panel-kde4/desktop-panel.cpp:596
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:354
|
||||
msgid "Select font"
|
||||
msgstr "选择字体"
|
||||
|
||||
#: po/rc.cpp:3 rc.cpp:3
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:31
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:30
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_active)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:37
|
||||
#: translations/desktop-panel/rc.cpp:3 rc.cpp:3
|
||||
msgid "Active desktop"
|
||||
msgstr "当前激活桌面"
|
||||
|
||||
#: po/rc.cpp:6 po/rc.cpp:24 po/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "字体"
|
||||
|
||||
#: po/rc.cpp:9 po/rc.cpp:27 rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "字体大小"
|
||||
|
||||
#: po/rc.cpp:12 po/rc.cpp:30 rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "字体颜色"
|
||||
|
||||
#: po/rc.cpp:15 po/rc.cpp:33 rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "字体宽度"
|
||||
|
||||
#: po/rc.cpp:18 po/rc.cpp:36 rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "字体样式"
|
||||
|
||||
#: po/rc.cpp:21 rc.cpp:21
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:188
|
||||
#. i18n: ectx: attribute (title), widget (QWidget, tab_inactive)
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:43
|
||||
#: translations/desktop-panel/rc.cpp:21 rc.cpp:21
|
||||
msgid "Inactive desktop"
|
||||
msgstr "未激活桌面"
|
||||
|
||||
#: po/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "设置控制面板的快捷键"
|
||||
#: desktop-panel-kf5/package/contents/config/config.qml:49
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:42
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "标记"
|
||||
#: desktop-panel-kf5/package/contents/ui/about.qml:75
|
||||
msgid "Acknowledgment"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "当前桌面处于激活状态下,该当标记显示。 "
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:53
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:211
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontInactive)
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:122
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_font)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:61
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:60
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:51
|
||||
#: translations/desktop-panel/rc.cpp:6 translations/desktop-panel/rc.cpp:24
|
||||
#: translations/desktop-panel/rc.cpp:48 rc.cpp:6 rc.cpp:24 rc.cpp:48
|
||||
msgid "Font"
|
||||
msgstr "字体"
|
||||
|
||||
#: po/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:70
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:228
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontSizeInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:79
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:78
|
||||
#: translations/desktop-panel/rc.cpp:9 translations/desktop-panel/rc.cpp:27
|
||||
#: rc.cpp:9 rc.cpp:27
|
||||
msgid "Font size"
|
||||
msgstr "字体大小"
|
||||
|
||||
#: po/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:114
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:272
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontWeightInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:99
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:98
|
||||
#: translations/desktop-panel/rc.cpp:15 translations/desktop-panel/rc.cpp:33
|
||||
#: rc.cpp:15 rc.cpp:33
|
||||
msgid "Font weight"
|
||||
msgstr "字体宽度"
|
||||
|
||||
#: po/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:107
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:106
|
||||
msgid "light"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "添加"
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:111
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:154
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:110
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:153
|
||||
msgid "normal"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:63 rc.cpp:63
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:115
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:114
|
||||
msgid "demi bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:119
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:118
|
||||
msgid "bold"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:123
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:122
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:144
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:302
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontStyleInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:146
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:145
|
||||
#: translations/desktop-panel/rc.cpp:18 translations/desktop-panel/rc.cpp:36
|
||||
#: rc.cpp:18 rc.cpp:36
|
||||
msgid "Font style"
|
||||
msgstr "字体样式"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:158
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:157
|
||||
msgid "italic"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:97
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorActive)
|
||||
#. i18n: file: desktop-panel-kde4/appearance.ui:255
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_fontColorInactive)
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:181
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:121
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:180
|
||||
#: translations/desktop-panel/rc.cpp:12 translations/desktop-panel/rc.cpp:30
|
||||
#: rc.cpp:12 rc.cpp:30
|
||||
msgid "Font color"
|
||||
msgstr "字体颜色"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:199
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:205
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:198
|
||||
#, fuzzy
|
||||
msgid "Select a color"
|
||||
msgstr "选择字体"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/activeapp.qml:206
|
||||
#: desktop-panel-kf5/package/contents/ui/inactiveapp.qml:205
|
||||
#, fuzzy
|
||||
msgid "Select a font"
|
||||
msgstr "选择字体"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:54
|
||||
msgid "Tooltip type"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:62
|
||||
msgid "contours"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:66
|
||||
msgid "windows"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:70
|
||||
#, fuzzy
|
||||
msgid "clean desktop"
|
||||
msgstr "当前激活桌面"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:74
|
||||
#, fuzzy
|
||||
msgid "names"
|
||||
msgstr "用户名"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:78
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:314
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltip)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:101
|
||||
#: translations/desktop-panel/rc.cpp:63 rc.cpp:63
|
||||
msgid "Tooltip width"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:72 rc.cpp:72
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:380
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_background)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:146
|
||||
#: translations/desktop-panel/rc.cpp:72 rc.cpp:72
|
||||
msgid "Enable background"
|
||||
msgstr "启用背景"
|
||||
|
||||
#: po/rc.cpp:75 rc.cpp:75
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:410
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_layout)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:160
|
||||
#: translations/desktop-panel/rc.cpp:75 rc.cpp:75
|
||||
msgid "Vertical layout"
|
||||
msgstr "垂直布局"
|
||||
|
||||
#: po/rc.cpp:78 rc.cpp:78
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:28
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_mark)
|
||||
#: desktop-panel-kf5/package/contents/ui/advanced.qml:172
|
||||
#: translations/desktop-panel/rc.cpp:42 rc.cpp:42
|
||||
msgid "Mark"
|
||||
msgstr "标记"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:44
|
||||
msgid ""
|
||||
"Detailed information may be found on <a href=\"http://arcanis.name/projects/"
|
||||
"awesome-widgets/\">project homepage</a>"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:293
|
||||
#. i18n: ectx: property (text), widget (QPushButton, pushButton_tags)
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:194
|
||||
#: translations/desktop-panel/rc.cpp:60 rc.cpp:60
|
||||
msgid "Add"
|
||||
msgstr "添加"
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:207
|
||||
msgid "Show value"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:212
|
||||
msgid "Tag: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/package/contents/ui/widget.qml:214
|
||||
msgid "Value: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:318
|
||||
msgid "A set of minimalistic plasmoid widgets"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:320
|
||||
msgid "Links:"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:321
|
||||
msgid "Homepage"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:322
|
||||
msgid "Repository"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:323
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:324
|
||||
msgid "Translation issue"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:325
|
||||
msgid "AUR packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:326
|
||||
msgid "openSUSE packages"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:329
|
||||
msgid "This software is licensed under %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:331
|
||||
msgid "Translators: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:339
|
||||
msgid "This software uses: %1"
|
||||
msgstr ""
|
||||
|
||||
#: desktop-panel-kf5/plugin/dpadds.cpp:487
|
||||
#, fuzzy
|
||||
msgid "Unknown location (%1)"
|
||||
msgstr "未知位置(%1)"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/toggle.ui:41
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_info)
|
||||
#: translations/desktop-panel/rc.cpp:39 rc.cpp:39
|
||||
msgid "To control panels please set widget shortcut."
|
||||
msgstr "设置控制面板的快捷键"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:38
|
||||
#. i18n: ectx: property (toolTip), widget (QComboBox, comboBox_mark)
|
||||
#: translations/desktop-panel/rc.cpp:45 rc.cpp:45
|
||||
msgid "A mark which will be shown if this desktop is active"
|
||||
msgstr "当前桌面处于激活状态下,该当标记显示。 "
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:157
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_bold)
|
||||
#: translations/desktop-panel/rc.cpp:51 rc.cpp:51
|
||||
msgid "Ctrl+B"
|
||||
msgstr "Ctrl+B"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:168
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_italic)
|
||||
#: translations/desktop-panel/rc.cpp:54 rc.cpp:54
|
||||
msgid "Ctrl+I"
|
||||
msgstr "Ctrl+I"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:179
|
||||
#. i18n: ectx: property (shortcut), widget (QPushButton, pushButton_underline)
|
||||
#: translations/desktop-panel/rc.cpp:57 rc.cpp:57
|
||||
msgid "Ctrl+U"
|
||||
msgstr "Ctrl+U"
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:324
|
||||
#. i18n: ectx: property (suffix), widget (QSpinBox, spinBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:66 rc.cpp:66
|
||||
msgid "px"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:344
|
||||
#. i18n: ectx: property (text), widget (QLabel, label_tooltipColor)
|
||||
#: translations/desktop-panel/rc.cpp:69 rc.cpp:69
|
||||
msgid "Window border color on tooltip"
|
||||
msgstr ""
|
||||
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:430
|
||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_tooltip)
|
||||
#: translations/desktop-panel/rc.cpp:78 rc.cpp:78
|
||||
msgid "Enable tooltip"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:81 rc.cpp:81
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:444
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:81 rc.cpp:81
|
||||
msgid "Windows"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:84 rc.cpp:84
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:449
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:84 rc.cpp:84
|
||||
msgid "Contours"
|
||||
msgstr ""
|
||||
|
||||
#: po/rc.cpp:87 rc.cpp:87
|
||||
#. i18n: file: desktop-panel-kde4/widget.ui:454
|
||||
#. i18n: ectx: property (text), item, widget (QComboBox, comboBox_tooltipType)
|
||||
#: translations/desktop-panel/rc.cpp:87 rc.cpp:87
|
||||
#, fuzzy
|
||||
msgid "Clean desktop"
|
||||
msgstr "当前激活桌面"
|
||||
|
||||
#: po/rc.cpp:88 rc.cpp:88
|
||||
#: translations/desktop-panel/rc.cpp:88 rc.cpp:88
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr "用户名"
|
||||
|
||||
#: po/rc.cpp:89 rc.cpp:89
|
||||
#: translations/desktop-panel/rc.cpp:89 rc.cpp:89
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr "用户邮箱"
|
||||
|
Reference in New Issue
Block a user