Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktp-text-ui for openSUSE:Factory checked in at 2022-04-23 19:46:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktp-text-ui (Old) and /work/SRC/openSUSE:Factory/.ktp-text-ui.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-text-ui" Sat Apr 23 19:46:34 2022 rev:38 rq:971563 version:22.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui.changes 2022-03-11 11:45:43.110907200 +0100 +++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new.1538/ktp-text-ui.changes 2022-04-23 19:48:06.383135997 +0200 @@ -1,0 +2,23 @@ +Mon Apr 18 07:52:28 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.04.0/ + +------------------------------------------------------------------- +Fri Apr 8 18:21:11 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.03.90 + * New feature release + +------------------------------------------------------------------- +Wed Mar 23 08:14:52 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.03.80 + * New feature release +- Changes since 21.12.3: + * build: Pass the version to project() + * Add CI + +------------------------------------------------------------------- Old: ---- ktp-text-ui-21.12.3.tar.xz ktp-text-ui-21.12.3.tar.xz.sig New: ---- ktp-text-ui-22.04.0.tar.xz ktp-text-ui-22.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktp-text-ui.spec ++++++ --- /var/tmp/diff_new_pack.k0zeUw/_old 2022-04-23 19:48:07.043136782 +0200 +++ /var/tmp/diff_new_pack.k0zeUw/_new 2022-04-23 19:48:07.047136786 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: ktp-text-ui -Version: 21.12.3 +Version: 22.04.0 Release: 0 Summary: Telepathy chat handler by KDE License: GPL-2.0-or-later ++++++ ktp-text-ui-21.12.3.tar.xz -> ktp-text-ui-22.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/.gitlab-ci.yml new/ktp-text-ui-22.04.0/.gitlab-ci.yml --- old/ktp-text-ui-21.12.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/ktp-text-ui-22.04.0/.gitlab-ci.yml 2022-04-12 23:11:21.000000000 +0200 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/.kde-ci.yml new/ktp-text-ui-22.04.0/.kde-ci.yml --- old/ktp-text-ui-21.12.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/ktp-text-ui-22.04.0/.kde-ci.yml 2022-04-12 23:11:21.000000000 +0200 @@ -0,0 +1,25 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/karchive': '@stable' + 'frameworks/sonnet': '@stable' + 'frameworks/kwidgetaddons': '@stable' + 'frameworks/kservice': '@stable' + 'frameworks/kemoticons': '@stable' + 'frameworks/kio': '@stable' + 'frameworks/kcmutils': '@stable' + 'frameworks/knotifyconfig': '@stable' + 'frameworks/knotifications': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/kwindowsystem': '@stable' + 'frameworks/kxmlgui': '@stable' + 'frameworks/kitemviews': '@stable' + 'frameworks/ktextwidgets': '@stable' + 'frameworks/kdbusaddons': '@stable' + 'frameworks/kiconthemes': '@stable' + 'frameworks/kpeople': '@stable' + 'network/ktp-common-internals': '@same' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/CMakeLists.txt new/ktp-text-ui-22.04.0/CMakeLists.txt --- old/ktp-text-ui-21.12.3/CMakeLists.txt 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/CMakeLists.txt 2022-04-15 02:20:05.000000000 +0200 @@ -1,14 +1,13 @@ -project(ktp-text-ui) - -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.16) # KDE Application Version, managed by release script -set(RELEASE_SERVICE_VERSION_MAJOR "21") -set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MAJOR "22") +set(RELEASE_SERVICE_VERSION_MINOR "04") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(KTP_TEXT_UI_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") set(KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5") -set(IS_KTP_INTERNAL_MODULE TRUE) + +project(ktp-text-ui VERSION ${KTP_TEXT_UI_VERSION}) find_package(ECM 1.3.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/config/otr/kcm_ktp_chat_otr.desktop new/ktp-text-ui-22.04.0/config/otr/kcm_ktp_chat_otr.desktop --- old/ktp-text-ui-21.12.3/config/otr/kcm_ktp_chat_otr.desktop 2022-02-27 18:52:54.000000000 +0100 +++ new/ktp-text-ui-22.04.0/config/otr/kcm_ktp_chat_otr.desktop 2022-04-12 23:11:21.000000000 +0200 @@ -13,7 +13,7 @@ Comment=Encrypt chat sessions with Off-The-Record encryption Comment[bs]=??ifrirajte sesije ??askanja sa Off-The-Record ??ifrovanjem Comment[ca]=Encripta les sessions de xat amb l'encriptatge ??Off-The-Record?? -Comment[ca@valencia]=Encripta les sessions de xat amb l'encriptatge ??Off-The-Record?? +Comment[ca@valencia]=Encripta les sessions de xat amb l'encriptaci?? ??Off-The-Record?? Comment[cs]=??ifrovat rozhovory pomoc?? OTR (Off-The-Record encryption) Comment[da]=Krypt??r chatsessioner med 'uofficielt'-kryptering Comment[de]=Chatsitzung mit Off-The-Record-Verschl??sselung sichern diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake new/ktp-text-ui-22.04.0/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake --- old/ktp-text-ui-21.12.3/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake 2022-02-27 18:52:54.000000000 +0100 +++ new/ktp-text-ui-22.04.0/filters/bugzilla/ktptextui_message_filter_bugzilla.desktop.cmake 2022-04-12 23:11:21.000000000 +0200 @@ -4,7 +4,7 @@ Name[ar]=?????????????? ????????????????? Name[bs]=Bugzilla informacije Name[ca]=Informaci?? del Bugzilla -Name[ca@valencia]=Informaci?? del Bugzilla +Name[ca@valencia]=Informaci?? de Bugzilla Name[cs]=Informace z Bugzilly Name[da]=Bugzilla-information Name[de]=Bugzilla-Information @@ -49,7 +49,7 @@ Comment[ar]=?????? ?????????????? ???????? ?????????? ???? ??????????????????? ???????? ?????????????? ?????????????? ???????????????? ?????????????? Comment[bs]=Kada primite link na gre??ku na bugzilla, prika??ite dodatnu informaciju kao ??to su naslov i status Comment[ca]=En rebre un enlla?? a un error del Bugzilla, es mostra informaci?? addicional com el t??tol i l'estat -Comment[ca@valencia]=En rebre un enlla?? a un error del Bugzilla, es mostra informaci?? addicional com el t??tol i l'estat +Comment[ca@valencia]=En rebre un enlla?? a un error de Bugzilla, es mostra informaci?? addicional com el t??tol i l'estat Comment[cs]=Pokud obdr????te odkaz na Bugzillu zobraz?? se v rozhovoru dodate??n?? informace jako stav a n??zev Comment[da]=Viser yderligere information s??som titel og status, n??r du modtager et link til en fejlrapport p?? bugzilla Comment[de]=Wenn eine Verkn??pfung zu einen Fehler in Bugzilla (KDE-Fehlerverfolgungssystem) eintrifft, werden zus??tzliche Informationen wie Titel und Status angezeigt. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake new/ktp-text-ui-22.04.0/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake --- old/ktp-text-ui-21.12.3/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake 2022-02-27 18:52:54.000000000 +0100 +++ new/ktp-text-ui-22.04.0/filters/formatting/ktptextui_message_filter_formatting.desktop.cmake 2022-04-12 23:11:21.000000000 +0200 @@ -49,7 +49,7 @@ Comment=Use /, _, * and - to make text italic, underlined, bold or strikeout respectively Comment[bs]=Koristite _, * i - da napravite tekst kurzivnim, podebljanim ili precrtanim Comment[ca]=Usa /, _, * i - per a convertir el text a cursiva, subratllat, negreta o ratllat respectivament -Comment[ca@valencia]=Usa /, _, * i - per a convertir el text a cursiva, subratllat, negreta o ratllat respectivament +Comment[ca@valencia]=Utilitza /, _, * i - per a convertir el text a cursiva, subratllat, negreta o ratllat respectivament Comment[cs]=Pou????t /,_, * a - pro kurz??vu, podtr??en??, tu??n?? a p??e??krtnut?? text Comment[da]=Brug /, _, * og - til at lave hhv. kursiv, fed eller overstreget Comment[de]=Mit ???/???, ???_???, ???*??? und ???-??? wird Text geneigt, unterstrichen, fett oder durchgestrichen dargestellt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake new/ktp-text-ui-22.04.0/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake --- old/ktp-text-ui-21.12.3/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake 2022-02-27 18:52:54.000000000 +0100 +++ new/ktp-text-ui-22.04.0/filters/texttospeech/ktptextui_message_filter_tts.desktop.cmake 2022-04-12 23:11:21.000000000 +0200 @@ -50,7 +50,7 @@ Comment[ar]=???????? ???????????????? ?????????????? ?????????? ?????? ???????????? Comment[bs]=??itaj ulazne poruke pomo??u usluge konverzije teksta u govor Comment[ca]=Llegeix els missatges entrats usant el servei de text a veu -Comment[ca@valencia]=Llig els missatges entrats usant el servei de text a veu +Comment[ca@valencia]=Llig els missatges entrats utilitzant el servei de text a veu Comment[cs]=P??ed????tat p????choz?? zpr??vy pomoc?? slu??by hlasov?? synt??zy Comment[da]=L??s indkommende beskeder op med tekst-til-tale-tjenesten Comment[de]=Eingehende Nachrichten mit dem Sprachausgabedienst vorlesen diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/logviewer/org.kde.ktplogviewer.desktop new/ktp-text-ui-22.04.0/logviewer/org.kde.ktplogviewer.desktop --- old/ktp-text-ui-21.12.3/logviewer/org.kde.ktplogviewer.desktop 2022-02-27 18:52:54.000000000 +0100 +++ new/ktp-text-ui-22.04.0/logviewer/org.kde.ktplogviewer.desktop 2022-04-12 23:11:21.000000000 +0200 @@ -3,7 +3,7 @@ Name[ar]=???????? ?????? ?????????????? ??????? Name[bs]=Pregleda?? dnevnika za KDE IM Log Name[ca]=Visor de registres de la MI del KDE -Name[ca@valencia]=Visor de registres de la MI del KDE +Name[ca@valencia]=Visor de registres de la MI de KDE Name[cs]=Prohl????e?? z??znam?? KDE IM Name[da]=Fremviser til IM-logge fra KDE Name[de]=Instant-Messenger-Protokollbetrachter @@ -51,7 +51,7 @@ GenericName[ar]=???????? ?????? ?????????????? ?????????????? ?????????????? GenericName[bs]=Pregleda?? dnevnika za KDE instant poruke GenericName[ca]=Visor del registre de missatgeria instant??nia del KDE -GenericName[ca@valencia]=Visor del registre de missatgeria instant??nia del KDE +GenericName[ca@valencia]=Visor del registre de missatgeria instant??nia de KDE GenericName[cs]=Prohl????e?? z??znam?? komunik??toru KDE GenericName[da]=Fremviser til instant messenger logge fra KDE GenericName[de]=KDE-Betrachter f??r Instant-Messenger-Protokolle @@ -98,7 +98,7 @@ Comment[ar]=???????? ???????????? ?????? ?????????????? ?????????????? Comment[bs]=Prikazuje Va??e KDE Instant Messenger dnevnike Comment[ca]=Mostra el registre de missatgeria instant??nia del KDE -Comment[ca@valencia]=Mostra el registre de missatgeria instant??nia del KDE +Comment[ca@valencia]=Mostra el registre de missatgeria instant??nia de KDE Comment[cs]=Zobrazuje va??e z??znamy komunik??toru KDE Comment[da]=Viser dine instant messaging-logge fra KDE Comment[de]=Zeigt Ihre Instant-Messenger-Protokolle an diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/kcm_ktp_chat_appearance.po new/ktp-text-ui-22.04.0/po/ca@valencia/kcm_ktp_chat_appearance.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/kcm_ktp_chat_appearance.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/kcm_ktp_chat_appearance.po 2022-04-15 02:20:04.000000000 +0200 @@ -126,11 +126,11 @@ #, kde-format msgctxt "Example message in preview conversation" msgid "" -"Check out which cool adium themes work <a href=\"http://community.kde.org/" -"KTp/Components/Chat_Window/Themes\">here</a>!" +"Check out which cool adium themes work <a href=\"http://community.kde.org/KTp/" +"Components/Chat_Window/Themes\">here</a>!" msgstr "" -"Vegeu els fant??stics temes ??adium?? en funcionament <a href=\"http://" -"community.kde.org/KTp/Components/Chat_Window/Themes\">ac??</a>!" +"Vegeu els fant??stics temes ??adium?? en funcionament <a href=\"http://community." +"kde.org/KTp/Components/Chat_Window/Themes\">ac??</a>!" #: appearance-config-tab.cpp:256 #, kde-format @@ -214,7 +214,7 @@ #: appearance-config.ui:170 #, kde-format msgid "Use Custom Font Settings" -msgstr "Usa una configuraci?? personalitzada de tipus de lletra" +msgstr "Utilitza una configuraci?? personalitzada de tipus de lletra" #. i18n: ectx: property (text), widget (QLabel, fontFamilyLabel) #: appearance-config.ui:184 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/kcm_ktp_chat_behavior.po new/ktp-text-ui-22.04.0/po/ca@valencia/kcm_ktp_chat_behavior.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/kcm_ktp_chat_behavior.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/kcm_ktp_chat_behavior.po 2022-04-15 02:20:04.000000000 +0200 @@ -24,8 +24,8 @@ #: behavior-config.cpp:50 #, kde-format msgctxt "" -"Part of config 'show last [spin box] messages' This is the suffix to the " -"spin box. Be sure to include leading space" +"Part of config 'show last [spin box] messages' This is the suffix to the spin " +"box. Be sure to include leading space" msgid " message" msgid_plural " messages" msgstr[0] " missatge" @@ -65,14 +65,14 @@ #: behavior-config.ui:53 #, kde-format msgid "Last Conversation Scrollback" -msgstr "Historial de la darrera conversa" +msgstr "Historial de la ??ltima conversa" #. i18n: First part of "Show last %1 messages" string #. i18n: ectx: property (text), widget (QLabel, label_p1) #: behavior-config.ui:59 #, kde-format msgid "Show last" -msgstr "Mostra la darrera" +msgstr "Mostra la ??ltima" #. i18n: ectx: property (title), widget (QGroupBox, typingGroupBox) #: behavior-config.ui:85 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/kcm_ktp_chat_otr.po new/ktp-text-ui-22.04.0/po/ca@valencia/kcm_ktp_chat_otr.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/kcm_ktp_chat_otr.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/kcm_ktp_chat_otr.po 2022-04-15 02:20:04.000000000 +0200 @@ -71,7 +71,7 @@ #: otr-config.cpp:254 #, kde-format msgid "Are you sure you want to trust this fingerprint?" -msgstr "Esteu segur que voleu confiar en aquesta empremta digital?" +msgstr "Segur que voleu confiar en esta empremta digital?" #. i18n: ectx: property (windowTitle), widget (QWidget, OTRConfigUi) #: otr-config.ui:14 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/ktp-filters.po new/ktp-text-ui-22.04.0/po/ca@valencia/ktp-filters.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/ktp-filters.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/ktp-filters.po 2022-04-15 02:20:04.000000000 +0200 @@ -70,7 +70,7 @@ #: latex/latex-config.ui:38 #, kde-format msgid "LaTeX command line:" -msgstr "L??nia d'ordres del LaTeX:" +msgstr "L??nia d'ordres de LaTeX:" #. i18n: ectx: property (text), widget (QLineEdit, kcfg_LatexCmd) #: latex/latex-config.ui:45 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/ktp-log-viewer.po new/ktp-text-ui-22.04.0/po/ca@valencia/ktp-log-viewer.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/ktp-log-viewer.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/ktp-log-viewer.po 2022-04-15 02:20:04.000000000 +0200 @@ -87,7 +87,7 @@ #: log-viewer.cpp:153 #, kde-format msgid "&Import Kopete Logs" -msgstr "&Importa els registres del Kopete" +msgstr "&Importa els registres de Kopete" #: log-viewer.cpp:157 #, kde-format @@ -102,7 +102,7 @@ #: log-viewer.cpp:399 #, kde-format msgid "Are you sure you want to remove all logs from account %1?" -msgstr "De veres voleu suprimir tots els registres del compte %1?" +msgstr "Segur que voleu suprimir tots els registres del compte %1?" #: log-viewer.cpp:400 #, kde-format @@ -113,7 +113,7 @@ #, kde-format msgctxt "%1 is contactdisplay name" msgid "Are you sure you want to remove history of all conversations with %1?" -msgstr "De veres voleu eliminar l'historial de totes les converses amb %1?" +msgstr "Segur que voleu eliminar l'historial de totes les converses amb %1?" #: log-viewer.cpp:424 log-viewer.cpp:446 #, kde-format @@ -126,17 +126,17 @@ msgid "" "Are you sure you want to remove history of all conversations with %1 (%2)?" msgstr "" -"De veres voleu eliminar l'historial de totes les converses amb %1 (%2)?" +"Segur que voleu eliminar l'historial de totes les converses amb %1 (%2)?" #: log-viewer.cpp:488 #, kde-format msgid "No Kopete logs found." -msgstr "No s'ha trobat cap registre del Kopete." +msgstr "No s'ha trobat cap registre de Kopete." #: log-viewer.cpp:543 #, kde-format msgid "There are no logs for this contact" -msgstr "No hi ha registres per a aquest contacte" +msgstr "No hi ha registres per a este contacte" #. i18n: ectx: Menu (logs) #: log-viewer.rc:11 @@ -160,7 +160,7 @@ #: log-viewer.ui:20 #, kde-format msgid "Search all logs..." -msgstr "Cerca a tots els registres..." +msgstr "Busca a tots els registres..." #: logs-import-dialog.cpp:44 #, kde-format @@ -170,7 +170,7 @@ #: logs-import-dialog.cpp:50 #, kde-format msgid "Import Kopete Logs" -msgstr "Importa els registres del Kopete" +msgstr "Importa els registres de Kopete" #: logs-import-dialog.cpp:60 #, kde-format @@ -180,10 +180,10 @@ "\n" "Do you want to import these logs from Kopete to KDE Telepathy?" msgstr "" -"S'han trobat registres del Kopete que semblen coincidir amb alguns dels " -"vostres comptes al Telepathy KDE.\n" +"S'han trobat registres de Kopete que semblen coincidir amb alguns dels " +"vostres comptes a Telepathy KDE.\n" "\n" -"Voleu importar aquests registres del Kopete al Telepathy KDE?" +"Voleu importar estos registres de Kopete a Telepathy KDE?" #: logs-import-dialog.cpp:140 #, kde-format @@ -193,7 +193,7 @@ #: main.cpp:43 #, kde-format msgid "KDE IM Log Viewer" -msgstr "Visor de registres de la MI del KDE" +msgstr "Visor de registres de la MI de KDE" #: main.cpp:45 #, kde-format @@ -243,7 +243,7 @@ #: message-view.cpp:189 #, kde-format msgid "There are no logs for this day" -msgstr "No hi ha registres per a aquest dia" +msgstr "No hi ha registres per a este dia" #: person-entity-merge-model.cpp:158 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/ktp-text-ui.po new/ktp-text-ui-22.04.0/po/ca@valencia/ktp-text-ui.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/ktp-text-ui.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/ktp-text-ui.po 2022-04-15 02:20:04.000000000 +0200 @@ -70,7 +70,7 @@ #, kde-format msgctxt "Toolbar icon tooltip" msgid "Start an audio call with this contact" -msgstr "Inicia una trucada d'??udio amb aquest contacte" +msgstr "Inicia una trucada d'??udio amb este contacte" #: chat-window.cpp:851 chat-window.cpp:1287 #, kde-format @@ -84,8 +84,8 @@ "Blocking means that this contact will not see you online and you will not " "receive any messages from this contact" msgstr "" -"Bloquejar significa que aquest contacte no vos veur?? en l??nia i no rebreu " -"cap missatge d'aquest" +"Bloquejar significa que este contacte no vos veur?? en l??nia i no rebreu cap " +"missatge d'este" #: chat-window.cpp:856 #, kde-format @@ -96,7 +96,7 @@ #, kde-format msgctxt "Toolbar icon tooltip" msgid "Send a file to this contact" -msgstr "Envia un fitxer a aquest contacte" +msgstr "Envia un fitxer a este contacte" #: chat-window.cpp:860 #, kde-format @@ -107,7 +107,7 @@ #, kde-format msgctxt "Toolbar icon tooltip" msgid "Invite another contact to join this chat" -msgstr "Convida a un altre contacte a unir-se a aquesta conversa" +msgstr "Convida a un altre contacte a unir-se a esta conversa" #: chat-window.cpp:864 #, kde-format @@ -118,7 +118,7 @@ #, kde-format msgctxt "Toolbar icon tooltip" msgid "Start a video call with this contact" -msgstr "Inicia una trucada de v??deo amb aquest contacte" +msgstr "Inicia una trucada de v??deo amb este contacte" #: chat-window.cpp:868 #, kde-format @@ -130,8 +130,7 @@ msgctxt "Toolbar icon tooltip" msgid "Start an application that allows this contact to see your desktop" msgstr "" -"Inicia una aplicaci?? que permeta que aquest contacte veja el vostre " -"escriptori" +"Inicia una aplicaci?? que permeta que este contacte veja el vostre escriptori" #: chat-window.cpp:872 #, kde-format @@ -235,7 +234,7 @@ #, kde-format msgctxt "Toolbar icon tooltip" msgid "Edit a plain-text document with this contact in real-time" -msgstr "Edita un document de text amb aquest contacte en temps real" +msgstr "Edita un document de text amb este contacte en temps real" #: chat-window.cpp:1094 #, kde-format @@ -301,7 +300,7 @@ #: invite-contact-dialog.cpp:55 #, kde-format msgid "Search in Contacts..." -msgstr "Cerca en els contactes..." +msgstr "Busca en els contactes..." #: invite-contact-dialog.cpp:64 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/ca@valencia/ktpchat.po new/ktp-text-ui-22.04.0/po/ca@valencia/ktpchat.po --- old/ktp-text-ui-21.12.3/po/ca@valencia/ktpchat.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/ca@valencia/ktpchat.po 2022-04-15 02:20:04.000000000 +0200 @@ -37,8 +37,8 @@ "Failed to load a valid theme. Your installation is broken. Check your kde " "path. Will now crash." msgstr "" -"Ha fallat en carregar un tema v??lid. La instal??laci?? est?? trencada. " -"Comproveu la variable PATH del KDE. Ara acaba de fallar." +"No s'ha pogut carregar un tema v??lid. La instal??laci?? est?? trencada. " +"Comproveu la variable PATH de KDE. Ara acaba de fallar." #: adium-theme-view.cpp:210 #, kde-format @@ -73,7 +73,7 @@ #: authenticationwizard.cpp:101 #, kde-format msgid "Checking if answers match..." -msgstr "S'est?? comprovant si les respostes coincideixen..." +msgstr "S'est?? comprovant si les respostes coincidisquen..." #: authenticationwizard.cpp:143 #, kde-format @@ -128,7 +128,7 @@ "following question in the field below:" msgstr "" "A en <b>%1</b> li agradaria verificar la vostra autenticaci??. Responeu a la " -"seg??ent pregunta al camp de sota:" +"seg??ent pregunta al camp de davall:" #: authenticationwizard.cpp:219 #, kde-format @@ -181,8 +181,7 @@ msgctxt "@info:label I have..." msgid "verified that this is in fact the correct fingerprint for <b>%1</b>." msgstr "" -"s'ha verificat que aquesta ??s de fet l'empremta digital correcta d'en <b>%1</" -"b>." +"s'ha verificat que esta ??s de fet l'empremta digital correcta d'en <b>%1</b>." #: authenticationwizard.cpp:380 #, kde-format @@ -195,8 +194,8 @@ "The authentication with <b>%1</b> has been completed successfully. The " "conversation is now secure." msgstr "" -"L'autenticaci?? amb <b>%1</b> ha estat completada amb ??xit. La conversaci?? " -"ara ??s segura." +"L'autenticaci?? amb <b>%1</b> ha estat completada amb ??xit. La conversaci?? ara " +"??s segura." #: authenticationwizard.cpp:388 #, kde-format @@ -204,13 +203,13 @@ "<b>%1</b> has successfully authenticated you. You may want to authenticate " "this contact as well by asking your own question." msgstr "" -"En <b>%1</b> vos ha autenticat correctament. Potser voldreu autenticar " -"aquest contacte tamb?? fent la vostra pregunta." +"En <b>%1</b> vos ha autenticat correctament. Potser voldreu autenticar este " +"contacte tamb?? fent la vostra pregunta." #: authenticationwizard.cpp:396 #, kde-format msgid "Authentication failed" -msgstr "Ha fallat en l'autenticaci??" +msgstr "No s'ha pogut fer l'autenticaci??" #: authenticationwizard.cpp:397 #, kde-format @@ -257,7 +256,7 @@ msgstr "" "Escolliu un secret conegut nom??s per v??s i en <b>%1</b>. Si el secret no " "coincideix, podr??eu estar parlant amb un impostor. No envieu el secret a " -"trav??s de la finestra de xat, o aquest m??tode d'autenticaci?? es podria veure " +"trav??s de la finestra de xat, o este m??tode d'autenticaci?? es podria veure " "comprom??s amb facilitat." #: authenticationwizard.cpp:436 @@ -266,8 +265,8 @@ "Verify <b>%1's</b> fingerprint manually. For example via a phone call or " "signed (and verified) email." msgstr "" -"Verifiqueu manualment l'empremta digital d'en <b>%1</b>. Per exemple a " -"trav??s d'una trucada telef??nica o un correu electr??nic signat (i verificat)." +"Verifiqueu manualment l'empremta digital d'en <b>%1</b>. Per exemple a trav??s " +"d'una trucada telef??nica o un correu electr??nic signat (i verificat)." #: chat-search-bar.cpp:39 #, kde-format @@ -284,7 +283,7 @@ #: chat-search-bar.cpp:49 #, kde-format msgid "Insert search text..." -msgstr "Inseriu el text a cercar..." +msgstr "Inseriu el text a buscar..." #: chat-search-bar.cpp:58 #, kde-format @@ -424,8 +423,7 @@ msgid "" "Delivery of the message \"%1\" failed because the remote contact is not valid" msgstr "" -"El lliurament del missatge ??%1?? ha fallat perqu?? el contacte remot no ??s " -"v??lid" +"El lliurament del missatge ??%1?? ha fallat perqu?? el contacte remot no ??s v??lid" #: chat-widget.cpp:926 #, kde-format @@ -439,8 +437,8 @@ "Delivery of the message \"%1\" failed because you do not have permission to " "speak in this room" msgstr "" -"El lliurament del missatge ??%1?? ha fallat perqu?? no teniu perm??s per a " -"parlar en aquesta sala" +"El lliurament del missatge ??%1?? ha fallat perqu?? no teniu perm??s per a parlar " +"en esta sala" #: chat-widget.cpp:936 #, kde-format @@ -449,7 +447,7 @@ "this room" msgstr "" "El lliurament d'un missatge ha fallat perqu?? no teniu perm??s per a parlar en " -"aquesta sala" +"esta sala" #: chat-widget.cpp:942 #, kde-format @@ -474,8 +472,8 @@ #: chat-widget.cpp:1019 #, kde-format msgid "" -"%1 has already closed his/her private connection to you. Your message was " -"not sent. Either end your private conversation, or restart it." +"%1 has already closed his/her private connection to you. Your message was not " +"sent. Either end your private conversation, or restart it." msgstr "" "En %1 ja ha tancat la seua connexi?? privada amb v??s. El vostre missatge no " "s'ha enviat. Finalitzeu la vostra conversa privada, o reinicieu-la." @@ -581,7 +579,7 @@ #: keygendialog.ui:14 #, kde-format msgid "Please Wait" -msgstr "Per favor, espereu" +msgstr "Espereu" #. i18n: ectx: property (text), widget (QLabel, lbText) #: keygendialog.ui:32 @@ -653,7 +651,7 @@ #: proxy-service.cpp:57 #, kde-format msgid "Please wait" -msgstr "Per favor, espereu" +msgstr "Espereu" #: proxy-service.cpp:89 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_appearance.po new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_appearance.po --- old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_appearance.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_appearance.po 2022-04-15 02:20:05.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_behavior.po new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_behavior.po --- old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_behavior.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_behavior.po 2022-04-15 02:20:05.000000000 +0200 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_messages.po new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_messages.po --- old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_messages.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_messages.po 2022-04-15 02:20:05.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-04-01 00:17+0000\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_otr.po new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_otr.po --- old/ktp-text-ui-21.12.3/po/zh_CN/kcm_ktp_chat_otr.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/kcm_ktp_chat_otr.po 2022-04-15 02:20:05.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/ktp-adiumxtra-protocol-handler.po new/ktp-text-ui-22.04.0/po/zh_CN/ktp-adiumxtra-protocol-handler.po --- old/ktp-text-ui-21.12.3/po/zh_CN/ktp-adiumxtra-protocol-handler.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/ktp-adiumxtra-protocol-handler.po 2022-04-15 02:20:05.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/ktp-filters.po new/ktp-text-ui-22.04.0/po/zh_CN/ktp-filters.po --- old/ktp-text-ui-21.12.3/po/zh_CN/ktp-filters.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/ktp-filters.po 2022-04-15 02:20:05.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/ktp-log-viewer.po new/ktp-text-ui-22.04.0/po/zh_CN/ktp-log-viewer.po --- old/ktp-text-ui-21.12.3/po/zh_CN/ktp-log-viewer.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/ktp-log-viewer.po 2022-04-15 02:20:05.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-16 03:16+0100\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/ktp-text-ui.po new/ktp-text-ui-22.04.0/po/zh_CN/ktp-text-ui.po --- old/ktp-text-ui-21.12.3/po/zh_CN/ktp-text-ui.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/ktp-text-ui.po 2022-04-15 02:20:05.000000000 +0200 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-text-ui-21.12.3/po/zh_CN/ktpchat.po new/ktp-text-ui-22.04.0/po/zh_CN/ktpchat.po --- old/ktp-text-ui-21.12.3/po/zh_CN/ktpchat.po 2022-03-01 01:15:30.000000000 +0100 +++ new/ktp-text-ui-22.04.0/po/zh_CN/ktpchat.po 2022-04-15 02:20:05.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2019-08-30 07:46+0200\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" ++++++ ktp-text-ui-21.12.3.tar.xz.sig -> ktp-text-ui-22.04.0.tar.xz.sig ++++++ --- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui-21.12.3.tar.xz.sig 2022-03-04 20:20:03.680721241 +0100 +++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new.1538/ktp-text-ui-22.04.0.tar.xz.sig 2022-04-23 19:48:06.367135978 +0200 @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmIdZaMACgkQu0YzUNbv -Me8gLQ//Zpn5A5Jl4ncg52azvK06+5FBKEyfYfF9/mBwarnY9CcxHiil3An/YeLK -wZsZxCza8Nt2M9j88rC5PZLbBLvmYvWwdZH7DXj2r9/EwFqcM8+1462c+3ot/xCg -ma/lajDEjrj6VJnV5JIGiEDS1SA6jxVqZDMOQ7M5ieftFQtl/qgTlLVOUYQ0mmp9 -ykyyyBsaIHzEKizsxBVHwf122u9SZTMN8/y4HHE4pftalv9v/v6VeJtkuBWibc+h -m+Ejn66TcEzvZBlq555gNO1BSEyz+3DRC/JDC7mKC4B+8cLnGFikKY77zC+P52XR -/fE+cGrvWh9du6eLKFZgUow03KxfeKrxe7htXtKnL/SWKa8Y99pSZJj9S0b1VBT1 -BPlDOEW8RG1EtInqzPF8+4y/8flNe6Hd6553FOiUlwLb1Gu3jcG+Sg0WgcMDDjxR -NcUhkp+BChILYzOl5B3E3xQFw3GM7MS8sPSP9lsu8ykoeKlqt1eWn/udzdQT2kX4 -QBA7smFnawTlpoAPHdlLCR7+maMD9sul61TuAhjboHTDjZomEuRpKDjvZ625/QcW -yVLvdXP7aEB5/ygv9rtqsGhEx4bsxh1jx1NFGPgP7Zvs0EZ3VXaKeht9bFL5IrK5 -/1rdSzXWyWdABYssrKiFMAvStDGDb028BINQGcwAWyfu8hZatoQ= -=J483 +iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmJYujYACgkQu0YzUNbv +Me8HOg//b3ZCtTopf2g3EdlFko7XU62lIfFZnFGOEiYexP1rnofTzuGRrmYGL8Yh +OhGAQl16ZZSVlAhAHtE0+BZTQlWkMwL+YeLdZ7cJiL/7bAN13saoEa5gY/UtDVYD +fAw/CUUlNE/6FR0Jr7WzujNFHeL5/u8RLZE46Ub205qoIxG4x2Fm317yY6AvvUVP +Vru/E5mqN+3ojbZid+f1T5tzPdcXf3ezzPyvWFwIrtDdU00Df+AOX4yBIUoEDnuD +HKJDTrkIuu3TtIL9c0oS17ASC6jHgUNWExAL6i9gTub4xUIXCUmf/0qU+7QFMafB +rXXZDBDDBo7oSVg4Wnelz5BNpIbUGq8R5aRMaV+ErOdg2a4ABpvz4wd2BYq2wqZK +sfOeqbwun7KUC7D8YXmMPX+C0OFETapb/YBmh/sWxbVJatcwTFepTvkWfGCX7ZeM +5PEZHSO5feZ5Ft9wiK9SoDq+q6YMMCoJTlQw3zDslULtzlAKboQUxnXyg6MGESna +LD6Xw/DTJa9MVJiXJC8OBQ92wHlPctnFIYg/VEUM2igtO+Gz8wy0adQWM6aPZGZG +Klr7ttlwWbpC+SLsMRYSMAmaC6WflSxeENFZBiAwhevKBXnkU6Bi28TKDpxHY7ue +wCIiH513tfJ3VGtwKFFpdpNCU+AsO6mbTysP+OJDCxRFc4F+PIE= +=MiWS -----END PGP SIGNATURE-----