From owner-svn-ports-head@freebsd.org Fri Mar 29 21:11:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 654781552DC8; Fri, 29 Mar 2019 21:11:47 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13C0F8228C; Fri, 29 Mar 2019 21:11:47 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0F904827; Fri, 29 Mar 2019 21:11:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2TLBknL069436; Fri, 29 Mar 2019 21:11:46 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2TLBk54069431; Fri, 29 Mar 2019 21:11:46 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201903292111.x2TLBk54069431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 29 Mar 2019 21:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497203 - in head/www/falkon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/www/falkon: . files X-SVN-Commit-Revision: 497203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 13C0F8228C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2019 21:11:47 -0000 Author: tcberner Date: Fri Mar 29 21:11:46 2019 New Revision: 497203 URL: https://svnweb.freebsd.org/changeset/ports/497203 Log: www/falkon: update to 3.1.0 - the KDEWALLET option has been renamed to KDEINTEGRATION. Deleted: head/www/falkon/files/ Modified: head/www/falkon/Makefile head/www/falkon/distinfo head/www/falkon/pkg-plist Modified: head/www/falkon/Makefile ============================================================================== --- head/www/falkon/Makefile Fri Mar 29 21:09:02 2019 (r497202) +++ head/www/falkon/Makefile Fri Mar 29 21:11:46 2019 (r497203) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= falkon -DISTVERSION= 3.0.1 -PORTREVISION= 2 +DISTVERSION= 3.1.0 CATEGORIES= www -MASTER_SITES= KDE/stable/falkon/${DISTVERSION}/ +MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/ MAINTAINER= kde@FreeBSD.org -COMMENT= Web browser based on WebKit engine and Qt Framework +COMMENT= Web browser based on Webengine and Qt Framework LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz USE_KDE= ecm_build i18n -USE_QT= core dbus declarative gui location network printsupport \ +USE_QT= concurrent core dbus declarative gui location network printsupport \ sql webchannel webengine widgets x11extras \ buildtools_build qmake_build USE_XORG= xcb USE_LDCONFIG= yes -OPTIONS_DEFINE= GNOMEKEYRING KWALLET -OPTIONS_DEFAULT= KWALLET +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PySide2 + +OPTIONS_DEFINE= GNOMEKEYRING KDEINTEGRATION +OPTIONS_DEFAULT= KDEINTEGRATION OPTIONS_SUB= YES -KWALLET_USE= KDE=wallet -KWALLET_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Wallet=ON +KDEINTEGRATION_CMAKE_BOOL= ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN +KDEINTEGRATION_USE= KDE=completion,config,coreaddons,crash,jobwidgets,kio,purpose,service,wallet,widgetsaddons GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20 Modified: head/www/falkon/distinfo ============================================================================== --- head/www/falkon/distinfo Fri Mar 29 21:09:02 2019 (r497202) +++ head/www/falkon/distinfo Fri Mar 29 21:11:46 2019 (r497203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550423437 -SHA256 (falkon-3.0.1.tar.xz) = 7b6ed54986543dd5462602943fb824df12f15d2061996310c4c4b891433f1a83 -SIZE (falkon-3.0.1.tar.xz) = 2219444 +TIMESTAMP = 1553887482 +SHA256 (falkon-3.1.0.tar.xz) = ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587 +SIZE (falkon-3.1.0.tar.xz) = 2292692 Modified: head/www/falkon/pkg-plist ============================================================================== --- head/www/falkon/pkg-plist Fri Mar 29 21:09:02 2019 (r497202) +++ head/www/falkon/pkg-plist Fri Mar 29 21:11:46 2019 (r497203) @@ -1,17 +1,20 @@ bin/falkon lib/libFalkonPrivate.so.3 -lib/libFalkonPrivate.so.3.0.1 +lib/libFalkonPrivate.so.3.1.0 %%QT_PLUGINDIR%%/falkon/AutoScroll.so %%QT_PLUGINDIR%%/falkon/FlashCookieManager.so %%GNOMEKEYRING%%%%QT_PLUGINDIR%%/falkon/GnomeKeyringPasswords.so %%QT_PLUGINDIR%%/falkon/GreaseMonkey.so -%%QT_PLUGINDIR%%/falkon/ImageFinder.so -%%KWALLET%%%%QT_PLUGINDIR%%/falkon/KWalletPasswords.so +%%KDEINTEGRATION%%%%QT_PLUGINDIR%%/falkon/KDEFrameworksIntegration.so %%QT_PLUGINDIR%%/falkon/MouseGestures.so %%QT_PLUGINDIR%%/falkon/PIM.so %%QT_PLUGINDIR%%/falkon/StatusBarIcons.so %%QT_PLUGINDIR%%/falkon/TabManager.so %%QT_PLUGINDIR%%/falkon/VerticalTabs.so +%%QT_PLUGINDIR%%/falkon/qml/helloqml/extensions.svg +%%QT_PLUGINDIR%%/falkon/qml/helloqml/helloqml.qml +%%QT_PLUGINDIR%%/falkon/qml/helloqml/metadata.desktop +%%QT_PLUGINDIR%%/falkon/qml/helloqml/script.js share/applications/org.kde.falkon.desktop share/bash-completion/completions/falkon %%DATADIR%%/themes/chrome/images/gotoaddress.png @@ -144,24 +147,31 @@ share/icons/hicolor/48x48/apps/falkon.png share/icons/hicolor/64x64/apps/falkon.png share/icons/hicolor/scalable/apps/falkon.svg share/locale/ar/LC_MESSAGES/falkon_autoscroll_qt.qm +share/locale/ar/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/ar/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/ar/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/ar/LC_MESSAGES/falkon_hellopython.mo +share/locale/ar/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/ar/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/ar/LC_MESSAGES/falkon_pim_qt.qm share/locale/ar/LC_MESSAGES/falkon_qt.qm +share/locale/ar/LC_MESSAGES/falkon_runaction.mo share/locale/ar/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/ar/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/ar/LC_MESSAGES/falkon_testplugin_qt.qm +share/locale/ar/LC_MESSAGES/falkon_verticaltabs_qt.qm share/locale/ca/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/ca/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/ca/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/ca/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/ca/LC_MESSAGES/falkon_hellopython.mo -share/locale/ca/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/ca/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/ca/LC_MESSAGES/falkon_helloqml.mo +share/locale/ca/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/ca/LC_MESSAGES/falkon_middleclickloader.mo share/locale/ca/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/ca/LC_MESSAGES/falkon_pim_qt.qm share/locale/ca/LC_MESSAGES/falkon_qt.qm +share/locale/ca/LC_MESSAGES/falkon_runaction.mo share/locale/ca/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/ca/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/ca/LC_MESSAGES/falkon_testplugin_qt.qm @@ -171,11 +181,13 @@ share/locale/ca@valencia/LC_MESSAGES/falkon_flashcooki share/locale/ca@valencia/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/ca@valencia/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/ca@valencia/LC_MESSAGES/falkon_hellopython.mo -share/locale/ca@valencia/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/ca@valencia/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/ca@valencia/LC_MESSAGES/falkon_helloqml.mo +share/locale/ca@valencia/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/ca@valencia/LC_MESSAGES/falkon_middleclickloader.mo share/locale/ca@valencia/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/ca@valencia/LC_MESSAGES/falkon_pim_qt.qm share/locale/ca@valencia/LC_MESSAGES/falkon_qt.qm +share/locale/ca@valencia/LC_MESSAGES/falkon_runaction.mo share/locale/ca@valencia/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/ca@valencia/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/ca@valencia/LC_MESSAGES/falkon_testplugin_qt.qm @@ -185,9 +197,13 @@ share/locale/cs/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/cs/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/cs/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/cs/LC_MESSAGES/falkon_hellopython.mo +share/locale/cs/LC_MESSAGES/falkon_helloqml.mo +share/locale/cs/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/cs/LC_MESSAGES/falkon_middleclickloader.mo share/locale/cs/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/cs/LC_MESSAGES/falkon_pim_qt.qm share/locale/cs/LC_MESSAGES/falkon_qt.qm +share/locale/cs/LC_MESSAGES/falkon_runaction.mo share/locale/cs/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/cs/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/cs/LC_MESSAGES/falkon_testplugin_qt.qm @@ -197,9 +213,11 @@ share/locale/da/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/da/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/da/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/da/LC_MESSAGES/falkon_hellopython.mo +share/locale/da/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/da/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/da/LC_MESSAGES/falkon_pim_qt.qm share/locale/da/LC_MESSAGES/falkon_qt.qm +share/locale/da/LC_MESSAGES/falkon_runaction.mo share/locale/da/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/da/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/da/LC_MESSAGES/falkon_testplugin_qt.qm @@ -209,11 +227,13 @@ share/locale/de/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/de/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/de/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/de/LC_MESSAGES/falkon_hellopython.mo -share/locale/de/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/de/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/de/LC_MESSAGES/falkon_helloqml.mo +share/locale/de/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/de/LC_MESSAGES/falkon_middleclickloader.mo share/locale/de/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/de/LC_MESSAGES/falkon_pim_qt.qm share/locale/de/LC_MESSAGES/falkon_qt.qm +share/locale/de/LC_MESSAGES/falkon_runaction.mo share/locale/de/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/de/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/de/LC_MESSAGES/falkon_testplugin_qt.qm @@ -222,22 +242,26 @@ share/locale/el/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/el/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/el/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/el/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/el/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/el/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/el/LC_MESSAGES/falkon_pim_qt.qm share/locale/el/LC_MESSAGES/falkon_qt.qm share/locale/el/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/el/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/el/LC_MESSAGES/falkon_testplugin_qt.qm +share/locale/en/LC_MESSAGES/falkon_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_hellopython.mo -share/locale/en_GB/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/en_GB/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/en_GB/LC_MESSAGES/falkon_helloqml.mo +share/locale/en_GB/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/en_GB/LC_MESSAGES/falkon_middleclickloader.mo share/locale/en_GB/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_pim_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_qt.qm +share/locale/en_GB/LC_MESSAGES/falkon_runaction.mo share/locale/en_GB/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/en_GB/LC_MESSAGES/falkon_testplugin_qt.qm @@ -247,11 +271,13 @@ share/locale/es/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/es/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/es/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/es/LC_MESSAGES/falkon_hellopython.mo -share/locale/es/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/es/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/es/LC_MESSAGES/falkon_helloqml.mo +share/locale/es/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/es/LC_MESSAGES/falkon_middleclickloader.mo share/locale/es/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/es/LC_MESSAGES/falkon_pim_qt.qm share/locale/es/LC_MESSAGES/falkon_qt.qm +share/locale/es/LC_MESSAGES/falkon_runaction.mo share/locale/es/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/es/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/es/LC_MESSAGES/falkon_testplugin_qt.qm @@ -260,6 +286,7 @@ share/locale/eu/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/eu/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/eu/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/eu/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/eu/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/eu/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/eu/LC_MESSAGES/falkon_pim_qt.qm share/locale/eu/LC_MESSAGES/falkon_qt.qm @@ -269,6 +296,7 @@ share/locale/eu/LC_MESSAGES/falkon_testplugin_qt.qm share/locale/fa/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/fa/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/fa/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/fa/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/fa/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/fa/LC_MESSAGES/falkon_pim_qt.qm share/locale/fa/LC_MESSAGES/falkon_qt.qm @@ -279,9 +307,14 @@ share/locale/fi/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/fi/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/fi/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/fi/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/fi/LC_MESSAGES/falkon_hellopython.mo +share/locale/fi/LC_MESSAGES/falkon_helloqml.mo +share/locale/fi/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/fi/LC_MESSAGES/falkon_middleclickloader.mo share/locale/fi/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/fi/LC_MESSAGES/falkon_pim_qt.qm share/locale/fi/LC_MESSAGES/falkon_qt.qm +share/locale/fi/LC_MESSAGES/falkon_runaction.mo share/locale/fi/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/fi/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/fi/LC_MESSAGES/falkon_testplugin_qt.qm @@ -291,11 +324,13 @@ share/locale/fr/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/fr/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/fr/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/fr/LC_MESSAGES/falkon_hellopython.mo -share/locale/fr/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/fr/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/fr/LC_MESSAGES/falkon_helloqml.mo +share/locale/fr/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/fr/LC_MESSAGES/falkon_middleclickloader.mo share/locale/fr/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/fr/LC_MESSAGES/falkon_pim_qt.qm share/locale/fr/LC_MESSAGES/falkon_qt.qm +share/locale/fr/LC_MESSAGES/falkon_runaction.mo share/locale/fr/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/fr/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/fr/LC_MESSAGES/falkon_testplugin_qt.qm @@ -305,11 +340,13 @@ share/locale/gl/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/gl/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/gl/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/gl/LC_MESSAGES/falkon_hellopython.mo -share/locale/gl/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/gl/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/gl/LC_MESSAGES/falkon_helloqml.mo +share/locale/gl/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/gl/LC_MESSAGES/falkon_middleclickloader.mo share/locale/gl/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/gl/LC_MESSAGES/falkon_pim_qt.qm share/locale/gl/LC_MESSAGES/falkon_qt.qm +share/locale/gl/LC_MESSAGES/falkon_runaction.mo share/locale/gl/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/gl/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/gl/LC_MESSAGES/falkon_testplugin_qt.qm @@ -317,6 +354,7 @@ share/locale/gl/LC_MESSAGES/falkon_verticaltabs_qt.qm share/locale/hu/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/hu/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/hu/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/hu/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/hu/LC_MESSAGES/falkon_pim_qt.qm share/locale/hu/LC_MESSAGES/falkon_qt.qm share/locale/hu/LC_MESSAGES/falkon_testplugin_qt.qm @@ -325,11 +363,13 @@ share/locale/id/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/id/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/id/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/id/LC_MESSAGES/falkon_hellopython.mo -share/locale/id/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/id/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/id/LC_MESSAGES/falkon_helloqml.mo +share/locale/id/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/id/LC_MESSAGES/falkon_middleclickloader.mo share/locale/id/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/id/LC_MESSAGES/falkon_pim_qt.qm share/locale/id/LC_MESSAGES/falkon_qt.qm +share/locale/id/LC_MESSAGES/falkon_runaction.mo share/locale/id/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/id/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/id/LC_MESSAGES/falkon_testplugin_qt.qm @@ -338,6 +378,7 @@ share/locale/is/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/is/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/is/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/is/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/is/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/is/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/is/LC_MESSAGES/falkon_pim_qt.qm share/locale/is/LC_MESSAGES/falkon_qt.qm @@ -349,11 +390,13 @@ share/locale/it/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/it/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/it/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/it/LC_MESSAGES/falkon_hellopython.mo -share/locale/it/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/it/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/it/LC_MESSAGES/falkon_helloqml.mo +share/locale/it/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/it/LC_MESSAGES/falkon_middleclickloader.mo share/locale/it/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/it/LC_MESSAGES/falkon_pim_qt.qm share/locale/it/LC_MESSAGES/falkon_qt.qm +share/locale/it/LC_MESSAGES/falkon_runaction.mo share/locale/it/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/it/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/it/LC_MESSAGES/falkon_testplugin_qt.qm @@ -362,9 +405,14 @@ share/locale/ja/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/ja/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/ja/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/ja/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/ja/LC_MESSAGES/falkon_hellopython.mo +share/locale/ja/LC_MESSAGES/falkon_helloqml.mo +share/locale/ja/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/ja/LC_MESSAGES/falkon_middleclickloader.mo share/locale/ja/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/ja/LC_MESSAGES/falkon_pim_qt.qm share/locale/ja/LC_MESSAGES/falkon_qt.qm +share/locale/ja/LC_MESSAGES/falkon_runaction.mo share/locale/ja/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/ja/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/ja/LC_MESSAGES/falkon_testplugin_qt.qm @@ -377,6 +425,7 @@ share/locale/lv/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/lv/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/lv/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/lv/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/lv/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/lv/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/lv/LC_MESSAGES/falkon_pim_qt.qm share/locale/lv/LC_MESSAGES/falkon_qt.qm @@ -387,6 +436,7 @@ share/locale/nb/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/nb/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/nb/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/nb/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/nb/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/nb/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/nb/LC_MESSAGES/falkon_pim_qt.qm share/locale/nb/LC_MESSAGES/falkon_qt.qm @@ -398,25 +448,44 @@ share/locale/nl/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/nl/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/nl/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/nl/LC_MESSAGES/falkon_hellopython.mo -share/locale/nl/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/nl/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/nl/LC_MESSAGES/falkon_helloqml.mo +share/locale/nl/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/nl/LC_MESSAGES/falkon_middleclickloader.mo share/locale/nl/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/nl/LC_MESSAGES/falkon_pim_qt.qm share/locale/nl/LC_MESSAGES/falkon_qt.qm +share/locale/nl/LC_MESSAGES/falkon_runaction.mo share/locale/nl/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/nl/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/nl/LC_MESSAGES/falkon_testplugin_qt.qm share/locale/nl/LC_MESSAGES/falkon_verticaltabs_qt.qm +share/locale/nn/LC_MESSAGES/falkon_autoscroll_qt.qm +share/locale/nn/LC_MESSAGES/falkon_flashcookiemanager_qt.qm +share/locale/nn/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm +share/locale/nn/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/nn/LC_MESSAGES/falkon_hellopython.mo +share/locale/nn/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/nn/LC_MESSAGES/falkon_middleclickloader.mo +share/locale/nn/LC_MESSAGES/falkon_mousegestures_qt.qm +share/locale/nn/LC_MESSAGES/falkon_pim_qt.qm +share/locale/nn/LC_MESSAGES/falkon_qt.qm +share/locale/nn/LC_MESSAGES/falkon_runaction.mo +share/locale/nn/LC_MESSAGES/falkon_statusbaricons_qt.qm +share/locale/nn/LC_MESSAGES/falkon_tabmanager_qt.qm +share/locale/nn/LC_MESSAGES/falkon_testplugin_qt.qm +share/locale/nn/LC_MESSAGES/falkon_verticaltabs_qt.qm share/locale/pl/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/pl/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/pl/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/pl/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/pl/LC_MESSAGES/falkon_hellopython.mo -share/locale/pl/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/pl/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/pl/LC_MESSAGES/falkon_helloqml.mo +share/locale/pl/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/pl/LC_MESSAGES/falkon_middleclickloader.mo share/locale/pl/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/pl/LC_MESSAGES/falkon_pim_qt.qm share/locale/pl/LC_MESSAGES/falkon_qt.qm +share/locale/pl/LC_MESSAGES/falkon_runaction.mo share/locale/pl/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/pl/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/pl/LC_MESSAGES/falkon_testplugin_qt.qm @@ -426,11 +495,13 @@ share/locale/pt/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/pt/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/pt/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/pt/LC_MESSAGES/falkon_hellopython.mo -share/locale/pt/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/pt/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/pt/LC_MESSAGES/falkon_helloqml.mo +share/locale/pt/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/pt/LC_MESSAGES/falkon_middleclickloader.mo share/locale/pt/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/pt/LC_MESSAGES/falkon_pim_qt.qm share/locale/pt/LC_MESSAGES/falkon_qt.qm +share/locale/pt/LC_MESSAGES/falkon_runaction.mo share/locale/pt/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/pt/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/pt/LC_MESSAGES/falkon_testplugin_qt.qm @@ -440,9 +511,13 @@ share/locale/pt_BR/LC_MESSAGES/falkon_flashcookiemanag share/locale/pt_BR/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/pt_BR/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/pt_BR/LC_MESSAGES/falkon_hellopython.mo +share/locale/pt_BR/LC_MESSAGES/falkon_helloqml.mo +share/locale/pt_BR/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/pt_BR/LC_MESSAGES/falkon_middleclickloader.mo share/locale/pt_BR/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/pt_BR/LC_MESSAGES/falkon_pim_qt.qm share/locale/pt_BR/LC_MESSAGES/falkon_qt.qm +share/locale/pt_BR/LC_MESSAGES/falkon_runaction.mo share/locale/pt_BR/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/pt_BR/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/pt_BR/LC_MESSAGES/falkon_testplugin_qt.qm @@ -451,6 +526,7 @@ share/locale/ro/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/ro/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/ro/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/ro/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/ro/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/ro/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/ro/LC_MESSAGES/falkon_qt.qm share/locale/ro/LC_MESSAGES/falkon_testplugin_qt.qm @@ -458,6 +534,7 @@ share/locale/ru/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/ru/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/ru/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/ru/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/ru/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/ru/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/ru/LC_MESSAGES/falkon_pim_qt.qm share/locale/ru/LC_MESSAGES/falkon_qt.qm @@ -469,11 +546,13 @@ share/locale/sk/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/sk/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/sk/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/sk/LC_MESSAGES/falkon_hellopython.mo -share/locale/sk/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/sk/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/sk/LC_MESSAGES/falkon_helloqml.mo +share/locale/sk/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/sk/LC_MESSAGES/falkon_middleclickloader.mo share/locale/sk/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/sk/LC_MESSAGES/falkon_pim_qt.qm share/locale/sk/LC_MESSAGES/falkon_qt.qm +share/locale/sk/LC_MESSAGES/falkon_runaction.mo share/locale/sk/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/sk/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/sk/LC_MESSAGES/falkon_testplugin_qt.qm @@ -482,6 +561,7 @@ share/locale/sr/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/sr/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/sr/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/sr/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/sr/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/sr/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/sr/LC_MESSAGES/falkon_pim_qt.qm share/locale/sr/LC_MESSAGES/falkon_qt.qm @@ -492,6 +572,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/falkon_autoscrol share/locale/sr@ijekavian/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/sr@ijekavian/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/sr@ijekavian/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/sr@ijekavian/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/sr@ijekavian/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/sr@ijekavian/LC_MESSAGES/falkon_pim_qt.qm share/locale/sr@ijekavian/LC_MESSAGES/falkon_qt.qm @@ -502,6 +583,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_auto share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_pim_qt.qm share/locale/sr@ijekavianlatin/LC_MESSAGES/falkon_qt.qm @@ -512,6 +594,7 @@ share/locale/sr@latin/LC_MESSAGES/falkon_autoscroll_qt share/locale/sr@latin/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/sr@latin/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/sr@latin/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/sr@latin/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/sr@latin/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/sr@latin/LC_MESSAGES/falkon_pim_qt.qm share/locale/sr@latin/LC_MESSAGES/falkon_qt.qm @@ -523,11 +606,13 @@ share/locale/sv/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/sv/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/sv/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/sv/LC_MESSAGES/falkon_hellopython.mo -share/locale/sv/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/sv/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/sv/LC_MESSAGES/falkon_helloqml.mo +share/locale/sv/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/sv/LC_MESSAGES/falkon_middleclickloader.mo share/locale/sv/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/sv/LC_MESSAGES/falkon_pim_qt.qm share/locale/sv/LC_MESSAGES/falkon_qt.qm +share/locale/sv/LC_MESSAGES/falkon_runaction.mo share/locale/sv/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/sv/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/sv/LC_MESSAGES/falkon_testplugin_qt.qm @@ -536,6 +621,7 @@ share/locale/tr/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/tr/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/tr/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/tr/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/tr/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/tr/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/tr/LC_MESSAGES/falkon_pim_qt.qm share/locale/tr/LC_MESSAGES/falkon_qt.qm @@ -547,11 +633,13 @@ share/locale/uk/LC_MESSAGES/falkon_flashcookiemanager_ share/locale/uk/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/uk/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/uk/LC_MESSAGES/falkon_hellopython.mo -share/locale/uk/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/uk/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/uk/LC_MESSAGES/falkon_helloqml.mo +share/locale/uk/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/uk/LC_MESSAGES/falkon_middleclickloader.mo share/locale/uk/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/uk/LC_MESSAGES/falkon_pim_qt.qm share/locale/uk/LC_MESSAGES/falkon_qt.qm +share/locale/uk/LC_MESSAGES/falkon_runaction.mo share/locale/uk/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/uk/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/uk/LC_MESSAGES/falkon_testplugin_qt.qm @@ -561,11 +649,13 @@ share/locale/zh_CN/LC_MESSAGES/falkon_flashcookiemanag share/locale/zh_CN/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/zh_CN/LC_MESSAGES/falkon_greasemonkey_qt.qm share/locale/zh_CN/LC_MESSAGES/falkon_hellopython.mo -share/locale/zh_CN/LC_MESSAGES/falkon_imagefinder_qt.qm -share/locale/zh_CN/LC_MESSAGES/falkon_kwalletpasswords_qt.qm +share/locale/zh_CN/LC_MESSAGES/falkon_helloqml.mo +share/locale/zh_CN/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/zh_CN/LC_MESSAGES/falkon_middleclickloader.mo share/locale/zh_CN/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/zh_CN/LC_MESSAGES/falkon_pim_qt.qm share/locale/zh_CN/LC_MESSAGES/falkon_qt.qm +share/locale/zh_CN/LC_MESSAGES/falkon_runaction.mo share/locale/zh_CN/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/zh_CN/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/zh_CN/LC_MESSAGES/falkon_testplugin_qt.qm @@ -574,6 +664,7 @@ share/locale/zh_HK/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/zh_HK/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/zh_HK/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/zh_HK/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/zh_HK/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm share/locale/zh_HK/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/zh_HK/LC_MESSAGES/falkon_pim_qt.qm share/locale/zh_HK/LC_MESSAGES/falkon_qt.qm @@ -584,11 +675,17 @@ share/locale/zh_TW/LC_MESSAGES/falkon_autoscroll_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_flashcookiemanager_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_greasemonkey_qt.qm +share/locale/zh_TW/LC_MESSAGES/falkon_hellopython.mo +share/locale/zh_TW/LC_MESSAGES/falkon_helloqml.mo +share/locale/zh_TW/LC_MESSAGES/falkon_kdeframeworksintegration_qt.qm +share/locale/zh_TW/LC_MESSAGES/falkon_middleclickloader.mo share/locale/zh_TW/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_pim_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_qt.qm +share/locale/zh_TW/LC_MESSAGES/falkon_runaction.mo share/locale/zh_TW/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/zh_TW/LC_MESSAGES/falkon_testplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/falkon_verticaltabs_qt.qm share/metainfo/org.kde.falkon.appdata.xml share/pixmaps/falkon.png