include applets in Messages.sh

pull/1/head
Michail Vourlakos 8 years ago
parent 14a674cd61
commit c0f1b11eeb

@ -19,15 +19,27 @@ TEMPLATEAPP="org.kde.latte-dock.desktop.template" # app desktop template
NOTIFYRC="lattedock.notifyrc.template" # notifyrc template
SEPARATORAPPLET="plasma_applet_audoban.applet.separator" # audoban separator
SEPARATORTEMPLATE="separator.metadata.desktop.template" # audoban separator template
SPACERAPPLET="plasma_applet_org.kde.latte.spacer" # spacer
SPACERTEMPLATE="spacer.metadata.desktop.template" # spacer template
function ki18n_xgettext
{
cd "$BASEDIR/$1"
EXTRADIR=""
if [[ $1 == applets/* ]] ; then
EXTRADIR=../
fi
WDIR="." # working dir
ROOT="../../"
PROJECTNAME=$2 # project name
TEMPLATE=$3 # desktop template
PROJECTPATH="../../$1" # project path
PROJECTPATH="$EXTRADIR../../$1" # project path
PROJECTPATH2= #extra project path
TARGET="\e[0;32m$1\e[0m"
@ -55,9 +67,9 @@ function ki18n_xgettext
xgettext --from-code=UTF-8 --language=Desktop --join-existing --msgid-bugs-address="${BUGADDR}" \
-k -kName -kGenericName -kComment \
"${WDIR}/../desktop-templates/${TEMPLATE}" -o "${WDIR}/${PROJECTNAME}.pot" || \
"${WDIR}/${EXTRADIR}../desktop-templates/${TEMPLATE}" -o "${WDIR}/${PROJECTNAME}.pot" || \
{ echo "error while calling xgettext. aborting."; exit 1; }
if [[ $1 == "app" ]] ; then
xgettext --from-code=UTF-8 --language=Desktop --join-existing --msgid-bugs-address="${BUGADDR}" \
-k -kName -kGenericName -kComment \
@ -88,6 +100,9 @@ ki18n_xgettext plasmoid "$PROJECTPLASMOID" "$TEMPLATEPLASMOID"
ki18n_xgettext app "$PROJECTAPP" "$TEMPLATEAPP" shell
ki18n_xgettext applets/separator "$SEPARATORAPPLET" "$SEPARATORTEMPLATE"
ki18n_xgettext applets/spacer "$SPACERAPPLET" "$SPACERTEMPLATE"
# The msg of shell package is merged with app
# ki18n_xgettext shell "$PROJECTSHELL" "$TEMPLATESHELL"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-26 22:43+0100\n"
"Last-Translator: Jan Neumann <neum dot ja at gmail dot com>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -18,19 +18,24 @@ msgstr ""
"X-Generator: Lokalize 2.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "%1 Optionen"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
msgid "Layouts"
msgstr "Profile"
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr "Profil wechseln"
#: ../../app/dockview.cpp:1822
#, fuzzy
msgid "Configure..."
msgstr "Konfiguration..."
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr "Aktiviere Eintrag %1 im Anwendungsbereich"
@ -44,12 +49,12 @@ msgid "Show Latte Dock"
msgstr "Latte Dock zeigen"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
msgid "My Layout"
msgstr "Mein Profil"
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
msgid "Alternative"
msgstr "Alternativ"
@ -123,10 +128,10 @@ msgid ""
"b> your current configuration!!!.<br><br> <i>Alternative, you can <b>import "
"safely</b> from this file<br><b>only the contained layouts...</b></i>"
msgstr ""
"Es wird eine Version <b>v0.1</b> Konfiguration importiert. "
"<br><b>Vorsicht</b>, importieren dieser Konfiguration <b>löscht</"
"b> die aktuelle Konfiguration!!!<br><br> <i>Alternativ können <br><b>nur die"
" beinhalteten Profile importiert werden</b></i>"
"Es wird eine Version <b>v0.1</b> Konfiguration importiert. <br><b>Vorsicht</"
"b>, importieren dieser Konfiguration <b>löscht</b> die aktuelle "
"Konfiguration!!!<br><br> <i>Alternativ können <br><b>nur die beinhalteten "
"Profile importiert werden</b></i>"
#: ../../app/layoutconfigdialog.cpp:237
msgctxt "import full configuration"
@ -148,9 +153,9 @@ msgid ""
"b>, importing <b>will erase all</b> your current configuration!!!"
"<br><br><i>Would you like to proceed?</i>"
msgstr ""
"Es wird eine Version <b>v0.2</b> Konfiguration importiert. "
"<br><b>Vorsicht</b>, importieren dieser Konfiguration <b>löscht</"
"b> die aktuelle Konfiguration!!!<br><br> <i>Weiter?</i>"
"Es wird eine Version <b>v0.2</b> Konfiguration importiert. <br><b>Vorsicht</"
"b>, importieren dieser Konfiguration <b>löscht</b> die aktuelle "
"Konfiguration!!!<br><br> <i>Weiter?</i>"
#: ../../app/layoutconfigdialog.cpp:312
msgctxt "layout"
@ -207,60 +212,66 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Profil <b>%0</b> erfolgreich importiert\n"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr "Farbe"
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr "Name"
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr "Im Menü"
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr "Aktivitäten"
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
msgid "Layout Warning"
msgstr "Profil - Warnung"
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
"Mehrere Profile mit gleicher Bezeichnung!!! Bitte Profilnamen korrigieren und"
" Änderungen speichern."
"Mehrere Profile mit gleicher Bezeichnung!!! Bitte Profilnamen korrigieren "
"und Änderungen speichern."
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr "Miniprogramme hinzufügen ..."
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr "Zeige Plasma Miniprogramme"
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr "Wechsel zu Profil <b>%0</b> ..."
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
msgid "Default"
msgstr "Standard"
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
msgid "Plasma"
msgstr "Plasma"
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
msgid "Unity"
msgstr "Unity"
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
msgid "Extended"
msgstr "Erweitert"
@ -621,7 +632,7 @@ msgid "Advanced"
msgstr "Erweitert"
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Verhalten"
@ -711,129 +722,133 @@ msgstr "Vorschau beim Überfahren"
msgid "Highlight windows on hovering"
msgstr "Hervorheben von Fenstern beim Überfahren"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Zeige Fortschrittsanzeige für Aufgaben"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
msgstr "Zeigt schöne Animationen z.B. beim Kopieren mit Dolphin"
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Zeige Fenster Aktionen im Kontextmenü"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr "Zeige Indikator für Audioausgabe"
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
"Mit dem Audio Indikator kann man Audiostreams von Apps an/aus schalten."
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr "Mit dem Mausrad Starter ausführen"
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr "Wenn aktiviert werden Anwendungen nicht gewechselt, sondern gestartet"
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "Mittlere Maustaste:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Nichts"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Fenster oder Gruppe schließen"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Neue Instanz"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Fenster oder Gruppe minimieren/maximieren"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr "Laufende Anwendungen mit dem Mausrad wechseln"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr "Fenster Gruppierung an/aus"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Linke Maustaste"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Mittlere Maustaste"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Rechte Maustaste"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
#, fuzzy
msgid "Launchers Group"
msgstr "Starter"
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
#, fuzzy
msgctxt "unique launchers group"
msgid "Unique"
msgstr "Speziell"
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr "Die Starter sind für diese Leiste frei konfigurierbar"
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
msgctxt "layout launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
#, fuzzy
msgctxt "layout launchers group"
msgid "Layout"
msgstr "Profil"
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr "Benutze die im Profil festgelegten Starter für diese Leiste"
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
#, fuzzy
msgctxt "global launchers group"
msgid "Global"
msgstr "Global"
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
"Es werden auf allen Leisten die gleichen Starter angezeigt wenn aktiviert"
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Filter"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Nur Fenster des aktuellen Bildschirms anzeigen"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Nur Fenster der aktuellen Arbeitsfläche anzeigen"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Nur Fenster der aktuellen Aktivität anzeigen"
@ -842,14 +857,18 @@ msgid "Blur for panel background"
msgstr "Leistenhintergrund verwischen (Blur)"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Minimaler Abstand zum Bildschirmrand"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr "Hintergrund nur bei maximierten Fenstern zeigen"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
@ -857,19 +876,19 @@ msgstr ""
"Der Leistenhintergrund ist transparent aber wird solide \n"
"wenn ein Fenster maximiert ist."
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr "Keinen Leistenschatten bei maximierte Fenster"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Autostart bei Login"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Verkleinere Applets wenn notwendig"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
@ -877,19 +896,19 @@ msgstr ""
"Applet Größe verkleinert sich automatisch wenn der \n"
"Inhalt die maximale Länge erreicht"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Starter nur im Anwendungsbereich ablegen"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr "Starter können nur im Starterbereich abgelegt werden. "
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Verhalte wie normales Dock Fenster"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
@ -898,60 +917,60 @@ msgstr ""
" Die Leiste wird nicht über Fenster sichtbar sein die auf \n"
"'Immer im Vordergrund' gestellt sind"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr "Zeige Benachrichtigung beim automatischen Profilwechsel"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
"Zeigt ein Benachrichtigung wenn durch Aktivitätenwechsel das Profil"
" automatisch gewechselt wird"
"Zeigt ein Benachrichtigung wenn durch Aktivitätenwechsel das Profil "
"automatisch gewechselt wird"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Hebe das Dock bei Wechsel der Arbeitsfläche"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Hebe das Dock bei Wechsel der Aktivität"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr "Indikator für aktive Applets"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Keine"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Nur Interne"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr "Alle"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Extras"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Abstandshalter"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr "Fügt einen Platzhalter ein, damit kann man Applets voneinander trennen"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr "Anwendungen entfernen"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr "Entfernt das Latte plasmoid"
@ -992,6 +1011,10 @@ msgstr "Konfiguration konnte nicht exportiert werden"
msgid "Switch to layout"
msgstr "Wechsel zu Profil"
#~ msgctxt "layout launchers"
#~ msgid "Layout"
#~ msgstr "Profil"
#~ msgid "Enable/Disable Alternative Session"
#~ msgstr "Alternative Sitzung an/aus"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-25 15:53+0200\n"
"Last-Translator: Michail Vourlakos <mvourlakos@gmail.com>\n"
"Language-Team: Greek <kde-i18n-doc@kde.org>\n"
@ -17,19 +17,24 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "Επιλογές του %1"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
msgid "Layouts"
msgstr "Προφίλ "
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr "Εναλλαγή σε διαφορετικό προφίλ"
#: ../../app/dockview.cpp:1822
#, fuzzy
msgid "Configure..."
msgstr "Επεξεργασία..."
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr "Ενεργοποίηση Εφαρμογής %1"
@ -43,12 +48,12 @@ msgid "Show Latte Dock"
msgstr "Εμφάνιση του Πίνακα Latte"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
msgid "My Layout"
msgstr "Το Προφίλ Μου"
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
msgid "Alternative"
msgstr "Εναλλακτικό"
@ -206,27 +211,33 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Προφίλ: <b>%0</b> εισήχθη επιτυχώς\n"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr "Χρώμα"
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr "Όνομα"
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr "Μενού"
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr "Δραστηριότητες"
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
msgid "Layout Warning"
msgstr "Προειδοποίηση Προφίλ"
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
@ -234,32 +245,32 @@ msgstr ""
"Υπάρχουν προφίλ με το ίδιο όνομα, αυτό δεν επιτρέπεται!!! Παρακαλώ "
"ενημερώστε τα αντίστοιχα ονόμα και ξαναπροσπαθήστε..."
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr "Προσθήκη συστατικών..."
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr "Εμφάνιση Πίνακα Γραφικών Συστατικών"
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr "Εναλλαγή στο προφίλ <b>%0</b> ..."
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
msgid "Default"
msgstr "Προκαθορισμένο"
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
msgid "Plasma"
msgstr "Plasma"
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
msgid "Unity"
msgstr "Unity"
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
msgid "Extended"
msgstr "Εκτεταμένο"
@ -625,7 +636,7 @@ msgid "Advanced"
msgstr "Προχωρημένα"
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Συμπεριφορά"
@ -715,11 +726,11 @@ msgstr "Προεπισκοπήσεις παραθύρων"
msgid "Highlight windows on hovering"
msgstr "Τονισμός παραθύρων"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Εμφάνιση προόδου εργασιών"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
@ -727,121 +738,125 @@ msgstr ""
"Εμφανίζει ένα όμορφο εφέ προόδου π.χ. όταν αντιγράφουμε \n"
"αρχεία με το πρόγραμμα Dolphin"
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Ενέργειες παραθύρου στο μενού επιλογών"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr "Εμφάνιση ένδειξης ροών ήχου"
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
"Ένδειξη ήχου με την οποία ο χρήστης μπορεί να ενεργοποιήσει ή όχι τη σίγαση "
"σε μία εφαρμογή"
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr "Περιήγηση στις εργασίες με τη ροδέλα του ποντικιού"
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr ""
"Ενεργοποίηση/Απενεργοποίηση των ενεργειών της ροδέλας του ποντικιού με τις\n"
"οποίες πραγματοποιείται περιήγηση στις εργασίες"
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "Στο μεσαίο κλικ:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Καμία"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Κλείσιμο Παραθύρου ή Ομάδας"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Νέο Στιγμιότυπο"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Απόκρυψη/Επαναφορά Παραθύρου ή Ομάδας"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr "Κυκλική Εναλλαγή Εργασιών"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr "Εναλλαγή Ομαδοποίησης Παραθύρων"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Αριστερό κλικ"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Μεσαίο κλικ"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Δεξί κλικ"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
#, fuzzy
msgid "Launchers Group"
msgstr "Εκκινητές"
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
#, fuzzy
msgctxt "unique launchers group"
msgid "Unique"
msgstr "Μοναδικοί"
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr "Χρησιμοποιείται ένα μοναδικό σετ εκκινητών"
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
msgctxt "layout launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
#, fuzzy
msgctxt "layout launchers group"
msgid "Layout"
msgstr "Προφίλ"
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr "Χρήση ομάδας εκκινητών από το τρέχον προφίλ"
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
#, fuzzy
msgctxt "global launchers group"
msgid "Global"
msgstr "Καθολικοί"
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr "Χρήση του καθολικού σετ εκκινητών"
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Φίλτρα"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Εργασίες μόνο της τρέχουσας οθόνης"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Εργασίες μόνο της τρέχουσας επιφάνειας εργασίας"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Εργασίες μόνο της τρέχουσας δραστηριότητας"
@ -850,14 +865,18 @@ msgid "Blur for panel background"
msgstr "Θόλωμα στο υπόβαθρο"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Ελαχιστοποίηση περιθωρίων πλάτους"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr "Εμφάνιση παρασκηνίου μόνο για μεγιστοποιημένα παράθυρα"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
@ -865,19 +884,19 @@ msgstr ""
"Ο πίνακας γίνεται εντελώς διάφανος αλλά μπορεί να εμφανιστεί\n"
"όταν υπάρχει κάποιο μεγιστοποιημένο παράθυρο"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr "Απόκρυψη σκιών του πίνακα για μεγιστοποιημένα παράθυρα"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Ενεργοποίηση αυτόματης εκκίνησης"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Μείωση μεγέθους εφαρμογών όταν χρειάζεται"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
@ -885,19 +904,19 @@ msgstr ""
"Το μέγεθος των εφαρμογών μειώνεται αυτόματα όταν τα περιεχόμενα \n"
"υπερκαλύπτουν το μέγιστο μήκος"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Προσθήκη εκκινητών μόνο στην αντίστοιχη περιοχή"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr "Εκκινητές μόνο στην περιοχή εργασιών και ποτέ ως εφαρμογές plasma"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Λειτουργία ως παράθυρο κανονικού πίνακα"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
@ -906,58 +925,58 @@ msgstr ""
"χαρακτηριστικά του παραθύρου. Ο πίνακας δεν θα είναι ποτέ πάνω\n"
"από παράθυρα που έχουν οριστεί ως \"Πάνω από τα άλλα\""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr "Εμφάνιση πληροφοριών για αυτόματη εναλλαγή προφίλ"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr "Εμφανίζει ένα παράθυρο του Latte"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Ανύψωση σε κάθε αλλαγή επιφάνειας εργασίας"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Ανύψωση σε κάθε αλλαγή Δραστηριότητας"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr "Ένδειξη Ενεργής Εφαρμογής"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Καμία"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Εσωτερικά"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr "Παντού"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Πρόσθετες Ενέργειες"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Προσθήκη Κενού"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr "Προσθήκη κενού για να διαχωρίσετε τις εφαρμογές"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr "Αφαίρεση Συστατικού Εργασιών"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr "Αφαίρεση Εργασιών Latte"
@ -998,6 +1017,10 @@ msgstr "Αποτυχία εξαγωγής ρυθμίσεων"
msgid "Switch to layout"
msgstr "Εναλλαγή στο προφίλ"
#~ msgctxt "layout launchers"
#~ msgid "Layout"
#~ msgstr "Προφίλ"
#~ msgid "Enable/Disable Alternative Session"
#~ msgstr "Εμφάνιση Εναλλακτικής Συνεδρίας στο μενού επιλογών"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-03-24 19:40-0500\n"
"Last-Translator: Smith Ar <audoban@openmailbox.org>\n"
"Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
@ -17,19 +17,23 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "Preferencias de %1"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
msgid "Layouts"
msgstr ""
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr ""
@ -44,12 +48,12 @@ msgid "Show Latte Dock"
msgstr "Latte Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
msgid "My Layout"
msgstr ""
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
#, fuzzy
msgid "Alternative"
msgstr "Sesión alternativa"
@ -218,58 +222,64 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Configuración importada satisfactoriamente"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
msgid "Layout Warning"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr ""
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr ""
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
msgid "Default"
msgstr ""
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
msgid "Plasma"
msgstr ""
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
msgid "Unity"
msgstr ""
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
msgid "Extended"
msgstr ""
@ -635,7 +645,7 @@ msgid "Advanced"
msgstr ""
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Comportamiento"
@ -727,127 +737,127 @@ msgstr "Mostrar ayudas emergentes"
msgid "Highlight windows on hovering"
msgstr "Resaltar ventanas activas"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Mostrar información de progreso en las tareas"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Mostrar acciones de ventana en el menu contextual"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "Botón central:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Ninguno"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Cerrar ventana o grupo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Nueva instancia"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Minimizar/Restaurar ventana o grupo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Click izquierdo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Click central"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Click derecho"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
msgctxt "layout launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
msgctxt "layout launchers group"
msgid "Layout"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Filtros"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Mostrar solo las tareas de la pantalla actual"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Mostrar solo las tareas del escritorio actual"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Mostrar solo las tareas de la actividad actual"
@ -856,113 +866,117 @@ msgid "Blur for panel background"
msgstr "Desenfoque para el fondo del panel"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Reducir los márgenes de espesor al mínimo"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
#, fuzzy
msgid "Show background only for maximized windows"
msgstr "Diferente color para las ventanas minimizadas"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
#, fuzzy
msgid "Hide panel shadow for maximized windows"
msgstr "Diferente color para las ventanas minimizadas"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Lanzar el dock en el inicio de sesión"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Disminuir el tamaño de los elementos automáticamente"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Añadir lanzadores solo en el area correspondiente"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Comportamiento normal como ventana de dock"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Mostrar dock en cambio de escritorio"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Mostrar dock en cambio de actividad"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
#, fuzzy
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Ninguno"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
#, fuzzy
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Interacción"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
#, fuzzy
msgctxt "active indicator to all applets"
msgid "All"
msgstr "Todos"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Acciones extras"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Añadir espaciador"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
#, fuzzy
msgid "Remove Tasks"
msgstr "Remover"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr ""

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-17 11:54+0100\n"
"Last-Translator: Ivan Bordoni <ivan.mail@fastwebnet.it>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
@ -18,20 +18,24 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "Opzioni %1"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
#, fuzzy
msgid "Layouts"
msgstr "Layout"
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr "Attiva la voce Task Manager %1"
@ -45,13 +49,13 @@ msgid "Show Latte Dock"
msgstr "Mostra Latte Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
#, fuzzy
msgid "My Layout"
msgstr "Layout"
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
#, fuzzy
msgid "Alternative"
msgstr "Sessione Alternativa"
@ -224,62 +228,68 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Configurazione importata con successo"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
#, fuzzy
msgid "Layout Warning"
msgstr "Layout"
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr "Aggiungi Widget"
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr "Mostra Plasma Widget Explorer"
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
#, fuzzy
msgid "Default"
msgstr "Default"
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
#, fuzzy
msgid "Plasma"
msgstr "Plasma"
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
#, fuzzy
msgid "Unity"
msgstr "Unity"
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
#, fuzzy
msgid "Extended"
msgstr "Extended"
@ -647,7 +657,7 @@ msgid "Advanced"
msgstr "Avanzate"
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Comportamento"
@ -737,11 +747,11 @@ msgstr "Mostra miniature dei task"
msgid "Highlight windows on hovering"
msgstr "Risalta la finestra attiva"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Mostra informazioni di progresso dei task"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
@ -749,119 +759,119 @@ msgstr ""
"Mostra una bella animazione di avanzamento, ad esempio \n"
"quando si copiano file con Dolphin"
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Mostra azioni del task nel menu contestuale"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr "Mostra indicatore per i flussi audio"
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr "Indicatore audio con il quale controllare il volume dell'applicazione"
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr "Attiva i Task tramite la rotella del mouse"
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr ""
"Abilita/disabilita le azioni della rotellina del mouse per scorrere i Task"
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "Azione mouse click-centrale:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Nessuna"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Chiudi Finestra o Gruppo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Nuova istanza"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Minimizza/Ripristina Finestra o Gruppo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr "Attraversa ciclicamente i Task"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Click sinistro"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Click centrale"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Click destro"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
#, fuzzy
msgctxt "layout launchers"
msgctxt "layout launchers group"
msgid "Layout"
msgstr "Layout"
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Filtri"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Mostra solo i task dello schermo corrente"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Mostra solo i task della desktop corrente"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Mostra solo i task della attività attuale"
@ -870,14 +880,18 @@ msgid "Blur for panel background"
msgstr "Sfondo del pannello sfuocato"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Restringi lo spessore dei margini al minimo"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr "Mostra lo sfondo solo per le finestre massimizzate"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
@ -885,19 +899,19 @@ msgstr ""
"Quando una finestra è massimizzata, lo sfondo del pannello diventa \n"
" trasparente e viene mostrato"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr "Nascondi l'ombra del pannello per finestre massimizzate"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Abilita avvio automatico durante la fase di avvio"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Ridimensiona icone quando necessario"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
@ -905,21 +919,21 @@ msgstr ""
"Le dimensioni delle icone vengono ridotte automaticamente quando \n"
"il contenuto della dock supera la lunghezza massima"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Aggiunge i lanciatori solo nella corrispondente area"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr ""
"I lanciatori vengono aggiunti solo nel task manager e non come applet \n"
"di plasma"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Si comporta come una normale finestra dock"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
@ -927,58 +941,58 @@ msgstr ""
"Rimuove la spunta BypassWindowManagerHint dalla finestra.\n"
"La dock non coprirà le finestre impostate con 'Always On Top'"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Mostra la dock, durante il cambio desktop"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Mostra la dock, durante il cambio attività"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr "Indicatore Applet attiva"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Nessuna"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Interno"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr "Tutto"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Azioni extra"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Aggiungi spaziatore"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr "Aggiunge uno spaziatore per separare le applets"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr "Rimuovi TaskManager"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr "Rimuovi il plasmoide Latte"
@ -1019,6 +1033,11 @@ msgstr "Impossibile esportare la configurazione"
msgid "Switch to layout"
msgstr ""
#, fuzzy
#~ msgctxt "layout launchers"
#~ msgid "Layout"
#~ msgstr "Layout"
#~ msgid "Enable/Disable Alternative Session"
#~ msgstr "Abilita/Disabilita Sessione Alternativa"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+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,19 +17,23 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr ""
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
msgid "Layouts"
msgstr ""
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr ""
@ -43,12 +47,12 @@ msgid "Show Latte Dock"
msgstr ""
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
msgid "My Layout"
msgstr ""
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
msgid "Alternative"
msgstr ""
@ -199,58 +203,64 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
msgid "Layout Warning"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr ""
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr ""
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
msgid "Default"
msgstr ""
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
msgid "Plasma"
msgstr ""
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
msgid "Unity"
msgstr ""
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
msgid "Extended"
msgstr ""
@ -605,7 +615,7 @@ msgid "Advanced"
msgstr ""
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr ""
@ -693,127 +703,127 @@ msgstr ""
msgid "Highlight windows on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
msgctxt "layout launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
msgctxt "layout launchers group"
msgid "Layout"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr ""
@ -822,107 +832,111 @@ msgid "Blur for panel background"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Shrink thickness margins to minimum"
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr ""

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-04-21 17:51+0100\n"
"Last-Translator: Kamil Sm <blackdragondev85@gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@ -18,19 +18,23 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr ""
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
msgid "Layouts"
msgstr ""
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr ""
@ -45,12 +49,12 @@ msgid "Show Latte Dock"
msgstr "Panel Now Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
msgid "My Layout"
msgstr ""
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
#, fuzzy
msgid "Alternative"
msgstr "Alternatywna Sesja"
@ -219,58 +223,64 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Konfiguracja zaimportowana poprawnie"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
msgid "Layout Warning"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr ""
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr ""
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
msgid "Default"
msgstr ""
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
msgid "Plasma"
msgstr ""
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
msgid "Unity"
msgstr ""
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
msgid "Extended"
msgstr ""
@ -637,7 +647,7 @@ msgid "Advanced"
msgstr ""
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Zachowanie"
@ -729,127 +739,127 @@ msgstr "Pokaż okna po najechaniu"
msgid "Highlight windows on hovering"
msgstr "Podświetl okna po najechaniu"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Pokaż wskaźnik postępu dla zadań"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Pokaż akcje okna w menu kontekstowym"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "Środkowy przycisk myszy:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Brak"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Zamknij okno lub grupę"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Nowa instancja"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Minimalizuj/Przywróć okno lub grupę"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Lewy przycisk myszy"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Środkowy przycisk myszy"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Prawa"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
msgctxt "layout launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
msgctxt "layout launchers group"
msgid "Layout"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Filtry"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Pokaż zadania tylko z bieżącego ekranu"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Pokaż zadania tylko z bieżącego pulpitu"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Pokaż zadania tylko z bieżącej aktywności"
@ -858,113 +868,117 @@ msgid "Blur for panel background"
msgstr "Rozmycie tła panelu"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Zmniejsz grubość marginesów do minimum"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
#, fuzzy
msgid "Show background only for maximized windows"
msgstr "Inny kolor dla zminimalizowanych okien"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
#, fuzzy
msgid "Hide panel shadow for maximized windows"
msgstr "Inny kolor dla zminimalizowanych okien"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Samoczynne uruchamianie przy starcie"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Zmniejsz wielkość apletów w razie potrzeby"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Dodaj skróty tylko w odpowiednim miejscu"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Zachowuj się jak okno, do którego można przypiąć inne"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Wysuń dock podczas zmiany pulpitu"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Wysuń dock podczas zmiany aktywności"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
#, fuzzy
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Brak"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
#, fuzzy
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Interakcja"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
#, fuzzy
msgctxt "active indicator to all applets"
msgid "All"
msgstr "Wszystkie"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Dodatkowe akcje"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Dodaj wypełniacz"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
#, fuzzy
msgid "Remove Tasks"
msgstr "Usuń"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr ""

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-11 10:45+0100\n"
"Last-Translator: Vasco Antunes <vasco.antunes@sapo.pt>\n"
"Language-Team: \n"
@ -15,20 +15,24 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "Opções de %1"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
#, fuzzy
msgid "Layouts"
msgstr "Modelo"
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr "Ativar a Entrada do Gestor de Atividades"
@ -42,13 +46,13 @@ msgid "Show Latte Dock"
msgstr "Mostrar a Latte Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
#, fuzzy
msgid "My Layout"
msgstr "Modelo"
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
#, fuzzy
msgid "Alternative"
msgstr "Sessão Alternativa"
@ -221,62 +225,68 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Configuração importada com sucesso"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
#, fuzzy
msgid "Layout Warning"
msgstr "Modelo"
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr "Adicionar Elementos"
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr "Mostrar o Explorador de Elementos do Plasma"
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
#, fuzzy
msgid "Default"
msgstr "Padrão"
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
#, fuzzy
msgid "Plasma"
msgstr "Plasma"
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
#, fuzzy
msgid "Unity"
msgstr "Unity"
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
#, fuzzy
msgid "Extended"
msgstr "Extendido"
@ -646,7 +656,7 @@ msgid "Advanced"
msgstr "Avançado:"
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Comportamento"
@ -736,11 +746,11 @@ msgstr "Pré-visualizar janelas à passagem"
msgid "Highlight windows on hovering"
msgstr "Realçar janelas à passagem"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Mostrar progresso da informação para as atividades"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
@ -748,118 +758,118 @@ msgstr ""
"Mostra uma elegante animação de progresso, e. g., ao copiar \n"
"ficheiros com o Dolphin"
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Mostrar ações das janelas no menu de contexto"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr "Mostrar indicador para fluxos de áudio"
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr "Indicador de áudio onde o utilizador pode silenciar uma aplicação"
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr "Activar tarefas com o scroll do rato"
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr "Ativar/Desativar scroll do rato na rodagem entre de tarefas"
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "Botão do meio"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Nenhum"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Fechar Janela ou Grupo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Nova Instância"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Minimizar/Restaurar Janela ou Grupo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr "Rodar entre Tarefas"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Botão Esquerdo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Botão do Meio"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Botão Direito"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
#, fuzzy
msgctxt "layout launchers"
msgctxt "layout launchers group"
msgid "Layout"
msgstr "Modelo"
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Filtros"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Mostrar só as tarefas do ecrã atual"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Mostrar só as tarefas do ambiente de trabalho atual"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Mostrar só as tarefas da atividade atual"
@ -868,14 +878,18 @@ msgid "Blur for panel background"
msgstr "Painel de fundo turvo"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Encolher espessura das margens ao mínimo"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr "Mostrar o fundo apenas para janelas maximizadas"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
@ -883,19 +897,19 @@ msgstr ""
"O painel de fundo torna-se transparente mas é mostrado \n"
"apenas quando uma janela está maximizada"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr "Esconder sombra do painel para janelas maximizadas"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Ativar início automático durante inicialização"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Diminuir tamanho dos elementos quando necessário"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
@ -903,19 +917,19 @@ msgstr ""
"O tamanho dos elementos é automaticamente diminuido quando \n"
"o conteúdo excede a largura máxima"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Adicionar lançadores apenas ná área correspondente"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr "Os lançadores são só adicionados como tarefas e não elementos"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Comportar como dock normal de janelas"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
@ -923,58 +937,58 @@ msgstr ""
"Retirar a flag BypassWindowManagerHint da janela. \n"
"A dock não se sobreporá a janelas configuradas como 'Sempre em Cima'"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Subir dock na mudança de ambiente de trabalho"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Subir dock na mudança de atividade"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr "Ativar Indicador dos Elementos"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Nenhum"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Internos"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr "Todos"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Ações Extra"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Adicionar Separador"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr "Adicionar separador entre os elementos"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr "Remover Tarefas"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr "Remover Elemento Latte"
@ -1015,6 +1029,11 @@ msgstr "Falha na exportação da configuração"
msgid "Switch to layout"
msgstr ""
#, fuzzy
#~ msgctxt "layout launchers"
#~ msgid "Layout"
#~ msgstr "Modelo"
#~ msgid "Enable/Disable Alternative Session"
#~ msgstr "Habilitar/Desabilitar Sessão Alternativa"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2016-09-25 04:15+0300\n"
"Last-Translator: Viorel-Cătălin Răpițeanu <rapiteanu DOT catalin AT gmail "
"DOT com>\n"
@ -19,19 +19,23 @@ msgstr ""
"2:1));\n"
"X-Generator: Poedit 1.8.9\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr ""
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
msgid "Layouts"
msgstr ""
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr ""
@ -46,12 +50,12 @@ msgid "Show Latte Dock"
msgstr "Panou Now Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
msgid "My Layout"
msgstr ""
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
msgid "Alternative"
msgstr ""
@ -206,58 +210,64 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
msgid "Layout Warning"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr ""
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr ""
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
msgid "Default"
msgstr ""
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
msgid "Plasma"
msgstr ""
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
msgid "Unity"
msgstr ""
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
msgid "Extended"
msgstr ""
@ -626,7 +636,7 @@ msgid "Advanced"
msgstr ""
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr ""
@ -715,128 +725,128 @@ msgstr ""
msgid "Highlight windows on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
#, fuzzy
msgid "Right Click"
msgstr "Dreapta"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
msgctxt "layout launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
msgctxt "layout launchers group"
msgid "Layout"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr ""
@ -846,107 +856,111 @@ msgid "Blur for panel background"
msgstr "Arată fundalul panoului"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Shrink thickness margins to minimum"
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr ""

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-24 22:09+0700\n"
"Last-Translator: Vladislav Gorevoy <vladislavgorevoy@gmail.com>\n"
"Language-Team: \n"
@ -19,20 +19,24 @@ msgstr ""
"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"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "%1 Опции"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
#, fuzzy
msgid "Layouts"
msgstr "Макет"
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr "Активировать Диспетчер Задач %1"
@ -46,13 +50,13 @@ msgid "Show Latte Dock"
msgstr "Показать Latte Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
#, fuzzy
msgid "My Layout"
msgstr "Макет"
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
#, fuzzy
msgid "Alternative"
msgstr "Альтернативная сессия"
@ -225,62 +229,68 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "Конфигурация успешно импортирована"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
#, fuzzy
msgid "Layout Warning"
msgstr "Макет"
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr "Добавить виджеты..."
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr "Показать проводник Plasma виджетов"
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
#, fuzzy
msgid "Default"
msgstr "По умолчанию"
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
#, fuzzy
msgid "Plasma"
msgstr "Plasma"
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
#, fuzzy
msgid "Unity"
msgstr "Unity"
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
#, fuzzy
msgid "Extended"
msgstr "Расширенный"
@ -644,7 +654,7 @@ msgid "Advanced"
msgstr "Дополнительно"
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "Поведение"
@ -734,11 +744,11 @@ msgstr "Миниатюры окон при наведении"
msgid "Highlight windows on hovering"
msgstr "Переключаться на окно при наведении"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "Показывать информацию о прогрессе задач"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
@ -746,119 +756,119 @@ msgstr ""
"Показывать анимацию прогресса, например при копировании \n"
"файлов в Dolphin"
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "Показывать действия окна в контекстном меню"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr "Показывать индикатор для аудиопотоков"
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr ""
"Аудиоиндикатор с помощью которого можно выключить/включить звук в приложении"
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr "Активировать задачи колесиком мыши"
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr "Включить/отключить колесико мыши для цикла между задачами"
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "При клике средней кнопкой мыши:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "Нет"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "Закрыть Окно или Группу окон"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "Новый экземпляр"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "Свернуть/Распахнуть Окно или Группу окон"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr "Цикл между задачами"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "Левый клик"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "Средний клик"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "Правый клик"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
#, fuzzy
msgctxt "layout launchers"
msgctxt "layout launchers group"
msgid "Layout"
msgstr "Макет"
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "Фильтры"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "Показывать задачи только с текущего экрана"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "Показывать задачи только с текущего рабочего стола"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "Показывать задачи только из текущей комнаты"
@ -867,14 +877,18 @@ msgid "Blur for panel background"
msgstr "Размытие фона панели"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "Сокращение полей толщины до минимума"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr "Показывать фон только для распахнутых окон"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
@ -882,19 +896,19 @@ msgstr ""
"Фон панели становится прозрачным, но панель отображается \n"
"когда окно распахнуто"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr "Скрывать тень панели для распахнутых окон"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "Включить автозапуск при включении"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "Уменьшать размер Апплетов, когда это необходимо"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
@ -902,19 +916,19 @@ msgstr ""
"Размер апплетов автоматически уменьшается, когда содержимое \n"
"превышает максимальную длину"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "Добавлять ярлыки только в соответствующей области"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr "Лаунчеры добавленные только в диспетчер задач, а не как апплеты Plasma"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "Вести себя как обычное окно дока"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
@ -923,58 +937,58 @@ msgstr ""
"Док не будет показан поверх окон, у которых установлено «Поддерживать поверх "
"других'"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "Поднять док при смене рабочего стола"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "Поднять док при смене комнаты"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr "Индикатор активного Апплета"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr "Нет"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "Свойства"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr "У всех"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "Дополнительные действия"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "Добавить разделитель"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr "Добавить разделитель"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr "Удалить панель"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr "Удалить Latte плазмойд"
@ -1015,6 +1029,11 @@ msgstr "Не удалось экспортировать конфигураци
msgid "Switch to layout"
msgstr ""
#, fuzzy
#~ msgctxt "layout launchers"
#~ msgid "Layout"
#~ msgstr "Макет"
#~ msgid "Enable/Disable Alternative Session"
#~ msgstr "Включить/Выключить Альтернативную Сессию"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-10 21:39+0800\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc@kde.org>\n"
@ -17,20 +17,24 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
#: ../../app/dockview.cpp:1684
#: ../../app/dockview.cpp:1693
msgctxt "%1 is the name of the containment"
msgid "%1 Options"
msgstr "%1 選項"
#: ../../app/dockview.cpp:1791
#: ../../app/dockview.cpp:1800
#, fuzzy
msgid "Layouts"
msgstr "佈局"
#: ../../app/dockview.cpp:1792
#: ../../app/dockview.cpp:1801
msgid "Switch to another layout"
msgstr ""
#: ../../app/dockview.cpp:1822
msgid "Configure..."
msgstr ""
#: ../../app/globalshortcuts.cpp:176
msgid "Activate Task Manager Entry %1"
msgstr "啟用工作管理員項目 %1"
@ -44,13 +48,13 @@ msgid "Show Latte Dock"
msgstr "顯示 Latte Dock"
#: ../../app/importer.cpp:59 ../../app/importer.cpp:76
#: ../../app/layoutmanager.cpp:81 ../../app/layoutmanager.cpp:83
#: ../../app/layoutmanager.cpp:84 ../../app/layoutmanager.cpp:86
#, fuzzy
msgid "My Layout"
msgstr "佈局"
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:267
#: ../../app/layoutmanager.cpp:268
#: ../../app/importer.cpp:60 ../../app/layoutmanager.cpp:279
#: ../../app/layoutmanager.cpp:280
#, fuzzy
msgid "Alternative"
msgstr "替代工作階段"
@ -223,62 +227,68 @@ msgctxt "import-done"
msgid "Layout: <b>%0</b> imported successfully\n"
msgstr "設定匯入成功"
#: ../../app/layoutconfigdialog.cpp:523
#: ../../app/layoutconfigdialog.cpp:528
msgid "Color"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:524
#: ../../app/layoutconfigdialog.cpp:529
msgid "Name"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:525
#: ../../app/layoutconfigdialog.cpp:530
msgid "In Menu"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:526
#: ../../app/layoutconfigdialog.cpp:531
msgid "Activities"
msgstr ""
#: ../../app/layoutconfigdialog.cpp:683
#: ../../app/layoutconfigdialog.cpp:540 ../../app/layoutconfigdialog.cpp:699
#, fuzzy
msgid "Layout Warning"
msgstr "佈局"
#: ../../app/layoutconfigdialog.cpp:684
#: ../../app/layoutconfigdialog.cpp:541
msgid ""
"The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove "
"them<b> to improve the system stability..."
msgstr ""
#: ../../app/layoutconfigdialog.cpp:700
msgid ""
"There are layouts with the same name, that is not permitted!!! Please update "
"these names to re-apply the changes..."
msgstr ""
#: ../../app/layoutmanager.cpp:43
#: ../../app/layoutmanager.cpp:45
msgid "Add Widgets..."
msgstr "新增元件..."
#: ../../app/layoutmanager.cpp:44
#: ../../app/layoutmanager.cpp:46
msgid "Show Plasma Widget Explorer"
msgstr "顯示 Plasma 小工具探索器"
#: ../../app/layoutmanager.cpp:206
#: ../../app/layoutmanager.cpp:218
msgid "Switching to layout <b>%0</b> ..."
msgstr ""
#: ../../app/layoutmanager.cpp:268 ../../app/layoutmanager.cpp:318
#: ../../app/layoutmanager.cpp:416 ../../app/layoutmanager.h:84
#: ../../app/layoutmanager.cpp:280 ../../app/layoutmanager.cpp:330
#: ../../app/layoutmanager.cpp:422 ../../app/layoutmanager.h:84
#, fuzzy
msgid "Default"
msgstr "預設"
#: ../../app/layoutmanager.cpp:417
#: ../../app/layoutmanager.cpp:423
#, fuzzy
msgid "Plasma"
msgstr "Plasma"
#: ../../app/layoutmanager.cpp:418
#: ../../app/layoutmanager.cpp:424
#, fuzzy
msgid "Unity"
msgstr "Unity"
#: ../../app/layoutmanager.cpp:419
#: ../../app/layoutmanager.cpp:425
#, fuzzy
msgid "Extended"
msgstr "延伸"
@ -645,7 +655,7 @@ msgid "Advanced"
msgstr "進階"
#: ../../shell/package/contents/configuration/LatteDockConfiguration.qml:197
#: ../../shell/package/contents/configuration/TweaksConfig.qml:110
#: ../../shell/package/contents/configuration/TweaksConfig.qml:121
msgid "Behavior"
msgstr "行為"
@ -735,11 +745,11 @@ msgstr "在滑鼠游標停留其上時預覽視窗"
msgid "Highlight windows on hovering"
msgstr "在滑鼠游標停留其上時突顯視窗"
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
#: ../../shell/package/contents/configuration/TasksConfig.qml:135
msgid "Show progress information for tasks"
msgstr "顯示工作的進度資訊"
#: ../../shell/package/contents/configuration/TasksConfig.qml:149
#: ../../shell/package/contents/configuration/TasksConfig.qml:137
msgid ""
"Show a beautiful progress animation e.g. when copying \n"
"files with Dolphin"
@ -747,118 +757,118 @@ msgstr ""
"顯示一道漂亮的進度動畫,例如:\n"
"當使用 Dolphin 複製檔案時"
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
#: ../../shell/package/contents/configuration/TasksConfig.qml:147
msgid "Show window actions in the context menu"
msgstr "在右鍵選單中顯示視窗動作"
#: ../../shell/package/contents/configuration/TasksConfig.qml:171
#: ../../shell/package/contents/configuration/TasksConfig.qml:159
msgid "Show indicator for audio streams"
msgstr "顯示音訊流指示器"
#: ../../shell/package/contents/configuration/TasksConfig.qml:173
#: ../../shell/package/contents/configuration/TasksConfig.qml:161
msgid "Audio indicator from which the user can mute/unmute an app"
msgstr "讓使用者可以靜音/取消靜音應用程式的音訊指示器"
#: ../../shell/package/contents/configuration/TasksConfig.qml:184
#: ../../shell/package/contents/configuration/TasksConfig.qml:172
msgid "Activate tasks through mouse wheel"
msgstr "透過滑鼠滾輪啟用工作"
#: ../../shell/package/contents/configuration/TasksConfig.qml:186
#: ../../shell/package/contents/configuration/TasksConfig.qml:174
msgid "Enable/Disable the mouse wheel actions in order to cycle through tasks"
msgstr "啟用/停用滑鼠滾輪的工作間循環動作"
#: ../../shell/package/contents/configuration/TasksConfig.qml:199
#: ../../shell/package/contents/configuration/TasksConfig.qml:187
msgid "On middle-click:"
msgstr "點擊滑鼠中鍵:"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgctxt "The click action"
msgid "None"
msgstr "無"
#: ../../shell/package/contents/configuration/TasksConfig.qml:206
#: ../../shell/package/contents/configuration/TasksConfig.qml:248
#: ../../shell/package/contents/configuration/TasksConfig.qml:194
#: ../../shell/package/contents/configuration/TasksConfig.qml:236
msgid "Close Window or Group"
msgstr "關閉視窗或群組"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "New Instance"
msgstr "新的實體"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Minimize/Restore Window or Group"
msgstr "最小化/復原視窗"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Cycle Through Tasks"
msgstr "工作循環切換"
#: ../../shell/package/contents/configuration/TasksConfig.qml:207
#: ../../shell/package/contents/configuration/TasksConfig.qml:249
#: ../../shell/package/contents/configuration/TasksConfig.qml:195
#: ../../shell/package/contents/configuration/TasksConfig.qml:237
msgid "Toggle Task Grouping"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Left Click"
msgstr "點擊滑鼠左鍵"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Middle Click"
msgstr "點擊滑鼠中鍵"
#: ../../shell/package/contents/configuration/TasksConfig.qml:235
#: ../../shell/package/contents/configuration/TasksConfig.qml:223
msgid "Right Click"
msgstr "點擊滑鼠右鍵"
#: ../../shell/package/contents/configuration/TasksConfig.qml:265
msgid "Launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:253
msgid "Launchers Group"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:288
msgctxt "unique launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:276
msgctxt "unique launchers group"
msgid "Unique"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:292
#: ../../shell/package/contents/configuration/TasksConfig.qml:280
msgid "Use a unique set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:299
#: ../../shell/package/contents/configuration/TasksConfig.qml:287
#, fuzzy
msgctxt "layout launchers"
msgctxt "layout launchers group"
msgid "Layout"
msgstr "佈局"
#: ../../shell/package/contents/configuration/TasksConfig.qml:303
#: ../../shell/package/contents/configuration/TasksConfig.qml:291
msgid "Use the current layout set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:310
msgctxt "global launchers"
#: ../../shell/package/contents/configuration/TasksConfig.qml:298
msgctxt "global launchers group"
msgid "Global"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:314
#: ../../shell/package/contents/configuration/TasksConfig.qml:302
msgid "Use the global set of launchers for this dock"
msgstr ""
#: ../../shell/package/contents/configuration/TasksConfig.qml:328
#: ../../shell/package/contents/configuration/TasksConfig.qml:316
msgid "Filters"
msgstr "過濾器"
#: ../../shell/package/contents/configuration/TasksConfig.qml:334
#: ../../shell/package/contents/configuration/TasksConfig.qml:322
msgid "Show only tasks from the current screen"
msgstr "只顯示目前螢幕上的工作"
#: ../../shell/package/contents/configuration/TasksConfig.qml:345
#: ../../shell/package/contents/configuration/TasksConfig.qml:333
msgid "Show only tasks from the current desktop"
msgstr "只顯示目前桌面上的工作"
#: ../../shell/package/contents/configuration/TasksConfig.qml:356
#: ../../shell/package/contents/configuration/TasksConfig.qml:344
msgid "Show only tasks from the current activity"
msgstr "只顯示目前活動裡的工作"
@ -867,14 +877,18 @@ msgid "Blur for panel background"
msgstr "面板背景模糊"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:67
msgid "Show applets/task title tooltips on hovering"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
msgid "Shrink thickness margins to minimum"
msgstr "將邊框厚度縮到最小"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:78
#: ../../shell/package/contents/configuration/TweaksConfig.qml:89
msgid "Show background only for maximized windows"
msgstr "僅在最大化視窗顯示背景"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:80
#: ../../shell/package/contents/configuration/TweaksConfig.qml:91
msgid ""
"The panel background becomes transparent but is shown \n"
"when there is a maximized window"
@ -882,19 +896,19 @@ msgstr ""
"這個面板背景變為透明,但在\n"
"最大化視窗中會顯示"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:92
#: ../../shell/package/contents/configuration/TweaksConfig.qml:103
msgid "Hide panel shadow for maximized windows"
msgstr "最大化視窗隱藏面板陰影"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:115
#: ../../shell/package/contents/configuration/TweaksConfig.qml:126
msgid "Enable autostart during startup"
msgstr "在開機時啟用自動啟動"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:125
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
msgid "Decrease applets size when it is needed"
msgstr "當小工具被需要時減小其大小"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:127
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
msgid ""
"Applets size is decreased automatically when the contents \n"
"exceed the maximum length"
@ -902,19 +916,19 @@ msgstr ""
"小工具大小會在其內容超出最大長度時\n"
"自動縮小"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:136
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
msgid "Add launchers only in the corresponding area"
msgstr "僅在對應區域中新增啟動器"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:138
#: ../../shell/package/contents/configuration/TweaksConfig.qml:149
msgid "Launchers are added only in the taskmanager and not as plasma applets"
msgstr "啟動器僅會在工作管理員中新增,而不是做為 plasma 小工具"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:147
#: ../../shell/package/contents/configuration/TweaksConfig.qml:158
msgid "Behave as a normal dock window"
msgstr "如同正常 dock 視窗般的行為"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:152
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
msgid ""
"Remove the BypassWindowManagerHint flag from the window.\n"
"The dock wont be above windows which are set at 'Always On Top'"
@ -922,58 +936,58 @@ msgstr ""
"從視窗中移除 BypassWindowManagerHint 旗標。\n"
"Dock 將不會在設定為「總是在最上層」的視窗上"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:161
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
msgid "Show info for layouts automatic switching"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:163
#: ../../shell/package/contents/configuration/TweaksConfig.qml:174
msgid "It shows a Latte specific info window"
msgstr ""
#: ../../shell/package/contents/configuration/TweaksConfig.qml:172
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
msgid "Raise dock on desktop change"
msgstr "在桌面變更時提升 dock"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:183
#: ../../shell/package/contents/configuration/TweaksConfig.qml:194
msgid "Raise dock on activity change"
msgstr "在活動變更時提升 dock"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:201
#: ../../shell/package/contents/configuration/TweaksConfig.qml:212
msgid "Active Applet Indicator"
msgstr "作用中的小工具指示器"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:228
#: ../../shell/package/contents/configuration/TweaksConfig.qml:239
msgctxt "active indicator to no applets"
msgid "None"
msgstr "無"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:238
#: ../../shell/package/contents/configuration/TweaksConfig.qml:249
msgctxt "active indicator only to in-house latte applets"
msgid "Internals"
msgstr "內部"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:248
#: ../../shell/package/contents/configuration/TweaksConfig.qml:259
msgctxt "active indicator to all applets"
msgid "All"
msgstr "全部"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:267
#: ../../shell/package/contents/configuration/TweaksConfig.qml:278
msgid "Extra Actions"
msgstr "更多動作"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:277
#: ../../shell/package/contents/configuration/TweaksConfig.qml:288
msgid "Add Spacer"
msgstr "新增空白"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:280
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
msgid "Add a spacer to separate applets"
msgstr "新增分隔器來分隔小工具"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:289
#: ../../shell/package/contents/configuration/TweaksConfig.qml:300
msgid "Remove Tasks"
msgstr "移除工作"
#: ../../shell/package/contents/configuration/TweaksConfig.qml:291
#: ../../shell/package/contents/configuration/TweaksConfig.qml:302
msgid "Remove Latte plasmoid"
msgstr "移除 Latte plasmoid"
@ -1014,6 +1028,11 @@ msgstr "匯出設定失敗"
msgid "Switch to layout"
msgstr ""
#, fuzzy
#~ msgctxt "layout launchers"
#~ msgid "Layout"
#~ msgstr "佈局"
#~ msgid "Enable/Disable Alternative Session"
#~ msgstr "啟用/停用替代工作階段"

@ -0,0 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-28 09:25+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../../applets/separator/plasmoid/contents/ui/main.qml:32
#: ../../desktop-templates/separator.metadata.desktop.template:4
msgid "For all your separation tasks"
msgstr ""
#: ../../desktop-templates/separator.metadata.desktop.template:3
msgid "Separator"
msgstr ""

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-28 09:25+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../../applets/spacer/plasmoid/contents/config/config.qml:27
msgid "Appearance"
msgstr ""
#: ../../../applets/spacer/plasmoid/contents/ui/ConfigAppearance.qml:56
msgid "Use pixels size, "
msgstr ""
#: ../../../applets/spacer/plasmoid/contents/ui/ConfigAppearance.qml:77
msgid "Use percentage, "
msgstr ""
#: ../../desktop-templates/spacer.metadata.desktop.template:3
msgid "Latte Dock Spacer"
msgstr ""
#: ../../desktop-templates/spacer.metadata.desktop.template:4
msgid "Reserve empty spaces within the dock."
msgstr ""

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-11 15:24+0100\n"
"Last-Translator: Jan Neumann <neum dot ja at gmail dot com>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -17,19 +17,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "Anwendungsbereich"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr "Applet konfigurieren"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr "Für diese Applet parabolischen Zoom ein/aus "
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr "Entferne Applet"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-07 14:54+0200\n"
"Last-Translator: Michail Vοurlakos <mvourlakos@gmail.com>\n"
"Language-Team: Greek <kde-i18n-doc@kde.org>\n"
@ -17,19 +17,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "Περιοχή Εκκινητών"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr "Επεξεργασία εφαρμογής"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr "Κλείδωμα/Ξεκλείδωμα του παραβολικού εφέ για αυτή την εφαρμογή"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr "Αφαίρεση εφαρμογής"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-03-24 19:08-0500\n"
"Last-Translator: Smith Ar <audoban@openmailbox.org>\n"
"Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
@ -17,19 +17,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "Area de lanzadores"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr ""
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr ""
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr ""

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-17 15:05+0100\n"
"Last-Translator: Ivan Bordoni <ivan.mail@fastwebnet.it>\n"
"Language-Team: German <kde-i18n-it@kde.org>\n"
@ -18,19 +18,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "Area Lanciatori"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr "Configura applet"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr "Blocca/sblocca l'effetto parabolico per questa applet"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr "Rimuovi applet"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+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,19 +17,19 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr ""
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr ""
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr ""
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr ""

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-11 11:00+0100\n"
"Last-Translator: Vasco Antunes <vasco.antunes@sapo.pt>\n"
"Language-Team: \n"
@ -15,19 +15,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "Área de Lançadores"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr "Configurar elemento"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr "Bloquear/Desbloquear efeito parabólico neste elemento"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr "Remover elemento"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-24 22:09+0700\n"
"Last-Translator: Vladislav Gorevoy <vladislavgorevoy@gmail.com>\n"
"Language-Team: \n"
@ -19,19 +19,19 @@ msgstr ""
"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"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "Область запуска"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr "Настроить апплет"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr "Блокировать/разблокировать параболический эффект для этого апплета"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr "Удалить апплет"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-10 21:40+0800\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc@kde.org>\n"
@ -17,19 +17,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
#: ../../containment/package/contents/ui/applet/AppletItem.qml:529
#: ../../containment/package/contents/ui/applet/AppletItem.qml:556
msgid "Launchers Area"
msgstr "啟動器區域"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:460
#: ../../containment/package/contents/ui/ConfigOverlay.qml:474
msgid "Configure applet"
msgstr "設定小工具"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:482
#: ../../containment/package/contents/ui/ConfigOverlay.qml:496
msgid "Lock/Unlock the parabolic effect for this applet"
msgstr "鎖定/解除鎖定這個小工具的拋物線效果"
#: ../../containment/package/contents/ui/ConfigOverlay.qml:494
#: ../../containment/package/contents/ui/ConfigOverlay.qml:508
msgid "Remove applet"
msgstr "移除小工具"

@ -0,0 +1,21 @@
[Desktop Entry]
Name=Separator
Comment=For all your separation tasks
Encoding=UTF-8
Icon=filename-divider
Keywords=separator
Type=Service
X-Plasma-API=declarativeappletscript
X-Plasma-MainScript=ui/main.qml
X-KDE-PluginInfo-Author=Smith AR
X-KDE-PluginInfo-Category=Utilities
X-KDE-PluginInfo-Email=audoban@openmailbox.org
X-KDE-PluginInfo-License=GPLv3
X-KDE-PluginInfo-Name=audoban.applet.separator
X-KDE-PluginInfo-Version=0.1
X-KDE-PluginInfo-Website=https://github.com/audoban/Separator
X-KDE-ServiceTypes=Plasma/Applet

@ -0,0 +1,23 @@
[Desktop Entry]
Name=Latte Dock Spacer
Comment=Reserve empty spaces within the dock.
Encoding=UTF-8
Type=Service
Keywords=spacer
NoDisplay=true
X-Plasma-API=declarativeappletscript
X-Plasma-MainScript=ui/main.qml
X-KDE-ServiceTypes=Plasma/Applet
X-KDE-PluginInfo-Author=Michail Vourlakos
X-KDE-PluginInfo-Email=mvourlakos@gmail.com
X-KDE-PluginInfo-Name=org.kde.latte.spacer
X-KDE-PluginInfo-Version=0.1
X-KDE-PluginInfo-Website=https://github.com/psifidotos/Latte-Dock/
X-KDE-PluginInfo-Category=System Information
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-05-14 20:25+0100\n"
"Last-Translator: Jan Neumann <neum dot ja at gmail dot com>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-07 14:57+0200\n"
"Last-Translator: Michail Vοurlakos <mvourlakos@gmail.com>\n"
"Language-Team: Greek <kde-i18n-doc@kde.org>\n"

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+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"

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-24 22:09+0700\n"
"Last-Translator: \n"
"Language-Team: \n"

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-05-14 11:17+0800\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc@kde.org>\n"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-26 18:38+0100\n"
"Last-Translator: Jan Neumann <neum dot ja at gmail dot com>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -183,175 +183,179 @@ msgstr "Transparente Leiste"
msgid "Size: "
msgstr "Größe:"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "Vorheriges Stück"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "Pause"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "Start"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "Nächstes Stück"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "Stop"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "Beenden"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "Wiederherstellen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr "Stumm"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "Auf Arbeitsfläche verschieben"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "Verschiebe auf aktuelle Arbeitsfläche"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "Alle Arbeitsflächen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "Neue Arbeitsfläche"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "Verschiebe zu &Activity"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "Zu aktueller Aktivität hinzufügen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "Alle Aktivitäten"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr "Minimieren"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr "Maximieren"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr "Weitere Aktionen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr "Verschieben"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr "Größe ändern"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr "Immer im Vordergrund"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr "Immer im Hintergrund"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr "Vollbild"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr "Fensterheber"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr "Erlaube Gruppierung"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "Neue Instanz"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr "&Anheften"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr "&Anheften"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
msgid "On All Activities"
msgstr "Alle Aktivitäten"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
msgid "On The Current Activity"
msgstr "Zu aktueller Aktivität hinzufügen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr "Lösen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "Schließen"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr "Interner Trenner"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr "Profile"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr "Miniprogramme hinzufügen ..."
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "Auf %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "Sichtbar in allen Aktivitäten"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "Auch sichtbar in %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-25 15:57+0200\n"
"Last-Translator: Michail Vourlakos <mvourlakos@gmail.com>\n"
"Language-Team: Greek <kde-i18n-doc@kde.org>\n"
@ -182,175 +182,179 @@ msgstr "Πίνακας με διαφάνεια"
msgid "Size: "
msgstr "Μέγεθος: "
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "Προηγούμενο"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "Παύση"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "Έναρξη"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "Επόμενο"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "Διακοπή"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "Έξοδος"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "Επαναφορά"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr "Σίγαση"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "Στην Επιφάνεια Εργασίας"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "Στην Τρέχουσα Επιφάνεια Εργασίας"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "Όλες οι Επιφάνειες Εργασίας"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "Νέα Επιφάνεια Εργασίας"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "Δραστηριότητες"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "Στην Τρέχουσα Δραστηριότητα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "Όλες τις Δραστηριότητες"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr "Ελαχιστοποίηση"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr "Μεγιστοποίηση"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr "Περισσότερες ενέργειες"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr "Μετακίνηση"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr "Αλλαγή μεγέθους"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr "Διατήρηση πάνω από τα άλλα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr "Διατήρηση κάτω από τα άλλα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr "Πλήρης οθόνη"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr "Τύλιγμα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr "Να επιτρέπεται η ομαδοποίηση του προγράμματος"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "Νέο Στιγμιότυπο"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr "Καρφίτσωμα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr "Καρφίτσωμα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
msgid "On All Activities"
msgstr "Όλες τις Δραστηριότητες"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
msgid "On The Current Activity"
msgstr "Στην Τρέχουσα Δραστηριότητα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr "Ξεκαρφίτσωμα"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "Κλείσιμο"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr "Εσωτερικός Διαχωριστής"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr "Προφίλ"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr "Προσθήκη συστατικών..."
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "Σε %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "Σε όλες τις δραστηριότητες"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "Διαθέσιμο επίσης σε %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-03-24 19:12-0500\n"
"Last-Translator: Smith Ar <audoban@openmailbox.org>\n"
"Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
@ -180,177 +180,181 @@ msgstr "Usar transparencia en el panel"
msgid "Size: "
msgstr "Tamaño: "
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "Anterior"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "Pausar"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "Reproducir"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "Siguiente"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "Parar"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "Salir"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "Restaurar"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "Mover al escritorio"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "Mover al escritorio actual"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "Todos los escritorios"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "Nuevo escritorio"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "Mover a la actividad"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "Añadir a la actividad actual"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "Todas las actividades"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr "Minimizar"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr "Maximizar"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr "Más acciones"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr "Mover"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr "Cambiar tamaño"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr "Mantener sobre las demás"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr "Mantener debajo de las demás"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr "Pantalla completa"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr "Recoger"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr "Permitir que este programa pueda ser agrupado"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "Iniciar nueva instancia"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
#, fuzzy
msgid "On All Activities"
msgstr "Todas las actividades"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
#, fuzzy
msgid "On The Current Activity"
msgstr "Añadir a la actividad actual"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "Cerrar"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr ""
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "En %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "Disponible en todas las actividades"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "También disponible en %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-17 15:17+0100\n"
"Last-Translator: Ivan Bordoni <ivan.mail@fastwebnet.it>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
@ -183,175 +183,179 @@ msgstr "Usa la trasparenza nel pannello"
msgid "Size: "
msgstr "Dimensione: "
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "Precedente"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "Pausa"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "Riproduci"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "Successivo"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "Stop"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "Esci"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "Ripristina"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr "Muto"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "Sposta al Desktop"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "Sposta al Desktop Corrente"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "Tutti i Desktop"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "Nuovo Desktop"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "Sposta alla attività"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "Aggiungi all'Attività Corrente"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "Tutte le Attività"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr "Minimizza"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr "Massimizza"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr "Azioni aggiuntive"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr "Sposta"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr "Ridimensiona"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr "Tieni sopra le altre"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr "Tieni sotto le altre"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr "Pieno schermo"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr "Shade"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr "Permetti a questo task di essere raggruppato"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "Inizia nuova istanza"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
msgid "On All Activities"
msgstr "Tutte le Attività"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
msgid "On The Current Activity"
msgstr "Aggiungi all'Attività Corrente"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "Chiudi"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr "Separatore interno"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr "Aggiungi Widgets..."
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "Su %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "Disponibile in tutte le attività"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "Disponibile anche su %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2016-10-16 13:14+0100\n"
"Last-Translator: Damian Kopeć <damikope@gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@ -185,177 +185,181 @@ msgstr "Użyj przezroczystości w panelu"
msgid "Size: "
msgstr "Rozmiar:"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "Poprzedni utwór"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "Pauza"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "Odtwórz"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "Następny utwór"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "Zatrzymaj"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "Wyjdź"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "Przywróć"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "Przenieś Na Pulpit"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "Przenieś Na Obecny Pulpit"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "Wszystkie Pulpity"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "Nowy Pulpit"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "Przenieś do &Activity"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "Dodaj Do Obecnej Aktywności"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "Wszystkie Aktywności"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "Utwórz nową instancję"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
#, fuzzy
msgid "On All Activities"
msgstr "Wszystkie Aktywności"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
#, fuzzy
msgid "On The Current Activity"
msgstr "Dodaj Do Obecnej Aktywności"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "Zamknij"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr ""
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "Na %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "Dostępne We Wszystkich Aktywnościach"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "Dostępne Także na %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+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"
@ -180,175 +180,179 @@ msgstr ""
msgid "Size: "
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
msgid "On All Activities"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
msgid "On The Current Activity"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr ""
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr ""
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr ""
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr ""
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-07-24 22:09+0700\n"
"Last-Translator: Vladislav Gorevoy <vladislavgorevoy@gmail.com>\n"
"Language-Team: \n"
@ -183,175 +183,179 @@ msgstr "Использовать прозрачность"
msgid "Size: "
msgstr "Размер:"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "Предыдущий трек"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "Пауза"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "Воспроизведение"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "Следующий трек"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "Стоп"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "Выход"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "Восстановить"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr "Выключить звук"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "Переместить на рабочий стол"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "На текущий рабочий стол"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "На всех рабочих столах"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "Новый рабочий стол"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "Переместить в Комнату"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "Добавить в текущую Комнату"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "Все Комнаты"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr "Свернуть"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr "Распахнуть"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr "Дополнительно"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr "Переместить"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr "Изменить размер"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr "Поддерживать поверх других"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr "Поддерживать на заднем плане"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr "На весь экран"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr "Свернуть в заголовок"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr "Приложение может быть сгруппировано"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "Запустить новый экземпляр"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr "&Прикрепить"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr "&Прикрепить"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
msgid "On All Activities"
msgstr "Все комнаты"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
msgid "On The Current Activity"
msgstr "Добавить в текущую комнату"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr "Открепить"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "Закрыть"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr "Внутренний разделитель"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr "Добавить виджеты..."
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "На %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "Доступно во всех Комнатах"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "Также доступно в %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/psifidotos/latte-dock/\n"
"POT-Creation-Date: 2017-07-25 15:51+0300\n"
"POT-Creation-Date: 2017-07-28 09:25+0300\n"
"PO-Revision-Date: 2017-06-10 21:41+0800\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc@kde.org>\n"
@ -180,175 +180,179 @@ msgstr "在面板中使用漸層"
msgid "Size: "
msgstr "大小:"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:142
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:143
msgctxt "Play previous track"
msgid "Previous Track"
msgstr "前一軌"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Pause playback"
msgid "Pause"
msgstr "暫停"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:155
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:156
msgctxt "Start playback"
msgid "Play"
msgstr "播放"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:169
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:170
msgctxt "Play next track"
msgid "Next Track"
msgstr "下一軌"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:180
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:181
msgctxt "Stop playback"
msgid "Stop"
msgstr "停止"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:197
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:198
msgctxt "Quit media player app"
msgid "Quit"
msgstr "離開"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:212
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:213
msgctxt "Open or bring to the front window of media player app"
msgid "Restore"
msgstr "恢復"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:238
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:239
msgid "Mute"
msgstr "靜音"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:292
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:293
msgid "Move To Desktop"
msgstr "移動到桌面"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:314
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:315
msgid "Move To Current Desktop"
msgstr "移到目前桌面"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:323
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:324
msgid "All Desktops"
msgstr "所有桌面"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:352
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:353
msgid "New Desktop"
msgstr "新增桌面"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:372
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:373
msgid "Move To &Activity"
msgstr "移動到活動(&A)"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:393
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:394
msgid "Add To Current Activity"
msgstr "加入到目前的活動"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:403
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:404
msgid "All Activities"
msgstr "所有的活動"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:471
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:472
msgid "Minimize"
msgstr "最小化"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:487
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:488
msgid "Maximize"
msgstr "最大化"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:502
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:503
msgid "More Actions"
msgstr "更多動作"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:510
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:511
msgid "Move"
msgstr "移動"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:519
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:520
msgid "Resize"
msgstr "調整大小"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:528
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:529
msgid "Keep Above Others"
msgstr "顯示在最上層"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:538
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:539
msgid "Keep Below Others"
msgstr "顯示在最下層"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:550
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:551
msgid "Fullscreen"
msgstr "全螢幕"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:562
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:563
msgid "Shade"
msgstr "陰影"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:577
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:578
msgid "Allow this program to be grouped"
msgstr "允許此程式被歸類"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:590
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:591
msgid "Start New Instance"
msgstr "開啟新的實體"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:620
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:621
msgctxt ""
"Toggle action for showing a launcher button while the application is not "
"running"
msgid "&Pin"
msgstr "釘選(&P)"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:635
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:636
msgid "&Pin"
msgstr "釘選(&P)"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:688
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:689
msgid "On All Activities"
msgstr "在所有活動上"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:694
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:695
msgid "On The Current Activity"
msgstr "在目前的活動上"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:715
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:716
msgctxt "Remove launcher button for application shown while it is not running"
msgid "Unpin"
msgstr "取消釘選"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:751
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:752
msgid "Close"
msgstr "關閉"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:776
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:777
msgid "Internal Separator"
msgstr "內部分隔器"
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:799
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:800
msgid "Layouts"
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:844
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:838
msgid "Configure..."
msgstr ""
#: ../../plasmoid/package/contents/ui/ContextMenu.qml:854
msgid "Add Widgets..."
msgstr "新增元件..."
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:947
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:966
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:462
msgid "On %1"
msgstr "於 %1"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:956
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:472
msgctxt "Which virtual desktop a window is currently on"
msgid "Available on all activities"
msgstr "所有活動都可使用"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:975
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:994
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:494
msgctxt "Activities a window is currently on (apart from the current one)"
msgid "Also available on %1"
msgstr "也可在 %1 上使用"
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:979
#: ../../plasmoid/package/contents/ui/task/TaskDelegate.qml:998
#: ../../plasmoid/package/contents/ui/ToolTipInstance.qml:498
msgctxt "Which activities a window is currently on"
msgid "Available on %1"

Loading…
Cancel
Save