diff -Nru plank-0.11.1+bzr1553/ChangeLog plank-0.11.1+bzr1555/ChangeLog --- plank-0.11.1+bzr1553/ChangeLog 2016-05-11 08:47:49.000000000 +0000 +++ plank-0.11.1+bzr1555/ChangeLog 2016-05-12 09:40:45.000000000 +0000 @@ -1,3 +1,11 @@ +2016-05-12 Rico Tzschichholz + + clippy: Need to own the clipboard's content before allowed to clear it + +2016-05-11 Rico Tzschichholz + + po: Update translations + 2016-05-11 Rico Tzschichholz clippy: text parameter of ClipboardTextReceivedFunc is allowed to diff -Nru plank-0.11.1+bzr1553/configure plank-0.11.1+bzr1555/configure --- plank-0.11.1+bzr1553/configure 2016-05-11 08:46:56.000000000 +0000 +++ plank-0.11.1+bzr1555/configure 2016-05-12 09:39:53.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for plank 0.11.1.1553. +# Generated by GNU Autoconf 2.69 for plank 0.11.1.1555. # # Report bugs to . # @@ -650,8 +650,8 @@ # Identity of this package. PACKAGE_NAME='plank' PACKAGE_TARNAME='plank' -PACKAGE_VERSION='0.11.1.1553' -PACKAGE_STRING='plank 0.11.1.1553' +PACKAGE_VERSION='0.11.1.1555' +PACKAGE_STRING='plank 0.11.1.1555' PACKAGE_BUGREPORT='https://bugs.launchpad.net/plank' PACKAGE_URL='https://launchpad.net/plank' @@ -1537,7 +1537,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures plank 0.11.1.1553 to adapt to many kinds of systems. +\`configure' configures plank 0.11.1.1555 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1608,7 +1608,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of plank 0.11.1.1553:";; + short | recursive ) echo "Configuration of plank 0.11.1.1555:";; esac cat <<\_ACEOF @@ -1765,7 +1765,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -plank configure 0.11.1.1553 +plank configure 0.11.1.1555 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2255,7 +2255,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by plank $as_me 0.11.1.1553, which was +It was created by plank $as_me 0.11.1.1555, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3145,7 +3145,7 @@ # Define the identity of the package. PACKAGE='plank' - VERSION='0.11.1.1553' + VERSION='0.11.1.1555' cat >>confdefs.h <<_ACEOF @@ -19385,7 +19385,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by plank $as_me 0.11.1.1553, which was +This file was extended by plank $as_me 0.11.1.1555, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19452,7 +19452,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -plank config.status 0.11.1.1553 +plank config.status 0.11.1.1555 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru plank-0.11.1+bzr1553/debian/changelog plank-0.11.1+bzr1555/debian/changelog --- plank-0.11.1+bzr1553/debian/changelog 2016-05-11 08:48:59.000000000 +0000 +++ plank-0.11.1+bzr1555/debian/changelog 2016-05-12 09:41:58.000000000 +0000 @@ -1,8 +1,8 @@ -plank (0.11.1+bzr1553-0elementary0.4.1) xenial; urgency=high +plank (0.11.1+bzr1555-0elementary0.4.1) xenial; urgency=high - * New development release of lp:pantheon-dock bzr1553 + * New development release of lp:pantheon-dock bzr1555 - -- Rico Tzschichholz Wed, 11 May 2016 10:48:59 +0200 + -- Rico Tzschichholz Thu, 12 May 2016 11:41:58 +0200 plank (0.11.0-1) unstable; urgency=medium diff -Nru plank-0.11.1+bzr1553/docklets/Clippy/ClippyDockItem.vala plank-0.11.1+bzr1555/docklets/Clippy/ClippyDockItem.vala --- plank-0.11.1+bzr1553/docklets/Clippy/ClippyDockItem.vala 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/docklets/Clippy/ClippyDockItem.vala 2016-05-12 09:39:14.000000000 +0000 @@ -119,6 +119,10 @@ void clear () { + // Make sure we own the current clipboard content, + // so we are allowed to clear it + clipboard.set_text ("", 0); + clipboard.clear (); clips.clear (); cur_position = 0; diff -Nru plank-0.11.1+bzr1553/po/bg.po plank-0.11.1+bzr1555/po/bg.po --- plank-0.11.1+bzr1553/po/bg.po 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/bg.po 2016-05-12 09:39:14.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-21 09:20+0000\n" -"PO-Revision-Date: 2016-02-21 18:33+0000\n" -"Last-Translator: spacy01 \n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-04-24 08:56+0000\n" +"Last-Translator: ITPROJECTS \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-02-22 05:40+0000\n" -"X-Generator: Launchpad (build 17925)\n" +"X-Launchpad-Export-Date: 2016-04-25 05:21+0000\n" +"X-Generator: Launchpad (build 17995)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -88,7 +88,7 @@ #: ../data/ui/preferences.ui.h:12 msgid "On Primary Display:" -msgstr "На основния дисплей:" +msgstr "На основния екран:" #: ../data/ui/preferences.ui.h:13 msgid "Offset in percent from the center of the screen-edge" @@ -171,18 +171,10 @@ msgstr "Заключи иконите:" #: ../data/ui/preferences.ui.h:33 -msgid "Automatic Pinning:" -msgstr "Автоматично закачане:" - -#: ../data/ui/preferences.ui.h:34 -msgid "Show Item for Dock:" -msgstr "Покажи док иконката:" - -#: ../data/ui/preferences.ui.h:35 msgid "Behaviour" msgstr "Поведение" -#: ../data/ui/preferences.ui.h:36 +#: ../data/ui/preferences.ui.h:34 msgid "Docklets" msgstr "Доклети" @@ -190,7 +182,7 @@ msgid "Drop to add to dock" msgstr "Отпуснете за да добавите към док" -#: ../lib/Factories/AbstractMain.vala:365 ../src/Main.vala:75 +#: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -200,20 +192,20 @@ " Svetoslav Stefanov https://launchpad.net/~svetlisashkov\n" " spacy01 https://launchpad.net/~spacy00001" -#: ../lib/Items/ApplicationDockItem.vala:446 +#: ../lib/Items/ApplicationDockItem.vala:417 #: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 msgid "_Keep in Dock" msgstr "_Запазване в дока" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close All" msgstr "_Затваряне на всички" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close" msgstr "Зат_варяне" -#: ../lib/Items/ApplicationDockItem.vala:526 +#: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" msgstr "Пуснете за отваряне с %s" @@ -242,6 +234,6 @@ msgid "_Translate This Application..." msgstr "_Превеждане на това приложение..." -#: ../lib/Widgets/PreferencesWindow.vala:94 +#: ../lib/Widgets/PreferencesWindow.vala:90 msgid "Preferences" msgstr "Предпочитания" diff -Nru plank-0.11.1+bzr1553/po/cs.po plank-0.11.1+bzr1555/po/cs.po --- plank-0.11.1+bzr1553/po/cs.po 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/cs.po 2016-05-12 09:39:14.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-21 09:20+0000\n" -"PO-Revision-Date: 2016-02-17 00:36+0000\n" -"Last-Translator: Rico Tzschichholz \n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-05-02 07:42+0000\n" +"Last-Translator: Lebus \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-02-22 05:40+0000\n" -"X-Generator: Launchpad (build 17925)\n" +"X-Launchpad-Export-Date: 2016-05-03 05:26+0000\n" +"X-Generator: Launchpad (build 17995)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -167,18 +167,10 @@ msgstr "" #: ../data/ui/preferences.ui.h:33 -msgid "Automatic Pinning:" -msgstr "" - -#: ../data/ui/preferences.ui.h:34 -msgid "Show Item for Dock:" -msgstr "" - -#: ../data/ui/preferences.ui.h:35 msgid "Behaviour" msgstr "Chování" -#: ../data/ui/preferences.ui.h:36 +#: ../data/ui/preferences.ui.h:34 msgid "Docklets" msgstr "Doplňky" @@ -186,31 +178,32 @@ msgid "Drop to add to dock" msgstr "Upustit pro přidání do panelu" -#: ../lib/Factories/AbstractMain.vala:365 ../src/Main.vala:75 +#: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " David Mikšovský https://launchpad.net/~miksovsky-david\n" " Jan Gnip https://launchpad.net/~gnip-jan\n" " Jiří Šebele https://launchpad.net/~sindriava+launchpad\n" +" Lebus https://launchpad.net/~lebus88\n" " Rico Tzschichholz https://launchpad.net/~ricotz\n" " Tomáš Jakl https://launchpad.net/~tomasjakll\n" " zimmi https://launchpad.net/~zimmicz" -#: ../lib/Items/ApplicationDockItem.vala:446 +#: ../lib/Items/ApplicationDockItem.vala:417 #: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 msgid "_Keep in Dock" msgstr "_Ponechat v liště" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close All" msgstr "_Zavřít vše" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close" msgstr "_Zavřít" -#: ../lib/Items/ApplicationDockItem.vala:526 +#: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" msgstr "Upuštěním otevřít s %s" @@ -229,7 +222,7 @@ #: ../lib/Items/PlaceholderDockItem.vala:37 msgid "Drop applications or files here" -msgstr "" +msgstr "Zde přetáhněte vaše aplikace nebo soubory" #: ../lib/Items/PlankDockItem.vala:73 msgid "Get _Help Online..." @@ -239,6 +232,6 @@ msgid "_Translate This Application..." msgstr "_Přeložit tuto aplikaci..." -#: ../lib/Widgets/PreferencesWindow.vala:94 +#: ../lib/Widgets/PreferencesWindow.vala:90 msgid "Preferences" msgstr "Předvolby" diff -Nru plank-0.11.1+bzr1553/po/he.po plank-0.11.1+bzr1555/po/he.po --- plank-0.11.1+bzr1553/po/he.po 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/he.po 2016-05-12 09:39:14.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-21 09:20+0000\n" -"PO-Revision-Date: 2016-02-17 00:37+0000\n" -"Last-Translator: Rico Tzschichholz \n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-05-02 07:39+0000\n" +"Last-Translator: Tzahi Argaman \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-02-22 05:40+0000\n" -"X-Generator: Launchpad (build 17925)\n" +"X-Launchpad-Export-Date: 2016-05-03 05:26+0000\n" +"X-Generator: Launchpad (build 17995)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -171,18 +171,10 @@ msgstr "נעילת הסמלים:" #: ../data/ui/preferences.ui.h:33 -msgid "Automatic Pinning:" -msgstr "הצמדת יישומים אוטומטית:" - -#: ../data/ui/preferences.ui.h:34 -msgid "Show Item for Dock:" -msgstr "הראה אייקון עבור הסרגל:" - -#: ../data/ui/preferences.ui.h:35 msgid "Behaviour" msgstr "התנהגות" -#: ../data/ui/preferences.ui.h:36 +#: ../data/ui/preferences.ui.h:34 msgid "Docklets" msgstr "גאדג'טים" @@ -190,7 +182,7 @@ msgid "Drop to add to dock" msgstr "שחרר בכדי להוסיף לסרגל הדוק" -#: ../lib/Factories/AbstractMain.vala:365 ../src/Main.vala:75 +#: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -198,26 +190,27 @@ " Ofer Plesser https://launchpad.net/~plesserofer\n" " Rico Tzschichholz https://launchpad.net/~ricotz\n" " Roman Gl https://launchpad.net/~romangl\n" +" Tzahi Argaman https://launchpad.net/~argamanza\n" " Uri Damsker אורי דמסקר https://launchpad.net/~ud1955\n" " yagel sheli https://launchpad.net/~yagelsheli" -#: ../lib/Items/ApplicationDockItem.vala:446 +#: ../lib/Items/ApplicationDockItem.vala:417 #: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 msgid "_Keep in Dock" msgstr "_שמירה במעגן" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close All" msgstr "_סגירת הכול" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close" msgstr "_סגירה" -#: ../lib/Items/ApplicationDockItem.vala:526 +#: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" -msgstr "" +msgstr "שחרר בכדי לפתוח באמצעות %s" #: ../lib/Items/FileDockItem.vala:320 msgid "_Open in File Browser" @@ -243,6 +236,6 @@ msgid "_Translate This Application..." msgstr "_תרגום יישום זה..." -#: ../lib/Widgets/PreferencesWindow.vala:94 +#: ../lib/Widgets/PreferencesWindow.vala:90 msgid "Preferences" msgstr "העדפות" diff -Nru plank-0.11.1+bzr1553/po/ko.po plank-0.11.1+bzr1555/po/ko.po --- plank-0.11.1+bzr1553/po/ko.po 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/ko.po 2016-05-12 09:39:14.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-03-25 09:13+0000\n" -"PO-Revision-Date: 2016-03-27 10:35+0000\n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-05-04 04:38+0000\n" "Last-Translator: Jung-Kyu Park \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-03-28 05:27+0000\n" -"X-Generator: Launchpad (build 17967)\n" +"X-Launchpad-Export-Date: 2016-05-05 05:26+0000\n" +"X-Generator: Launchpad (build 17995)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -130,7 +130,7 @@ #: ../data/ui/preferences.ui.h:23 msgid "Hide Dock" -msgstr "독(Dock) 숨기기" +msgstr "플랭크 숨기기" #: ../data/ui/preferences.ui.h:24 msgid "Hide Delay:" @@ -138,7 +138,7 @@ #: ../data/ui/preferences.ui.h:25 msgid "Delay in ms before hiding the dock" -msgstr "독(Dock)을 숨기기 전 지연 시간 (ms)" +msgstr "플랭크를 숨기기 전 지연 시간 (ms)" #: ../data/ui/preferences.ui.h:26 msgid "Unhide Delay:" @@ -146,7 +146,7 @@ #: ../data/ui/preferences.ui.h:27 msgid "Delay in ms before showing the dock" -msgstr "독(Dock)을 보이기 전 지연 시간 (ms)" +msgstr "플랭크를 보이기 전 지연 시간 (ms)" #: ../data/ui/preferences.ui.h:28 msgid "Pressure Reveal:" @@ -178,7 +178,7 @@ #: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51 msgid "Drop to add to dock" -msgstr "드래그하여 독(Dock)에 추가" +msgstr "플랭크에 올리기" #: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" @@ -193,27 +193,27 @@ " Youngbin Han https://launchpad.net/~sukso96100\n" " cafeinoz https://launchpad.net/~cafeinoz" -#: ../lib/Items/ApplicationDockItem.vala:411 +#: ../lib/Items/ApplicationDockItem.vala:417 #: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 msgid "_Keep in Dock" -msgstr "독(Dock) 안에 보관(_K)" +msgstr "플랭크에 두기(_K)" -#: ../lib/Items/ApplicationDockItem.vala:419 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close All" msgstr "모두 닫기 (_C)" -#: ../lib/Items/ApplicationDockItem.vala:419 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close" msgstr "닫기(_C)" -#: ../lib/Items/ApplicationDockItem.vala:491 +#: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" msgstr "%s로 열려면 가져다 놓으세요" #: ../lib/Items/FileDockItem.vala:320 msgid "_Open in File Browser" -msgstr "파일 탐색기 안에서 열기 (_O)" +msgstr "파일 브라우저에서 열기 (_O)" #: ../lib/Items/FileDockItem.vala:342 msgid "_Open" diff -Nru plank-0.11.1+bzr1553/po/LINGUAS plank-0.11.1+bzr1555/po/LINGUAS --- plank-0.11.1+bzr1553/po/LINGUAS 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/LINGUAS 2016-05-12 09:39:14.000000000 +0000 @@ -30,6 +30,7 @@ lt lv ml +ms nb nl nn diff -Nru plank-0.11.1+bzr1553/po/ms.po plank-0.11.1+bzr1555/po/ms.po --- plank-0.11.1+bzr1553/po/ms.po 1970-01-01 00:00:00.000000000 +0000 +++ plank-0.11.1+bzr1555/po/ms.po 2016-05-12 09:39:14.000000000 +0000 @@ -0,0 +1,231 @@ +# Malay translation for plank +# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 +# This file is distributed under the same license as the plank package. +# FIRST AUTHOR , 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: plank\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-04-27 06:32+0000\n" +"Last-Translator: abuyop \n" +"Language-Team: Malay \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-04-28 05:31+0000\n" +"X-Generator: Launchpad (build 17995)\n" + +#: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 +msgid "Stupidly simple." +msgstr "Ringkas la sangat." + +#: ../data/plank.appdata.xml.in.h:2 +msgid "" +"Plank is meant to be the simplest dock on the planet. The goal is to provide " +"just what a dock needs and absolutely nothing more." +msgstr "" +"Plank merupakan dok yang paling ringkas. Matlamat Plank adalah untuk " +"menyediakan apa yang dok perlukan dan tiada apa-apa penambahan yang lain." + +#: ../data/plank.appdata.xml.in.h:3 +msgid "" +"It is, however, a library which can be extended to create other dock " +"programs with more advanced features. Thus, Plank is the underlying " +"technology for Docky (starting in version 3.0.0) and aims to provide all the " +"core features while Docky extends it to add fancier things like Docklets, " +"painters, settings dialogs, etc." +msgstr "" + +#: ../data/ui/preferences.ui.h:1 +msgid "Theme:" +msgstr "Tema:" + +#: ../data/ui/preferences.ui.h:2 +msgid "Position:" +msgstr "Kedudukan:" + +#: ../data/ui/preferences.ui.h:3 +msgid "Left" +msgstr "Kiri" + +#: ../data/ui/preferences.ui.h:4 +msgid "Right" +msgstr "Kanan" + +#: ../data/ui/preferences.ui.h:5 +msgid "Top" +msgstr "Atas" + +#: ../data/ui/preferences.ui.h:6 +msgid "Bottom" +msgstr "Bawah" + +#: ../data/ui/preferences.ui.h:7 +msgid "Alignment:" +msgstr "Jajaran:" + +#: ../data/ui/preferences.ui.h:8 +msgid "Fill" +msgstr "Isian" + +#: ../data/ui/preferences.ui.h:9 +msgid "Start" +msgstr "Mula" + +#: ../data/ui/preferences.ui.h:10 +msgid "End" +msgstr "Hujung" + +#: ../data/ui/preferences.ui.h:11 +msgid "Center" +msgstr "Tengah" + +#: ../data/ui/preferences.ui.h:12 +msgid "On Primary Display:" +msgstr "Pada Paparan Utama:" + +#: ../data/ui/preferences.ui.h:13 +msgid "Offset in percent from the center of the screen-edge" +msgstr "" + +#: ../data/ui/preferences.ui.h:14 +msgid "Icon Alignment:" +msgstr "Jajaran Ikon:" + +#: ../data/ui/preferences.ui.h:15 +msgid "Icon Size:" +msgstr "Saiz Ikon:" + +#: ../data/ui/preferences.ui.h:16 +msgid "Icon Zoom:" +msgstr "Zum Ikon:" + +#: ../data/ui/preferences.ui.h:17 +msgid "Appearance" +msgstr "Penampilan" + +#: ../data/ui/preferences.ui.h:18 +msgid "Intellihide" +msgstr "Sembunyi-Pintar" + +#: ../data/ui/preferences.ui.h:19 +msgid "Autohide" +msgstr "Sembunyi-Sendiri" + +#: ../data/ui/preferences.ui.h:20 +msgid "Dodge maximized window" +msgstr "Elak tetingkap dimaksimumkan" + +#: ../data/ui/preferences.ui.h:21 +msgid "Window Dodge" +msgstr "Elak Tetingkap" + +#: ../data/ui/preferences.ui.h:22 +msgid "Dodge active window" +msgstr "Elak tetingkap aktif" + +#: ../data/ui/preferences.ui.h:23 +msgid "Hide Dock" +msgstr "Sembunyi Labuh" + +#: ../data/ui/preferences.ui.h:24 +msgid "Hide Delay:" +msgstr "Lengah Sembunyi:" + +#: ../data/ui/preferences.ui.h:25 +msgid "Delay in ms before hiding the dock" +msgstr "" + +#: ../data/ui/preferences.ui.h:26 +msgid "Unhide Delay:" +msgstr "Lengah Nyahsembunyi:" + +#: ../data/ui/preferences.ui.h:27 +msgid "Delay in ms before showing the dock" +msgstr "" + +#: ../data/ui/preferences.ui.h:28 +msgid "Pressure Reveal:" +msgstr "" + +#: ../data/ui/preferences.ui.h:29 +msgid "Item Management" +msgstr "Pengurusan Item" + +#: ../data/ui/preferences.ui.h:30 +msgid "Show Unpinned:" +msgstr "" + +#: ../data/ui/preferences.ui.h:31 +msgid "Restrict to Workspace:" +msgstr "" + +#: ../data/ui/preferences.ui.h:32 +msgid "Lock Icons:" +msgstr "" + +#: ../data/ui/preferences.ui.h:33 +msgid "Behaviour" +msgstr "Kelakuan" + +#: ../data/ui/preferences.ui.h:34 +msgid "Docklets" +msgstr "Docklet" + +#: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51 +msgid "Drop to add to dock" +msgstr "Lepas untuk tambah ke labuh" + +#: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 +msgid "translator-credits" +msgstr "" +"Launchpad Contributions:\n" +" abuyop https://launchpad.net/~abuyop" + +#: ../lib/Items/ApplicationDockItem.vala:417 +#: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 +msgid "_Keep in Dock" +msgstr "_Kekal dalam Labuh" + +#: ../lib/Items/ApplicationDockItem.vala:425 +msgid "_Close All" +msgstr "_Tutup Semua" + +#: ../lib/Items/ApplicationDockItem.vala:425 +msgid "_Close" +msgstr "_Tutup" + +#: ../lib/Items/ApplicationDockItem.vala:497 +#, c-format +msgid "Drop to open with %s" +msgstr "" + +#: ../lib/Items/FileDockItem.vala:320 +msgid "_Open in File Browser" +msgstr "" + +#: ../lib/Items/FileDockItem.vala:342 +msgid "_Open" +msgstr "_Buka" + +#: ../lib/Items/FileDockItem.vala:346 +msgid "Open Containing _Folder" +msgstr "Buka _Folder yang Mengandungi" + +#: ../lib/Items/PlaceholderDockItem.vala:37 +msgid "Drop applications or files here" +msgstr "" + +#: ../lib/Items/PlankDockItem.vala:73 +msgid "Get _Help Online..." +msgstr "" + +#: ../lib/Items/PlankDockItem.vala:77 +msgid "_Translate This Application..." +msgstr "" + +#: ../lib/Widgets/PreferencesWindow.vala:90 +msgid "Preferences" +msgstr "Keutamaan" diff -Nru plank-0.11.1+bzr1553/po/sv.po plank-0.11.1+bzr1555/po/sv.po --- plank-0.11.1+bzr1553/po/sv.po 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/sv.po 2016-05-12 09:39:14.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-21 09:20+0000\n" -"PO-Revision-Date: 2016-02-17 00:36+0000\n" -"Last-Translator: Rico Tzschichholz \n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-05-02 07:41+0000\n" +"Last-Translator: Mikael Hagström \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-02-22 05:40+0000\n" -"X-Generator: Launchpad (build 17925)\n" +"X-Launchpad-Export-Date: 2016-05-03 05:26+0000\n" +"X-Generator: Launchpad (build 17995)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -37,6 +37,11 @@ "core features while Docky extends it to add fancier things like Docklets, " "painters, settings dialogs, etc." msgstr "" +"Det är, trots allt, ett bibliotek vars möjlighet att vidga sig för att skapa " +"andra panelprogram med mer avancerade funktioner.\r\n" +"Plank är den underliggande teknologin för Docky (med start i version 3.0.0) " +"och siktar på att tillhandahålla alla grundfunktioner medan Docky tillkommer " +"med lite flashigare effekter som Docklets, painters, settings dialog m.m." #: ../data/ui/preferences.ui.h:1 msgid "Theme:" @@ -167,18 +172,10 @@ msgstr "" #: ../data/ui/preferences.ui.h:33 -msgid "Automatic Pinning:" -msgstr "" - -#: ../data/ui/preferences.ui.h:34 -msgid "Show Item for Dock:" -msgstr "" - -#: ../data/ui/preferences.ui.h:35 msgid "Behaviour" msgstr "Beteende" -#: ../data/ui/preferences.ui.h:36 +#: ../data/ui/preferences.ui.h:34 msgid "Docklets" msgstr "" @@ -186,7 +183,7 @@ msgid "Drop to add to dock" msgstr "Släpp för att lägga till i dockan" -#: ../lib/Factories/AbstractMain.vala:365 ../src/Main.vala:75 +#: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -194,23 +191,24 @@ " Dojan5 https://launchpad.net/~joel-lundborg-gmail\n" " Gustav Ekner https://launchpad.net/~gustav-ekner\n" " Marcus Lundgren https://launchpad.net/~marcus-lundgren\n" +" Mikael Hagström https://launchpad.net/~pacomiha\n" " Mikael Nyberg https://launchpad.net/~miknyb\n" " Rico Tzschichholz https://launchpad.net/~ricotz" -#: ../lib/Items/ApplicationDockItem.vala:446 +#: ../lib/Items/ApplicationDockItem.vala:417 #: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 msgid "_Keep in Dock" msgstr "_Behåll i dockan" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close All" msgstr "_Stäng alla" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close" msgstr "S_täng" -#: ../lib/Items/ApplicationDockItem.vala:526 +#: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" msgstr "Släpp för att öppna med %s" @@ -239,6 +237,6 @@ msgid "_Translate This Application..." msgstr "_Översätt det här programmet..." -#: ../lib/Widgets/PreferencesWindow.vala:94 +#: ../lib/Widgets/PreferencesWindow.vala:90 msgid "Preferences" msgstr "Inställningar" diff -Nru plank-0.11.1+bzr1553/po/uk.po plank-0.11.1+bzr1555/po/uk.po --- plank-0.11.1+bzr1553/po/uk.po 2016-05-11 08:46:15.000000000 +0000 +++ plank-0.11.1+bzr1555/po/uk.po 2016-05-12 09:39:14.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-02-21 09:20+0000\n" -"PO-Revision-Date: 2016-02-17 00:36+0000\n" -"Last-Translator: Rico Tzschichholz \n" +"POT-Creation-Date: 2016-04-10 16:20+0000\n" +"PO-Revision-Date: 2016-04-05 18:29+0000\n" +"Last-Translator: Микола Ткач \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-02-22 05:40+0000\n" -"X-Generator: Launchpad (build 17925)\n" +"X-Launchpad-Export-Date: 2016-04-11 05:42+0000\n" +"X-Generator: Launchpad (build 17990)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -105,11 +105,11 @@ #: ../data/ui/preferences.ui.h:16 msgid "Icon Zoom:" -msgstr "" +msgstr "Збільшення піктограм:" #: ../data/ui/preferences.ui.h:17 msgid "Appearance" -msgstr "Вигляд" +msgstr "Оздоблення" #: ../data/ui/preferences.ui.h:18 msgid "Intellihide" @@ -129,7 +129,7 @@ #: ../data/ui/preferences.ui.h:22 msgid "Dodge active window" -msgstr "" +msgstr "Ухилитися від активного вікна" #: ../data/ui/preferences.ui.h:23 msgid "Hide Dock" @@ -153,7 +153,7 @@ #: ../data/ui/preferences.ui.h:28 msgid "Pressure Reveal:" -msgstr "" +msgstr "Відображати запущені:" #: ../data/ui/preferences.ui.h:29 msgid "Item Management" @@ -172,18 +172,10 @@ msgstr "Блокування піктограм:" #: ../data/ui/preferences.ui.h:33 -msgid "Automatic Pinning:" -msgstr "Автоматично прикріплювати:" - -#: ../data/ui/preferences.ui.h:34 -msgid "Show Item for Dock:" -msgstr "" - -#: ../data/ui/preferences.ui.h:35 msgid "Behaviour" msgstr "Поведінка" -#: ../data/ui/preferences.ui.h:36 +#: ../data/ui/preferences.ui.h:34 msgid "Docklets" msgstr "Доклети" @@ -191,7 +183,7 @@ msgid "Drop to add to dock" msgstr "Перетягніть та киньте, щоб додати до панелі" -#: ../lib/Factories/AbstractMain.vala:365 ../src/Main.vala:75 +#: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" @@ -199,32 +191,33 @@ " Max_ym https://launchpad.net/~kontact-cat\n" " Maxim Nosovets https://launchpad.net/~molny\n" " Ostap Fedoryak https://launchpad.net/~osutapu\n" +" Pavlyshyn Roman https://launchpad.net/~pavlyshyn-roma\n" " Rico Tzschichholz https://launchpad.net/~ricotz\n" " Sergii Cynailo https://launchpad.net/~funeral20\n" " sawka6600 https://launchpad.net/~sawik87\n" " Микола Ткач https://launchpad.net/~stuartlittle1970" -#: ../lib/Items/ApplicationDockItem.vala:446 +#: ../lib/Items/ApplicationDockItem.vala:417 #: ../lib/Items/FileDockItem.vala:314 ../lib/Items/FileDockItem.vala:336 msgid "_Keep in Dock" msgstr "_Причепити до панелі" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close All" msgstr "_Закрити все" -#: ../lib/Items/ApplicationDockItem.vala:454 +#: ../lib/Items/ApplicationDockItem.vala:425 msgid "_Close" msgstr "_Закрити" -#: ../lib/Items/ApplicationDockItem.vala:526 +#: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" msgstr "Відпустіть щоб відкрити в %s" #: ../lib/Items/FileDockItem.vala:320 msgid "_Open in File Browser" -msgstr "_Відкрити в менеджері файлів" +msgstr "_Відкрити у керівнику файлів" #: ../lib/Items/FileDockItem.vala:342 msgid "_Open" @@ -246,6 +239,6 @@ msgid "_Translate This Application..." msgstr "_Перекласти цю Програму..." -#: ../lib/Widgets/PreferencesWindow.vala:94 +#: ../lib/Widgets/PreferencesWindow.vala:90 msgid "Preferences" msgstr "Параметри" diff -Nru plank-0.11.1+bzr1553/.tarball-version plank-0.11.1+bzr1555/.tarball-version --- plank-0.11.1+bzr1553/.tarball-version 2016-05-11 08:47:50.000000000 +0000 +++ plank-0.11.1+bzr1555/.tarball-version 2016-05-12 09:40:46.000000000 +0000 @@ -1 +1 @@ -0.11.1.1553 +0.11.1.1555 diff -Nru plank-0.11.1+bzr1553/.version plank-0.11.1+bzr1555/.version --- plank-0.11.1+bzr1553/.version 2016-05-11 08:47:07.000000000 +0000 +++ plank-0.11.1+bzr1555/.version 2016-05-12 09:40:05.000000000 +0000 @@ -1 +1 @@ -0.11.1.1553 +0.11.1.1555