diff -Nru xfce4-whiskermenu-plugin-1.5.1/ChangeLog xfce4-whiskermenu-plugin-1.5.2/ChangeLog --- xfce4-whiskermenu-plugin-1.5.1/ChangeLog 2015-09-21 19:15:25.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/ChangeLog 2015-12-29 14:42:29.000000000 +0000 @@ -1,3 +1,63 @@ +commit d08418c8d55edfacef190ec14e03e1e9a6988101 +Author: Graeme Gott +Date: 2015-12-29 + + Bump version number. + +commit 325e4537017193e9afa0f2fb09da4487db051dc3 +Author: Graeme Gott +Date: 2015-12-29 + + I18n: Update translation zh_CN (100%). + +commit 91cbc1ff9886090b4622cc03d8b5f27b48f04e55 +Author: Graeme Gott +Date: 2015-12-29 + + I18n: Update translation ro (100%). + +commit 605b4837214cff3a1c9c36a7497ca8104c977fff +Author: Graeme Gott +Date: 2015-12-29 + + I18n: Update translation lt (100%). + +commit ede41d17f74b66d9fc7876d7d6eb9a7a461914d1 +Author: Graeme Gott +Date: 2015-12-29 + + I18n: Add translation ko (100%). + +commit 2e4ce0f8c73c0d7879183c57602539dd4e450726 +Author: Graeme Gott +Date: 2015-12-29 + + I18n: Update translation hu (86%). + +commit ca86bef9cf44d310d80cf3b06766ab0a9d11cf1e +Author: Graeme Gott +Date: 2015-12-28 + + Fix minimum window size. + +commit 9e36eb65e2bc2950f34b9ae7ab7f09e07fa62a79 +Author: Graeme Gott +Date: 2015-12-28 + + Fix menu shrinking unnecessarily. (bug #12246) + +commit ce57a2f2270b1e6347954b15ba101a5049c09c90 +Author: Graeme Gott +Date: 2015-12-27 + + Fix limited input length for search actions. (bug #12381) + +commit e254b9c66e785aa5c663df6994586c2f9596bf36 +Author: Graeme Gott +Date: 2015-12-26 + + Fix modifier keys resetting focus to search entry. (bug #12378) + commit 18c31a357c102ab38e98ac24c154f9e6187b3ef8 Author: Graeme Gott Date: 2015-09-21 diff -Nru xfce4-whiskermenu-plugin-1.5.1/CMakeLists.txt xfce4-whiskermenu-plugin-1.5.2/CMakeLists.txt --- xfce4-whiskermenu-plugin-1.5.1/CMakeLists.txt 2015-09-21 19:13:07.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/CMakeLists.txt 2015-12-29 14:41:36.000000000 +0000 @@ -5,7 +5,7 @@ # version number set(whiskermenu_version_major "1") set(whiskermenu_version_minor "5") -set(whiskermenu_version_micro "1") +set(whiskermenu_version_micro "2") set(whiskermenu_version_tag "") set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}") if(${whiskermenu_version_tag} MATCHES "git") diff -Nru xfce4-whiskermenu-plugin-1.5.1/debian/changelog xfce4-whiskermenu-plugin-1.5.2/debian/changelog --- xfce4-whiskermenu-plugin-1.5.1/debian/changelog 2015-09-21 19:33:50.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/debian/changelog 2015-12-29 15:03:15.000000000 +0000 @@ -1,3 +1,15 @@ +xfce4-whiskermenu-plugin (1.5.2-0ppa1~precise1) precise; urgency=low + + * New upstream release + - Fix modifier keys resetting focus to search entry. (bug #12378) + - Fix limited input length for search actions. (bug #12381) + - Fix menu shrinking unnecessarily. (bug #12246) + - Fix minimum window size. + - Translation updates: Chinese (China), Hungarian, Korean, Lithuanian, + Romanian. + + -- Graeme Gott Tue, 29 Dec 2015 14:47:45 +0000 + xfce4-whiskermenu-plugin (1.5.1-0ppa1~precise1) precise; urgency=low * New upstream release diff -Nru xfce4-whiskermenu-plugin-1.5.1/debian/watch xfce4-whiskermenu-plugin-1.5.2/debian/watch --- xfce4-whiskermenu-plugin-1.5.1/debian/watch 2015-02-11 13:42:26.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/debian/watch 2015-09-22 00:39:02.000000000 +0000 @@ -1,2 +1,3 @@ version=3 -https://github.com/gottcode/xfce4-whiskermenu-plugin/releases /gottcode/xfce4-whiskermenu-plugin/archive/v(.+)\.tar\.gz +http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/([\d\.]+)/ \ + xfce4-whiskermenu-plugin-([\d\.]+)\.tar\.(?:gz|bz2) diff -Nru xfce4-whiskermenu-plugin-1.5.1/NEWS xfce4-whiskermenu-plugin-1.5.2/NEWS --- xfce4-whiskermenu-plugin-1.5.1/NEWS 2015-09-21 19:19:52.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/NEWS 2015-12-29 14:41:01.000000000 +0000 @@ -1,3 +1,12 @@ +1.5.2 +===== +- Fix modifier keys resetting focus to search entry. (bug #12378) +- Fix limited input length for search actions. (bug #12381) +- Fix menu shrinking unnecessarily. (bug #12246) +- Fix minimum window size. +- Translation updates: Chinese (China), Hungarian, Korean, Lithuanian, + Romanian. + 1.5.1 ===== - Fix window being draggable. (bug #11908) diff -Nru xfce4-whiskermenu-plugin-1.5.1/panel-plugin/query.h xfce4-whiskermenu-plugin-1.5.2/panel-plugin/query.h --- xfce4-whiskermenu-plugin-1.5.1/panel-plugin/query.h 2015-09-21 19:00:39.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/panel-plugin/query.h 2015-12-29 14:39:58.000000000 +0000 @@ -38,12 +38,12 @@ int match(const std::string& haystack) const; - std::string query() const + const std::string& query() const { return m_query; } - std::string raw_query() const + const std::string& raw_query() const { return m_raw_query; } diff -Nru xfce4-whiskermenu-plugin-1.5.1/panel-plugin/settings.cpp xfce4-whiskermenu-plugin-1.5.2/panel-plugin/settings.cpp --- xfce4-whiskermenu-plugin-1.5.1/panel-plugin/settings.cpp 2015-03-08 09:15:22.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/panel-plugin/settings.cpp 2015-12-29 14:39:58.000000000 +0000 @@ -187,8 +187,8 @@ position_commands_alternate = xfce_rc_read_bool_entry(rc, "position-commands-alternate", position_commands_alternate) && position_search_alternate; position_categories_alternate = xfce_rc_read_bool_entry(rc, "position-categories-alternate", position_categories_alternate); - menu_width = std::max(300, xfce_rc_read_int_entry(rc, "menu-width", menu_width)); - menu_height = std::max(400, xfce_rc_read_int_entry(rc, "menu-height", menu_height)); + menu_width = std::max(10, xfce_rc_read_int_entry(rc, "menu-width", menu_width)); + menu_height = std::max(10, xfce_rc_read_int_entry(rc, "menu-height", menu_height)); menu_opacity = std::min(100, std::max(0, xfce_rc_read_int_entry(rc, "menu-opacity", menu_height))); for (int i = 0; i < CountCommands; ++i) diff -Nru xfce4-whiskermenu-plugin-1.5.1/panel-plugin/whiskermenu.desktop xfce4-whiskermenu-plugin-1.5.2/panel-plugin/whiskermenu.desktop --- xfce4-whiskermenu-plugin-1.5.1/panel-plugin/whiskermenu.desktop 2015-09-21 19:03:06.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/panel-plugin/whiskermenu.desktop 2015-12-29 12:43:55.000000000 +0000 @@ -23,6 +23,7 @@ Name[it]=Menu Whisker Name[ja]=Whisker Menu Name[kk]=Whisker мәзірі +Name[ko]=휘스커 메뉴 Name[lt]=Whisker Meniu Name[lv]=Whisker izvēlne Name[ms]=Menu Whisker @@ -66,6 +67,7 @@ Comment[it]=Mostra un menu per accedere facilmente le applicazioni installate Comment[ja]=インストールされているアプリケーションに簡単にアクセスできるメニューを表示します Comment[kk]=Орнатылған қолданбаларға қатынау үшін қарапайым мәзірді көрсету +Comment[ko]=설치된 프로그램에 쉽게 접근하도록 메뉴 보이기 Comment[lt]=Rodyti meniu, siekiant lengvai pasiekti įdiegtas programas Comment[lv]=Rādīt izvēlni ērtākai piekļuvei programmām Comment[ms]=Tunjuk menu untuk capai aplikasi terpasang dengan mudah diff -Nru xfce4-whiskermenu-plugin-1.5.1/panel-plugin/window.cpp xfce4-whiskermenu-plugin-1.5.2/panel-plugin/window.cpp --- xfce4-whiskermenu-plugin-1.5.1/panel-plugin/window.cpp 2015-09-21 19:00:39.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/panel-plugin/window.cpp 2015-12-29 14:39:58.000000000 +0000 @@ -352,53 +352,35 @@ int monitor_num = gdk_screen_get_monitor_at_point(screen, parent_x, parent_y); gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor); - // Find window position - bool layout_left = ((2 * (parent_x - monitor.x)) + parent_w) < monitor.width; - if (horizontal) + // Prevent window from being larger than screen + if (m_geometry.width > monitor.width) { - m_geometry.x = layout_left ? parent_x : (parent_x + parent_w - m_geometry.width); + m_geometry.width = monitor.width; + gtk_window_resize(m_window, m_geometry.width, m_geometry.height); } - else + if (m_geometry.height > monitor.height) { - m_geometry.x = layout_left ? (parent_x + parent_w) : (parent_x - m_geometry.width); + m_geometry.height = monitor.height; + gtk_window_resize(m_window, m_geometry.width, m_geometry.height); } + // Find window position + bool layout_left = ((2 * (parent_x - monitor.x)) + parent_w) < monitor.width; bool layout_bottom = ((2 * (parent_y - monitor.y)) + (parent_h / 2)) > monitor.height; if (horizontal) { + m_geometry.x = layout_left ? parent_x : (parent_x + parent_w - m_geometry.width); m_geometry.y = layout_bottom ? (parent_y - m_geometry.height) : (parent_y + parent_h); } else { + m_geometry.x = layout_left ? (parent_x + parent_w) : (parent_x - m_geometry.width); m_geometry.y = layout_bottom ? (parent_y + parent_h - m_geometry.height) : parent_y; } // Prevent window from leaving screen - int monitor_r = monitor.x + monitor.width; - if (m_geometry.x < monitor.x) - { - m_geometry.width += m_geometry.x - monitor.x; - m_geometry.x = monitor.x; - gtk_window_resize(GTK_WINDOW(m_window), m_geometry.width, m_geometry.height); - } - else if ((m_geometry.x + m_geometry.width) > monitor_r) - { - m_geometry.width = monitor_r - m_geometry.x; - gtk_window_resize(GTK_WINDOW(m_window), m_geometry.width, m_geometry.height); - } - - int monitor_b = monitor.y + monitor.height; - if (m_geometry.y < monitor.y) - { - m_geometry.height += m_geometry.y - monitor.y; - m_geometry.y = monitor.y; - gtk_window_resize(GTK_WINDOW(m_window), m_geometry.width, m_geometry.height); - } - else if ((m_geometry.y + m_geometry.height) > monitor_b) - { - m_geometry.height = monitor_b - m_geometry.y; - gtk_window_resize(GTK_WINDOW(m_window), m_geometry.width, m_geometry.height); - } + m_geometry.x = CLAMP(m_geometry.x, monitor.x, monitor.x + monitor.width - m_geometry.width); + m_geometry.y = CLAMP(m_geometry.y, monitor.y, monitor.y + monitor.height - m_geometry.height); // Move window gtk_window_move(m_window, m_geometry.x, m_geometry.y); @@ -741,8 +723,13 @@ GtkWidget* search_entry = GTK_WIDGET(m_search_entry); if ((widget != search_entry) && (gtk_window_get_focus(m_window) != search_entry)) { + GdkEventKey* key_event = reinterpret_cast(event); + if (key_event->is_modifier) + { + return false; + } gtk_widget_grab_focus(search_entry); - gtk_window_propagate_key_event(m_window, reinterpret_cast(event)); + gtk_window_propagate_key_event(m_window, key_event); return true; } return false; diff -Nru xfce4-whiskermenu-plugin-1.5.1/po/hu.po xfce4-whiskermenu-plugin-1.5.2/po/hu.po --- xfce4-whiskermenu-plugin-1.5.1/po/hu.po 2015-03-17 09:26:55.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/po/hu.po 2015-12-29 12:43:50.000000000 +0000 @@ -4,16 +4,16 @@ # # Translators: # Gábor Horváth , 2013 -# Gyönki Bendegúz , 2013 +# Bendegúz Gyönki , 2013 # Rezső Páder , 2014-2015 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-02-20 23:57+0000\n" -"PO-Revision-Date: 2015-02-02 21:11+0000\n" +"PO-Revision-Date: 2015-10-11 16:16+0000\n" "Last-Translator: Rezső Páder \n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/xfce4-" +"Language-Team: Hungarian (http://www.transifex.com/gottcode/xfce4-" "whiskermenu-plugin/language/hu/)\n" "Language: hu\n" "MIME-Version: 1.0\n" @@ -54,9 +54,8 @@ msgstr "" #: ../panel-plugin/plugin.cpp:217 -#, fuzzy msgid "Applications" -msgstr "Alkalmazások Menü" +msgstr "Alkalmazások" #: ../panel-plugin/configuration-dialog.cpp:616 msgid "Background opacit_y:" @@ -91,18 +90,16 @@ msgstr "M_egjelenítés:" #: ../panel-plugin/configuration-dialog.cpp:699 -#, fuzzy msgid "Display by _default" -msgstr "A leg_utóbb használt megjelenítése alapértelmezésként" +msgstr "" #: ../panel-plugin/settings.cpp:122 msgid "Edit _Profile" msgstr "" #: ../panel-plugin/settings.cpp:122 -#, fuzzy msgid "Failed to edit profile." -msgstr "Nem sikerült a felhasználóváltás." +msgstr "" #: ../panel-plugin/launcher.cpp:273 ../panel-plugin/run-action.cpp:41 #: ../panel-plugin/search-action.cpp:188 @@ -143,9 +140,8 @@ msgstr "Ikon és cím" #: ../panel-plugin/configuration-dialog.cpp:693 -#, fuzzy msgid "Ignore _favorites" -msgstr "Kedvencek" +msgstr "" #: ../panel-plugin/configuration-dialog.cpp:585 msgid "Ite_m icon size:" @@ -345,9 +341,8 @@ msgstr "_Viselkedés" #: ../panel-plugin/configuration-dialog.cpp:85 -#, fuzzy msgid "_Commands" -msgstr "Parancsok:" +msgstr "_Parancsok" #: ../panel-plugin/settings.cpp:121 msgid "_Edit Applications" diff -Nru xfce4-whiskermenu-plugin-1.5.1/po/ko.po xfce4-whiskermenu-plugin-1.5.2/po/ko.po --- xfce4-whiskermenu-plugin-1.5.1/po/ko.po 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/po/ko.po 2015-12-29 14:40:03.000000000 +0000 @@ -0,0 +1,370 @@ +# Korean translation of xfce4-whiskermenu-plugin. +# Copyright (C) 2015 Graeme Gott +# This file is distributed under the same license as the xfce4-whiskermenu-plugin package. +# +# Translators: +# 박정규(Jung Kyu Park) , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Whisker Menu\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-02-20 23:57+0000\n" +"PO-Revision-Date: 2015-09-29 15:29+0000\n" +"Last-Translator: 박정규(Jung Kyu Park) \n" +"Language-Team: Korean (http://www.transifex.com/gottcode/xfce4-whiskermenu-plugin/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../panel-plugin/configuration-dialog.cpp:782 +msgid "Add action" +msgstr "설정 추가" + +#: ../panel-plugin/page.cpp:214 +msgid "Add to Desktop" +msgstr "데스크톱에 추가" + +#: ../panel-plugin/page.cpp:199 +msgid "Add to Favorites" +msgstr "즐겨찾기에 추가" + +#: ../panel-plugin/page.cpp:218 +msgid "Add to Panel" +msgstr "패널에 추가" + +#: ../panel-plugin/category.cpp:59 +msgid "All" +msgstr "모두 보기" + +#: ../panel-plugin/settings.cpp:117 +msgid "All _Settings" +msgstr "전체 설정" + +#: ../panel-plugin/plugin.cpp:393 +msgid "Alternate application launcher for Xfce" +msgstr "Xfce 용 다른 런처 프로그램" + +#: ../panel-plugin/configuration-dialog.cpp:682 +msgid "Amount of _items:" +msgstr "표시할 항목 수" + +#: ../panel-plugin/plugin.cpp:217 +msgid "Applications" +msgstr "프로그램" + +#: ../panel-plugin/configuration-dialog.cpp:616 +msgid "Background opacit_y:" +msgstr "배경 화면 불투명도:" + +#: ../panel-plugin/command-edit.cpp:49 +msgid "Browse the file system to choose a custom command." +msgstr "사용자 지정 명령어를 설정하기 위해 파일 시스템을 둘러봅니다." + +#: ../panel-plugin/configuration-dialog.cpp:840 +msgid "C_ommand:" +msgstr "명령어:" + +#: ../panel-plugin/configuration-dialog.cpp:601 +msgid "Categ_ory icon size:" +msgstr "카테고리 아이콘 크기:" + +#: ../panel-plugin/recent-page.cpp:148 +msgid "Clear Recently Used" +msgstr "최근 사용 기록 지우기" + +#: ../panel-plugin/plugin.cpp:394 +msgid "Copyright © 2013-2015 Graeme Gott" +msgstr "Copyright © 2013-2015 Graeme Gott" + +#: ../panel-plugin/configuration-dialog.cpp:811 +msgid "Details" +msgstr "자세한 내용" + +#: ../panel-plugin/configuration-dialog.cpp:509 +msgid "Di_splay:" +msgstr "보기" + +#: ../panel-plugin/configuration-dialog.cpp:699 +msgid "Display by _default" +msgstr "기본 보기" + +#: ../panel-plugin/settings.cpp:122 +msgid "Edit _Profile" +msgstr "프로필 편집" + +#: ../panel-plugin/settings.cpp:122 +msgid "Failed to edit profile." +msgstr "프로필 편집을 못 했습니다." + +#: ../panel-plugin/launcher.cpp:273 ../panel-plugin/run-action.cpp:41 +#: ../panel-plugin/search-action.cpp:188 +#, c-format +msgid "Failed to execute command \"%s\"." +msgstr "명령어 \"%s\" 실행을 못 했습니다." + +#: ../panel-plugin/settings.cpp:121 +msgid "Failed to launch menu editor." +msgstr "메뉴 에디터 실행을 못 했습니다." + +#: ../panel-plugin/settings.cpp:118 +msgid "Failed to lock screen." +msgstr "화면 잠그기를 못 했습니다." + +#: ../panel-plugin/settings.cpp:120 +msgid "Failed to log out." +msgstr "로그아웃을 못 했습니다." + +#: ../panel-plugin/settings.cpp:117 +msgid "Failed to open settings manager." +msgstr "설정 관리자를 실행하지 못 했습니다." + +#: ../panel-plugin/settings.cpp:119 +msgid "Failed to switch users." +msgstr "사용자 전환을 못 했습니다." + +#: ../panel-plugin/window.cpp:120 +msgid "Favorites" +msgstr "즐겨찾기" + +#: ../panel-plugin/configuration-dialog.cpp:514 +msgid "Icon" +msgstr "아이콘" + +#: ../panel-plugin/configuration-dialog.cpp:516 +msgid "Icon and title" +msgstr "아이콘과 제목" + +#: ../panel-plugin/configuration-dialog.cpp:693 +msgid "Ignore _favorites" +msgstr "즐겨찾기 생략하기" + +#: ../panel-plugin/configuration-dialog.cpp:585 +msgid "Ite_m icon size:" +msgstr "항목 아이콘 크기:" + +#: ../panel-plugin/icon-size.cpp:54 +msgid "Large" +msgstr "크게" + +#: ../panel-plugin/icon-size.cpp:55 +msgid "Larger" +msgstr "더 크게" + +#: ../panel-plugin/settings.cpp:120 +msgid "Log _Out" +msgstr "로그아웃" + +#: ../panel-plugin/settings.cpp:124 +msgid "Man Pages" +msgstr "사용 설명" + +#: ../panel-plugin/configuration-dialog.cpp:562 +#: ../panel-plugin/configuration-dialog.cpp:642 +msgid "Menu" +msgstr "메뉴" + +#: ../panel-plugin/configuration-dialog.cpp:816 +msgid "Nam_e:" +msgstr "이름:" + +#: ../panel-plugin/configuration-dialog.cpp:762 +msgid "Name" +msgstr "이름" + +#: ../panel-plugin/icon-size.cpp:49 +msgid "None" +msgstr "없음" + +#: ../panel-plugin/icon-size.cpp:53 +msgid "Normal" +msgstr "기본" + +#: ../panel-plugin/settings.cpp:127 +msgid "Open URI" +msgstr "URI 열기" + +#: ../panel-plugin/configuration-dialog.cpp:504 +msgid "Panel Button" +msgstr "패널 버튼" + +#: ../panel-plugin/configuration-dialog.cpp:767 +msgid "Pattern" +msgstr "패턴" + +#: ../panel-plugin/configuration-dialog.cpp:653 +msgid "Position _search entry next to panel button" +msgstr "패널 버튼 옆에 올 검색 창 입력 위치" + +#: ../panel-plugin/configuration-dialog.cpp:666 +msgid "Position cate_gories next to panel button" +msgstr "패널 버튼 옆에 올 카테고리 위치" + +#: ../panel-plugin/configuration-dialog.cpp:659 +msgid "Position commands next to search _entry" +msgstr "검색 창 옆에 올 명령어 위치" + +#: ../panel-plugin/configuration-dialog.cpp:677 ../panel-plugin/window.cpp:126 +msgid "Recently Used" +msgstr "최근 사용 기록" + +#: ../panel-plugin/page.cpp:207 +msgid "Remove From Favorites" +msgstr "즐겨찾기에서 제거" + +#: ../panel-plugin/configuration-dialog.cpp:406 +#, c-format +msgid "Remove action \"%s\"?" +msgstr "\"%s\" 설정을 제거할까요?" + +#: ../panel-plugin/configuration-dialog.cpp:791 +msgid "Remove selected action" +msgstr "선택한 설정 빼기" + +#: ../panel-plugin/run-action.cpp:71 +#, c-format +msgid "Run %s" +msgstr "%s 실행" + +#: ../panel-plugin/settings.cpp:126 +msgid "Run in Terminal" +msgstr "터미널에서 실행" + +#: ../panel-plugin/configuration-dialog.cpp:86 +msgid "Search Actio_ns" +msgstr "검색 설정" + +#: ../panel-plugin/search-action.cpp:261 +msgid "Search Action" +msgstr "검색 설정" + +#: ../panel-plugin/configuration-dialog.cpp:119 +msgid "Select An Icon" +msgstr "아이콘 선택" + +#: ../panel-plugin/command-edit.cpp:64 +msgid "Select Command" +msgstr "명령어 선택" + +#: ../panel-plugin/whiskermenu.desktop.in.h:2 +msgid "Show a menu to easily access installed applications" +msgstr "설치된 프로그램에 쉽게 접근하도록 메뉴 보이기" + +#: ../panel-plugin/configuration-dialog.cpp:573 +msgid "Show application _descriptions" +msgstr "프로그램 설명 보이기" + +#: ../panel-plugin/configuration-dialog.cpp:567 +msgid "Show generic application _names" +msgstr "프로그램 전체 이름 보이기" + +#: ../panel-plugin/configuration-dialog.cpp:579 +msgid "Show menu hie_rarchy" +msgstr "메뉴 구성 보이기" + +#: ../panel-plugin/icon-size.cpp:52 +msgid "Small" +msgstr "작게" + +#: ../panel-plugin/icon-size.cpp:51 +msgid "Smaller" +msgstr "더 작게" + +#: ../panel-plugin/favorites-page.cpp:129 +msgid "Sort Alphabetically A-Z" +msgstr "알파벳순으로 정렬 A-Z" + +#: ../panel-plugin/favorites-page.cpp:135 +msgid "Sort Alphabetically Z-A" +msgstr "알파벳순으로 정렬 Z-A" + +#: ../panel-plugin/settings.cpp:119 +msgid "Switch _Users" +msgstr "사용자 전환" + +#: ../panel-plugin/configuration-dialog.cpp:647 +msgid "Switch categories by _hovering" +msgstr "호버링으로 카테고리 바꾸기" + +#: ../panel-plugin/configuration-dialog.cpp:405 +msgid "The action will be deleted permanently." +msgstr "설정값이 완전히 제거됩니다." + +#: ../panel-plugin/configuration-dialog.cpp:515 +msgid "Title" +msgstr "제목" + +#: ../panel-plugin/page.cpp:317 +msgid "Unable to add launcher to desktop." +msgstr "데스크톱에 런처를 더할 수 없습니다." + +#: ../panel-plugin/page.cpp:356 ../panel-plugin/page.cpp:365 +msgid "Unable to add launcher to panel." +msgstr "패널에 런처를 더할 수 없습니다." + +#: ../panel-plugin/configuration-dialog.cpp:466 +#, c-format +msgid "Unable to open the following url: %s" +msgstr "다음 주소를 열 수 없습니다: %s" + +#: ../panel-plugin/configuration-dialog.cpp:549 +msgid "Use a single _panel row" +msgstr "한 줄 패널 사용하기" + +#: ../panel-plugin/icon-size.cpp:56 +msgid "Very Large" +msgstr "매우 크게" + +#: ../panel-plugin/icon-size.cpp:50 +msgid "Very Small" +msgstr "매우 작게" + +#: ../panel-plugin/configuration-dialog.cpp:70 +#: ../panel-plugin/whiskermenu.desktop.in.h:1 +msgid "Whisker Menu" +msgstr "휘스커 메뉴" + +#: ../panel-plugin/settings.cpp:125 +msgid "Wikipedia" +msgstr "위키피디아" + +#: ../panel-plugin/configuration-dialog.cpp:83 +msgid "_Appearance" +msgstr "모양" + +#: ../panel-plugin/configuration-dialog.cpp:84 +msgid "_Behavior" +msgstr "동작" + +#: ../panel-plugin/configuration-dialog.cpp:85 +msgid "_Commands" +msgstr "명령어" + +#: ../panel-plugin/settings.cpp:121 +msgid "_Edit Applications" +msgstr "프로그램 편집" + +#: ../panel-plugin/configuration-dialog.cpp:534 +msgid "_Icon:" +msgstr "아이콘" + +#: ../panel-plugin/settings.cpp:118 +msgid "_Lock Screen" +msgstr "화면 잠그기" + +#: ../panel-plugin/configuration-dialog.cpp:828 +msgid "_Pattern:" +msgstr "패턴" + +#: ../panel-plugin/configuration-dialog.cpp:852 +msgid "_Regular expression" +msgstr "일반 표현" + +#: ../panel-plugin/configuration-dialog.cpp:523 +msgid "_Title:" +msgstr "제목" + +#: ../panel-plugin/plugin.cpp:398 +msgid "translator-credits" +msgstr "번역가 정보" diff -Nru xfce4-whiskermenu-plugin-1.5.1/po/lt.po xfce4-whiskermenu-plugin-1.5.2/po/lt.po --- xfce4-whiskermenu-plugin-1.5.1/po/lt.po 2015-09-21 19:03:06.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/po/lt.po 2015-12-29 12:44:01.000000000 +0000 @@ -1,4 +1,4 @@ -# Lithuanian translation for xfce4-whiskermenu-plugin. +# Lithuanian translation of xfce4-whiskermenu-plugin. # Copyright (C) 2015 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # @@ -9,7 +9,7 @@ "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-02-20 23:57+0000\n" -"PO-Revision-Date: 2015-08-07 17:33+0000\n" +"PO-Revision-Date: 2015-11-26 23:52+0000\n" "Last-Translator: Moo\n" "Language-Team: Lithuanian (http://www.transifex.com/gottcode/xfce4-" "whiskermenu-plugin/language/lt/)\n" @@ -26,15 +26,15 @@ #: ../panel-plugin/page.cpp:214 msgid "Add to Desktop" -msgstr "Pridėti prie Darbalaukio" +msgstr "Pridėti į darbalaukį" #: ../panel-plugin/page.cpp:199 msgid "Add to Favorites" -msgstr "Pridėti prie Mėgstamiausių" +msgstr "Pridėti į mėgstamiausias" #: ../panel-plugin/page.cpp:218 msgid "Add to Panel" -msgstr "Pridėti prie Skydelio" +msgstr "Pridėti į skydelį" #: ../panel-plugin/category.cpp:59 msgid "All" @@ -42,7 +42,7 @@ #: ../panel-plugin/settings.cpp:117 msgid "All _Settings" -msgstr "Visi _Nustatymai" +msgstr "Visi _nustatymai" #: ../panel-plugin/plugin.cpp:393 msgid "Alternate application launcher for Xfce" @@ -74,7 +74,7 @@ #: ../panel-plugin/recent-page.cpp:148 msgid "Clear Recently Used" -msgstr "Išvalyti Neseniai Naudotas" +msgstr "Išvalyti neseniai naudotas" #: ../panel-plugin/plugin.cpp:394 msgid "Copyright © 2013-2015 Graeme Gott" @@ -94,7 +94,7 @@ #: ../panel-plugin/settings.cpp:122 msgid "Edit _Profile" -msgstr "Keisti Pr_ofilį" +msgstr "Keisti pr_ofilį" #: ../panel-plugin/settings.cpp:122 msgid "Failed to edit profile." @@ -104,7 +104,7 @@ #: ../panel-plugin/search-action.cpp:188 #, c-format msgid "Failed to execute command \"%s\"." -msgstr "Nepavyko įvykdyti komandą \"%s\"." +msgstr "Nepavyko įvykdyti komandos \"%s\"." #: ../panel-plugin/settings.cpp:121 msgid "Failed to launch menu editor." @@ -120,7 +120,7 @@ #: ../panel-plugin/settings.cpp:117 msgid "Failed to open settings manager." -msgstr "Nepavyko atidaryti nuostatų tvarkytuvės." +msgstr "Nepavyko atverti nustatymų tvarkytuvės." #: ../panel-plugin/settings.cpp:119 msgid "Failed to switch users." @@ -144,7 +144,7 @@ #: ../panel-plugin/configuration-dialog.cpp:585 msgid "Ite_m icon size:" -msgstr "Element_o piktogramos dydis" +msgstr "Element_o piktogramos dydis:" #: ../panel-plugin/icon-size.cpp:54 msgid "Large" @@ -160,7 +160,7 @@ #: ../panel-plugin/settings.cpp:124 msgid "Man Pages" -msgstr "Vadovo Puslapiai" +msgstr "Vadovo puslapiai" #: ../panel-plugin/configuration-dialog.cpp:562 #: ../panel-plugin/configuration-dialog.cpp:642 @@ -189,7 +189,7 @@ #: ../panel-plugin/configuration-dialog.cpp:504 msgid "Panel Button" -msgstr "Skydelio Mygtukas" +msgstr "Skydelio mygtukas" #: ../panel-plugin/configuration-dialog.cpp:767 msgid "Pattern" @@ -209,11 +209,11 @@ #: ../panel-plugin/configuration-dialog.cpp:677 ../panel-plugin/window.cpp:126 msgid "Recently Used" -msgstr "Neseniai Naudotos" +msgstr "Neseniai naudotos" #: ../panel-plugin/page.cpp:207 msgid "Remove From Favorites" -msgstr "Šalinti Iš Mėgstamiausių" +msgstr "Šalinti iš mėgstamiausių" #: ../panel-plugin/configuration-dialog.cpp:406 #, c-format @@ -231,23 +231,23 @@ #: ../panel-plugin/settings.cpp:126 msgid "Run in Terminal" -msgstr "Vykdyti Terminale" +msgstr "Vykdyti terminale" #: ../panel-plugin/configuration-dialog.cpp:86 msgid "Search Actio_ns" -msgstr "Paieškos Veiksm_ai" +msgstr "Paieškos veiksm_ai" #: ../panel-plugin/search-action.cpp:261 msgid "Search Action" -msgstr "Paieškos Veiksmas" +msgstr "Paieškos veiksmas" #: ../panel-plugin/configuration-dialog.cpp:119 msgid "Select An Icon" -msgstr "Pasirinkti Piktogramą" +msgstr "Pasirinkti piktogramą" #: ../panel-plugin/command-edit.cpp:64 msgid "Select Command" -msgstr "Pasirinkti Komandą" +msgstr "Pasirinkti komandą" #: ../panel-plugin/whiskermenu.desktop.in.h:2 msgid "Show a menu to easily access installed applications" @@ -283,11 +283,11 @@ #: ../panel-plugin/settings.cpp:119 msgid "Switch _Users" -msgstr "Kei_sti Naudotojus" +msgstr "Kei_sti naudotojus" #: ../panel-plugin/configuration-dialog.cpp:647 msgid "Switch categories by _hovering" -msgstr "_Keisti kategorijas, užvedant pelės rodykle" +msgstr "_Keisti kategorijas, užvedant pelės rodyklę" #: ../panel-plugin/configuration-dialog.cpp:405 msgid "The action will be deleted permanently." @@ -299,16 +299,16 @@ #: ../panel-plugin/page.cpp:317 msgid "Unable to add launcher to desktop." -msgstr "Nepavyko pridėti leistuko prie darbalaukio." +msgstr "Nepavyko pridėti leistuko į darbalaukį." #: ../panel-plugin/page.cpp:356 ../panel-plugin/page.cpp:365 msgid "Unable to add launcher to panel." -msgstr "Nepavyko pridėti leistuko prie skydelio." +msgstr "Nepavyko pridėti leistuko į skydelį." #: ../panel-plugin/configuration-dialog.cpp:466 #, c-format msgid "Unable to open the following url: %s" -msgstr "Nepavyko atidaryti sekančio url: %s" +msgstr "Nepavyko atverti sekančio url: %s" #: ../panel-plugin/configuration-dialog.cpp:549 msgid "Use a single _panel row" @@ -316,11 +316,11 @@ #: ../panel-plugin/icon-size.cpp:56 msgid "Very Large" -msgstr "Labai Didelis" +msgstr "Labai didelis" #: ../panel-plugin/icon-size.cpp:50 msgid "Very Small" -msgstr "Labai Mažas" +msgstr "Labai mažas" #: ../panel-plugin/configuration-dialog.cpp:70 #: ../panel-plugin/whiskermenu.desktop.in.h:1 @@ -345,7 +345,7 @@ #: ../panel-plugin/settings.cpp:121 msgid "_Edit Applications" -msgstr "Keisti P_rogramas" +msgstr "Keisti p_rogramas" #: ../panel-plugin/configuration-dialog.cpp:534 msgid "_Icon:" @@ -353,7 +353,7 @@ #: ../panel-plugin/settings.cpp:118 msgid "_Lock Screen" -msgstr "_Užrakinti Ekraną" +msgstr "_Užrakinti ekraną" #: ../panel-plugin/configuration-dialog.cpp:828 msgid "_Pattern:" @@ -361,7 +361,7 @@ #: ../panel-plugin/configuration-dialog.cpp:852 msgid "_Regular expression" -msgstr "_Reguliari išraiška" +msgstr "_Reguliarusis reiškinys" #: ../panel-plugin/configuration-dialog.cpp:523 msgid "_Title:" diff -Nru xfce4-whiskermenu-plugin-1.5.1/po/ro.po xfce4-whiskermenu-plugin-1.5.2/po/ro.po --- xfce4-whiskermenu-plugin-1.5.1/po/ro.po 2015-03-17 09:26:55.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/po/ro.po 2015-12-29 12:44:06.000000000 +0000 @@ -3,16 +3,16 @@ # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: -# Alexandru Ianu , 2013-2014 +# Alexandru Ianu , 2013-2015 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-02-20 23:57+0000\n" -"PO-Revision-Date: 2014-07-18 16:55+0000\n" +"PO-Revision-Date: 2015-12-06 22:22+0000\n" "Last-Translator: Alexandru Ianu \n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/xfce4-" -"whiskermenu-plugin/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/gottcode/xfce4-whiskermenu-" +"plugin/language/ro/)\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,16 +50,15 @@ #: ../panel-plugin/configuration-dialog.cpp:682 msgid "Amount of _items:" -msgstr "" +msgstr "Număr de _elemente" #: ../panel-plugin/plugin.cpp:217 -#, fuzzy msgid "Applications" -msgstr "Meniul de aplicații" +msgstr "Aplicații" #: ../panel-plugin/configuration-dialog.cpp:616 msgid "Background opacit_y:" -msgstr "" +msgstr "Opac_itatea fondului:" #: ../panel-plugin/command-edit.cpp:49 msgid "Browse the file system to choose a custom command." @@ -79,7 +78,7 @@ #: ../panel-plugin/plugin.cpp:394 msgid "Copyright © 2013-2015 Graeme Gott" -msgstr "Copyright © 2013-2015 Graeme Gott" +msgstr "Drepturi de autor © 2013-2014 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:811 msgid "Details" @@ -90,18 +89,16 @@ msgstr "Afi_șaj:" #: ../panel-plugin/configuration-dialog.cpp:699 -#, fuzzy msgid "Display by _default" -msgstr "Arată implicit recent _utilizatele" +msgstr "Arată după stare i_mplicită" #: ../panel-plugin/settings.cpp:122 msgid "Edit _Profile" -msgstr "" +msgstr "Editează _profilul" #: ../panel-plugin/settings.cpp:122 -#, fuzzy msgid "Failed to edit profile." -msgstr "Nu se pot schimba utilizatorii" +msgstr "A eșuat editarea profilului." #: ../panel-plugin/launcher.cpp:273 ../panel-plugin/run-action.cpp:41 #: ../panel-plugin/search-action.cpp:188 @@ -142,9 +139,8 @@ msgstr "Iconiță și titlu" #: ../panel-plugin/configuration-dialog.cpp:693 -#, fuzzy msgid "Ignore _favorites" -msgstr "Favorite" +msgstr "Ignoră _favorite" #: ../panel-plugin/configuration-dialog.cpp:585 msgid "Ite_m icon size:" @@ -312,12 +308,11 @@ #: ../panel-plugin/configuration-dialog.cpp:466 #, c-format msgid "Unable to open the following url: %s" -msgstr "" +msgstr "Nu se poate deschide următorul url: %s" #: ../panel-plugin/configuration-dialog.cpp:549 -#, fuzzy msgid "Use a single _panel row" -msgstr "Aranjează iconițele într-un singur rând de _panou" +msgstr "Folosește un singur rând de _panou" #: ../panel-plugin/icon-size.cpp:56 msgid "Very Large" @@ -345,9 +340,8 @@ msgstr "Compo_rtament" #: ../panel-plugin/configuration-dialog.cpp:85 -#, fuzzy msgid "_Commands" -msgstr "Comenzi" +msgstr "_Comenzi" #: ../panel-plugin/settings.cpp:121 msgid "_Edit Applications" @@ -376,6 +370,3 @@ #: ../panel-plugin/plugin.cpp:398 msgid "translator-credits" msgstr "autori-traduceri" - -#~ msgid "Include _favorites in recently used" -#~ msgstr "Include _favoritele în utilizate recent" diff -Nru xfce4-whiskermenu-plugin-1.5.1/po/zh_CN.po xfce4-whiskermenu-plugin-1.5.2/po/zh_CN.po --- xfce4-whiskermenu-plugin-1.5.1/po/zh_CN.po 2015-09-21 19:04:37.000000000 +0000 +++ xfce4-whiskermenu-plugin-1.5.2/po/zh_CN.po 2015-12-29 12:44:11.000000000 +0000 @@ -3,14 +3,15 @@ # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: -# 白铭骢 , 2014 +# 白铭骢 , 2014 +# Tao Lin , 2015 # 玉堂白鹤 , 2015 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-02-20 23:57+0000\n" -"PO-Revision-Date: 2015-04-22 16:14+0000\n" +"PO-Revision-Date: 2015-10-10 05:18+0000\n" "Last-Translator: 玉堂白鹤 \n" "Language-Team: Chinese (China) (http://www.transifex.com/gottcode/xfce4-" "whiskermenu-plugin/language/zh_CN/)\n" @@ -94,11 +95,11 @@ #: ../panel-plugin/settings.cpp:122 msgid "Edit _Profile" -msgstr "" +msgstr "编辑个人资料(_P)" #: ../panel-plugin/settings.cpp:122 msgid "Failed to edit profile." -msgstr "" +msgstr "编辑个人资料失败" #: ../panel-plugin/launcher.cpp:273 ../panel-plugin/run-action.cpp:41 #: ../panel-plugin/search-action.cpp:188 @@ -140,7 +141,7 @@ #: ../panel-plugin/configuration-dialog.cpp:693 msgid "Ignore _favorites" -msgstr "" +msgstr "忽略收藏夹(_F)" #: ../panel-plugin/configuration-dialog.cpp:585 msgid "Ite_m icon size:" @@ -193,7 +194,7 @@ #: ../panel-plugin/configuration-dialog.cpp:767 msgid "Pattern" -msgstr "图案" +msgstr "模式" #: ../panel-plugin/configuration-dialog.cpp:653 msgid "Position _search entry next to panel button" @@ -201,7 +202,7 @@ #: ../panel-plugin/configuration-dialog.cpp:666 msgid "Position cate_gories next to panel button" -msgstr "" +msgstr "在面板按钮旁放置类目(_G)" #: ../panel-plugin/configuration-dialog.cpp:659 msgid "Position commands next to search _entry" @@ -308,11 +309,11 @@ #: ../panel-plugin/configuration-dialog.cpp:466 #, c-format msgid "Unable to open the following url: %s" -msgstr "" +msgstr "无法打开url: %s" #: ../panel-plugin/configuration-dialog.cpp:549 msgid "Use a single _panel row" -msgstr "" +msgstr "只占用面板中的一行(_P)" #: ../panel-plugin/icon-size.cpp:56 msgid "Very Large" @@ -357,11 +358,11 @@ #: ../panel-plugin/configuration-dialog.cpp:828 msgid "_Pattern:" -msgstr "图案 (_P): " +msgstr "模式 (_P): " #: ../panel-plugin/configuration-dialog.cpp:852 msgid "_Regular expression" -msgstr "一般表达式 (_R)" +msgstr "正则表达式 (_R)" #: ../panel-plugin/configuration-dialog.cpp:523 msgid "_Title:" @@ -370,3 +371,6 @@ #: ../panel-plugin/plugin.cpp:398 msgid "translator-credits" msgstr "" +"白铭骢 , 2014\\n\n" +"Tao Lin , 2015\\n\n" +"玉堂白鹤 , 2015"