diffstat for polkit-kde-agent-1-5.4.3 polkit-kde-agent-1-5.12.5 .reviewboardrc | 1 AuthDialog.cpp | 14 AuthDialog.h | 1 CMakeLists.txt | 22 authdetails.ui | 88 ++- config.h.cmake | 5 debian/changelog | 317 ++++++++++++++ debian/control | 24 - debian/upstream/signing-key.asc | 118 +++++ debian/watch | 5 main.cpp | 17 po/ar/polkit-kde-authentication-agent-1.po | 99 ++-- po/ast/polkit-kde-authentication-agent-1.po | 153 +++--- po/bs/polkit-kde-authentication-agent-1.po | 99 ++-- po/ca/polkit-kde-authentication-agent-1.po | 103 ++-- po/ca@valencia/polkit-kde-authentication-agent-1.po | 105 ++-- po/cs/polkit-kde-authentication-agent-1.po | 103 ++-- po/da/polkit-kde-authentication-agent-1.po | 98 ++-- po/de/polkit-kde-authentication-agent-1.po | 101 ++-- po/el/polkit-kde-authentication-agent-1.po | 96 ++-- po/en_GB/polkit-kde-authentication-agent-1.po | 105 ++-- po/eo/polkit-kde-authentication-agent-1.po | 100 ++-- po/es/polkit-kde-authentication-agent-1.po | 101 ++-- po/et/polkit-kde-authentication-agent-1.po | 124 +++-- po/fi/polkit-kde-authentication-agent-1.po | 96 ++-- po/fr/polkit-kde-authentication-agent-1.po | 125 +++-- po/ga/polkit-kde-authentication-agent-1.po | 99 ++-- po/gl/polkit-kde-authentication-agent-1.po | 114 +++-- po/he/polkit-kde-authentication-agent-1.po | 175 +++++++ po/hr/polkit-kde-authentication-agent-1.po | 99 ++-- po/hu/polkit-kde-authentication-agent-1.po | 96 ++-- po/ia/polkit-kde-authentication-agent-1.po | 172 +++++++ po/id/polkit-kde-authentication-agent-1.po | 175 +++++++ po/is/polkit-kde-authentication-agent-1.po | 114 ++--- po/it/polkit-kde-authentication-agent-1.po | 98 ++-- po/ja/polkit-kde-authentication-agent-1.po | 95 ++-- po/kk/polkit-kde-authentication-agent-1.po | 101 ++-- po/km/polkit-kde-authentication-agent-1.po | 101 ++-- po/ko/polkit-kde-authentication-agent-1.po | 96 ++-- po/lt/polkit-kde-authentication-agent-1.po | 99 ++-- po/mai/polkit-kde-authentication-agent-1.po | 98 ++-- po/mr/polkit-kde-authentication-agent-1.po | 98 ++-- po/ms/polkit-kde-authentication-agent-1.po | 105 ++-- po/nb/polkit-kde-authentication-agent-1.po | 97 ++-- po/nds/polkit-kde-authentication-agent-1.po | 99 ++-- po/nl/polkit-kde-authentication-agent-1.po | 101 ++-- po/nn/polkit-kde-authentication-agent-1.po | 95 ++-- po/pa/polkit-kde-authentication-agent-1.po | 124 +++-- po/pl/polkit-kde-authentication-agent-1.po | 101 ++-- po/pt/polkit-kde-authentication-agent-1.po | 99 ++-- po/pt_BR/polkit-kde-authentication-agent-1.po | 96 ++-- po/ro/polkit-kde-authentication-agent-1.po | 103 ++-- po/ru/polkit-kde-authentication-agent-1.po | 96 ++-- po/sk/polkit-kde-authentication-agent-1.po | 96 ++-- po/sl/polkit-kde-authentication-agent-1.po | 96 ++-- po/sr/polkit-kde-authentication-agent-1.po | 66 +- po/sr@ijekavian/polkit-kde-authentication-agent-1.po | 66 +- po/sr@ijekavianlatin/polkit-kde-authentication-agent-1.po | 66 +- po/sr@latin/polkit-kde-authentication-agent-1.po | 66 +- po/sv/polkit-kde-authentication-agent-1.po | 101 ++-- po/th/polkit-kde-authentication-agent-1.po | 99 ++-- po/tr/polkit-kde-authentication-agent-1.po | 96 ++-- po/ug/polkit-kde-authentication-agent-1.po | 101 ++-- po/uk/polkit-kde-authentication-agent-1.po | 103 ++-- po/vi/polkit-kde-authentication-agent-1.po | 99 ++-- po/zh_CN/polkit-kde-authentication-agent-1.po | 109 +++- po/zh_TW/polkit-kde-authentication-agent-1.po | 104 ++-- policykit1-kde.notifyrc | 29 + policykitlistener.h | 6 polkit-kde-authentication-agent-1.desktop.cmake | 27 + 70 files changed, 4344 insertions(+), 2152 deletions(-) diff -Nru polkit-kde-agent-1-5.4.3/.reviewboardrc polkit-kde-agent-1-5.12.5/.reviewboardrc --- polkit-kde-agent-1-5.4.3/.reviewboardrc 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/.reviewboardrc 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -REVIEWBOARD_URL = "http://git.reviewboard.kde.org" diff -Nru polkit-kde-agent-1-5.4.3/AuthDialog.cpp polkit-kde-agent-1-5.12.5/AuthDialog.cpp --- polkit-kde-agent-1-5.4.3/AuthDialog.cpp 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/AuthDialog.cpp 2018-05-01 13:06:29.000000000 +0000 @@ -34,7 +34,6 @@ #include #include -#include #include #include @@ -58,7 +57,7 @@ KWindowSystem::setMainWindow(this, parent); // Set modal - KWindowSystem::setState(winId(), NET::Modal); + setWindowModality(Qt::ApplicationModal); // raise on top activateWindow(); @@ -340,9 +339,7 @@ } action_label->setText(actionDescription.description()); - - action_label->setTipText(i18n("Click to edit %1", actionDescription.actionId())); - action_label->setUrl(actionDescription.actionId()); + action_id_label->setText(actionDescription.actionId()); QString vendor = actionDescription.vendorName(); QString vendorUrl = actionDescription.vendorUrl(); @@ -361,16 +358,9 @@ } connect(vendorUL, SIGNAL(leftClickedUrl(QString)), SLOT(openUrl(QString))); - connect(action_label, SIGNAL(leftClickedUrl(QString)), SLOT(openAction(QString))); } void AuthDetails::openUrl(const QString& url) { QDesktopServices::openUrl(QUrl(url)); } - -void AuthDetails::openAction(const QString &url) -{ - // FIXME what's this? :) - QProcess::startDetached("polkit-kde-authorization", QStringList() << url); -} diff -Nru polkit-kde-agent-1-5.4.3/AuthDialog.h polkit-kde-agent-1-5.12.5/AuthDialog.h --- polkit-kde-agent-1-5.4.3/AuthDialog.h 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/AuthDialog.h 2018-05-01 13:06:29.000000000 +0000 @@ -86,7 +86,6 @@ private slots: void openUrl(const QString&); - void openAction(const QString&); }; #endif // AUTHDIALOG_H diff -Nru polkit-kde-agent-1-5.4.3/CMakeLists.txt polkit-kde-agent-1-5.12.5/CMakeLists.txt --- polkit-kde-agent-1-5.4.3/CMakeLists.txt 2015-11-05 12:51:58.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/CMakeLists.txt 2018-05-01 13:07:01.000000000 +0000 @@ -1,5 +1,5 @@ project(polkit-kde-agent-1) -set(PROJECT_VERSION "5.4.3") +set(PROJECT_VERSION "5.12.5") # minimal requirements cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) @@ -16,7 +16,7 @@ include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets) @@ -28,11 +28,22 @@ WidgetsAddons CoreAddons Crash - Config IconThemes - Notifications ) +include(CheckIncludeFile) +include(CheckSymbolExists) +check_include_file("sys/prctl.h" HAVE_SYS_PRCTL_H) +check_symbol_exists(PR_SET_DUMPABLE "sys/prctl.h" HAVE_PR_SET_DUMPABLE) +check_include_file("sys/procctl.h" HAVE_SYS_PROCCTL_H) +check_symbol_exists(PROC_TRACE_CTL "sys/procctl.h" HAVE_PROC_TRACE_CTL) +if (HAVE_PR_SET_DUMPABLE OR HAVE_PROC_TRACE_CTL) + set(CAN_DISABLE_PTRACE TRUE) +endif () +add_feature_info("prctl/procctl tracing control" + CAN_DISABLE_PTRACE + "Required for disallowing ptrace on polkit agent") + # create config file configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) @@ -67,9 +78,7 @@ KF5::CoreAddons KF5::I18n KF5::Crash - KF5::ConfigCore KF5::IconThemes - KF5::Notifications ${POLKITQT-1_LIBRARIES} ) @@ -78,6 +87,7 @@ install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${LIBEXEC_INSTALL_DIR}) install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${AUTOSTART_INSTALL_DIR}) +install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.polkit-kde-authentication-agent-1.desktop) install(FILES policykit1-kde.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR}) diff -Nru polkit-kde-agent-1-5.4.3/authdetails.ui polkit-kde-agent-1-5.12.5/authdetails.ui --- polkit-kde-agent-1-5.4.3/authdetails.ui 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/authdetails.ui 2018-05-01 13:06:29.000000000 +0000 @@ -1,82 +1,90 @@ - + + AuthDetails - - + + 0 0 273 - 80 + 111 - - + + 0 0 - - - - - Application: + + + + + Action: - - - + + + Action: - - - - Vendor: + + + + Qt::Horizontal - - - + + + Vendor: - + - + true - - - - Action: - - - - - - true + + + + Vendor: - - - - Qt::Horizontal + + + + Application: - - - + + + Application: + + + + IBeamCursor + + + Action ID: + + + Qt::TextSelectableByMouse + + + diff -Nru polkit-kde-agent-1-5.4.3/config.h.cmake polkit-kde-agent-1-5.12.5/config.h.cmake --- polkit-kde-agent-1-5.4.3/config.h.cmake 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/config.h.cmake 2018-05-01 13:06:29.000000000 +0000 @@ -5,4 +5,9 @@ #define POLKIT_KDE_1_VERSION "${PROJECT_VERSION}" +#cmakedefine01 HAVE_SYS_PRCTL_H +#cmakedefine01 HAVE_PR_SET_DUMPABLE +#cmakedefine01 HAVE_SYS_PROCCTL_H +#cmakedefine01 HAVE_PROC_TRACE_CTL + #endif diff -Nru polkit-kde-agent-1-5.4.3/debian/changelog polkit-kde-agent-1-5.12.5/debian/changelog --- polkit-kde-agent-1-5.4.3/debian/changelog 2015-12-01 10:45:53.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/debian/changelog 2018-05-05 21:46:45.000000000 +0000 @@ -1,33 +1,350 @@ +polkit-kde-agent-1 (4:5.12.5-0neon+neptune1) stretch; urgency=medium + + * New upstream release packaged for Neptune + + -- Leszek Lesner Sat, 05 May 2018 21:46:45 +0000 + +polkit-kde-agent-1 (4:5.12.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 01 May 2018 14:42:28 +0000 + +polkit-kde-agent-1 (4:5.12.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 27 Mar 2018 14:25:48 +0000 + +polkit-kde-agent-1 (4:5.12.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 09 Mar 2018 17:17:20 +0000 + +polkit-kde-agent-1 (4:5.12.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 20 Feb 2018 23:56:27 +0000 + +polkit-kde-agent-1 (4:5.12.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 13 Feb 2018 18:19:40 +0000 + +polkit-kde-agent-1 (4:5.12.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 02 Feb 2018 13:38:24 +0000 + +polkit-kde-agent-1 (4:5.11.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 02 Jan 2018 21:44:11 +0000 + +polkit-kde-agent-1 (4:5.11.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 28 Nov 2017 17:01:24 +0000 + +polkit-kde-agent-1 (4:5.11.3-0neon) bionic; urgency=medium + + * New release + + -- Neon CI Tue, 07 Nov 2017 15:04:37 +0000 + +polkit-kde-agent-1 (4:5.11.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 24 Oct 2017 16:33:31 +0000 + +polkit-kde-agent-1 (4:5.11.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 17 Oct 2017 13:48:11 +0000 + +polkit-kde-agent-1 (4:5.11.0-0neon) UNRELEASED; urgency=medium + + * new release + + -- Jonathan Riddell Fri, 06 Oct 2017 16:31:49 +0100 + +polkit-kde-agent-1 (4:5.10.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 23 Aug 2017 09:55:18 +0000 + +polkit-kde-agent-1 (4:5.10.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 18 Jul 2017 13:52:06 +0000 + +polkit-kde-agent-1 (4:5.10.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 27 Jun 2017 12:11:29 +0000 + +polkit-kde-agent-1 (4:5.10.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 13 Jun 2017 22:14:16 +0000 + +polkit-kde-agent-1 (4:5.10.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 06 Jun 2017 17:32:10 +0000 + +polkit-kde-agent-1 (4:5.10.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 26 May 2017 15:44:56 +0000 + +polkit-kde-agent-1 (4:5.9.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 25 Apr 2017 15:43:28 +0000 + +polkit-kde-agent-1 (4:5.9.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 21 Mar 2017 15:02:59 +0000 + +polkit-kde-agent-1 (4:5.9.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 28 Feb 2017 16:28:06 +0000 + +polkit-kde-agent-1 (4:5.9.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 14 Feb 2017 17:38:17 +0000 + +polkit-kde-agent-1 (4:5.9.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 07 Feb 2017 15:10:45 +0000 + +polkit-kde-agent-1 (4:5.9.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Mon, 30 Jan 2017 11:51:16 +0000 + +polkit-kde-agent-1 (4:5.8.6-0neon) UNRELEASED; urgency=medium + + * New release + * New Plasma LTS release + * New LTS release + + -- Jonathan Riddell Wed, 25 Oct 2017 14:56:45 +0100 + +polkit-kde-agent-1 (4:5.8.6-0neon) xenial; urgency=medium + + * New Plasma LTS release + + -- Jonathan Riddell Tue, 21 Feb 2017 17:16:33 +0000 + +polkit-kde-agent-1 (4:5.8.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 27 Dec 2016 13:13:38 +0000 + +polkit-kde-agent-1 (4:5.8.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 22 Nov 2016 14:36:45 +0000 + +polkit-kde-agent-1 (4:5.8.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 01 Nov 2016 13:27:38 +0000 + +polkit-kde-agent-1 (4:5.8.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 18 Oct 2016 15:26:08 +0000 + +polkit-kde-agent-1 (4:5.8.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 11 Oct 2016 14:38:29 +0000 + +polkit-kde-agent-1 (4:5.8.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 30 Sep 2016 11:29:55 +0000 + +polkit-kde-agent-1 (4:5.7.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 13 Sep 2016 13:49:11 +0000 + +polkit-kde-agent-1 (4:5.7.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 23 Aug 2016 17:29:26 +0000 + +polkit-kde-agent-1 (4:5.7.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 02 Aug 2016 12:04:37 +0000 + +polkit-kde-agent-1 (4:5.7.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 19 Jul 2016 13:54:09 +0000 + +polkit-kde-agent-1 (4:5.7.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 12 Jul 2016 16:07:05 +0000 + +polkit-kde-agent-1 (4:5.7.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Mon, 04 Jul 2016 13:15:05 +0000 + +polkit-kde-agent-1 (4:5.6.5-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 14 Jun 2016 14:14:22 +0000 + +polkit-kde-agent-1 (4:5.6.4-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 11 May 2016 09:41:56 +0000 + +polkit-kde-agent-1 (4:5.6.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 19 Apr 2016 16:55:05 +0000 + +polkit-kde-agent-1 (4:5.6.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 08 Apr 2016 11:44:59 +0000 + +polkit-kde-agent-1 (4:5.5.4-0ubuntu1) UNRELEASED; urgency=medium + + [ Scarlett Clark ] + * New upstream release Xenial + + [ Clive Johnston ] + * New upstream release + + [ Philip Muškovac ] + * Merge with debian git master + + [ Clive Johnston ] + * New upstream release + + -- Clive Johnston Wed, 27 Jan 2016 20:26:58 +0000 + polkit-kde-agent-1 (4:5.4.3-1) unstable; urgency=medium * New upstream release (5.4.3). -- Maximiliano Curia Tue, 01 Dec 2015 11:45:53 +0100 +polkit-kde-agent-1 (4:5.4.3-0ubuntu1) xenial; urgency=medium + + [ Scarlett Clark ] + * Vivid backport + * New upstream bugfix release + + [ Philip Muškovac ] + * New upstream bugfix release (LP: #1518598) + + -- Philip Muškovac Sun, 22 Nov 2015 16:49:55 +0100 + polkit-kde-agent-1 (4:5.4.2-1) unstable; urgency=medium * New upstream release (5.4.2). -- Maximiliano Curia Tue, 06 Oct 2015 07:52:11 +0200 +polkit-kde-agent-1 (4:5.4.2-0ubuntu1) wily; urgency=medium + + * New upstream release + + -- Scarlett Clark Fri, 02 Oct 2015 16:03:17 +0100 + polkit-kde-agent-1 (4:5.4.1-1) unstable; urgency=medium * New upstream release (5.4.1). -- Maximiliano Curia Fri, 11 Sep 2015 18:45:19 +0200 +polkit-kde-agent-1 (4:5.4.1-0ubuntu1) wily; urgency=medium + + * new upstream release + + -- Jonathan Riddell Tue, 08 Sep 2015 10:26:39 +0100 + polkit-kde-agent-1 (4:5.4.0-1) unstable; urgency=medium * New upstream release (5.4.0). -- Maximiliano Curia Thu, 03 Sep 2015 18:53:35 +0200 +polkit-kde-agent-1 (4:5.4.0-0ubuntu1) wily; urgency=medium + + * new upstream release + + -- Jonathan Riddell Mon, 31 Aug 2015 15:57:45 +0100 + +polkit-kde-agent-1 (4:5.3.95-0ubuntu1) wily; urgency=medium + + * new upstream beta release + + -- Jonathan Riddell Mon, 10 Aug 2015 23:22:42 +0200 + polkit-kde-agent-1 (4:5.3.2-1) unstable; urgency=medium * New upstream release (5.3.2). -- Maximiliano Curia Tue, 30 Jun 2015 23:34:21 +0200 +polkit-kde-agent-1 (4:5.3.2-0ubuntu1) wily; urgency=medium + + * New upstream release + + -- Jonathan Riddell Thu, 02 Jul 2015 12:38:32 +0000 + polkit-kde-agent-1 (4:5.3.1-0ubuntu1) wily; urgency=medium [ Jonathan Riddell ] diff -Nru polkit-kde-agent-1-5.4.3/debian/control polkit-kde-agent-1-5.12.5/debian/control --- polkit-kde-agent-1-5.4.3/debian/control 2015-12-01 10:45:53.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/debian/control 2018-05-05 21:46:45.000000000 +0000 @@ -5,16 +5,17 @@ Uploaders: Fathi Boudra , Maximiliano Curia Build-Depends: cmake (>= 2.8.12), debhelper (>= 9), - extra-cmake-modules (>= 1.2.0), - libkf5config-dev, - libkf5coreaddons-dev, - libkf5crash-dev, - libkf5dbusaddons-dev, - libkf5i18n-dev, - libkf5iconthemes-dev, - libkf5notifications-dev, - libkf5widgetsaddons-dev, - libkf5windowsystem-dev, + extra-cmake-modules (>= 5.18.0~), + libkf5config-dev (>= 5.18.0~), + libkf5configwidgets-dev, + libkf5coreaddons-dev (>= 5.18.0~), + libkf5crash-dev (>= 5.18.0~), + libkf5dbusaddons-dev (>= 5.18.0~), + libkf5i18n-dev (>= 5.18.0~), + libkf5iconthemes-dev (>= 5.18.0~), + libkf5notifications-dev (>= 5.18.0~), + libkf5widgetsaddons-dev (>= 5.18.0~), + libkf5windowsystem-dev (>= 5.18.0~), libpolkit-qt5-1-dev (>= 0.112.0), pkg-kde-tools (>= 0.15.16), qtbase5-dev (>= 5.4.0~) @@ -41,8 +42,9 @@ Package: polkit-kde-1 Section: oldlibs -Priority: extra +Priority: optional Architecture: all Depends: polkit-kde-agent-1, ${misc:Depends} Description: transitional dummy package This is a transitional dummy package. It can safely be removed. + diff -Nru polkit-kde-agent-1-5.4.3/debian/upstream/signing-key.asc polkit-kde-agent-1-5.12.5/debian/upstream/signing-key.asc --- polkit-kde-agent-1-5.4.3/debian/upstream/signing-key.asc 1970-01-01 00:00:00.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/debian/upstream/signing-key.asc 2018-05-05 21:46:45.000000000 +0000 @@ -0,0 +1,118 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQENBFG1+bQBCAC3p+fdi9+55LFuKPqW0XrQkQQ2CRfXcM5lqb6B4xQewLorsdX7 +SRDmLzpdDZ9bCpqxMsiFbB+9lxljHNTzx9BIEO9w6aYtVgPsG4L9ZxwBXUTlgtIA +UoOy4lTQnUR0QDFlJQx8c4Cy82htOSCiWO4iaEvMbo+BGe8g4f2/N0tJOrnAc/xl +sdA64GTWId4NB12F+QeRgWWNQs/W/j/kyy37+L0juD06RMKth0uRMN37wEa9KcLa +lOBEUETrImZfx74wagt6WDnJknLf0ceqzfojk82po0C46BJAu49tLehYYKgo0HKZ +fK7CDw53y9SjkI8cU8g48AyUw8Uk/FyJeW1bABEBAAG0N0RhdmlkIEVkbXVuZHNv +biAoRGF2aWQgYXQgS0RFKSA8ZGF2aWRlZG11bmRzb25Aa2RlLm9yZz6JATgEEwEC +ACIFAlG1+bQCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEPVnVgXHTgLP +KD0H/0Cnj1bM6MYV5nKXJhLpd8as2OHFlhdtaU7QG3QcMVqdtP3rdOp1RgjmkYsB +xgwrxvDTLz0L/PH9UTCXjQeZgNR0hG8iy4IBC9ay0PDdkNpjnHoAiUMRstcDODUZ +QdLEOXCbPbRG3q0OlSaOvETL7YkSY8c2N6yqmWaJvudpJ0VVPyIWa2xT53JTXgAD +4m1w8MThAZBZpJi852nQCByCsRC+3cofA7bQd60XLiFWgmnq+rlqryMlWvUmMmat +e7U1NC5UsfH6ToXf/ZNZG+fMGE+ntYiHWRFr2tZMyXfUOrgHsAVMAE8v/xVtwS5e +VCAdM21GNG4d6XiF7T32GDzrEQm5AQ0EUbX5tAEIAL0uLkPxHbg9boIuVdahyy6F +BOcUf8xj3qj8FUGpRkcSSsoyvFTHZRTR+wwTPTaZzzzTFSITRGVv7vdKyl/A+SMw +/nlUVfB9xGvvCgzPGesUk9lmxX2DRVpoq9CyVIw0XXJQtNkC3O1yEws4zuDzHe99 +sfDvXpA1ikfN+Hgn3oLjCHHtWuTyXGKXUimzToDMqWentVkP1rzKPlin9XJ0KDT/ +axrrD9L5s4KCjHdWEQwG3miJDxQnlsAFDBj7Bs8DZZE+xdzx/l8qBKOxmXD9ohFp +4q0wXVV4QJMHtjhvhId9EN965drlYmMfusMCwavklBOWdR1MdSSBIYPS5eISmj0A +EQEAAYkBHwQYAQIACQUCUbX5tAIbDAAKCRD1Z1YFx04Cz4CzCACpN1l39Yzoniqx +laabcOrEbFjhKXlFXPm5TC+nj2iO8BieJLoltTcQL1nbxBHcxMkxUUJAVKBSmlh3 +BPjYJhXBNRvW/gamjaO+LoStXI+0vO4aOhkR0tLqA9/zQFM9uVPu6InS0N98oMaL +azyxnXuqEanCN7yWfKHKxmkKiVMB1RMaE+2TYQBKPfFukiX2vv3qByVez8qYGa98 +80x6fkrqFbPoJ2oDXEGGD0W7fkv1pZV/1XCuXV/qKz3htD3AQDuLijqt6sM9Oe7Y +Lsv5lqTb5DK6g2N9xvhTz64Z+j9bf44fbMReg3ub3GXlf9rFT8eDYfyYLJgWJ/1h +YZximth9mQENBFfOfR0BCAC9W+wYcz5Ha4Hwllb0c8Cqwp4k5d0bsVWjYgMcn+DL +uJmh7VT80oqiHay9Z75sGZ7flLjdB8ZiAgi2qARz+rNMb9p/S+T4MbjVF2L87on9 +/PdgurUgMsof+UmIClCJBOMvod+BK7VBSPu8XUJzOu61QHQxnhRbLgwmcds15giG +3oSK/h9l/6r2FwD543WZtQ6sforBZ/GtUjFDYsgdPC50RQXRuhNP/ow8py253GQD +gKw37Sx1tRGMHjvD4Dk95i0yeQWcjMoY+VWMWCDOQ2swKjl8q3BX2ltKFir5Bu7l +JeC/96ql9vKaWSTgIqnyQD4+8nYSmetkaGU2LROSg8grABEBAAG0IkpvbmF0aGFu +IFJpZGRlbGwgPGpyQGpyaWRkZWxsLm9yZz6JATgEEwECACIFAlfOfR0CGwMGCwkI +BwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEOyU0Y9/BZl+538H/ixizKvWeq5pPi77 +fYMUWQ57bGBeNuEFLJUk0y6Rz2fAnBPDKYCwLdUEBnDxHDffIl6uVRdCtfMGwQZo +1HutE0ZvGgi20EItsle9qzUUiLfuTyz7Dh1tPz7J8NI7VUffq+XTr/mzhqTbCH0p +uY2AflfHOHQbEJL7wdqCQ95wXQw6fg5/1pbhvxxbRojjGILEiiW1L37gyDjfDZKo +/IdT0e30EgL91vTW1Ctn3IXLOmzp46+h5EatWB/22iIrUZm1ubgX4ubBpHmKmZkK +3ou5vN4qi664EMw8xnh4GmnPM1vNRwXTbt7kQakzOFeT6N2C8AeLPM3oYitGxzMS +KSnmRC25AQ0EV859HQEIAM116WD7qM2bwIuMIYFxe2ARaYpLlHvfm4ptgD6QQH4G +FhK00pWwd3pMXB7MXHv2gY6my1Y7hPQyn+clsE7mPzyxm3lswdZLWn1h6QCrMc+T +s+dynz9F46chbpDJ90QXs/hG8BOsA5P0F7D1YAjv1imPqm1Uo8RfsVCgnRSiENvm +hCKi5+TZiQnpy2wXDUyqiDcm4WvJRhr8UM+cZmOJHUJbUXWTw5iVIjlp6UN8Kbib +TXGsxSKjuEKFLIGZmhX1qP3V0ciZvqx8MMUJqtulcrJ8Pop2Vf2wGrTbfnJ9A2qD +i/MPVV9bfOnE3DO+E+cpoUVcdfe94yIbx3+ZXX3B0zcAEQEAAYkBHwQYAQIACQUC +V859HQIbDAAKCRDslNGPfwWZfs3LCACjpcZ3mE4k720A/11+0sYOvuQJqj7Kf+kT +Cy2AvGBwhHkWSJycz6XMxAiGTX9e9auk2Qwo5UiS9aDboipJJgEc9ptU2aDKi1uV +UCles9u0zNdcEPD03rKfGQ4MzGaMip3U+4OIWXtjhl5UsUOPnWSVjv5Ix6HHyY+y +i1y+ZDl7pyuaMzvTY5LuZEPOUpj/RibzfrYGNkH9XfsNVH29c8nS8Auz50ATr21T +qsALdsaeITr5ibhlPv0PGOhlwYk/cSD5647WoSK1NxhIOabzpb0Fl7CseC34PbQ1 +mVpvqmXoL+jeMnUliXxuyVVhf534xqJl0X6wyZXiZsGBApHyJDVzmQENBFaTa+4B +CACxyJ3oTNhz5oJOCu70mrxFqj/uqDfNm2K8Prr0CQ2I7yXijfTZGVIjURIzp+Zh +mc1LhZYlNwwI9ivFFvLoS9kH2rkx9EaIuP3ljtxQskRFrX4BepR9/EvIoi7tUuOE +qCy2pRy/y7Rc7s3Qbu/sPQ17wvRQqzTKsvoh9wxat6990l1MFjlF/xBOD4Qb9LJG +zc6Y8SLEEs7l/vAesL0viOME1hVQk+fG0KFosI32aeNnnLHPZbLiZ2YETvI5nROM +hleSDusqUpVxXzkIBcVLbCyeJooRsZAhJ6AB8qvhOXx2xTBBgMpwaE/DHF6Zkvms +VB6lRNqMLjGeLOkmqx1vjZynABEBAAG0IkJodXNoYW4gU2hhaCAoa2RlKSA8YnNo +YWhAa2RlLm9yZz6JATcEEwEIACEFAld3rtICGwMFCwkIBwIGFQgJCgsCBBYCAwEC +HgECF4AACgkQ/geEEX+84R1tfwf9GSACMGPFi9AArBwFhaYUKB4BJqNgCSRvQJ7g +tG6YAaW+o919AtmpO+nq0JtvrSXQVLbJ1jxEMXsNJnvZByiACm91u8z/LzMoI5C6 +RK13eGTTBr57LAE8lXI0xhkiSwQUAPQWJXumE1evoHExHrAi+z6aLa6QXwyqmP5a +mwked6S6R9GxGI2c+UPm9sVh4Lb1L/pEzeCdt7/1R1baAQ+weI1cVbfd4b9Qc5r/ +baq41CesZKz29UgorqiLyBXlWLUCClAXB/nrbAh7hR4pDhSsIExSTp8gBnBTpKc2 +NAzGZTxopcvi/SOAxkdFlfkBewXuvHOxg0S8s8z7Owaeckbj7bQgQmh1c2hhbiBT +aGFoIDxiaHVzaDk0QGdtYWlsLmNvbT6JATcEEwEIACEFAlaTa+4CGwMFCwkIBwIG +FQgJCgsCBBYCAwECHgECF4AACgkQ/geEEX+84R3CQggAmSPWL+WBizj5WIcSZ2Ox +1jCNnCcZ73K84s7ZSd83mq6fgi4O4/JqoZCMCU2YzMuo7Cs/h1UPXkARgf/bPFi7 +XKvEytQd0lOSUSubn27ederXfUuhUo5FNneiyYBX9Ri1RjOPv5oE3cmYWM34Xvl/ +O6ucRJ28s8Z9GuWG6NChbbHdkDIhulCzWWiMtIQXG7zGWRdjcqRItGVSjEaCdyWE +L6i//5n0TiM+PPidmFO4A56blLCHrIe6MPW/fAiWBzWpTxTUpn66XC3AMBWdLT/5 +ZCNea1qXY+I/TBwIiBl1mKFN1j945j216mnX1IHBSR01yrMxsBnJ+Hx3i32OxhEf +jrkBDQRWk2vuAQgAvA+l8nsDh1/p03OJgUHy5q5jSbukV+5GP3MLwLLJHrzkzT84 +CSbZ1CUCNYgAViO1PPGn4wL1NcM2KwXxH0ON4dXD8OjTGOP3Jh3vGIpgoJPHDWCh +ktLDN/mCfITU0hsSiWu2N0Q8QyyvX0qhtcWulEXHLTU+e62ru8VLVRMRaTdKhnk7 +TADiw6d+sGPo0mAaVWe/2f49Eg0H/UoVNBtjmTCrGb3B9SmnTlVuJE9uyEhzexCW +43TDwpmcrSfuUsYvTxR2Aq/50dagWP49KLiku9bkoc3LLM+VoJ5Jj/O377H6XwkC +ZeUpIj2r3XaHWaAQkUSsKkJ1e57NyRZoe1NvpQARAQABiQEfBBgBCAAJBQJWk2vu +AhsMAAoJEP4HhBF/vOEdONIH/RviPwDNbm+1AITwED2duUnSGkx/ejFeXJlrLnE5 +xlMtVw4fCNIWWhAf5JFhzq5mysqoYPzbYBKl7T/5KiV+a7k7fQDd00pcSfiKwssA +pt95Eu8j0QA4MDbIaAn/xx91bo3HDeCnw4yLooy0mW3yGxunBqNm4Ks+reKfTWma +H3EIRXz8AIH79yC9QzRamb1KIQz8v4+XlOyHQ48rS54RlGU30q84Vl5AmcmykTlt +Oc0nDEXebi92/op/2bvK4HhP5SxfJ5g+NmCdOfJ/u9i40ez+Q6q25WwIS4kIPAgW +6yBSaM0FMlA5088LBkRbkAMe268qbDkqln2HFRKl8YicHay5AQ0EWivdggEIALrl +1fmIdKmDulkGS5xPl9AYrz5UWNbx+Adsw4AwWNKq2yHT5eP6b28EC5P1aNslWah3 +6BoW6pwZF2Rac1fUDDpxHa6zKPLp5v9Nn+27hGeel5JCk6XpbJet0LtKrtvyEqX8 +QsURSxmXY/lSwNEloXtHnMIEfvdWb3ChNW8n8xvfrG1WNL/FkKvWX8dIVKP9CX+/ +hQIlFiIJkulx7gp/g2AUx6xnBhH/glOuPpXx+Qmxs+NgCqrGM2cGFleEWq8DQVQ7 +jOl3apQvZuFnETqLOasldF0ObBP0gcrhztWuWWsxRT2656ogbYNTzkLOLkMOMFNk +bBDPmxlCETUxaCKYx7EAEQEAAYkCbAQYAQgAIBYhBAqsd1u2Q3qNmvejrP4HhBF/ +vOEdBQJaK92CAhsCAUAJEP4HhBF/vOEdwHQgBBkBCAAdFiEEs8s2ZVJUC+Bu6a2X +EZaMRJKMrvwFAlor3YIACgkQEZaMRJKMrvxlSQf/dMHVeQbG+d1/2otR3UnBO3T/ +nJYQ41RIFPO+tNRe3J7c3qPRAErKNmC3ZF5zROBqvEx1KVy5Pzy05bpuc9jqzmG3 +H681lNZC0YLg4FXIqnMiPuHr+T+cHIU6y60Tl+7shBquX0x2Iu8RJqJURlxVBAHL +FkRsEugzqtvLA0m4aPi0S18jwRVROpU5l84yGsOacT4DFxxj429r7hz94XBUt/Ap +GyoBYJ75Qs3gnmt8uq1bPOsVVIv5dQv7QHUxR5MW0EM8qGzVjheebo4ddoljjxap +Wi10iXEoEW+iQbpj0t1+INwxDnliyjl4Kl11nU8/Z/duRtbPWc+RKkRjj4ObVDaa +B/4g4VraKz1/cqbliz5ic6v3v+pe3dWGOadRT/PHxvt9ywzsT+vaQqnyKEuId8bS +AbaumTg/L3lYW+Bl0l96Nf6xxLq9cI/CXSCk4si0HHNGxP6qpFNc9sLTw56QzIkq +fitF87nq6zpE0dzb246tTd3gE+3KfbvrfYyDQXuC9+vg80GXcFBr4u6IzD02Nryj +OlWUhxCg5sNQuCH6faEhFQJUJNgLJZXSwP/IbgN1e+dvgqLFc+JDtIP34tS6pE7J +BX0VTu2NWW7OTeKm/9q3V6eHGBJijXvyCPsvcaAscqGwRGQRAixwmXyHTtrAeJ7e +9mPtPxudnFths9so2z9DGmaduQENBFor3b0BCACzoDyH2gsTKGGDkR3yybCeerjh +j+mHISDX8u8Blb7TT752wuF6eqvFD0oo6LpI2n8OWT2RbgWexN0KuFcf3kU3B6GK +uNAmocRQ5lL7em5wwhZbDFzVwkjlLZ4Xo+XJTIwrZu2sLZDg9uSUK8twJpsQHkL/ +NOywXImMvv4nUZWr9bEMlDoHIYkv57EkF/pZLY8FypLO0I/9zqZbvg/I04oNqhnT +VK3nZG4GYbFbHb4rZribgatyGsNopV+JevYPYqMQYu+PNW5mi1dT9gbR7KlKZhO8 +KcOCXUPjUwYgD7jPjqqNvJlk1aKL+Uh/UBznr4FSSgnzO0XwY/MxlSdx/w3LABEB +AAGJATYEGAEIACAWIQQKrHdbtkN6jZr3o6z+B4QRf7zhHQUCWivdvQIbIAAKCRD+ +B4QRf7zhHd90CACFf1rob/ih2CpCs8MyWKhGRCkXhakpPdVvnrRw3+9pjwdyfiH6 +JDWAkoBJuEf+e9KfbiAQXHMSz8E72yVO7/VLb3NJBXLvbcTVjoHtFtOOqqrkaFiM +BWcWy8HEpfF8JYYra7dUwGT67CEccs18x3hPVUyAFkH7Z470RqfCn3Ql6C4JTJG+ +CkReuaczD3+dYT0kOe29lYZsGaIfWOG+RTOHICnaLoNgof4DxVk3dChlrkkbPMSp +1LoJN19I9PPaaPNY9Q03DHswM/UGW0rNajNT4cZf0miRBMG/0j+j2hkvTD73zKbI +bs8/0reS1nrBgjiRzBunFiJv0ABSLle1liqY +=l3YP +-----END PGP PUBLIC KEY BLOCK----- diff -Nru polkit-kde-agent-1-5.4.3/debian/watch polkit-kde-agent-1-5.12.5/debian/watch --- polkit-kde-agent-1-5.4.3/debian/watch 2015-12-01 10:45:53.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/debian/watch 2018-05-05 21:46:45.000000000 +0000 @@ -1,3 +1,2 @@ -version=3 -http://download.kde.org/unstable/plasma/([\d.]+)/polkit-kde-agent-1-([\d.]+)\.tar\.xz -http://download.kde.org/stable/plasma/([\d.]+)/polkit-kde-agent-1-([\d.]+)\.tar\.xz +version=4 +opts=pgpsigurlmangle=s/$/.sig/ http://download.kde.org/stable/plasma/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ diff -Nru polkit-kde-agent-1-5.4.3/main.cpp polkit-kde-agent-1-5.12.5/main.cpp --- polkit-kde-agent-1-5.4.3/main.cpp 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/main.cpp 2018-05-01 13:06:29.000000000 +0000 @@ -29,8 +29,25 @@ #include "policykitkde.h" +#if HAVE_SYS_PRCTL_H +#include +#endif +#if HAVE_SYS_PROCCTL_H +#include +#include +#endif + int main(int argc, char *argv[]) { + // disable ptrace +#if HAVE_PR_SET_DUMPABLE + prctl(PR_SET_DUMPABLE, 0); +#endif +#if HAVE_PROC_TRACE_CTL + int mode = PROC_TRACE_CTL_DISABLE; + procctl(P_PID, getpid(), PROC_TRACE_CTL, &mode); +#endif + KLocalizedString::setApplicationDomain("polkit-kde-authentication-agent-1"); KAboutData aboutData("polkit-kde-authentication-agent-1", i18n("PolicyKit1 KDE Agent"), POLKIT_KDE_1_VERSION); aboutData.addLicense(KAboutLicense::GPL); diff -Nru polkit-kde-agent-1-5.4.3/po/ar/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ar/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ar/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:50.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ar/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:41.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2012-01-22 19:22+0300\n" "Last-Translator: Abdalrahim G. Fakhouri \n" "Language-Team: Arabic \n" @@ -19,67 +19,86 @@ "X-Generator: Virtaal 0.7.0\n" "X-Project-Style: kde\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "زايد السعيدي" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "zayed.alsaidi@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "التطبيق:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "الإجراء:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "البائع:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "التطبيق:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "الإجراء:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "كلمة السر للجذر:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "كلمة السر لـ%1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "كلمة السر:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "كلمة السر أو امسح بالأصبع للجذر:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "كلمة السر أو امسح بالأصبع لـ%1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "كلمة السر أو امسح بالأصبع :" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,72 +106,74 @@ "يوجد تطبيق يحاول أن يقوم بإجراء يتطلب صلاحيات. يجب الاستيثاق قبل أن ينفذ ذاك " "الإجراء." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "اختر مستخدم" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "فشل الاستيثاق ، الرجاء المحاولة مجددا." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "انقر لتحرر %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "انقر لتفتح %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "كلمة السر:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "المشرف" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "المشرف" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "يوجد عميل أخر يقوم بالاستيثاق ، الرجاء المحاولة لاحقا." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ast/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ast/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ast/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:50.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ast/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:41.000000000 +0000 @@ -1,15 +1,15 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# enolp , 2015. +# enolp , 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-04-11 01:03+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2016-12-21 16:36+0100\n" "Last-Translator: enolp \n" -"Language-Team: Asturian \n" +"Language-Team: Asturian \n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,148 +17,155 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#, fuzzy +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Softastur" -#, fuzzy +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "alministradores@softastur.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -#, fuzzy -msgid "Application:" -msgstr "Aplicación:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 -#, fuzzy +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" -msgstr "Aición:" +msgstr "" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 -#, fuzzy +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" -msgstr "Vendedor:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "" -#: AuthDialog.cpp:74 -#, fuzzy +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" -msgstr "Detalles" +msgstr "" -#: AuthDialog.cpp:90 -#, fuzzy +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" -msgstr "Ríquese l'autenticación" +msgstr "" -#: AuthDialog.cpp:180 -#, fuzzy +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" -msgstr "Contraseña pa root:" +msgstr "" -#: AuthDialog.cpp:182 -#, fuzzy, kde-format +#: AuthDialog.cpp:181 +#, kde-format msgid "Password for %1:" -msgstr "Contraseña pa %1:" +msgstr "" -#: AuthDialog.cpp:186 -#, fuzzy +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" -msgstr "Contraseña:" +msgstr "" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "" -#: AuthDialog.cpp:242 -#, fuzzy, kde-format +#: AuthDialog.cpp:241 +#, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" -msgstr "%1 (%2)" +msgstr "" -#: AuthDialog.cpp:308 -#, fuzzy +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." -msgstr "Fallu d'autenticación, por favor inténtalu de nueves." +msgstr "" -#: AuthDialog.cpp:334 -#, fuzzy, kde-format +#: AuthDialog.cpp:333 +#, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" -msgstr "%1:" - -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" msgstr "" -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, kde-format msgid "P&assword:" -msgstr "&Contraseña:" +msgstr "" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" -msgstr "Axente KDE de PolicyKit1" +msgstr "" -#: main.cpp:37 -#, fuzzy +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." -msgstr "(c) 2009 Red Hat, Inc." +msgstr "" -#: main.cpp:38 -#, fuzzy +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" -msgstr "Lukáš Tinkl" +msgstr "" -#: main.cpp:38 -#, fuzzy +#: main.cpp:55 +#, kde-format msgid "Maintainer" -msgstr "Caltenedor" +msgstr "" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" -msgstr "Jaroslav Reznik" +msgstr "" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/bs/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/bs/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/bs/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:50.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/bs/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:43.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: polkit-kde-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2014-02-08 23:53+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -20,67 +20,86 @@ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Samir Ribić" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "samir.ribic@etf.unsa.ba" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Akcija:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Proizvođač:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Akcija:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Korijena lozinka:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Lozinka za %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Lozinka:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Lozinka ili otisak prsta za root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Lozinka ili otisak prsta za %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Lozinka ili otisak prsta:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -88,72 +107,74 @@ "Program pokušava da izvede radnju koja zahtijeva određena ovlašćenja. Za " "izvođenje te radnje neophodna je autentifikacija." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Izbor korisnika" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Greška u provjeri autentičnosti, pokušajte ponovo" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Kliknite da uredite %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Kliknite da otvorite %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Lozinka:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Održava" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Održava" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Drugi klijent se već autentifikuje, pokušajte ponovo kasnije." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ca/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ca/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ca/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:50.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ca/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:43.000000000 +0000 @@ -1,87 +1,105 @@ # Translation of polkit-kde-authentication-agent-1.po to Catalan -# Copyright (C) 2009-2015 This_file_is_part_of_KDE +# Copyright (C) 2009-2018 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2 or later. # # Manuel Tortosa Moreno , 2009. # Joan Maspons , 2011. -# Josep Ma. Ferrer , 2011, 2015. +# Josep Ma. Ferrer , 2011, 2015, 2018. msgid "" msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-11 16:04+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-06 20:00+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Manuel Tortosa Moreno" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "manutortosa@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicació:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Acció:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Proveïdor:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicació:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "ID d'acció:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalls" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Es requereix autenticació" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Contrasenya per a l'administrador:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Contrasenya per a %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Contrasenya:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Poseu la contrasenya o llisqueu el dit per a l'administrador:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Poseu la contrasenya o llisqueu el dit per a %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Poseu la contrasenya o llisqueu el dit:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,67 +107,72 @@ "Una aplicació està intentant de dur a terme una acció que requereix " "privilegis. Cal autentificar-se per dur a terme aquesta acció." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Selecció d'usuari" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Ha fallat l'autenticació, si us plau, torneu-ho a intentar." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Cliqueu per editar %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Cliqueu per obrir %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "Contr&asenya:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agent PolicyKit1 del KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Mantenidor" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Mantenidor anterior" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Un altre client ja s'està autenticant. Si us plau, torneu-ho a provar més " diff -Nru polkit-kde-agent-1-5.4.3/po/ca@valencia/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ca@valencia/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ca@valencia/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:50.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ca@valencia/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:43.000000000 +0000 @@ -1,155 +1,178 @@ # Translation of polkit-kde-authentication-agent-1.po to Catalan (Valencian) -# Copyright (C) 2009-2015 This_file_is_part_of_KDE +# Copyright (C) 2009-2018 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2 or later. # # Manuel Tortosa Moreno , 2009. # Joan Maspons , 2011. -# Josep Ma. Ferrer , 2011, 2015. +# Josep Ma. Ferrer , 2011, 2015, 2018. msgid "" msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-11 16:04+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-06 20:00+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Manuel Tortosa Moreno" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "manutortosa@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicació:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Acció:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Proveïdor:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicació:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "ID d'acció:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalls" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Es requereix autenticació" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Contrasenya per a l'administrador:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Contrasenya per a %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Contrasenya:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Poseu la contrasenya o llisqueu el dit per a l'administrador:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Poseu la contrasenya o llisqueu el dit per a %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Poseu la contrasenya o llisqueu el dit:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" "Una aplicació està intentant de dur a terme una acció que requereix " -"privilegis. Cal autentificar-se per dur a terme esta acció." +"privilegis. Cal autentificar-se per dur a terme aquesta acció." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Selecció d'usuari" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Ha fallat l'autenticació, per favor, torneu-ho a intentar." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Cliqueu per editar %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Cliqueu per obrir %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "Contr&asenya:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agent PolicyKit1 del KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Mantenidor" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Mantenidor anterior" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Un altre client ja s'està autenticant. Per favor, torneu-ho a provar més " diff -Nru polkit-kde-agent-1-5.4.3/po/cs/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/cs/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/cs/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:50.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/cs/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:43.000000000 +0000 @@ -1,84 +1,102 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Vít Pelčák , 2010, 2012, 2015. +# Vít Pelčák , 2010, 2012, 2015, 2018. # Lukáš Tinkl , 2012. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-12 10:28+0100\n" -"Last-Translator: Vít Pelčák \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-19 15:18+0100\n" +"Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Vít Pelčák, Tomáš Chvátal" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "vit@pelcak.org, tomas.chvatal@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplikace:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Činnost:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Dodavatel:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplikace:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "ID činnosti:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Podrobnosti" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Je vyžadováno ověření totožnosti" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Heslo pro superuživatele:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Heslo pro %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Heslo:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Ověřit heslo nebo otisk prstu uživatele root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Ověřit heslo nebo otisk prstu uživatele: %1" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Heslo nebo přejeďte prstem:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,66 +104,71 @@ "Aplikace se pokouší provádět činnost vyžadující privilegia. K provedení této " "činnosti je potřeba ověření oprávnění." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Vybrat uživatele" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Selhalo ověření, prosím zkuste znova." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klikněte pro úpravy %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klikněte pro otevření %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Heslo:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 Agent KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Správce" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Předchozí správce" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Už se ověřuje jiný klient. Prosím, zkuste to později." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/da/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/da/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/da/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/da/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:44.000000000 +0000 @@ -6,10 +6,10 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-08-26 20:29+0200\n" "Last-Translator: Martin Schlander \n" -"Language-Team: Danish \n" +"Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,67 +17,86 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Martin Schlander" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "mschlander@opensuse.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Handling:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Leverandør:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Handling:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detaljer" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Autentificering kræves" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Adgangskode for root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Adgangskode for %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Adgangskode:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Adgangskode eller fingeraftryk for root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Adgangskode eller fingeraftryk for %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Adgangskode eller fingeraftryk:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,66 +104,71 @@ "Et program forsøger at udføre en handling der kræver kræver privilegier. " "Godkendelse kræves for at udføre handlingen." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Vælg bruger" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentificering mislykkedes, prøv igen." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klik for at redigere %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klik for at åbne %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Adgangskode:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE-agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Vedligeholder" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Tidligere vedligeholder" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "En anden klient godkender allerede, prøv igen senere." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/de/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/de/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/de/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/de/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:44.000000000 +0000 @@ -1,82 +1,100 @@ # Johannes Obermayr , 2010. # Rolf Eike Beer , 2012. -# Burkhard Lück , 2015. +# Burkhard Lück , 2015, 2018. msgid "" msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-13 19:21+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-09 14:42+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Johannes Obermayr" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "johannesobermayr@gmx.de" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Anwendung:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Aktion:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Hersteller:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Anwendung:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "Aktionskennung:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Details" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Authentifizierung erforderlich" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Passwort des Systemverwalters:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Passwort für %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Passwort:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Passwort oder Fingerabdruck des Systemverwalters:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Passwort oder Fingerabdruck für %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Passwort oder Fingerabdruck:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -84,67 +102,72 @@ "Eine Anwendung versucht, eine Aktion auszuführen, die erweiterte Rechte " "benötigt. Für diese Aktion müssen Sie sich berechtigen." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Benutzer auswählen" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Die Berechtigung ist abgewiesen worden. Bitte versuchen Sie es erneut." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klicken, um „%1“ zu bearbeiten" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klicken, um „%1“ zu öffnen" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "P&asswort:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE-Agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009, Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Betreuer" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Ehemaliger Betreuer" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Ein anderer Rechner versucht gerade sich zu berechtigen. Bitte versuchen Sie " diff -Nru polkit-kde-agent-1-5.4.3/po/el/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/el/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/el/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/el/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:44.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-02-10 12:50+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" @@ -19,67 +19,86 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Πανταζής Νίκος" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "pantazisnikolaos@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Εφαρμογή:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Ενέργεια:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Προμηθευτής:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Εφαρμογή:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Ενέργεια:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Λεπτομέρειες" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Απαιτείται ταυτοποίηση" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Κωδικός πρόσβασης root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Κωδικός πρόσβασης για %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Κωδικός πρόσβασης:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Κωδικός πρόσβασης ή δακτυλικό αποτύπωμα για root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Κωδικός πρόσβασης ή δακτυλικό αποτύπωμα για %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Κωδικός πρόσβασης ή δακτυλικό αποτύπωμα:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,67 +106,72 @@ "Μία εφαρμογή αποπειράται να εκτελέσει μία ενέργεια που απαιτεί προνόμια. " "Απαιτείται πιστοποίηση για την εκτέλεση αυτής της ενέργειας." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Επιλογή χρήστη" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Η πιστοποίηση απέτυχε, παρακαλώ προσπαθήστε ξανά." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Κλικ για επεξεργασία του %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Κλικ για άνοιγμα του %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "Κω&δικός πρόσβασης:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Πράκτορας PolicyKit1 KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Συντηρητής" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Πρώην συντηρητής" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Ένας άλλος πελάτης ήδη πιστοποιείται, παρακαλώ δοκιμάστε ξανά αργότερα." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/en_GB/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/en_GB/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/en_GB/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/en_GB/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:45.000000000 +0000 @@ -2,83 +2,101 @@ # This file is distributed under the same license as the PACKAGE package. # # Andrew Coles , 2009, 2010. -# Steve Allewell , 2014, 2015. +# Steve Allewell , 2014, 2015, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-18 12:27+0000\n" -"Last-Translator: \n" -"Language-Team: British English \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-08 13:55+0000\n" +"Last-Translator: Steve Allewell \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Andrew Coles, Steve Allewell" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "andrew_coles@yahoo.co.uk, steve.allewell@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Application:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Action:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Vendor:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Application:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "Action ID:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Details" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Authentication Required" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Password for root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Password for %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Password:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Password or swipe finger for root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Password or swipe finger for %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Password or swipe finger:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,66 +104,71 @@ "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Select User" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Authentication failure, please try again." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Click to edit %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Click to open %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "P&assword:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE Agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Maintainer" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Former maintainer" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Another client is already authenticating, please try again later." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/eo/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/eo/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/eo/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/eo/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:45.000000000 +0000 @@ -5,147 +5,169 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2009-12-29 14:11+0100\n" "Last-Translator: Axel Rousseau \n" "Language-Team: esperanto \n" -"Language: \n" +"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: pology\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Axel Rousseau" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "axel@esperanto-jeunes.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Programo:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Ago:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Vendisto:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Programo:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Ago:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Pasvorto:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Pasvorto:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Prizorganto" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Prizorganto" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/es/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/es/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/es/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/es/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:45.000000000 +0000 @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Automatically generated, 2015. -# Eloy Cuadra , 2015. +# Eloy Cuadra , 2015, 2018. msgid "" msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-02-03 11:02+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-10 17:08+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" "Language: es\n" @@ -17,69 +17,87 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Eloy Cuadra" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "ecuadra@eloihr.net" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicación:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Acción:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Vendedor:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicación:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "ID de la acción:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalles" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Se necesita autenticación" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Contraseña de usuario «root»:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Contraseña de %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Contraseña:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Introduzca la contraseña o pase el dedo para el usuario root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Introduzca la contraseña o pase el dedo para el usuario %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Introduzca la contraseña o pase el dedo:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,67 +105,72 @@ "Una aplicación está intentando realizar una acción que necesita privilegios. " "Se necesita autenticación para realizar dicha acción." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Seleccionar usuario" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Fallo de autenticación; por favor, vuelva a intentarlo." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Haga clic para editar %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Haga clic para abrir %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "C&ontraseña:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agente de KDE para PolicyKit1" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Encargado" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Encargado anterior" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Ya se está autenticando otro cliente; por favor, vuelva a intentarlo más " diff -Nru polkit-kde-agent-1-5.4.3/po/et/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/et/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/et/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/et/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:45.000000000 +0000 @@ -1,83 +1,102 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Marek Laane , 2009, 2010, 2011. +# Marek Laane , 2009, 2010, 2011, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2011-12-22 18:50+0200\n" -"Last-Translator: Marek Laane \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2016-01-11 21:25+0200\n" +"Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Marek Laane" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "bald@smail.ee" - -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Rakendus:" +msgstr "qiilaq69@gmail.com" #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Toiming:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Tootja:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Rakendus:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Toiming:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" -msgstr "" +msgstr "Üksikasjad" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" -msgstr "" +msgstr "Vajalik on autentimine" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Administraatori parool:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Kasutaja %1 parool:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Parool:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Administraatori parool või sõrmejälg:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Kasutaja %1 parool või sõrmejälg:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Parool või sõrmejälg:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,72 +104,71 @@ "Rakendus püüab sooritada toimingut, mis nõuab privileege. Selleks toiminguks " "on vaja end autentida." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Vali kasutaja" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentimine nurjus, palun proovi uuesti." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klõpsa, et muuta %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klõpsa, et avada %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy -#| msgid "Password:" +#, kde-format msgid "P&assword:" -msgstr "Parool:" +msgstr "P&arool:" -#: main.cpp:35 -#, fuzzy -#| msgid "PolicyKit1-KDE" +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" -msgstr "PolicyKit1-KDE" +msgstr "PolicyKit1 KDE agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009: Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" -msgstr "" +msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Hooldaja" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy -#| msgid "Maintainer" +#: main.cpp:56 +#, kde-format msgid "Former maintainer" -msgstr "Hooldaja" +msgstr "Endine hooldaja" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Teine klient juba autendib, palun proovi hiljem uuesti." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/fi/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/fi/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/fi/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/fi/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:46.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-01-10 15:58+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -23,67 +23,86 @@ "X-POT-Import-Date: 2012-12-01 22:20:07+0000\n" "X-Generator: Lokalize 1.5\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Lasse Liehu,Jorma Karvonen" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "lasse.liehu@gmail.com,karvonen.jorma@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Sovellus:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Toiminto:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Toimittaja:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Sovellus:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Toiminto:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Yksityiskohdat" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Tunnistautumista vaaditaan" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Pääkäyttäjän salasana:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Käyttäjän %1 salasana:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Salasana:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Pääkäyttäjän salasana tai sormen pyyhkäisy:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Käyttäjän %1 salasana tai sormen pyyhkäisy:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Salasana tai sormen pyyhkäisy:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -91,67 +110,72 @@ "Sovellus yrittää suorittaa toiminnon, joka vaatii lisäoikeuksia. Sen " "suorittamiseksi tarvitsee tunnistautua." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Valitse käyttäjä" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Tunnistautumisvirhe. Yritä uudelleen." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Muokkaa %1 napsauttamalla" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Avaa %1 napsauttamalla" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Salasana:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE-agentti" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Ylläpitäjä" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Aiempi ylläpitäjä" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Tunnistautuminen on jo meneillään toisessa ohjelmassa. Yritä myöhemmin " diff -Nru polkit-kde-agent-1-5.4.3/po/fr/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/fr/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/fr/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/fr/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:46.000000000 +0000 @@ -2,86 +2,106 @@ # This file is distributed under the same license as the PACKAGE package. # Geoffray Levasseur , 2009, 2010, 2011, 2012. # xavier , 2013. +# Vincent Pinon , 2016. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2013-07-04 17:50+0200\n" -"Last-Translator: xavier \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2016-11-23 10:19+0100\n" +"Last-Translator: Vincent Pinon \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Geoffray Levasseur" +msgstr "Geoffray Levasseur, Vincent Pinon" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "geoffray.levasseurbrandin@numericable.fr" - -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Application :" +msgstr "geoffray.levasseurbrandin@numericable.fr, vpinon@kde.org" #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Action :" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Fournisseur :" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Application :" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Action :" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" -msgstr "" +msgstr "Détails" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" -msgstr "" +msgstr "Authentification requise" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Mot de passe administrateur :" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Mot de passe de %1 :" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Mot de passe :" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Mot de passe ou empreinte digitale administrateur :" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Mot de passe ou empreinte digitale de %1 :" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Mot de passe ou empreinte digitale :" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,73 +109,72 @@ "Une application essaye d'effectuer une action nécessitant des droits " "d'accès. Une authentification est requise pour accomplir cette action." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Sélectionner un utilisateur" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Échec d'authentification. Veuillez réessayer." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1 :" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Cliquez pour modifier %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Cliquez pour ouvrir %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy -#| msgid "Password:" +#, kde-format msgid "P&assword:" -msgstr "Mot de passe :" +msgstr "Mot de p&asse :" -#: main.cpp:35 -#, fuzzy -#| msgid "PolicyKit1-KDE" +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" -msgstr "PolicyKit1-KDE" +msgstr "Agent PolicyKit1 de KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" -msgstr "" +msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Mainteneur" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy -#| msgid "Maintainer" +#: main.cpp:56 +#, kde-format msgid "Former maintainer" -msgstr "Mainteneur" +msgstr "Ancien mainteneur" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Un autre client est déjà en cours d'authentification. Veuillez ré-essayer " diff -Nru polkit-kde-agent-1-5.4.3/po/ga/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ga/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ga/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ga/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:46.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2009-12-24 06:59-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -17,67 +17,86 @@ "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " "3 : 4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Kevin Scannell" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kscanne@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Feidhmchlár:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Gníomh:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Díoltóir:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Feidhmchlár:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Gníomh:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Focal faire an fhorúsáideora:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Focal faire %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Focal Faire:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Focal faire an fhorúsáideora nó faidhpeáil méar:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Focal faire %1 nó faidhpeáil méar:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Focal faire nó faidhpeáil méar:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,72 +104,74 @@ "Tá feidhmchlár ag iarraidh gníomh a dhéanamh agus ceadanna de dhíth air. " "Caithfidh tú údarú a fháil chun an gníomh seo a dhéanamh." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Roghnaigh Úsáideoir" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Theip ar fhíordheimhniú. Bain triail eile as." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Cliceáil chun %1 a chur in eagar" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Cliceáil chun %1 a oscailt" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Focal Faire:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Cothaitheoir" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Cothaitheoir" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Tá cliant eile ag fíordheimhniú cheana. Bain triail eile as ar ball." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/gl/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/gl/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/gl/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:51.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/gl/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:47.000000000 +0000 @@ -3,152 +3,176 @@ # # Marce Villarino , 2009. # Adrián Chaves Fernández , 2012, 2015. +# Adrián Chaves (Gallaecio) , 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-03-15 20:03+0100\n" -"Last-Translator: Adrián Chaves Fernández \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-18 19:38+0100\n" +"Last-Translator: Adrian Chaves \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Marce Villarino, Adrián Chaves Fernández (Gallaecio)" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "mvillarino@gmail.com, adriyetichaves@gmail.com" - -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicativo:" +msgstr "mvillarino@gmail.com, adrian@chaves.io" #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Acción:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Fabricante:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicativo:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "Identificador da acción:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalles" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Debe autenticarse" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Contrasinal de «root»:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" -msgstr "Contrasinal de «%1»:" +msgstr "Contrasinal de %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Contrasinal:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Contrasinal ou pegada dixital de «root»:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" -msgstr "Contrasinal ou pegada dixital de «%1»:" +msgstr "Contrasinal ou pegada dixital de %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Contrasinal ou pegada dixital:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -"Un aplicativo está a tentar realizar unha acción que require privilexios. " +"Un aplicativo está a intentar realizar unha acción que require privilexios. " "Debe autenticarse para realizar esta acción." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Escoller un usuario" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." -msgstr "Fallou a autenticación, ténteo de novo." +msgstr "Fallo de autenticación, inténteo de novo." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Prema para editar %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Prema para abrir %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Contrasinal:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Axente de KDE para PolicyKit" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Mantenedor" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Mantedor orixinal." #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." -msgstr "Xa está a autenticar outro aplicativo, ténteo máis tarde." \ No newline at end of file +msgstr "Xa está a autenticar outro aplicativo, inténteo máis tarde." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/he/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/he/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/he/polkit-kde-authentication-agent-1.po 1970-01-01 00:00:00.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/he/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:47.000000000 +0000 @@ -0,0 +1,175 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Elkana Bardugo , 2016. +# Elkana Bardugo , 2017. #zanata +msgid "" +msgstr "" +"Project-Id-Version: polkit-kde-authentication-agent-1\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2017-05-16 06:57-0400\n" +"Last-Translator: Copied by Zanata \n" +"Language-Team: Hebrew \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Zanata 3.9.6\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "אלקנה ברדוגו" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "ttv200@gmail.com" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format +msgid "Action:" +msgstr "פעולה:" + +#. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format +msgid "Vendor:" +msgstr "ספק:" + +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "יישום:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "פעולה:" + +#: AuthDialog.cpp:73 +#, kde-format +msgid "Details" +msgstr "נתונים" + +#: AuthDialog.cpp:89 +#, kde-format +msgid "Authentication Required" +msgstr "נדרש אימות" + +#: AuthDialog.cpp:179 +#, kde-format +msgid "Password for root:" +msgstr "סיסמה ל־root:" + +#: AuthDialog.cpp:181 +#, kde-format +msgid "Password for %1:" +msgstr "סיסמה ל־%1:" + +#: AuthDialog.cpp:185 +#, kde-format +msgid "Password:" +msgstr "סיסמה:" + +#: AuthDialog.cpp:191 +#, kde-format +msgid "Password or swipe finger for root:" +msgstr "סיסמה או טביעת אצבע ל־root:" + +#: AuthDialog.cpp:193 +#, kde-format +msgid "Password or swipe finger for %1:" +msgstr "סיסמה או טביעת אצבע ל־%1:" + +#: AuthDialog.cpp:197 +#, kde-format +msgid "Password or swipe finger:" +msgstr "סיסמה או טביעת אצבע:" + +#: AuthDialog.cpp:207 +#, kde-format +msgid "" +"An application is attempting to perform an action that requires privileges. " +"Authentication is required to perform this action." +msgstr "" +"יישום מנסה לבצע פעולה הדורשת הרשאות.\n" +"נדרש אימות כדי לבצע את הפעולה" + +#: AuthDialog.cpp:222 +#, kde-format +msgid "Select User" +msgstr "בחר משתמש" + +#: AuthDialog.cpp:241 +#, kde-format +msgctxt "%1 is the full user name, %2 is the user login name" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: AuthDialog.cpp:307 +#, kde-format +msgid "Authentication failure, please try again." +msgstr "האימות נכשל, נסה שוב." + +#: AuthDialog.cpp:333 +#, kde-format +msgctxt "" +"%1 is the name of a detail about the current action provided by polkit" +msgid "%1:" +msgstr "%1:" + +#: AuthDialog.cpp:349 AuthDialog.cpp:353 +#, kde-format +msgid "Click to open %1" +msgstr "לחץ כדי לתפוח את %1" + +#. i18n: ectx: property (text), widget (QLabel, lblPassword) +#: AuthDialog.ui:106 +#, kde-format +msgid "P&assword:" +msgstr "&סיסמה:" + +#: main.cpp:52 +#, kde-format +msgid "PolicyKit1 KDE Agent" +msgstr "PolicyKit1 KDE Agent" + +#: main.cpp:54 +#, kde-format +msgid "(c) 2009 Red Hat, Inc." +msgstr "(c) 2009 Red Hat, Inc." + +#: main.cpp:55 +#, kde-format +msgid "Lukáš Tinkl" +msgstr "Lukáš Tinkl" + +#: main.cpp:55 +#, kde-format +msgid "Maintainer" +msgstr "מתחזק" + +#: main.cpp:56 +#, kde-format +msgid "Jaroslav Reznik" +msgstr "Jaroslav Reznik" + +#: main.cpp:56 +#, kde-format +msgid "Former maintainer" +msgstr "Former maintainer" + +#: policykitlistener.cpp:74 +#, kde-format +msgid "Another client is already authenticating, please try again later." +msgstr "ישנו לקוח שכבר רץ, אנא נסה שוב מאוחר יותר." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/hr/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/hr/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/hr/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:52.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/hr/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2011-06-28 15:19+0200\n" "Last-Translator: Marko Dimjašević \n" "Language-Team: Croatian \n" @@ -21,67 +21,86 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Marko Dimjašević" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "marko@dimjasevic.net" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplikacija:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Radnja:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Izvođač:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplikacija:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Radnja:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Zaporka za root-a:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Zaporka za %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Zaporka:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Zaporka ili prođite prstom za root korisnika:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Zaporka ili prođite prstom za %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Zaporka ili prođite prstom:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,72 +108,74 @@ "Aplikacija pokušava izvesti radnju koja zahtijeva ovlasti. Potrebna je " "autentifikacija za izvođenje te radnje." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Odaberite korisnika" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Neuspjela autentifikacija. Pokušajte ponovo." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Kliknite da biste uredili %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Kliknite da biste otvorili %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Zaporka:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Održavatelj" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Održavatelj" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Drugi klijent se trenutno prijavljuje, molim pokušajte kasnije." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/hu/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/hu/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/hu/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:52.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/hu/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-03-27 14:10+0100\n" "Last-Translator: Kristóf Kiszel \n" "Language-Team: Hungarian \n" @@ -17,67 +17,86 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Kiszel Kristóf" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "ulysses@kubuntu.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Alkalmazás:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Művelet:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Gyártó:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Alkalmazás:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Művelet:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Részletek" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Hitelesítés szükséges" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Adja meg a root jelszavát:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Adja meg %1 jelszavát:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Adja meg a jelszót:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Adja meg a root jelszavát, vagy húzza le az ujját:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Adja meg %1 jelszavát, vagy húzza le az ujját:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Adja meg a jelszót, vagy húzza le az ujját:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,66 +104,71 @@ "Egy alkalmazás olyan műveletet próbál végrehajtani, ami jogosultságokat " "igényel. Hitelesítés szükséges a művelet végrehajtásához." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Felhasználó kiválasztása" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Hitelesítési hiba, próbálja újra." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Kattintson a(z) %1 szerkesztéséhez" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Kattintson a(z) %1 megnyitásához" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Jelszó:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(C) Red Hat Inc., 2009" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Karbantartó" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Korábbi karbantartó" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Egy másik kliens már hitelesít, próbálja meg később." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ia/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ia/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ia/polkit-kde-authentication-agent-1.po 1970-01-01 00:00:00.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ia/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:49.000000000 +0000 @@ -0,0 +1,172 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# giovanni , 2017. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2017-01-16 23:39+0100\n" +"Last-Translator: giovanni \n" +"Language-Team: Interlingua \n" +"Language: ia\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 2.0\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "g.sora@tiscali.it" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format +msgid "Action:" +msgstr "Action:" + +#. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format +msgid "Vendor:" +msgstr "Venditor:" + +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Application:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Action:" + +#: AuthDialog.cpp:73 +#, kde-format +msgid "Details" +msgstr "Detalios" + +#: AuthDialog.cpp:89 +#, kde-format +msgid "Authentication Required" +msgstr "" + +#: AuthDialog.cpp:179 +#, kde-format +msgid "Password for root:" +msgstr "" + +#: AuthDialog.cpp:181 +#, fuzzy, kde-format +msgid "Password for %1:" +msgstr "Contrasigno pro '%1'" + +#: AuthDialog.cpp:185 +#, kde-format +msgid "Password:" +msgstr "Contrasigno:" + +#: AuthDialog.cpp:191 +#, kde-format +msgid "Password or swipe finger for root:" +msgstr "" + +#: AuthDialog.cpp:193 +#, kde-format +msgid "Password or swipe finger for %1:" +msgstr "" + +#: AuthDialog.cpp:197 +#, kde-format +msgid "Password or swipe finger:" +msgstr "" + +#: AuthDialog.cpp:207 +#, kde-format +msgid "" +"An application is attempting to perform an action that requires privileges. " +"Authentication is required to perform this action." +msgstr "" + +#: AuthDialog.cpp:222 +#, kde-format +msgid "Select User" +msgstr "" + +#: AuthDialog.cpp:241 +#, kde-format +msgctxt "%1 is the full user name, %2 is the user login name" +msgid "%1 (%2)" +msgstr "" + +#: AuthDialog.cpp:307 +#, kde-format +msgid "Authentication failure, please try again." +msgstr "" + +#: AuthDialog.cpp:333 +#, kde-format +msgctxt "" +"%1 is the name of a detail about the current action provided by polkit" +msgid "%1:" +msgstr "" + +#: AuthDialog.cpp:349 AuthDialog.cpp:353 +#, kde-format +msgid "Click to open %1" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, lblPassword) +#: AuthDialog.ui:106 +#, kde-format +msgid "P&assword:" +msgstr "Contr&asigno:" + +#: main.cpp:52 +#, kde-format +msgid "PolicyKit1 KDE Agent" +msgstr "" + +#: main.cpp:54 +#, fuzzy, kde-format +msgid "(c) 2009 Red Hat, Inc." +msgstr "(c) 2001 Red Hat, Inc." + +#: main.cpp:55 +#, kde-format +msgid "Lukáš Tinkl" +msgstr "" + +#: main.cpp:55 +#, fuzzy, kde-format +msgid "Maintainer" +msgstr "Mantenitor" + +#: main.cpp:56 +#, kde-format +msgid "Jaroslav Reznik" +msgstr "" + +#: main.cpp:56 +#, fuzzy, kde-format +msgid "Former maintainer" +msgstr "Mantenitor Precedente" + +#: policykitlistener.cpp:74 +#, kde-format +msgid "Another client is already authenticating, please try again later." +msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/id/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/id/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/id/polkit-kde-authentication-agent-1.po 1970-01-01 00:00:00.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/id/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:49.000000000 +0000 @@ -0,0 +1,175 @@ +# Copyright (C) 2016 This_file_is_part_of_KDE +# This file is distributed under the same license as the package. +# Wantoyo , 2016, 2017, 2018. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2017-12-11 23:32+0700\n" +"Last-Translator: Wantoyo \n" +"Language-Team: Indonesian \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 2.0\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Wantoyo" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "wantoyek@gmail.com" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format +msgid "Action:" +msgstr "Tindakan:" + +#. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format +msgid "Vendor:" +msgstr "Vendor:" + +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplikasi:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Tindakan:" + +#: AuthDialog.cpp:73 +#, kde-format +msgid "Details" +msgstr "Perincian" + +#: AuthDialog.cpp:89 +#, kde-format +msgid "Authentication Required" +msgstr "Diperlukan Pengesahan" + +#: AuthDialog.cpp:179 +#, kde-format +msgid "Password for root:" +msgstr "Sandi untuk root:" + +#: AuthDialog.cpp:181 +#, kde-format +msgid "Password for %1:" +msgstr "Sandi untuk %1:" + +#: AuthDialog.cpp:185 +#, kde-format +msgid "Password:" +msgstr "Sandi:" + +#: AuthDialog.cpp:191 +#, kde-format +msgid "Password or swipe finger for root:" +msgstr "Sandi atau gesekan jari untuk root:" + +#: AuthDialog.cpp:193 +#, kde-format +msgid "Password or swipe finger for %1:" +msgstr "Sandi atau gesekan jari untuk %1:" + +#: AuthDialog.cpp:197 +#, kde-format +msgid "Password or swipe finger:" +msgstr "Sandi atau gesekan jari:" + +#: AuthDialog.cpp:207 +#, kde-format +msgid "" +"An application is attempting to perform an action that requires privileges. " +"Authentication is required to perform this action." +msgstr "" +"Sebuah aplikasi telah mencoba untuk melakukan tindakan yang membutuhkan hak " +"istimewa. Pengesahan diperlukan untuk melakukan tindakan ini." + +#: AuthDialog.cpp:222 +#, kde-format +msgid "Select User" +msgstr "Pilih Pengguna" + +#: AuthDialog.cpp:241 +#, kde-format +msgctxt "%1 is the full user name, %2 is the user login name" +msgid "%1 (%2)" +msgstr "%1 (%2)" + +#: AuthDialog.cpp:307 +#, kde-format +msgid "Authentication failure, please try again." +msgstr "Kegagalan pengesahan, silakan coba kembali." + +#: AuthDialog.cpp:333 +#, kde-format +msgctxt "" +"%1 is the name of a detail about the current action provided by polkit" +msgid "%1:" +msgstr "%1:" + +#: AuthDialog.cpp:349 AuthDialog.cpp:353 +#, kde-format +msgid "Click to open %1" +msgstr "Klik untuk membuka %1" + +#. i18n: ectx: property (text), widget (QLabel, lblPassword) +#: AuthDialog.ui:106 +#, kde-format +msgid "P&assword:" +msgstr "S&andi:" + +#: main.cpp:52 +#, kde-format +msgid "PolicyKit1 KDE Agent" +msgstr "PolicyKit1 KDE Agent" + +#: main.cpp:54 +#, kde-format +msgid "(c) 2009 Red Hat, Inc." +msgstr "(c) 2009 Red Hat, Inc." + +#: main.cpp:55 +#, kde-format +msgid "Lukáš Tinkl" +msgstr "Lukáš Tinkl" + +#: main.cpp:55 +#, kde-format +msgid "Maintainer" +msgstr "Pemelihara" + +#: main.cpp:56 +#, kde-format +msgid "Jaroslav Reznik" +msgstr "Jaroslav Reznik" + +#: main.cpp:56 +#, kde-format +msgid "Former maintainer" +msgstr "Pemelihara yang dahulu" + +#: policykitlistener.cpp:74 +#, kde-format +msgid "Another client is already authenticating, please try again later." +msgstr "" +"Klien yang lain sedang melakukan pengesahan, silakan coba kembali nanti." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/is/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/is/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/is/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:52.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/is/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:49.000000000 +0000 @@ -2,88 +2,105 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Sveinn í Felli , 2010. +# Sveinn í Felli , 2010, 2016. msgid "" msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2010-05-31 14:46+0000\n" -"Last-Translator: Sveinn í Felli \n" -"Language-Team: Icelandic \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2016-04-08 22:57+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic \n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "\n" "\n" "\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Sveinn í Felli" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "sveinki@nett.is" - -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Forrit:" +msgstr "sv1@fellsnet.is" #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Aðgerð:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Framleiðandi:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Forrit:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Aðgerð:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 -#, fuzzy +#: AuthDialog.cpp:179 +#, fuzzy, kde-format msgid "Password for root:" msgstr "Lykilorð fyrir 'root':" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Lykilorð fyrir %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Lykilorð:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 -#, fuzzy +#: AuthDialog.cpp:207 +#, fuzzy, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -91,73 +108,74 @@ "Eitthvað forrit vill framkvæma aðgerðir sem það hefur ekki leyfi til að " "framkvæma. Þú verður að staðfesta þessa aðgerð." -#: AuthDialog.cpp:223 -#, fuzzy +#: AuthDialog.cpp:222 +#, fuzzy, kde-format msgid "Select User" msgstr "Velja notanda" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Smelltu til að breyta %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Smelltu til að opna %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Lykilorð:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Umsjónarmaður" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Umsjónarmaður" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/it/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/it/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/it/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:53.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/it/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-02-01 12:45+0100\n" "Last-Translator: Pino Toscano \n" "Language-Team: Italian \n" @@ -17,69 +17,88 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Pino Toscano,Nicola Ruggero" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "toscano.pino@tiscali.it," -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Applicazione:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Azione:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Fornitore:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Applicazione:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Azione:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Dettagli" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Autenticazione richiesta" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Password per root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Password per %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Password:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Password o sfiora dito per root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Password o sfiora dito per %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Password o sfiora dito:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,66 +106,71 @@ "Un'applicazione sta tentando di effettuare un'azione che richiede privilegi. " "Per compiere l'azione è richiesta l'autenticazione." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Seleziona utente" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autenticazione non riuscita, per favore riprova." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Fai clic per modificare %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Fai clic per aprire %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "P&assword:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agente KDE di PolicyKit1" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Responsabile" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Responsabile precedente" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Un altro client si sta già autenticando, per favore riprova più tardi." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ja/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ja/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ja/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:52.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ja/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:50.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2009-11-28 21:01+0900\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -14,132 +14,155 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/kk/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/kk/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/kk/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:53.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/kk/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:50.000000000 +0000 @@ -6,11 +6,11 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2013-10-07 04:38+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" -"Language: \n" +"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,68 +18,87 @@ "Plural-Forms: nplurals=1; plural=0;\n" # +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Сайран Киккарин" # +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sairan@computer.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Мына қолданбада:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Амалы:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Жабдықтаушы:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Мына қолданбада:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Амалы:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "root-тың паролі:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1 дегеннің паролі:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Паролі:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "root-тың паролі не саусақ таңбасы:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "%1 дегеннің паролі не саусақ таңбасы:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Паролі не саусақ таңбасы:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,72 +106,74 @@ "Қолданба құқығы жетпейтін әрекетті істемек. Бұны істеу үшін " "аутентификациядан өту керек." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Пайдаланушыны таңдау" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Аутентификация жаңылысы, қайталап көріңіз." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "%1 дегенді өзгерту үшін түртіңіз" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "%1 дегенді ашу үшін түртіңіз" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Паролі:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Жетілдірушісі" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Жетілдірушісі" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Басқа клиент аутентификациядан өтіп жатыр, кейінірек қайталап көріңіз." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/km/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/km/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/km/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:53.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/km/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:50.000000000 +0000 @@ -6,11 +6,11 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2012-07-09 11:09+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" -"Language: \n" +"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,67 +18,86 @@ "X-Generator: KBabel 1.11.4\n" "X-Language: km-KH\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "ខឹម សុខែម, ម៉ន ម៉េត, សេង សុត្ថា" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "khoemsokhem@khmeros.info,​​mornmet@khmeros.info,sutha@khmeros.info" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "ការ​អនុវត្ត ៖" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "សកម្មភាព ៖" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "ក្រុមហ៊ុនលក់ ៖" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "ការ​អនុវត្ត ៖" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "សកម្មភាព ៖" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "ពាក្យ​សម្ងាត់​សម្រាប់ root ៖" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "ពាក្យ​សម្ងាត់​សម្រាប់ %1 ៖" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "ពាក្យ​សម្ងាត់ ៖" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "ពាក្យ​សម្ងាត់ ឬ​ស្នាម​ម្រាមដៃ​សម្រាប់ root ៖" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "ពាក្យ​សម្ងាត់​ ឬ​ស្នាម​ម្រាមដៃ​សម្រាប់ %1 ៖" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "ពាក្យ​សម្ងាត់ ឬ​ស្នាម​ម្រាមដៃ ៖​" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,72 +105,74 @@ "កម្មវិធី​កំពុង​ប៉ុនប៉ង​អនុវត្ត​សកម្មភាព ដែល​ត្រូវការ​សិទ្ធិ ។ ត្រូវការ​ការ​ផ្ទៀងផ្ទាត់​ភាព​ត្រឹមត្រូវ​ ដើម្បី​អនុវត្ត​" "សកម្មភាព​នេះ ។" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "ជ្រើស​អ្នក​ប្រើ" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "កា​រ​ផ្ទៀងផ្ទាត់​ភាព​ត្រឹមត្រូវ​បរាជ័យ សូម​ព្យាយាម​ម្ដង​ទៀត ។" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1 ៖" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "ចុច ដើម្បី​កែសម្រួល %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "ចុច​ ដើម្បី​បើក %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "ពាក្យ​សម្ងាត់ ៖" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "រក្សាសិទ្ធិ​ឆ្នាំ ២០០៩ ដោយ Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "អ្នកថែទាំ" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "អ្នកថែទាំ" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "ម៉ាស៊ីន​ភ្ញៀវ​ផ្សេង​កំពុង​ផ្ទៀងផ្ទាត់​ភាព​ត្រឹមត្រូវ​រួច​ហើយ សូម​ព្យាយាម​ម្ដង​ទៀត​នៅ​ពេល​ក្រោយ ។" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ko/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ko/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ko/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:54.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ko/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:51.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-04-26 16:48+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -17,67 +17,86 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 1.5\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Shinjo Park" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kde@peremen.name" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "프로그램:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "동작:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "제조사:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "프로그램:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "동작:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "자세히" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "인증 필요함" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "루트 암호:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1의 암호:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "암호:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "루트 암호 또는 지문 인식:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "%1의 암호 또는 지문 인식:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "암호 또는 지문 인식:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,66 +104,71 @@ "프로그램이 상위 권한을 필요로 하는 동작을 수행하려고 합니다. 이 동작을 수행하" "려면 인증이 필요합니다." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "사용자 선택" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "인증 실패, 다시 시도하십시오." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "%1을(를) 편집하려면 누르십시오" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "%1을(를) 열려면 누르십시오" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "암호(&A):" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE 에이전트" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "관리자" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "이전 관리자" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "다른 클라이언트가 실행 중입니다. 나중에 다시 시도하십시오." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/lt/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/lt/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/lt/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/lt/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:51.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2012-04-21 19:34+0300\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" @@ -21,67 +21,86 @@ "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" "X-Generator: Lokalize 1.4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Andrius Štikonas, Liudas Ališauskas" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "andrius@stikonas.eu, liudas@akmc.lt" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Programa:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Veiksmas:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Tiekėjas:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Programa:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Veiksmas:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "root slaptažodis:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1 slaptažodis:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Slaptažodis:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Slaptažodis arba perbraukimas pirštu root naudotojui:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Slaptažodis arba perbraukimas pirštu naudotojui %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Slaptažodis arba perbraukimas pirštu:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,73 +108,75 @@ "Programa mėgina įvykdyti veiksmą, kuris reikalauja leidimų. Tapatybės " "nustatymas yra privalomas įvykdyti šį veiksmą." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Pasirinkite naudotoją" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentifikavimosi klaida, prašome bandyti dar kartą." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Spragtelėkite redagavimui %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Spragtelėkite atidarymui %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Slaptažodis:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Prižiūrėtojas" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Prižiūrėtojas" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Kitas klientas jau nustato tapatybę, prašome pamėginti dar kartą vėliau." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/mai/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/mai/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/mai/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/mai/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:52.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2010-09-08 12:34+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Maithili \n" @@ -18,136 +18,158 @@ "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "संगीता कुमारी" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sangeeta09@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "अनुप्रयोग:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "क्रिया:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "विक्रेता:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "अनुप्रयोग:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "क्रिया:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "कूटशब्द: " -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "प्रयोक्ताक चुनू" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "कूटशब्द: " -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "अनुरक्षक" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "अनुरक्षक" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/mr/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/mr/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/mr/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/mr/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:52.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2013-03-28 14:37+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -17,136 +17,158 @@ "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: Lokalize 1.5\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "चेतन खोना" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "chetan@kompkin.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "अनुप्रयोग :" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "क्रिया :" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "विक्रेता :" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "अनुप्रयोग :" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "क्रिया :" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "गुप्तशब्द :" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "वापरकर्ता निवडा" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "अधिप्रमाणन असफल, कृपया पुन्हा प्रयत्न करा." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "संपादित करण्याकरिता क्लिक करा %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "उघडण्याकरिता क्लिक करा %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "गुप्तशब्द :" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 रेड हेट, इन्क." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "पालक" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "पालक" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ms/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ms/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ms/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ms/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:52.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2010-07-13 22:42+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: Malay \n" @@ -18,143 +18,156 @@ "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=1;\n" -#, fuzzy +#, fuzzy, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Sharuzzaman Ahmat Raslan" -#, fuzzy +#, fuzzy, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sharuzzaman@myrealbox.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -#, fuzzy -msgid "Application:" -msgstr "Aplikasi:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 -#, fuzzy +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, fuzzy, kde-format msgid "Action:" msgstr "Tindakan:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 -#, fuzzy +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, fuzzy, kde-format msgid "Vendor:" msgstr "Vendor:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, fuzzy, kde-format +msgid "Application:" +msgstr "Aplikasi:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +msgid "Action ID:" +msgstr "Tindakan:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Katalaluan untuk root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Katalaluan untuk %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Katalaluan:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Katalaluan atau leret jari untuk root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Katalaluan atau leret jari untuk %1:" -#: AuthDialog.cpp:198 -#, fuzzy +#: AuthDialog.cpp:197 +#, fuzzy, kde-format msgid "Password or swipe finger:" msgstr "Kata laluan atau leret jari:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "" -#: AuthDialog.cpp:223 -#, fuzzy +#: AuthDialog.cpp:222 +#, fuzzy, kde-format msgid "Select User" msgstr "Pilih Pengguna" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, fuzzy, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Katalaluan:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 -#, fuzzy +#: main.cpp:55 +#, fuzzy, kde-format msgid "Maintainer" msgstr "Penyelenggara" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format msgid "Former maintainer" msgstr "Penyelenggara" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/nb/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/nb/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/nb/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/nb/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:53.000000000 +0000 @@ -1,9 +1,11 @@ +# Translation of polkit-kde-authentication-agent-1 to Norwegian Bokmål +# # Bjørn Steensrud , 2009, 2010, 2011, 2015. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-04-28 14:02+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -17,67 +19,85 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Bjørn Steensrud" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "bjornst@skogkatt.homelinux.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Handling:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Produsent:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detaljer" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Autentisering er nødvendig" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Passord for root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Passord for %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Passord:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Passord eller fingertrekk for root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Passord eller fingertrekk for %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Passord eller fingertrekk:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,66 +105,71 @@ "Et program forsøker å gjøre noe som trenger privilegier. For å gjøre dette " "kreves autentisering." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Velg bruker" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentiseringsfeil, forsøk igjen." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klikk for å redigere %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klikk for å åpne %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "P&assord:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE-Agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Vedlikeholder" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Tidligere vedlikeholder" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "En annen klient autentiserer allerede, forsøk igjen senere." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/nds/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/nds/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/nds/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/nds/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:53.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2012-02-08 22:27+0100\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" @@ -18,67 +18,86 @@ "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Manfred Wiese" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "m.j.wiese@web.de" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Programm:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Akschoon:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Leverant:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Programm:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Akschoon:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Systeempleger-Passwoort:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Passwoort för %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Passwoort:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Systeempleger-Passwoort oder -Fingerstreek:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Passwoort oder Fingerstreek för %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Passwoort oder Fingerstreek:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,73 +105,75 @@ "En Programm will en Akschoon utföhren, de verwiedert Rechten bruukt. För de " "Akschoon deit en Identiteetprööv noot." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Bruker utsöken" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Identiteetprööv fehlslaan. Versöök dat man nochmaal." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klick hier, wenn Du %1 bewerken wullt." - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klick hier, wenn Du %1 opmaken wullt." #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Passwoort:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009: Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Pleger" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Pleger" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "En anner Client is jüst bi de Identiteetprööv, versöök dat man later " diff -Nru polkit-kde-agent-1-5.4.3/po/nl/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/nl/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/nl/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:55.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/nl/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:53.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Freek de Kruijf , 2015. +# Freek de Kruijf , 2015, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-09 11:53+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-07 18:32+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -15,69 +15,87 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Freek de Kruijf" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "freekdekruijf@kde.nl" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Toepassing:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Actie:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Fabrikant:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Toepassing:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "Actie-id:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Details" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Authenticatie vereist" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Wachtwoord van root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Wachtwoord van %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Wachtwoord:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Wachtwoord of vingerveeg van root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Wachtwoord of vingerveeg van %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Wachtwoord of vingerveeg:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,67 +103,72 @@ "Een toepassing probeert een actie uit te voeren die privileges vereist. " "Verificatie is vereist om deze actie te kunnen doen." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Gebruiker selecteren" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Authenticatie is mislukt, probeer opnieuw." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klik om %1 te bewerken" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klik om %1 te openen" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "W&achtwoord:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE Agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Onderhouder" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Voormalig onderhouder" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Voor een andere cliënt wordt de authenticatie gedaan, gaarne later opnieuw " diff -Nru polkit-kde-agent-1-5.4.3/po/nn/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/nn/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/nn/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/nn/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:54.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-07-26 19:39+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" @@ -19,67 +19,85 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Karl Ove Hufthammer" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "karl@huftis.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Handling:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Produsent:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detaljar" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Treng autentisering" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Passord for rotbrukar:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Passord for %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Passord:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Passord eller fingertrekk for rotbrukar:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Passord eller fingertrekk for %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Passord eller fingertrekk:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,66 +105,71 @@ "Eit program prøver å gjera noko som treng utvida løyve. For at det skal få " "gjera dette, må du autentisera deg." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Vel brukar" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentiseringsfeil. Prøv på nytt." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Trykk for å redigera %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Trykk for å opna %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "P&assord:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE-Agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Vedlikehaldar" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Tidlegare vedlikehaldar" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Ein annan klient autentiserer allereie. Prøv på nytt seinare." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/pa/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/pa/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/pa/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/pa/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:54.000000000 +0000 @@ -1,83 +1,102 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# A S Alam , 2010, 2011. +# A S Alam , 2010, 2011, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2011-12-19 22:26+0530\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2016-08-08 15:32-0600\n" "Last-Translator: A S Alam \n" -"Language-Team: Punjabi/Panjabi \n" -"Language: \n" +"Language-Team: Punjabi \n" +"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "aalam@users.sf.net" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "ਐਪਲੀਕੇਸ਼ਨ:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "ਐਕਸ਼ਨ:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "ਵੇਂਡਰ:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "ਐਪਲੀਕੇਸ਼ਨ:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "ਐਕਸ਼ਨ:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" -msgstr "" +msgstr "ਵੇਰਵੇ" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" -msgstr "" +msgstr "ਪਰਮਾਣਕਿਤਾ ਦੀ ਲੋੜ ਹੈ" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "ਰੂਟ ਲਈ ਪਾਸਵਰਡ:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1 ਲਈ ਪਾਸਵਰਡ:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "ਪਾਸਵਰਡ:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "ਰੂਟ ਲਈ ਪਾਸਵਰਡ ਦਿਓ ਜਾਂ ਉਂਗਲ ਸਵੈਪ ਕਰੋ:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "%1 ਲਈ ਪਾਸਵਰਡ ਦਿਓ ਜਾਂ ਉਂਗਲ ਸਵੈਪ ਕਰੋ:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "ਪਾਸਵਰਡ ਦਿਓ ਜਾਂ ਉਂਗਲ ਸਵੈਪ ਕਰੋ:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,72 +104,71 @@ "ਐਪਲੀਕੇਸ਼ਨ ਐਕਸ਼ਨ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਹੀ ਹੈ, ਜਿਸ ਲਈ ਅਧਿਕਾਰਾਂ ਦੀ ਲੋੜ ਹੈ। ਇਹ ਐਕਸ਼ਨ ਕਰਨ ਲਈ " "ਪਰਮਾਣਕਿਤਾ ਦੀ ਲੋੜ ਹੈ।" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "ਯੂਜ਼ਰ ਚੁਣੋ" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "ਪਰਮਾਣਕਿਤਾ ਫੇਲ੍ਹ ਹੋਈ। ਫੇਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ।" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "ਸੋਧਣ ਲਈ %1 ਕਲਿੱਕ ਕਰੋ" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "%1 ਖੋਲ੍ਹਣ ਲਈ ਕਲਿੱਕ" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy -#| msgid "Password:" +#, kde-format msgid "P&assword:" -msgstr "ਪਾਸਵਰਡ:" +msgstr "ਪਾਸਵਰਡ(&a):" -#: main.cpp:35 -#, fuzzy -#| msgid "PolicyKit1-KDE" +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" -msgstr "PolicyKit1-KDE" +msgstr "PolicyKit1 KDE ਏਜੰਟ" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" -msgstr "" +msgstr "ਲੁਕੇਸ ਟਿੰਕਲ" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "ਪਰਬੰਧਕ" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "ਜਰੋਸਲਾਵ ਰੀਜਨਿਕ" -#: main.cpp:39 -#, fuzzy -#| msgid "Maintainer" +#: main.cpp:56 +#, kde-format msgid "Former maintainer" -msgstr "ਪਰਬੰਧਕ" +msgstr "ਪੁਰਾਣਾ ਪਰਬੰਧਕ" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "ਹੋਰ ਕਲਾਇਟ ਪਹਿਲਾਂ ਹੀ ਪਰਮਾਣਕਿਤਾ ਕਰ ਰਿਹਾ ਹੈ, ਬਾਅਦ 'ਚ ਕੋਸ਼ਿਸ਼ ਕਰੋ।" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/pl/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/pl/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/pl/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/pl/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:55.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Łukasz Wojniłowicz , 2015. +# Łukasz Wojniłowicz , 2015, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-10 09:38+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-28 07:12+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -16,69 +16,87 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Łukasz Wojniłowicz" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "lukasz.wojnilowicz@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Działanie:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Wytwórca:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "ID działania:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Szczegóły" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Wymagane uwierzytelnienie" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Hasło dla administratora:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Hasło dla '%1':" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Hasło:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Hasło lub odcisk palca dla administratora:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Hasło lub odcisk palca dla %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Hasło lub odcisk palca:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,66 +104,71 @@ "Program próbuje wykonać działanie, które wymaga uprawnień. Wymagane jest " "uwierzytelnienie do wykonania tego działania." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Wybierz użytkownika" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Uwierzytelnianie nieudane, proszę spróbować ponownie." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Naciśnij, aby edytować %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Naciśnij, aby otworzyć %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "H&asło:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agent PolicyKit1 dla KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Opiekun" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Poprzedni opiekun" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Inny klient właśnie uwierzytelnia, proszę spróbować później." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/pt/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/pt/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/pt/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/pt/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:55.000000000 +0000 @@ -7,78 +7,96 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-10 12:51+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-06 11:26+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" -"Language: \n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POFile-SpellExtra: PolicyKit Jaroslav Reznik Hat Red Inc Lukáš Tinkl\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "José Nuno Pires" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "zepires@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicação:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Acção:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Fornecedor:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicação:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "ID da Acção:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalhes" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Autenticação Necessária" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Senha do 'root':" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Senha do '%1':" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Senha:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Digite a senha do 'root' ou passe o dedo:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Digite a senha do '%1' ou passe o dedo:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Digite a senha ou passe o dedo:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,66 +104,71 @@ "Uma aplicação está a tentar efectuar uma acção que precisa de privilégios " "adicionais. É necessária a autenticação para executar esta acção." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Seleccionar o Utilizador" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Ocorreu um erro de autenticação; por favor, tente de novo." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Carregue para editar o %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Carregue para abrir o %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "Senh&a:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agente para KDE do PolicyKit1" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Manutenção" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Manutenção anterior" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Já está outro cliente a autenticar-se; por favor, tente de novo." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/pt_BR/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/pt_BR/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/pt_BR/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/pt_BR/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:55.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-01-09 07:54-0200\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -18,67 +18,86 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.5\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "André Marcelo Alvarenga" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "alvarenga@kde.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicativo:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Ação:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Fabricante:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicativo:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Ação:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalhes" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Autenticação necessária" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Senha para o root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Senha para %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Senha:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Senha ou impressão digital para o root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Senha ou impressão digital para %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Senha ou impressão digital:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,66 +105,71 @@ "Um aplicativo está tentando executar uma ação que necessita de privilégios. " "A autenticação é necessária para executar essa ação." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Selecionar usuário" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Falha na autenticação, tente novamente." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Clique para editar %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Clique para abrir %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "Senh&a:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Agente do KDE PolicyKit1" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Mantenedor" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Mantenedor anterior" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Outro cliente já está autenticando, tente novamente mais tarde." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ro/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ro/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ro/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ro/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:55.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2012-12-26 13:56+0200\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -19,67 +19,86 @@ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Sergiu Bivol" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sergiu@ase.md" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplicație:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Acțiune:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" -msgstr "Vînzător:" +msgstr "Vânzător:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplicație:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Acțiune:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Parola pentru root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Parola pentru %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Parolă:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Parola sau treceți degetul pentru root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Parola sau treceți degetul pentru %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Parola sau treceți degetul:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,72 +106,74 @@ "O aplicație încearcă să efectueze o acțiune ce necesită privilegii. Pentru a " "efectua această acțiune este necesară autentificarea." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Alege utilizatorul" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentificare eșuată. Reîncercați." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Apăsați pentru a edita %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Apăsați pentru a deschide %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Parolă:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Responsabil" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Responsabil" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." -msgstr "Un alt client se autentifică deja, reîncercați mai tîrziu." \ No newline at end of file +msgstr "Un alt client se autentifică deja, reîncercați mai târziu." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/ru/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ru/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ru/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:56.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ru/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:56.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-04-22 02:58+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -22,67 +22,86 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Александр Мелентьев,Николай Шафоростов,Юрий Ефремов" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "alex239@gmail.com,shaforostoff@kde.ru,yur.arh@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Приложение:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Действие:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Поставщик:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Приложение:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Действие:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Подробности" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Требуется аутентификация" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Пароль для root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Пароль для %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Пароль:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Введите пароль или приложите палец для root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Введите пароль или приложите палец для %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Введите пароль или приложите палец:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -90,67 +109,72 @@ "Приложение пытается выполнить действие, которое требует дополнительных " "привилегий. Для этого требуется аутентификация." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Выберите пользователя" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Сбой при проверке подлинности, попробуйте ещё раз." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Нажмите, чтобы изменить %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Нажмите, чтобы открыть %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "П&ароль:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Агент PolicyKit1 от KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© Red Hat, Inc., 2009" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Сопровождающий" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Прежний сопровождающий" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Аутентификация уже выполняется другим процессом, повторите попытку позже." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sk/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sk/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sk/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sk/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:56.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-01-09 15:36+0100\n" "Last-Translator: Roman Paholík \n" "Language-Team: Slovak \n" @@ -15,67 +15,86 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Roman Paholík" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "wizzardsk@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Aplikácia:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Akcia:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Predajca:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Aplikácia:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Akcia:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detaily" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Vyžaduje sa overenie totožnosti" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Heslo pre roota:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Heslo pre %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Heslo:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Heslo alebo odtlačok prsta pre roota:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Heslo alebo odtlačok prsta pre %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Heslo alebo odtlačok prsta:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -83,66 +102,71 @@ "Aplikácia sa pokúša vykonať činnosť, ktorá vyžaduje práva. Na vykonanie " "tejto činnosti je potrebné overenie práv." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Vybrať používateľa" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Overenie zlyhalo, prosím, skúste to znovu." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Kliknite na úpravu %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Kliknite na otvorenie %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "H&eslo:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE Agent" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Správca" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Predošlý správca" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Iný klient už vykonáva overovanie, prosím skúste to neskôr znovu." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sl/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sl/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sl/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sl/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-01-18 11:59+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -18,67 +18,86 @@ "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Andrej Mernik" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "andrejm@ubuntu.si" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Dejanje:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Proizvajalec:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Dejanje:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Podrobnosti" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Zahtevana je overitev" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Geslo skrbnika:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Geslo uporabnika %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Geslo:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Vnesite geslo ali povlecite prst, da se prijavite kot skrbnik:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Vnesite geslo ali povlecite prst, da se prijavite kot uporabnik %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Geslo ali povlecite prst:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,66 +105,71 @@ "Program poskuša izvesti dejanje za katerega potrebuje dovoljenja. Za " "izvršitev dejanja je zahtevana overitev." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Izberi uporabnika" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Overitev ni uspela. Poskusite znova." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Kliknite za urejanje %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Kliknite za odpiranje %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Geslo:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Posrednik PolicyKit1 za KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Vzdrževalec" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Prejšnji vzdrževalec" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Drug odjemalec se že overja. Poskusite znova kasneje." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sr/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sr/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sr/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sr/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:57.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2016-11-19 20:22+0100\n" "PO-Revision-Date: 2015-01-17 13:25+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,10 +19,12 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Часлав Илић" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "caslav.ilic@gmx.net" @@ -30,58 +32,68 @@ #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, app_label) #: authdetails.ui:22 authdetails.ui:76 +#, kde-format msgid "Application:" msgstr "Програм:" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (KUrlLabel, action_label) #: authdetails.ui:29 authdetails.ui:56 +#, kde-format msgid "Action:" msgstr "Радња:" #. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) #: authdetails.ui:36 authdetails.ui:43 +#, kde-format msgid "Vendor:" msgstr "Издавач:" -#: AuthDialog.cpp:74 +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Детаљи" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Неопходна аутентификација" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Лозинка корена:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Лозинка налога %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Лозинка:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Лозинка или отисак прста корена:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Лозинка или отисак прста налога %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Лозинка или отисак прста:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,67 +101,77 @@ "Програм покушава да изведе радњу која захтева овлашћења. Зато је неопходна " "аутентификација." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Избор корисника" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Аутентификација није успела, покушајте поново." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 +#: AuthDialog.cpp:343 #, kde-format msgid "Click to edit %1" msgstr "Кликните да уредите %1" -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:351 AuthDialog.cpp:355 #, kde-format msgid "Click to open %1" msgstr "Кликните да отворите %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Лозинка:" # rewrite-msgid: /Agent// -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Полисикит1‑КДЕ" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009, Редхет" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Лукаш Тинкл" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Одржавалац" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Јарослав Резник" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Бивши одржавалац" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Тренутно се аутентификује други клијент, покушајте поново касније." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sr@ijekavian/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sr@ijekavian/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sr@ijekavian/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sr@ijekavian/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:57.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2016-11-19 20:22+0100\n" "PO-Revision-Date: 2015-01-17 13:25+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,10 +19,12 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Часлав Илић" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "caslav.ilic@gmx.net" @@ -30,58 +32,68 @@ #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, app_label) #: authdetails.ui:22 authdetails.ui:76 +#, kde-format msgid "Application:" msgstr "Програм:" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (KUrlLabel, action_label) #: authdetails.ui:29 authdetails.ui:56 +#, kde-format msgid "Action:" msgstr "Радња:" #. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) #: authdetails.ui:36 authdetails.ui:43 +#, kde-format msgid "Vendor:" msgstr "Издавач:" -#: AuthDialog.cpp:74 +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Детаљи" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Неопходна аутентификација" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Лозинка корјена:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Лозинка налога %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Лозинка:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Лозинка или отисак прста корјена:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Лозинка или отисак прста налога %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Лозинка или отисак прста:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,67 +101,77 @@ "Програм покушава да изведе радњу која захтијева овлашћења. Зато је неопходна " "аутентификација." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Избор корисника" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Аутентификација није успјела, покушајте поново." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 +#: AuthDialog.cpp:343 #, kde-format msgid "Click to edit %1" msgstr "Кликните да уредите %1" -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:351 AuthDialog.cpp:355 #, kde-format msgid "Click to open %1" msgstr "Кликните да отворите %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Лозинка:" # rewrite-msgid: /Agent// -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Полисикит1‑КДЕ" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009, Редхет" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Лукаш Тинкл" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Одржавалац" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Јарослав Резник" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Бивши одржавалац" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Тренутно се аутентификује други клијент, покушајте поново касније." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sr@ijekavianlatin/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sr@ijekavianlatin/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sr@ijekavianlatin/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sr@ijekavianlatin/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:57.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2016-11-19 20:22+0100\n" "PO-Revision-Date: 2015-01-17 13:25+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,10 +19,12 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Časlav Ilić" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "caslav.ilic@gmx.net" @@ -30,58 +32,68 @@ #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, app_label) #: authdetails.ui:22 authdetails.ui:76 +#, kde-format msgid "Application:" msgstr "Program:" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (KUrlLabel, action_label) #: authdetails.ui:29 authdetails.ui:56 +#, kde-format msgid "Action:" msgstr "Radnja:" #. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) #: authdetails.ui:36 authdetails.ui:43 +#, kde-format msgid "Vendor:" msgstr "Izdavač:" -#: AuthDialog.cpp:74 +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalji" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Neophodna autentifikacija" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Lozinka korjena:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Lozinka naloga %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Lozinka:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Lozinka ili otisak prsta korjena:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Lozinka ili otisak prsta naloga %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Lozinka ili otisak prsta:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,67 +101,77 @@ "Program pokušava da izvede radnju koja zahtijeva ovlašćenja. Zato je " "neophodna autentifikacija." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Izbor korisnika" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentifikacija nije uspjela, pokušajte ponovo." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 +#: AuthDialog.cpp:343 #, kde-format msgid "Click to edit %1" msgstr "Kliknite da uredite %1" -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:351 AuthDialog.cpp:355 #, kde-format msgid "Click to open %1" msgstr "Kliknite da otvorite %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Lozinka:" # rewrite-msgid: /Agent// -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1‑KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009, RedHat" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukaš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Održavalac" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Bivši održavalac" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Trenutno se autentifikuje drugi klijent, pokušajte ponovo kasnije." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sr@latin/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sr@latin/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sr@latin/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sr@latin/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:58.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2016-11-19 20:22+0100\n" "PO-Revision-Date: 2015-01-17 13:25+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" @@ -19,10 +19,12 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Časlav Ilić" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "caslav.ilic@gmx.net" @@ -30,58 +32,68 @@ #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: ectx: property (text), widget (QLabel, app_label) #: authdetails.ui:22 authdetails.ui:76 +#, kde-format msgid "Application:" msgstr "Program:" #. i18n: ectx: property (text), widget (QLabel, label_3) #. i18n: ectx: property (text), widget (KUrlLabel, action_label) #: authdetails.ui:29 authdetails.ui:56 +#, kde-format msgid "Action:" msgstr "Radnja:" #. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) #: authdetails.ui:36 authdetails.ui:43 +#, kde-format msgid "Vendor:" msgstr "Izdavač:" -#: AuthDialog.cpp:74 +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detalji" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Neophodna autentifikacija" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Lozinka korena:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Lozinka naloga %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Lozinka:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Lozinka ili otisak prsta korena:" # rewrite-msgid: /for/for account/ -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Lozinka ili otisak prsta naloga %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Lozinka ili otisak prsta:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -89,67 +101,77 @@ "Program pokušava da izvede radnju koja zahteva ovlašćenja. Zato je neophodna " "autentifikacija." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Izbor korisnika" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Autentifikacija nije uspela, pokušajte ponovo." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 +#: AuthDialog.cpp:343 #, kde-format msgid "Click to edit %1" msgstr "Kliknite da uredite %1" -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:351 AuthDialog.cpp:355 #, kde-format msgid "Click to open %1" msgstr "Kliknite da otvorite %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Lozinka:" # rewrite-msgid: /Agent// -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1‑KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009, RedHat" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukaš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Održavalac" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Bivši održavalac" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Trenutno se autentifikuje drugi klijent, pokušajte ponovo kasnije." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/sv/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/sv/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/sv/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/sv/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:58.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Stefan Asserhäll , 2015. +# Stefan Asserhäll , 2015, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-09 16:43+0100\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-08 16:50+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -15,69 +15,87 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Stefan Asserhäll" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "stefan.asserhall@bredband.net" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Program:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Åtgärd:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Tillverkare:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Program:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "Åtgärdsidentifierare:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Detaljinformation" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Behörighetskontroll krävs" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Lösenord för systemadministratör:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Lösenord för %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Lösenord:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Lösenord eller dra finger för systemadministratör:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Lösenord eller dra finger för %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Lösenord eller dra finger:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,67 +103,72 @@ "Ett program försöker utföra en åtgärd som kräver rättigheter. " "Behörighetskontroll krävs för att utföra åtgärden." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Välj användare" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Behörighetskontroll misslyckades Försök igen." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Klicka för att redigera %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Klicka för att öppna %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Lösenord:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE-modul" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Underhåll" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Tidigare underhåll" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "En annan klient håller redan på med behörighetskontroll. Försök igen senare." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/th/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/th/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/th/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/th/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:59.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2010-12-11 16:14+0700\n" "Last-Translator: Phuwanat Sakornsakolpat \n" "Language-Team: Thai \n" @@ -18,67 +18,86 @@ "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=1; plural=0;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "ถนอมทรัพย์ นพบูรณ์" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "donga.nb@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "โปรแกรม:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "การกระทำ:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "ผู้ผลิต:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "โปรแกรม:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "การกระทำ:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "รหัสผ่านของ root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "รหัสผ่านของ %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "รหัสผ่าน:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "รหัสผ่านหรืออ่านลายนิ้วมือของ root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "รหัสผ่านหรืออ่านลายนิ้วมือของ %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "รหัสผ่านหรืออ่านลายนิ้วมือ:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -86,72 +105,74 @@ "โปรแกรมได้พยายามจะทำการกระทำที่ต้องการสิทธิ์ในการทำงานเพิ่มเติม " "จึงจะต้องทำการตรวจสอบสิทธิ์เพื่อใช้ในการทำการกระทำนี้" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "เลือกผู้ใช้" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "การตรวจสอบสิทธิ์ล้มเหลว โปรดลองใหม่อีกครั้ง" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "คลิกเพื่อแก้ไข %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "คลิกเพื่อเปิด %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "รหัสผ่าน:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "สงวนลิขสิทธิ์ (c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "ผู้ดูแล" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "ผู้ดูแล" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "มีไคลเอนต์อื่นที่กำลังทำการตรวจสอบสิทธิ์อยู่ โปรดลองใหม่อีกครั้งในภายหลัง" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/tr/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/tr/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/tr/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/tr/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: extragear-base-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2015-02-15 13:29+0000\n" "Last-Translator: Necdet \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-base-k-" @@ -19,67 +19,86 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Serdar Soytetir" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "tulliana@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Uygulama:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Eylem:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Sağlayıcı:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Uygulama:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Eylem:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Ayrıntılar" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Kimlik Doğrulama Gereklidir" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Yönetici parolası:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1 kullanıcısının parolası:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Parola:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Yönetici parolası veya parmak izi:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "%1 için parola veya parmak izi:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Parola veya parmak izi:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -87,67 +106,72 @@ "Bir uygulamanın yapmak istediği bir eylem ayrıcalıklar gerektiriyor. Bu " "eylemi yapabilmek için yetkilendirilmeniz gerekiyor." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Kullanıcı Seçin" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Kimlik doğrulama başarısız oldu, lütfen yeniden deneyin." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "%1 ögesini düzenlemek için tıklayın" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "%1 ögesini açmak için tıklayın" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "P&arola:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE Ajanı" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Projeyi Yürüten" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Önceki geliştirici" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "" "Başka bir istemci kimlik doğrulaması yapıyor, lütfen daha sonra tekrar " diff -Nru polkit-kde-agent-1-5.4.3/po/ug/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/ug/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/ug/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:57.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/ug/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:59.000000000 +0000 @@ -7,77 +7,96 @@ msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" -"Language: \n" +"Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "sahran.ug@gmail.com, gheyret@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "پروگرامما:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "ھەرىكەت:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "زاۋۇت:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "پروگرامما:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "ھەرىكەت:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "ئالىي ئىشلەتكۈچىنىڭ ئىمى:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "ئىشلەتكۈچى %1 نىڭ ئىمى:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "ئىم:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,72 +104,74 @@ "پروگرامما ئېلىپ بارماقچى بولغان مەشغۇلاتقا ھوقۇق زۆرۈر بولىدۇ. بۇ مەشغۇلاتنى " "ئېلىپ بېرىش ئۈچۈن كىملىك دەلىللەش زۆرۈر." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "ئىشلەتكۈچى تاللاش" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "چېكىپ %1 نى تەھرىرلەش" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "چېكىپ %1 نى ئېچىش" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "ئىم:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "مەسئۇل كىشى" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "مەسئۇل كىشى" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Another client is already authenticating, please try again later." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/uk/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/uk/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/uk/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:58.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/uk/polkit-kde-authentication-agent-1.po 2018-05-01 13:06:59.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of polkit-kde-authentication-agent-1.po to Ukrainian -# Copyright (C) 2015 This_file_is_part_of_KDE +# Copyright (C) 2015-2018 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Yuri Chornoivan , 2015. +# Yuri Chornoivan , 2015, 2018. msgid "" msgstr "" "Project-Id-Version: polkit-kde-authentication-agent-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-09 16:24+0200\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-06 08:39+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -18,69 +18,87 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Юрій Чорноіван" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "yurchor@ukr.net" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Програма:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Дія:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Джерело запиту:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Програма:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "Ідентифікатор дії:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "Подробиці" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "Слід пройти розпізнавання" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Пароль root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Пароль %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Пароль:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Пароль або відбиток пальця root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Пароль або відбиток пальця %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Пароль або відбиток пальця:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -88,66 +106,71 @@ "Програма намагається виконати дію, яка потребує певних привілеїв. Щоб " "виконати цю дію, слід зареєструватися." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Вибір користувача" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Помилка розпізнавання. Спробуйте ще раз." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Натисніть, щоб редагувати %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Натисніть, щоб відкрити %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "&Пароль:" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "Агент PolicyKit1 KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "© Red Hat, Inc., 2009" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Супровідник" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "Колишній супровідник" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Вже розпізнається інший клієнт, будь ласка, повторіть спробу пізніше." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/vi/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/vi/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/vi/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:58.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/vi/polkit-kde-authentication-agent-1.po 2018-05-01 13:07:00.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" "PO-Revision-Date: 2012-07-24 14:00+0800\n" "Last-Translator: Lê Hoàng Phương \n" "Language-Team: Vietnamese \n" @@ -17,67 +17,86 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=1; plural=0;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Lê Hoàng Phương" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "herophuong93@gmail.com" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "Ứng dụng:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "Hành động:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "Nhà cung cấp:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "Ứng dụng:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, fuzzy, kde-format +#| msgid "Action:" +msgid "Action ID:" +msgstr "Hành động:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "Mật khẩu root:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "Mật khẩu cho %1:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "Mật khẩu:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "Mật khẩu hay vuốt ngón tay cho root:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "Mật khẩu hay vuốt ngón tay cho %1:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "Mật khẩu hay vuốt ngón tay:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." @@ -85,72 +104,74 @@ "Một ứng dụng đang cố gắng thực hiện hành động có yêu cầu cấp quyền. Cần xác " "thực để thực hiện hành động này." -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "Chọn người dùng" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "Xác thực thất bại, hãy thử lại." -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "Nhấn để sửa %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "Nhấn để mở %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 -#, fuzzy +#, fuzzy, kde-format #| msgid "Password:" msgid "P&assword:" msgstr "Mật khẩu:" -#: main.cpp:35 -#, fuzzy +#: main.cpp:52 +#, fuzzy, kde-format #| msgid "PolicyKit1-KDE" msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1-KDE" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "Người duy trì" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 -#, fuzzy +#: main.cpp:56 +#, fuzzy, kde-format #| msgid "Maintainer" msgid "Former maintainer" msgstr "Người duy trì" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "Một trình khác khác hiện đang xác thực, hãy thử lại sau." \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/zh_CN/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/zh_CN/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/zh_CN/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:58.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/zh_CN/polkit-kde-authentication-agent-1.po 2018-05-01 13:07:01.000000000 +0000 @@ -5,145 +5,172 @@ # Weng Xuetian , 2012, 2015. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-01-12 17:01-0800\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-26 06:07-0400\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf5-stable/messages/kde-workspace/polkit-kde-authentication-" +"agent-1.pot\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "KDE 中国" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kde-china@kde.org" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "应用程序:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "动作:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "发行商:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "应用程序:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "行为ID:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "细节" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "需要认证" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "root 密码:" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1 的密码:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "密码:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "root 的密码或指纹验证:" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr " %1 的密码或指纹验证:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "密码或指纹验证:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "一个程序正请求进行需要更高权限的操作。需要验证才能继续操作。" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "选择用户" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "验证失败,请重试。" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "点击编辑 %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "点击打开 %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "密码(&A):" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE 代理" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "维护者" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "前任维护者" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "另一个客户端正在验证,请稍后重试。" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/po/zh_TW/polkit-kde-authentication-agent-1.po polkit-kde-agent-1-5.12.5/po/zh_TW/polkit-kde-authentication-agent-1.po --- polkit-kde-agent-1-5.4.3/po/zh_TW/polkit-kde-authentication-agent-1.po 2015-11-05 12:51:58.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/po/zh_TW/polkit-kde-authentication-agent-1.po 2018-05-01 13:07:01.000000000 +0000 @@ -3,147 +3,171 @@ # # Frank Weng (a.k.a. Franklin) , 2009. # Franklin Weng , 2010, 2011, 2015. +# pan93412 , 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-08-07 11:22+0000\n" -"PO-Revision-Date: 2015-02-15 20:06+0800\n" -"Last-Translator: Franklin\n" -"Language-Team: Chinese Traditional \n" +"POT-Creation-Date: 2018-04-06 06:18+0200\n" +"PO-Revision-Date: 2018-04-24 21:09+0800\n" +"Last-Translator: pan93412 \n" +"Language-Team: Chinese \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=1; plural=0;\n" +#, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Franklin Weng" +#, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "franklin@goodhorse.idv.tw" -#. i18n: ectx: property (text), widget (QLabel, label) -#. i18n: ectx: property (text), widget (QLabel, app_label) -#: authdetails.ui:22 authdetails.ui:76 -msgid "Application:" -msgstr "應用程式:" - #. i18n: ectx: property (text), widget (QLabel, label_3) -#. i18n: ectx: property (text), widget (KUrlLabel, action_label) -#: authdetails.ui:29 authdetails.ui:56 +#. i18n: ectx: property (text), widget (QLabel, action_label) +#: authdetails.ui:23 authdetails.ui:30 +#, kde-format msgid "Action:" msgstr "動作:" -#. i18n: ectx: property (text), widget (QLabel, vendorL) #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL) -#: authdetails.ui:36 authdetails.ui:43 +#. i18n: ectx: property (text), widget (QLabel, vendorL) +#: authdetails.ui:44 authdetails.ui:57 +#, kde-format msgid "Vendor:" msgstr "廠商:" -#: AuthDialog.cpp:74 +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, app_label) +#: authdetails.ui:64 authdetails.ui:71 +#, kde-format +msgid "Application:" +msgstr "應用程式:" + +#. i18n: ectx: property (text), widget (QLabel, action_id_label) +#: authdetails.ui:81 +#, kde-format +msgid "Action ID:" +msgstr "動作編號:" + +#: AuthDialog.cpp:73 +#, kde-format msgid "Details" msgstr "詳細資料" -#: AuthDialog.cpp:90 +#: AuthDialog.cpp:89 +#, kde-format msgid "Authentication Required" msgstr "需要認證" -#: AuthDialog.cpp:180 +#: AuthDialog.cpp:179 +#, kde-format msgid "Password for root:" msgstr "root 的密碼" -#: AuthDialog.cpp:182 +#: AuthDialog.cpp:181 #, kde-format msgid "Password for %1:" msgstr "%1 的密碼:" -#: AuthDialog.cpp:186 +#: AuthDialog.cpp:185 +#, kde-format msgid "Password:" msgstr "密碼:" -#: AuthDialog.cpp:192 +#: AuthDialog.cpp:191 +#, kde-format msgid "Password or swipe finger for root:" msgstr "root 的密碼或指紋" -#: AuthDialog.cpp:194 +#: AuthDialog.cpp:193 #, kde-format msgid "Password or swipe finger for %1:" msgstr "%1 的密碼或指紋:" -#: AuthDialog.cpp:198 +#: AuthDialog.cpp:197 +#, kde-format msgid "Password or swipe finger:" msgstr "密碼或指紋:" -#: AuthDialog.cpp:208 +#: AuthDialog.cpp:207 +#, kde-format msgid "" "An application is attempting to perform an action that requires privileges. " "Authentication is required to perform this action." msgstr "有一個應用程式試圖執行需要權限的動作。要執行此動作需要認證。" -#: AuthDialog.cpp:223 +#: AuthDialog.cpp:222 +#, kde-format msgid "Select User" msgstr "選擇使用者" -#: AuthDialog.cpp:242 +#: AuthDialog.cpp:241 #, kde-format msgctxt "%1 is the full user name, %2 is the user login name" msgid "%1 (%2)" msgstr "%1 (%2)" -#: AuthDialog.cpp:308 +#: AuthDialog.cpp:307 +#, kde-format msgid "Authentication failure, please try again." msgstr "認證失敗。請再試一次。" -#: AuthDialog.cpp:334 +#: AuthDialog.cpp:333 #, kde-format msgctxt "" "%1 is the name of a detail about the current action provided by polkit" msgid "%1:" msgstr "%1:" -#: AuthDialog.cpp:344 -#, kde-format -msgid "Click to edit %1" -msgstr "點擊以編輯 %1" - -#: AuthDialog.cpp:352 AuthDialog.cpp:356 +#: AuthDialog.cpp:349 AuthDialog.cpp:353 #, kde-format msgid "Click to open %1" msgstr "點擊以開啟 %1" #. i18n: ectx: property (text), widget (QLabel, lblPassword) #: AuthDialog.ui:106 +#, kde-format msgid "P&assword:" msgstr "密碼(&A):" -#: main.cpp:35 +#: main.cpp:52 +#, kde-format msgid "PolicyKit1 KDE Agent" msgstr "PolicyKit1 KDE 代理程式" -#: main.cpp:37 +#: main.cpp:54 +#, kde-format msgid "(c) 2009 Red Hat, Inc." msgstr "(c) 2009 Red Hat, Inc." -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Lukáš Tinkl" msgstr "Lukáš Tinkl" -#: main.cpp:38 +#: main.cpp:55 +#, kde-format msgid "Maintainer" msgstr "維護者" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Jaroslav Reznik" msgstr "Jaroslav Reznik" -#: main.cpp:39 +#: main.cpp:56 +#, kde-format msgid "Former maintainer" msgstr "前任維護者" #: policykitlistener.cpp:74 +#, kde-format msgid "Another client is already authenticating, please try again later." msgstr "另一個客戶端已通過認證。請稍候再試。" \ No newline at end of file diff -Nru polkit-kde-agent-1-5.4.3/policykit1-kde.notifyrc polkit-kde-agent-1-5.12.5/policykit1-kde.notifyrc --- polkit-kde-agent-1-5.4.3/policykit1-kde.notifyrc 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/policykit1-kde.notifyrc 2018-05-01 13:06:29.000000000 +0000 @@ -2,31 +2,35 @@ IconName=dialog-password Comment=PolicyKit authentication dialog Comment[ar]=حواريّ استيثاق Policykit -Comment[ast]=Diálogu d'autenticación PolicyKit Comment[bs]=PolicyKit dijalog provjere identiteta Comment[ca]=Diàleg d'autenticació del PolicyKit Comment[ca@valencia]=Diàleg d'autenticació del PolicyKit Comment[cs]=Ověřovací dialog PolicyKitu +Comment[da]=PolicyKit autentificeringsdialog Comment[de]=PolicyKit-Authentifizierungs-Dialog Comment[el]=Διάλογος ταυτοποίησης PolicyKit -Comment[en_GB]=PolicyKit authentication dialog +Comment[en_GB]=PolicyKit authentication dialogue Comment[es]=Diálogo de autenticación de PolicyKit +Comment[et]=PolicyKiti autentimisdialoog +Comment[eu]=PolicyKit autentifikazio elkarrizketa Comment[fi]=PolicyKit-tunnistautumisikkuna Comment[fr]=Boîte de dialogue d'authentification de « PolicyKit » Comment[gl]=Diálogo de autenticación de PolicyKit Comment[hu]=PolicyKit hitelesítési párbeszédablak +Comment[id]=Dialog kewenangan PolicyKit Comment[it]=Finestra di autenticazione di PolicyKit Comment[ko]=PolicyKit 인증 대화상자 +Comment[lt]=PolicyKit tapatybės nustatymo dialogas Comment[nb]=PolicyKit autentiseringsdialog Comment[nl]=Authenticatiedialoog van PolicyKit Comment[nn]=PolicyKit-autentiseringsvindauge -Comment[pa]=ਪਾਲਸੀਕਟ ਪਰਮਾਣਕਿਤਾ ਡਾਈਲਾਗ +Comment[pa]=ਪਾਲਸੀਕਿਟ ਪਰਮਾਣਕਿਤਾ ਡਾਈਲਾਗ Comment[pl]=Okno dialogowe uwierzytelnienia PolicyKit Comment[pt]=Janela de autenticação do PolicyKit Comment[pt_BR]=Janela de autenticação do PolicyKit Comment[ro]=Dialog de autentificare PolicyKit Comment[ru]=Диалог аутентификации PolicyKit -Comment[sk]=Overovací dialóg PolicyKit +Comment[sk]=overovací dialóg PolicyKit Comment[sl]=Pogovorno okno overitve PolicyKit Comment[sr]=Полисикитов дијалог за аутентификовање Comment[sr@ijekavian]=Полисикитов дијалог за аутентификовање @@ -44,16 +48,21 @@ Name[ca]=policykit1-kde Name[ca@valencia]=policykit1-kde Name[cs]=policykit1-kde +Name[da]=policykit1-kde Name[de]=policykit1-kde Name[el]=policykit1-kde Name[en_GB]=policykit1-kde Name[es]=policykit1-kde +Name[et]=policykit1-kde +Name[eu]=policykit1-kde Name[fi]=policykit1-kde Name[fr]=policykit1-kde Name[gl]=policykit1-kde Name[hu]=policykit1-kde +Name[id]=policykit1-kde Name[it]=policykit1-kde Name[ko]=policykit1-kde +Name[lt]=policykit1-kde Name[nb]=policykit1-kde Name[nl]=policykit1-kde Name[nn]=policykit1-kde @@ -83,16 +92,22 @@ Name[ca]=autentica Name[ca@valencia]=autentica Name[cs]=ověřit +Name[da]=autentificér Name[de]=Authentifizieren Name[el]=ταυτοποίηση Name[en_GB]=authenticate Name[es]=autenticar +Name[et]=Autentimine +Name[eu]=autentifikatu Name[fi]=tunnistaudu Name[fr]=S'authentifier Name[gl]=autenticar Name[hu]=hitelesítés +Name[ia]=authentica +Name[id]=wewenang Name[it]=autenticazione Name[ko]=인증 +Name[lt]=nustatyti tapatybę Name[nb]=autentiser Name[nl]=authenticatie Name[nn]=autentiser @@ -116,21 +131,25 @@ Name[zh_TW]=認證 Comment=You are required to authenticate Comment[ar]=الاستيثاق مطلوب -Comment[ast]=Solicítase que t'autentiques Comment[bs]=Trebate se autentificirati Comment[ca]=Se us demana que us autentiqueu Comment[ca@valencia]=Se vos demana que vos autentiqueu Comment[cs]=Je vyžadováno ověření totožnosti +Comment[da]=Du skal autentificere Comment[de]=Sie benötigen eine Authentifizierung Comment[el]=Απαιτείται η ταυτοποίησή σας Comment[en_GB]=You are required to authenticate Comment[es]=Se le ha pedido que se autentique +Comment[et]=Vajalik on autentimine +Comment[eu]=Autentifikatu behar duzu Comment[fi]=Tunnistautuminen vaaditaan Comment[fr]=Vous devez vous authentifier Comment[gl]=Debe identificarse. Comment[hu]=Hitelesítés szükséges +Comment[id]=Kamu diperlukan untuk mewenangi Comment[it]=Devi effettuare l'autenticazione Comment[ko]=인증 필요함 +Comment[lt]=Reikia nustatyti Jūsų nustatyti tapatybę Comment[nb]=Du må autentisere Comment[nl]=Authenticeren is verplicht Comment[nn]=Du må autentisera diff -Nru polkit-kde-agent-1-5.4.3/policykitlistener.h polkit-kde-agent-1-5.12.5/policykitlistener.h --- polkit-kde-agent-1-5.4.3/policykitlistener.h 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/policykitlistener.h 2018-05-01 13:06:29.000000000 +0000 @@ -45,9 +45,9 @@ const PolkitQt1::Details &details, const QString &cookie, const PolkitQt1::Identity::List &identities, - PolkitQt1::Agent::AsyncResult* result); - bool initiateAuthenticationFinish(); - void cancelAuthentication(); + PolkitQt1::Agent::AsyncResult* result) Q_DECL_OVERRIDE; + bool initiateAuthenticationFinish() Q_DECL_OVERRIDE; + void cancelAuthentication() Q_DECL_OVERRIDE; void tryAgain(); void finishObtainPrivilege(); diff -Nru polkit-kde-agent-1-5.4.3/polkit-kde-authentication-agent-1.desktop.cmake polkit-kde-agent-1-5.12.5/polkit-kde-authentication-agent-1.desktop.cmake --- polkit-kde-agent-1-5.4.3/polkit-kde-authentication-agent-1.desktop.cmake 2015-11-05 12:51:48.000000000 +0000 +++ polkit-kde-agent-1-5.12.5/polkit-kde-authentication-agent-1.desktop.cmake 2018-05-01 13:06:29.000000000 +0000 @@ -3,13 +3,23 @@ Name[ca]=Agent d'autenticació del PolicyKit Name[ca@valencia]=Agent d'autenticació del PolicyKit Name[cs]=Ověřovací agent PolicyKitu +Name[da]=PolicyKit autentificeringsagent Name[de]=PolicyKit-Authentifizierungs-Agent +Name[el]=Πράκτορας ταυτοποίησης PolicyKit Name[en_GB]=PolicyKit Authentication Agent Name[es]=Agente de autenticación de PolicyKit +Name[et]=PolicyKiti autentimisagent +Name[eu]=PolicyKit autentifikazio agentea Name[fi]=PolicyKit-tunnistautumisagentti +Name[fr]=Agent d'authentification de « PolicyKit » +Name[gl]=Axente de autenticación de PolicyKit +Name[hu]=PolicyKit hitelesítési ügynök +Name[id]=PolicyKit Authentication Agent +Name[it]=Agente di autenticazione di PolicyKit Name[ko]=PolicyKit 인증 에이전트 -Name[nl]=Authenticatiedialoog van PolicyKit +Name[nl]=Authenticatieagent van PolicyKit Name[nn]=PolicyKit-autentiseringsagent +Name[pa]=ਪਾਲਸੀਕਿਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ Name[pl]=Usługa uwierzytelnienia PolicyKit Name[pt]=Agente de Autenticação do PolicyKit Name[pt_BR]=Agente de Autenticação do PolicyKit @@ -21,20 +31,32 @@ Name[sr@ijekavianlatin]=PolicyKitov agent za autentifikovanje Name[sr@latin]=PolicyKitov agent za autentifikovanje Name[sv]=Policykit behörighetsmodul +Name[tr]=PolicyKit Kimlik Doğrulama Aracı Name[uk]=Агент розпізнавання PolicyKit Name[x-test]=xxPolicyKit Authentication Agentxx Name[zh_CN]=PolicyKit 认证代理 +Name[zh_TW]=PolicyKit 認證代理程式 Comment=PolicyKit Authentication Agent Comment[ca]=Agent d'autenticació del PolicyKit Comment[ca@valencia]=Agent d'autenticació del PolicyKit Comment[cs]=Ověřovací agent PolicyKitu +Comment[da]=PolicyKit autentificeringsagent Comment[de]=PolicyKit-Authentifizierungs-Agent +Comment[el]=Πράκτορας ταυτοποίησης PolicyKit Comment[en_GB]=PolicyKit Authentication Agent Comment[es]=Agente de autenticación de PolicyKit +Comment[et]=PolicyKiti autentimisagent +Comment[eu]=PolicyKit autentifikazio agentea Comment[fi]=PolicyKit-tunnistautumisagentti +Comment[fr]=Agent d'authentification de « PolicyKit » +Comment[gl]=Axente de autenticación de PolicyKit +Comment[hu]=PolicyKit hitelesítési ügynök +Comment[id]=Agen Kewenangan PolicyKit +Comment[it]=Agente di autenticazione di PolicyKit Comment[ko]=PolicyKit 인증 에이전트 Comment[nl]=Authenticatieagent van PolicyKit Comment[nn]=PolicyKit-autentiseringsagent +Comment[pa]=ਪਾਲਸੀਕਿਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ Comment[pl]=Usługa uwierzytelnienia PolicyKit Comment[pt]=Agente de Autenticação do PolicyKit Comment[pt_BR]=Agente de Autenticação do PolicyKit @@ -46,10 +68,13 @@ Comment[sr@ijekavianlatin]=PolicyKitov agent za autentifikovanje Comment[sr@latin]=PolicyKitov agent za autentifikovanje Comment[sv]=Policykit behörighetsmodul +Comment[tr]=PolicyKit Kimlik Doğrulama Aracı Comment[uk]=Агент розпізнавання PolicyKit Comment[x-test]=xxPolicyKit Authentication Agentxx Comment[zh_CN]=PolicyKit 认证代理 +Comment[zh_TW]=PolicyKit 認證代理程式 Exec=${CMAKE_INSTALL_FULL_LIBEXECDIR}/polkit-kde-authentication-agent-1 +Icon=dialog-password Terminal=false Type=Application Categories=