diff -Nru ktp-common-internals-0.7.80/CMakeLists.txt ktp-common-internals-0.8.0/CMakeLists.txt --- ktp-common-internals-0.7.80/CMakeLists.txt 2014-02-17 20:58:56.000000000 +0000 +++ ktp-common-internals-0.8.0/CMakeLists.txt 2014-03-11 21:24:31.000000000 +0000 @@ -8,7 +8,7 @@ ) cmake_policy(SET CMP0002 OLD) -set (KTP_VERSION "0.7.80") +set (KTP_VERSION "0.8.0") # Bump for every 0.x release, or whenever BC changes set (KTP_SONUMBER 7) set (KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "4") @@ -16,7 +16,7 @@ find_package (KDE4 REQUIRED) find_package (TelepathyQt4 0.9.2.1 REQUIRED) find_package (TelepathyLoggerQt4) -find_package (KPeople 0.2) +find_package (KPeople 0.2.1) find_package (KdepimLibs) # set some default settings diff -Nru ktp-common-internals-0.7.80/data/ktelepathy.notifyrc ktp-common-internals-0.8.0/data/ktelepathy.notifyrc --- ktp-common-internals-0.7.80/data/ktelepathy.notifyrc 2014-02-17 20:57:44.000000000 +0000 +++ ktp-common-internals-0.8.0/data/ktelepathy.notifyrc 2014-03-11 21:23:34.000000000 +0000 @@ -1817,37 +1817,47 @@ [Event/googletalkExtensionsError] Name=File renamed for sending with Google Talk Name[ca]=Fitxer reanomenat per enviar amb el Google Talk +Name[cs]=Soubor byl přejmenován pro přenos pomocí Google Talk Name[da]=Fil omdøbt for at blive sendt med Google Talk Name[de]=Datei zum Senden mit Google Talk umbenannt +Name[fi]=Tiedoston nimi muutettu Google Talkilla lähetettäväksi Name[hu]=A fájl átnevezve a Google Talk programmal való küldéshez Name[it]=File rinominato per l'invio con Google Talk Name[nl]=Bestand hernoemd om te verzenden met Google Talk Name[pt]=O ficheiro mudou de nome para ser enviado com o Google Talk Name[pt_BR]=O arquivo foi renomeado para ser enviado com o Google Talk +Name[sk]=Súbor premenovaný na poslanie s Google talk Name[sl]=Za pošiljanje preko Google Talk je bila datoteka preimenovana Name[sr]=Фајл је преименован ради слања преко Гугл‑разговора Name[sr@ijekavian]=Фајл је преименован ради слања преко Гугл‑разговора Name[sr@ijekavianlatin]=Fajl je preimenovan radi slanja preko Google-razgovora Name[sr@latin]=Fajl je preimenovan radi slanja preko Google-razgovora Name[sv]=Filens namn ändrat för att skicka med Google Talk +Name[tr]=Google Talk ile göndermek üzere dosya adlandırıldı Name[uk]=Файл перейменовано для надсилання за допомогою Google Talk Name[x-test]=xxFile renamed for sending with Google Talkxx +Name[zh_TW]=Google Talk 傳送的檔案重新命名 Comment=An outgoing file with forbidden extension .exe or .ini has been renamed Comment[ca]=S'ha reanomenat un fitxer sortint amb una extensió prohibida .exe o .ini +Comment[cs]=Odesílaný soubor s nepovolenou příponou .exe nebo .ini byl přejmenován Comment[da]=En udgående fil med forbudt filendelse .exe eller .ini er blevet omdøbt Comment[de]=Eine ausgehende Datei mit der verbotenen Erweiterung „.exe“ oder „.ini“ wurde umbenannt +Comment[fi]=Lähtevän tiedoston nimi on muutettu, koska sen tiedostopääte oli kielletty (.exe tai .ini) Comment[hu]=Egy tiltott .exe vagy .ini kiterjesztéssel rendelkező kimenő fájl átnevezve Comment[it]=Un file da inviare con l'estensione non permessa «.exe» o «.ini» è stato rinominato Comment[nl]=Een uitgaand bestand met een verboden extensie .exe of .ini is hernoemd Comment[pt]=Um ficheiro enviado com as extensões proibidas '.exe' ou '.ini' mudou de nome Comment[pt_BR]=Um arquivo enviado com as extensões proibidas '.exe' ou '.ini' foi renomeado +Comment[sk]=Odchádzajúcu súbor so zakázanou príponou .exe alebo .ini bol premenovaný Comment[sl]=Izhodna datoteka s prepovedano pripono (.exe ali .ini) je bila preimenovana Comment[sr]=Фајл је преименован због забрањеног наставка .exe или .ini Comment[sr@ijekavian]=Фајл је преименован због забрањеног наставка .exe или .ini Comment[sr@ijekavianlatin]=Fajl je preimenovan zbog zabranjenog nastavka .exe ili .ini Comment[sr@latin]=Fajl je preimenovan zbog zabranjenog nastavka .exe ili .ini Comment[sv]=Namnet på en utgående fil med de förbjudna filändelserna .exe eller .ini har ändrats +Comment[tr]=Yasaklı uzantı .exe veya .ini, gönderilebilmesi için adlandırıldı Comment[uk]=Вихідний файл із забороненим суфіксом назви, .exe або .ini, було перейменовано Comment[x-test]=xxAn outgoing file with forbidden extension .exe or .ini has been renamedxx +Comment[zh_TW]=檔案的副檔名為 .exe 或 .ini 會被拒絕,因此已重新命名 Action=Popup Flags=Persistent diff -Nru ktp-common-internals-0.7.80/debian/changelog ktp-common-internals-0.8.0/debian/changelog --- ktp-common-internals-0.7.80/debian/changelog 2014-02-18 16:22:22.000000000 +0000 +++ ktp-common-internals-0.8.0/debian/changelog 2014-04-01 10:59:24.000000000 +0000 @@ -1,3 +1,9 @@ +ktp-common-internals (0.8.0-0ubuntu1) trusty; urgency=medium + + * New upstream release + + -- Rohan Garg Tue, 01 Apr 2014 12:59:21 +0200 + ktp-common-internals (0.7.80-0ubuntu2) trusty; urgency=medium * Bump KPeople requirement diff -Nru ktp-common-internals-0.7.80/debian/libktpcommoninternalsprivate7.install ktp-common-internals-0.8.0/debian/libktpcommoninternalsprivate7.install --- ktp-common-internals-0.7.80/debian/libktpcommoninternalsprivate7.install 2014-02-18 11:59:15.000000000 +0000 +++ ktp-common-internals-0.8.0/debian/libktpcommoninternalsprivate7.install 2014-04-01 10:59:15.000000000 +0000 @@ -2,11 +2,11 @@ usr/lib/kde4/imdetailswidgetplugin.so usr/lib/kde4/ktp_kpeople_plugin.so usr/lib/kde4/ktploggerplugin_tplogger.so -usr/lib/libktpcommoninternalsprivate.so.0.7* +usr/lib/libktpcommoninternalsprivate.so.0.8* usr/lib/libktpcommoninternalsprivate.so.7 -usr/lib/libktploggerprivate.so.0.7* +usr/lib/libktploggerprivate.so.0.8* usr/lib/libktploggerprivate.so.7 -usr/lib/libktpmodelsprivate.so.0.7* +usr/lib/libktpmodelsprivate.so.0.8* usr/lib/libktpmodelsprivate.so.7 -usr/lib/libktpwidgetsprivate.so.0.7* +usr/lib/libktpwidgetsprivate.so.0.8* usr/lib/libktpwidgetsprivate.so.7 diff -Nru ktp-common-internals-0.7.80/KTp/CMakeLists.txt ktp-common-internals-0.8.0/KTp/CMakeLists.txt --- ktp-common-internals-0.7.80/KTp/CMakeLists.txt 2014-02-17 20:57:44.000000000 +0000 +++ ktp-common-internals-0.8.0/KTp/CMakeLists.txt 2014-03-11 21:23:34.000000000 +0000 @@ -23,7 +23,6 @@ message-escape-filter.cpp message-filter-config-manager.cpp message-processor.cpp - message-url-filter.cpp outgoing-message.cpp persistent-contact.cpp presence.cpp diff -Nru ktp-common-internals-0.7.80/KTp/core.cpp ktp-common-internals-0.8.0/KTp/core.cpp --- ktp-common-internals-0.7.80/KTp/core.cpp 2014-02-17 20:57:44.000000000 +0000 +++ ktp-common-internals-0.8.0/KTp/core.cpp 2014-03-11 21:23:34.000000000 +0000 @@ -62,6 +62,7 @@ m_connectionFactory = Tp::ConnectionFactory::create(QDBusConnection::sessionBus(), Tp::Features() << Tp::Connection::FeatureCore + << Tp::Connection::FeatureConnected << Tp::Connection::FeatureSelfContact); m_contactFactory = KTp::ContactFactory::create(Tp::Features() << Tp::Contact::FeatureAlias diff -Nru ktp-common-internals-0.7.80/KTp/message-escape-filter.cpp ktp-common-internals-0.8.0/KTp/message-escape-filter.cpp --- ktp-common-internals-0.7.80/KTp/message-escape-filter.cpp 2014-02-17 20:57:44.000000000 +0000 +++ ktp-common-internals-0.8.0/KTp/message-escape-filter.cpp 2014-03-11 21:23:34.000000000 +0000 @@ -20,6 +20,9 @@ #include //needed for Qt::escape +#include +#include + MessageEscapeFilter::MessageEscapeFilter(QObject *parent) : KTp::AbstractMessageFilter(parent) { @@ -28,7 +31,51 @@ void MessageEscapeFilter::filterMessage(KTp::Message &message, const KTp::MessageContext &context) { Q_UNUSED(context) - QString escapedMessage = Qt::escape(message.mainMessagePart()); + + // Here we do URL detection first, before any escaping is done. + // If escaping would be done first, the link detection of eg. "" + // would become <http://kde.org/> and the URL filter would + // match "http://kde.org/>" as the link. On the other hand if it's escaped afterwards, + // it would also escape the newly inserted links and the user would + // get <a href.../a> and no clickable links. + // + // Therefore we first detect the links, replace them with placeholders, + // then escape everything, then replace placeholders with actual links. + + QString messageText = message.mainMessagePart(); + + QVariantList urls = message.property("Urls").toList(); + + // link detection + KTp::TextUrlData parsedUrl = KTp::TextParser::instance()->extractUrlData(messageText); + + QList > placeholders; + + int offset = 0; + for (int i = 0; i < parsedUrl.fixedUrls.size(); i++) { + KUrl url(parsedUrl.fixedUrls.at(i)); + if (url.protocol() != QLatin1String("mailto")) { + QString originalText = messageText.mid(parsedUrl.urlRanges.at(i).first + offset, parsedUrl.urlRanges.at(i).second); + QString link = QString::fromLatin1("%2").arg(QString::fromAscii(url.toEncoded()), originalText); + + QString placeholder = QString::fromLatin1("#K#T#P%1").arg(i); + + // replace the link with a placeholder^ so it passes through the escaping phase, + // then it will be replaced back for the actual link + messageText.replace(parsedUrl.urlRanges.at(i).first + offset, parsedUrl.urlRanges.at(i).second, placeholder); + + placeholders << qMakePair(placeholder, link); + + urls.append(url); + + //after the first replacement is made, the original position values are not valid anymore, this adjusts them + offset += placeholder.length() - originalText.length(); + } + } + + message.setProperty("Urls", urls); + + QString escapedMessage = Qt::escape(messageText); escapedMessage.replace(QLatin1String("\n "), QLatin1String("
 ")); //keep leading whitespaces escapedMessage.replace(QLatin1Char('\n'), QLatin1String("
")); @@ -36,5 +83,10 @@ escapedMessage.replace(QLatin1Char('\t'), QLatin1String("    ")); // replace tabs by 4 spaces escapedMessage.replace(QLatin1String(" "), QLatin1String("  ")); // keep multiple whitespaces + // replace link placeholders with actual links + for (int i = 0; i < placeholders.size(); i++) { + escapedMessage.replace(placeholders.at(i).first, placeholders.at(i).second); + } + message.setMainMessagePart(escapedMessage); } diff -Nru ktp-common-internals-0.7.80/KTp/message-processor.cpp ktp-common-internals-0.8.0/KTp/message-processor.cpp --- ktp-common-internals-0.7.80/KTp/message-processor.cpp 2014-02-17 20:57:44.000000000 +0000 +++ ktp-common-internals-0.8.0/KTp/message-processor.cpp 2014-03-11 21:23:34.000000000 +0000 @@ -131,8 +131,9 @@ { // Default weight is 100. Make sure these two plugins are always above those // which don't have weight specified and in this exact order. + // + // The escape filter also has the URL filter in it, see message-escape-filter.cpp for details d->filters << FilterPlugin(QLatin1String("__messageEscapeFilter"), 98, new MessageEscapeFilter(this)); - d->filters << FilterPlugin(QLatin1String("__messageUrlFilter"), 99, new MessageUrlFilter(this)); d->loadFilters(); } diff -Nru ktp-common-internals-0.7.80/KTp/message-url-filter.cpp ktp-common-internals-0.8.0/KTp/message-url-filter.cpp --- ktp-common-internals-0.7.80/KTp/message-url-filter.cpp 2014-02-17 20:57:44.000000000 +0000 +++ ktp-common-internals-0.8.0/KTp/message-url-filter.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,60 +0,0 @@ -/* - Copyright (C) 2012 Lasath Fernando - Copyright (C) 2012 David Edmundson - Copyright (C) 2012 Rohan Garg - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ - -#include "message-filters-private.h" - -#include -#include - -MessageUrlFilter::MessageUrlFilter(QObject *parent) - : KTp::AbstractMessageFilter(parent) -{ -} - -void MessageUrlFilter::filterMessage(KTp::Message &info, const KTp::MessageContext &context) -{ - Q_UNUSED(context); - QString message = info.mainMessagePart(); - //FIXME: make "Urls" into a constant - QVariantList urls = info.property("Urls").toList(); - - // link detection - KTp::TextUrlData parsedUrl = KTp::TextParser::instance()->extractUrlData(message); - - int offset = 0; - for (int i = 0; i < parsedUrl.fixedUrls.size(); i++) { - KUrl url(parsedUrl.fixedUrls.at(i)); - if (url.protocol() != QLatin1String("mailto")) { - QString originalText = message.mid(parsedUrl.urlRanges.at(i).first + offset, parsedUrl.urlRanges.at(i).second); - QString link = QString::fromLatin1("%2").arg(QString::fromAscii(url.toEncoded()), originalText); - message.replace(parsedUrl.urlRanges.at(i).first + offset, parsedUrl.urlRanges.at(i).second, link); - - urls.append(url); - - //after the first replacement is made, the original position values are not valid anymore, this adjusts them - offset += link.length() - originalText.length(); - } - } - - info.setProperty("Urls", urls); - info.setMainMessagePart(message); -} - - diff -Nru ktp-common-internals-0.7.80/po/bs/ktp-common-internals.po ktp-common-internals-0.8.0/po/bs/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/bs/ktp-common-internals.po 2014-02-17 20:57:56.000000000 +0000 +++ ktp-common-internals-0.8.0/po/bs/ktp-common-internals.po 2014-03-11 21:23:40.000000000 +0000 @@ -7,67 +7,59 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-10-29 13:04+0000\n" -"Last-Translator: Amra Dautbegovic \n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-24 21:22+0100\n" +"Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Launchpad (build 16820)\n" -"X-Launchpad-Export-Date: 2013-10-30 05:47+0000\n" +"X-Launchpad-Export-Date: 2012-12-21 01:45+0000\n" +"X-Generator: Launchpad (build 16378)\n" "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" msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Samir Ribić,Amra Dautbegovic,Haris Javoraš" +msgstr "Samir Ribić" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "" -"samir.ribic@etf.unsa.ba,adautbegov1@etf.unsa.ba,miniprogrammerme@gmail.com" +msgstr "samir.ribic@etf.unsa.ba" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." -msgstr "Započni dopisivanje koristeći %1" +msgstr "Počni ćaskanje koristeći %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." -msgstr "Započni audio poziv koristeći %1" +msgstr "Pokreni glasovni poziv koristeći %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." -msgstr "Započni video poziv koristeći %1" +msgstr "Pokreni video poziv koristeći %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." -msgstr "Pošalji datotetku koristeći %1" +msgstr "Pokreni datoteku koristeći %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." -msgstr "Kolaborativno izmijeni dokument koristeći %1" - -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" +msgstr "Uredi dokument u saradnji s drugim ljudima koristeći %1..." -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Otvori preglednik dnevnika..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Nalozi brzih poruka" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -316,7 +308,7 @@ #: KTp/error-dictionary.cpp:103 msgctxt "Verbose user visible error string" msgid "The service is not available" -msgstr "Servis nije dostupan" +msgstr "Ova usluga nije dostupna" #: KTp/error-dictionary.cpp:105 msgctxt "Verbose user visible error string" @@ -587,7 +579,7 @@ #: KTp/error-dictionary.cpp:210 msgctxt "Short user visible error string" msgid "Service not available" -msgstr "Servis nije dostupan" +msgstr "Usluga nije dostupna" #: KTp/error-dictionary.cpp:212 msgctxt "Short user visible error string" @@ -774,7 +766,7 @@ msgid "Add new contact" msgstr "Dodaj novi kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nije izabran nijedan račun." @@ -810,15 +802,15 @@ msgid "Search in Contacts..." msgstr "Traži u kontaktima..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ova soba je već u vašim omiljenim" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Dodaj sobu" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Ime" @@ -842,55 +834,50 @@ msgid "Add Room" msgstr "Dodaj sobu" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Uredi sobu" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Ukloni sobu" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Skorašnji" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Ukloni" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Očisti spisak" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Upit" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Poslužitelj koji če biti upitan" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Ostavite prazno za zadani poslužitelj odabranog računa" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Prekini" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Pretraži sobe" @@ -912,36 +899,24 @@ msgid "Configure notifications for all users" msgstr "Konfiguriši napomene za sve korisnike" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" -msgstr "Započni dopisivanje" +msgstr "Pokreni ćaskanje" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" -"Traženi profil se odjavio sa mreže tako da nije moguće započeti dopisivanje." +"Zahtijevani nalog je izgubio vezu pa nije bilo moguće pokrenuti ćaskanje" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." -msgstr "Niste naznačili ime kontakta s kojim ćete započeti dopisivanje." +msgstr "Niste naveli ime kontakta s kojim počinjete ćaskan je" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." -msgstr "Neuspio pokušaj dopisivanja s kontaktom." - -#~ msgid "Open Log Viewer..." -#~ msgstr "Otvori preglednik imenika..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Profili za trenutno dopisivanje" +msgstr "Neuspjelo započinjanje ćaskanja s kontaktom" #~ msgid "Telepathy KDE Models Test UI" #~ msgstr "Korisnički interfejs za testirahje KDE Telepathy modela" diff -Nru ktp-common-internals-0.7.80/po/ca/ktp-common-internals.po ktp-common-internals-0.8.0/po/ca/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ca/ktp-common-internals.po 2014-02-17 20:57:57.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ca/ktp-common-internals.po 2014-03-11 21:23:40.000000000 +0000 @@ -1,5 +1,5 @@ # Translation of ktp-common-internals.po to Catalan -# Copyright (C) 2012-2013 This_file_is_part_of_KDE +# Copyright (C) 2012-2014 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. # @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2014-02-09 11:59+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -28,47 +28,38 @@ msgid "Your emails" msgstr "txemaq@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Inici de xat usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Inici de trucada d'àudio usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Inici de trucada de vídeo usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Envia un fitxer usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Edita en col·laboració un document nou usant %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Google Talk no permet transferir fitxer amb extensions .exe o .ini. S'ha " -"enviat amb el nom de fitxer %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "El fitxer transferit s'ha reanomenat" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Obre el visor del registre..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Comptes de missatgeria instantània" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -786,9 +777,9 @@ msgid "Add new contact" msgstr "Afegeix un contacte nou" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." -msgstr "No s'ha seleccionat cap compte." +msgstr "No heu seleccionat cap compte." #: KTp/Widgets/add-contact-dialog.cpp:143 msgid "" @@ -824,15 +815,15 @@ msgid "Search in Contacts..." msgstr "Cerca en els contactes..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Aquesta sala ja està en els preferits." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Afegeix una sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nom" @@ -856,55 +847,50 @@ msgid "Add Room" msgstr "Afegeix una sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Edició de sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Elimina la sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recent" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Elimina" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Neteja la llista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Consulta" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servidor al que consultar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Deixeu-ho en blanc per al servidor per defecte del compte" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Atura" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Cerca sales" @@ -926,39 +912,25 @@ msgid "Configure notifications for all users" msgstr "Configura les notificacions per tots els usuaris" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Inicia un xat" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "El compte demanat s'ha desconnectat i per tant no es pot iniciar el xat." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "No heu especificat el nom del contacte amb el que iniciar el xat." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"El nom a pantalla del contracte que heu proporcionat no és vàlid o no " -"accepta xats de text." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "L'inici del xat amb el contacte ha fallat." -#~ msgid "Open Log Viewer..." -#~ msgstr "Obre el visor del registre..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Comptes de missatgeria instantània" - #~ msgid "Telepathy KDE Models Test UI" #~ msgstr "IU de proves dels models KDE del Telepathy" diff -Nru ktp-common-internals-0.7.80/po/ca@valencia/ktp-common-internals.po ktp-common-internals-0.8.0/po/ca@valencia/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ca@valencia/ktp-common-internals.po 2014-02-17 20:57:57.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ca@valencia/ktp-common-internals.po 2014-03-11 21:23:41.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-09-24 13:41+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -28,45 +28,38 @@ msgid "Your emails" msgstr "txemaq@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Inici de xat usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Inici de trucada d'àudio usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Inici de trucada de vídeo usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Envia un fitxer usant %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Edita en col·laboració un document nou usant %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Obri el visor del registre..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Comptes de missatgeria instantània" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -283,7 +276,7 @@ #: KTp/error-dictionary.cpp:87 msgctxt "Verbose user visible error string" msgid "Selected user does not exist" -msgstr "" +msgstr "L'usuari seleccionat no existeix" #: KTp/error-dictionary.cpp:89 msgctxt "Verbose user visible error string" @@ -602,7 +595,7 @@ #: KTp/error-dictionary.cpp:212 msgctxt "Short user visible error string" msgid "Contact has no support" -msgstr "" +msgstr "El contacte no té suport" #: KTp/error-dictionary.cpp:214 msgctxt "Short user visible error string" @@ -782,29 +775,31 @@ #: KTp/Widgets/add-contact-dialog.cpp:89 msgid "Add new contact" -msgstr "" +msgstr "Afig un contacte nou" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." -msgstr "" +msgstr "No heu seleccionat cap compte." #: KTp/Widgets/add-contact-dialog.cpp:143 msgid "" "The requested account has been disconnected and so the contact could not be " "added." msgstr "" +"El compte demanat s'ha desconnectat i per tant no es pot afegir el contacte." #: KTp/Widgets/add-contact-dialog.cpp:146 msgid "You did not specify the name of the contact to add." -msgstr "" +msgstr "No heu especificat el nom del contacte a afegir." #: KTp/Widgets/add-contact-dialog.cpp:172 msgid "Failed to create new contact." -msgstr "" +msgstr "La creació del nou contacte ha fallat." #: KTp/Widgets/add-contact-dialog.cpp:189 msgid "Failed to request presence subscription from the requested contact." msgstr "" +"Ha fallat la petició de presència de subscripció del contacte especificat." #. i18n: ectx: property (text), widget (QLabel, label) #: KTp/Widgets/add-contact-dialog.ui:17 KTp/Widgets/start-chat-dialog.ui:17 @@ -818,17 +813,17 @@ #: KTp/Widgets/contact-grid-dialog.cpp:114 msgid "Search in Contacts..." -msgstr "" +msgstr "Cerca en els contactes..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Esta sala ja està en els preferits." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Afig una sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nom" @@ -852,57 +847,50 @@ msgid "Add Room" msgstr "Afig una sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Afig una sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Elimina la sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recent" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Elimina" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Neteja la llista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Consulta" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servidor al que consultar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Deixeu-ho en blanc per al servidor per defecte del compte" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Para" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Cerca sales" @@ -924,35 +912,24 @@ msgid "Configure notifications for all users" msgstr "Configura les notificacions per tots els usuaris" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Inicia un xat" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" +"El compte demanat s'ha desconnectat i per tant no es pot iniciar el xat." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" +msgstr "No heu especificat el nom del contacte amb el que iniciar el xat." -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." -msgstr "" - -#~ msgid "Open Log Viewer..." -#~ msgstr "Obre el visor del registre..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Comptes de missatgeria instantània" +msgstr "L'inici del xat amb el contacte ha fallat." #~ msgid "Telepathy KDE Models Test UI" #~ msgstr "IU de proves dels models KDE del Telepathy" diff -Nru ktp-common-internals-0.7.80/po/CMakeLists.txt ktp-common-internals-0.8.0/po/CMakeLists.txt --- ktp-common-internals-0.7.80/po/CMakeLists.txt 2014-02-17 20:58:56.000000000 +0000 +++ ktp-common-internals-0.8.0/po/CMakeLists.txt 2014-03-11 21:24:31.000000000 +0000 @@ -16,12 +16,12 @@ add_subdirectory( it ) add_subdirectory( ja ) add_subdirectory( kk ) +add_subdirectory( ko ) add_subdirectory( lt ) add_subdirectory( mr ) add_subdirectory( nb ) add_subdirectory( nds ) add_subdirectory( nl ) -add_subdirectory( pa ) add_subdirectory( pl ) add_subdirectory( pt ) add_subdirectory( pt_BR ) @@ -34,8 +34,6 @@ add_subdirectory( sr@ijekavianlatin ) add_subdirectory( sr@latin ) add_subdirectory( sv ) -add_subdirectory( tr ) -add_subdirectory( ug ) add_subdirectory( uk ) add_subdirectory( zh_CN ) add_subdirectory( zh_TW ) diff -Nru ktp-common-internals-0.7.80/po/cs/ktp-common-internals.po ktp-common-internals-0.8.0/po/cs/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/cs/ktp-common-internals.po 2014-02-17 20:57:58.000000000 +0000 +++ ktp-common-internals-0.8.0/po/cs/ktp-common-internals.po 2014-03-11 21:23:42.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vít Pelčák , 2011, 2012, 2013. +# Vít Pelčák , 2011, 2012, 2013, 2014. # Tomáš Chvátal , 2012, 2013. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-12-10 16:25+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-25 14:24+0200\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" "Language: cs\n" @@ -26,45 +26,38 @@ msgid "Your emails" msgstr "vit@pelcak.org, tomas.chvatal@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Zahájit rozhovor pomocí %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Zahájit zvukový hovor pomocí %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Zahájit video hovor pomocí %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Poslat soubor pomocí %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Společně upravit dokument pomocí %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Otevřít prohlížeč záznamů..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Účty pro Instant Messaging" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -772,7 +765,7 @@ msgid "Add new contact" msgstr "Přidat nový kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Není vybrán žádný účet." @@ -808,15 +801,15 @@ msgid "Search in Contacts..." msgstr "Hledat v kontaktech..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Místnost je již ve vašich oblíbených." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Přidat místnost" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Název" @@ -840,55 +833,50 @@ msgid "Add Room" msgstr "Přidat místnost" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Upravit místnost" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Odstranit místnost" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nedávný" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Odstranit" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Vymazat seznam" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Dotaz" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server k dotázání:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Ponechte prázdné pro výchozí server vybraného účtu" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Zastavit" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Hledat místnosti" @@ -910,27 +898,20 @@ msgid "Configure notifications for all users" msgstr "Nastavit oznamování pro všechny uživatele" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Zahájit rozhovor" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Požadovaný účet byl odpojen a proto nemohl být rozhovor zahájen." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Nezadali jste jméno kontaktu s nímž má být zahájen rozhovor." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Poskytnuté jméno kontaktu je neplatné nebo nepřijímá textové rozhovory." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Selhalo zahájení rozhovoru s kontaktem." diff -Nru ktp-common-internals-0.7.80/po/da/ktp-common-internals.po ktp-common-internals-0.8.0/po/da/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/da/ktp-common-internals.po 2014-02-17 20:58:00.000000000 +0000 +++ ktp-common-internals-0.8.0/po/da/ktp-common-internals.po 2014-03-11 21:23:44.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. # -# Martin Schlander , 2011, 2012, 2013, 2014. +# Martin Schlander , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-10 20:49+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-10-05 13:58+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" "Language: da\n" @@ -25,47 +25,38 @@ msgid "Your emails" msgstr "mschlander@opensuse.org" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Start chat med brug af %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Start lydsamtale med brug af %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Start videosamtale med brug af %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Send en fil med brug af %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Redigér et dokument i samarbejde med brug af %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Overførsel af filer med filendelserne .exe eller .ini er ikke tilladt af " -"Google Talk. Den blev sendt med filnavnet %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Overført fil omdøbt" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Åbn logfremviser..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Instant messaging-konti" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -784,7 +775,7 @@ msgid "Add new contact" msgstr "Tilføj ny kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Ingen konto valgt." @@ -823,15 +814,15 @@ msgid "Search in Contacts..." msgstr "Søg i kontakter..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Dette rum er allerede i dine favoritter." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Tilføj rum" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Navn" @@ -855,55 +846,50 @@ msgid "Add Room" msgstr "Tilføj rum" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Redigér rum" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Fjern rum" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nylige" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Fjern" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Ryd liste" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Forespørgsel" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Serveren der skal forespørges:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Lad stå tomt for at bruge standardserveren for den valgte konto" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stop" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Søg efter rum" @@ -925,11 +911,11 @@ msgid "Configure notifications for all users" msgstr "Indstil bekendtgørelser for alle brugere" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Start chat" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -937,28 +923,14 @@ "Den ønskede konto har fået afbrudt forbindelsen og derfor kan chat ikke " "indledes." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Du angav ikke navnet på kontakten der skal chattes med." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Det skærmnavn du angav for kontakten er ugyldigt, eller kontakten accepterer " -"ikke tekstchat." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Kunne ikke starte chat med kontakten." -#~ msgid "Open Log Viewer..." -#~ msgstr "Åbn logfremviser..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Instant messaging-konti" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/de/ktp-common-internals.po ktp-common-internals-0.8.0/po/de/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/de/ktp-common-internals.po 2014-02-17 20:58:01.000000000 +0000 +++ ktp-common-internals-0.8.0/po/de/ktp-common-internals.po 2014-03-11 21:23:45.000000000 +0000 @@ -1,11 +1,11 @@ # Frederik Schwarzer , 2011, 2012. -# Burkhard Lück , 2012, 2013, 2014. +# Burkhard Lück , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-07 07:35+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-11-02 14:24+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -23,48 +23,38 @@ msgid "Your emails" msgstr "lueck@hube-lueck.de" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Chat mittels %1 starten ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Sprachanruf mittels %1 starten ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Videoanruf mittels %1 starten ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Datei mittels %1 senden ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Gemeinsam ein Dokument mittels %1 bearbeiten ..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Die Übertragung von Dateien mit der Erweiterung „.exe“ oder „.ini“ ist in " -"Google Talk nicht erlaubt. Die Datei wurden mit dem Dateinamen %1 " -"gesendet" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Übertragene Datei wurde umbenannt" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Protokollbetrachter öffnen ..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Nachrichtendienst-Zugänge" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -788,7 +778,7 @@ msgid "Add new contact" msgstr "Neuen Kontakt hinzufügen" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Kein Zugang ausgewählt" @@ -827,15 +817,15 @@ msgid "Search in Contacts..." msgstr "Suche in Kontakten ..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Sie haben diesen Raum bereits in Ihren Lesezeichen." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Chatraum hinzufügen" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Name" @@ -859,55 +849,50 @@ msgid "Add Room" msgstr "Chatraum hinzufügen" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Chatraum bearbeiten" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Chatraum entfernen" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Zuletzt geöffnet" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Entfernen" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Liste leeren" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Abfrage" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Anzufragender Server:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Lassen Sie dies leer, um den Standardserver des Zugangs zu verwenden" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Halt" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Chaträume suchen" @@ -929,11 +914,11 @@ msgid "Configure notifications for all users" msgstr "Benachrichtigungen für alle Benutzer einrichten" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Einen Chat starten" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -941,30 +926,16 @@ "Die Verbindung zum angefragten Zugang wurde getrennt, daher kann ein Chat " "nicht initiiert werden." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" "Sie haben keinen Namen für den Kontakt angegeben, mit dem ein Chat gestartet " "werden soll." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Der angegebene Bildschirmname des Kontakts ist ungültig oder akzeptiert " -"keine Text-Chats." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Das Starten des Chats mit dem neuen Kontakts ist fehlgeschlagen." -#~ msgid "Open Log Viewer..." -#~ msgstr "Protokollbetrachter öffnen ..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Nachrichtendienst-Zugänge" - #~ msgid "(C) 2011 Collabora Ltd" #~ msgstr "(C) 2011 Collabora Ltd" diff -Nru ktp-common-internals-0.7.80/po/el/ktp-common-internals.po ktp-common-internals-0.8.0/po/el/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/el/ktp-common-internals.po 2014-02-17 20:58:01.000000000 +0000 +++ ktp-common-internals-0.8.0/po/el/ktp-common-internals.po 2014-03-11 21:23:45.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-02-10 21:42+0200\n" "Last-Translator: Stelios \n" "Language-Team: Greek \n" @@ -28,44 +28,37 @@ msgid "Your emails" msgstr "sstavra@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -793,7 +786,7 @@ msgid "Add new contact" msgstr "Προσθήκη νέας επαφής" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Δεν επελέγη λογαριασμός." @@ -831,15 +824,15 @@ msgid "Search in Contacts..." msgstr "Αναζήτηση στις επαφές..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Αυτή η αίθουσα είναι ήδη στις αγαπημένες σας." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Προσθήκη αίθουσας" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Όνομα" @@ -863,59 +856,52 @@ msgid "Add Room" msgstr "Προσθήκη αίθουσας" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Προσθήκη αίθουσας" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Αφαίρεση αίθουσας" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Πρόσφατο" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Αφαίρεση" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Καθαρισμός λίστας" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Ερώτηση" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Εξυπηρετητής που θα ερωτηθεί:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" "Να παραμείνει κενό για τον προκαθορισμένο εξυπηρετητή του επιλεγμένου " "λογαριασμού" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Διακοπή" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Αναζήτηση αιθουσών" @@ -937,11 +923,11 @@ msgid "Configure notifications for all users" msgstr "Διαμόρφωση ειδοποιήσεων για όλους τους χρήστες" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 #, fuzzy #| msgid "" #| "The requested account has been disconnected and so the contact could not " @@ -953,19 +939,13 @@ "Ο λογαριασμός που ζητήθηκε έχει αποσυνδεθεί και έτσι η επαφή δεν μπορεί να " "προστεθεί." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 #, fuzzy #| msgid "You did not specify the name of the contact to add." msgid "You did not specify the name of the contact to start a chat with." msgstr "Δεν ορίσατε το όνομα της επαφής που θα προσθέσετε." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 #, fuzzy #| msgid "Failed to create new contact." msgid "Failed to start a chat with the contact." diff -Nru ktp-common-internals-0.7.80/po/es/ktp-common-internals.po ktp-common-internals-0.8.0/po/es/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/es/ktp-common-internals.po 2014-02-17 20:58:03.000000000 +0000 +++ ktp-common-internals-0.8.0/po/es/ktp-common-internals.po 2014-03-11 21:23:47.000000000 +0000 @@ -1,7 +1,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Eloy Cuadra , 2011, 2012. +# Eloy Cuadra , 2011, 2012, 2013. # Kira J. Fernandez , 2012. # Enrique Matias Sanchez (aka Quique) , 2012. # Raul Gonzalez , 2012, 2013. @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-12-09 22:36+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-11-20 22:56+0100\n" "Last-Translator: Raul Gonzalez \n" "Language-Team: Spanish \n" "Language: es\n" @@ -28,45 +28,38 @@ msgid "Your emails" msgstr "raulgf83@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Iniciar la conversación utilizando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Iniciar la llamada de audio utilizando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Iniciar la llamada de vídeo utilizando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Enviar un archivo utilizando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Editar un documento colaborativamente utilizando %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "MI" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Abrir el visor de registros..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Cuentas de mensajería instantánea" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -781,7 +774,7 @@ msgid "Add new contact" msgstr "Añadir nuevo contacto" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Ninguna cuenta seleccionada." @@ -820,15 +813,15 @@ msgid "Search in Contacts..." msgstr "Buscar entre los contactos..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Esta sala ya está en sus favoritos." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Añadir sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nombre" @@ -852,56 +845,51 @@ msgid "Add Room" msgstr "Añadir sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Editar sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Eliminar sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Reciente" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Eliminar" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Borrar lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Consulta" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servidor al que se va a consultar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" "Dejar en blanco para el servidor predeterminado de la cuenta seleccionada" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Detener" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Buscar salas" @@ -923,11 +911,11 @@ msgid "Configure notifications for all users" msgstr "Configurar notificaciones para todos los usuarios" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Iniciar una charla" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -935,29 +923,20 @@ "La cuenta solicitada ha sido desconectada y por lo tanto no es posible " "iniciar una charla." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" "No ha especificado el nombre del contacto con el que desea iniciar una " "charla." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"El nombre de usuario de contacto que ha proporcionado no es válido o no " -"acepta charlas de texto." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Fallo al iniciar una charla con el contacto." -#~ msgid "Open Log Viewer..." -#~ msgstr "Abrir el visor de registros..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Cuentas de mensajería instantánea" +#, fuzzy +#~| msgid "KDE Telepathy" +#~ msgid "KDE Telepathy Debug Tool" +#~ msgstr "Telepathy para KDE" #~ msgctxt "Short user visible error string" #~ msgid "Capability not available" diff -Nru ktp-common-internals-0.7.80/po/et/ktp-common-internals.po ktp-common-internals-0.8.0/po/et/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/et/ktp-common-internals.po 2014-02-17 20:58:04.000000000 +0000 +++ ktp-common-internals-0.8.0/po/et/ktp-common-internals.po 2014-03-11 21:23:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-01-14 20:16+0200\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -25,44 +25,37 @@ msgid "Your emails" msgstr "bald@smail.ee" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -99,13 +92,11 @@ #: KTp/contact-info-dialog.cpp:149 #, fuzzy -#| msgid "Clear list" msgid "Clear Avatar" msgstr "Puhasta nimekiri" #: KTp/contact-info-dialog.cpp:214 #, fuzzy -#| msgid "Failed to create new contact." msgid "Failed to load the new avatar image" msgstr "Uue kontakti loomine nurjus." @@ -123,8 +114,6 @@ #: KTp/contact-info-dialog.cpp:369 #, fuzzy -#| msgctxt "Short user visible error string" -#| msgid "Contact is offline" msgid "Contact is blocked:" msgstr "Kontakt ei ole võrgus" @@ -776,7 +765,7 @@ msgid "Add new contact" msgstr "Uue kontakti lisamine" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Kontot pole valitud." @@ -812,15 +801,15 @@ msgid "Search in Contacts..." msgstr "Otsi kontaktides..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "See tuba on juba sinu lemmikute seas." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Jututoa lisamine" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nimi" @@ -844,57 +833,50 @@ msgid "Add Room" msgstr "Lisa jututuba" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Lisa jututuba" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Eemalda jututuba" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Viimati kasutatud" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Eemalda" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Puhasta nimekiri" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Päring" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server, millele päring esitada:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Jäta tühjaks valitud konto vaikeserveri kasutamiseks" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Peata" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Otsi jututuba" @@ -916,11 +898,11 @@ msgid "Configure notifications for all users" msgstr "Märguannete seadistamine kõigile kasutajatele" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 #, fuzzy #| msgid "" #| "The requested account has been disconnected and so the contact could not " @@ -930,19 +912,13 @@ "initiated." msgstr "Soovitud konto ei ole ühendatud, mistõttu kontakti ei saa lisada." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 #, fuzzy #| msgid "You did not specify the name of the contact to add." msgid "You did not specify the name of the contact to start a chat with." msgstr "Sa ei ole määranud lisatava kontakti nime." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 #, fuzzy #| msgid "Failed to create new contact." msgid "Failed to start a chat with the contact." diff -Nru ktp-common-internals-0.7.80/po/fi/ktp-common-internals.po ktp-common-internals-0.8.0/po/fi/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/fi/ktp-common-internals.po 2014-02-17 20:58:05.000000000 +0000 +++ ktp-common-internals-0.8.0/po/fi/ktp-common-internals.po 2014-03-11 21:23:49.000000000 +0000 @@ -1,7 +1,7 @@ # Copyright © 2012 This_file_is_part_of_KDE # This file is distributed under the same license as the ktp-common-internals package. # Tommi Nieminen , 2012. -# Lasse Liehu , 2012, 2013. +# Lasse Liehu , 2012, 2013, 2014. # # KDE Finnish translation sprint participants: # Author: Artnay @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-12-22 13:54+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -30,45 +30,38 @@ msgid "Your emails" msgstr "jiri.gronroos+kde@iki.fi, lasse.liehu@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Aloita keskustelu käyttäen tiliä %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Aloita äänipuhelu käyttäen tiliä %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Aloita videopuhelu käyttäen tiliä %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Lähetä tiedosto käyttäen tiliä %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Muokkaa dokumenttia yhdessä käyttäen tiliä %1…" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Avaa lokikatselin…" + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Pikaviestitilit" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -778,7 +771,7 @@ msgid "Add new contact" msgstr "Lisää uusi yhteystieto" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Tiliä ei ole valittu." @@ -816,15 +809,15 @@ msgid "Search in Contacts..." msgstr "Etsi yhteystiedoista…" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Huone on jo suosikeissasi." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Lisää huone" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nimi" @@ -848,55 +841,50 @@ msgid "Add Room" msgstr "Lisää huone" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Muokkaa huonetta" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Poista huone" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Viimeaikaiset" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Poista" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Tyhjennä luettelo" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Hae" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Palvelin, jolta haetaan:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Jos tyhjä, käytetään valitun tilin oletuspalvelinta" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Pysäytä" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Hae huoneita" @@ -918,11 +906,11 @@ msgid "Configure notifications for all users" msgstr "Kaikkien käyttäjien ilmoitusten asetukset" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Aloita keskustelu" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -930,28 +918,14 @@ "Pyydetty tili on poistunut verkosta eikä keskustelun aloittaminen siksi " "onnistunut." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Uuden keskustelun keskustelukumppania nimeä ei annettu." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Antamasi yhteystiedon näyttönimi on virheellinen eikä ota vastaan " -"tekstikeskusteluja." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Uuden keskustelun aloittaminen käyttäjän kanssa epäonnistui." -#~ msgid "Open Log Viewer..." -#~ msgstr "Avaa lokikatselin..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Pikaviestitilit" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/fr/ktp-common-internals.po ktp-common-internals-0.8.0/po/fr/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/fr/ktp-common-internals.po 2014-02-17 20:58:06.000000000 +0000 +++ ktp-common-internals-0.8.0/po/fr/ktp-common-internals.po 2014-03-11 21:23:50.000000000 +0000 @@ -1,16 +1,16 @@ # translation of ktp-common-internals.po to # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Joëlle Cornavin , 2012, 2013. +# Joëlle Cornavin , 2012, 2013, 2014. # msgid "" msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-11-30 16:16+0100\n" "Last-Translator: Maxime Corteel\n" -"Language-Team: French \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,45 +29,38 @@ msgid "Your emails" msgstr "jcorn@free.fr, mcorteel@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Démarrer une discussion à l'aide de %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Démarrer un appel audio à l'aide de %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Démarrer un appel vidéo à l'aide de %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Envoyer un fichier à l'aide de %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Modifier en collaboration un document à l'aide de %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "Messagerie instantanée" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Ouvrir l'afficheur de journaux..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Comptes de messagerie instantanée" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -791,7 +784,7 @@ msgid "Add new contact" msgstr "Ajouter un nouveau contact" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Aucun contact sélectionné." @@ -831,15 +824,15 @@ msgid "Search in Contacts..." msgstr "Chercher dans les contacts..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ce salon est déjà dans vos favoris." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Ajouter un salon" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nom" @@ -863,55 +856,50 @@ msgid "Add Room" msgstr "Ajouter un salon" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Modifier le salon de discussion" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Supprimer un salon" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Récent" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Supprimer" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Effacer la liste" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Recherche" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Serveur à interroger :" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Laisser vide pour le serveur par défaut du compte sélectionné" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Arrêter" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Chercher des salons" @@ -933,11 +921,11 @@ msgid "Configure notifications for all users" msgstr "Configurer les notifications pour tous les utilisateurs" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Démarrer une discussion" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -945,30 +933,16 @@ "Le compte demandé a été déconnecté et il est donc impossible d'initier une " "discussion." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" "Vous n'avez pas spécifié le nom du contact avec lequel démarrer une " "discussion." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Le nom d'affichage que vous avez saisi n'est pas valable ou n'accepte pas la " -"messagerie instantanée." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Il est impossible de démarrer une discussion avec le contact." -#~ msgid "Open Log Viewer..." -#~ msgstr "Ouvrir l'afficheur de journaux..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Comptes de messagerie instantanée" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/ga/ktp-common-internals.po ktp-common-internals-0.8.0/po/ga/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ga/ktp-common-internals.po 2014-02-17 20:58:07.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ga/ktp-common-internals.po 2014-03-11 21:23:51.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -25,44 +25,37 @@ msgid "Your emails" msgstr "kscanne@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -753,7 +746,7 @@ msgid "Add new contact" msgstr "" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Níl aon chuntas roghnaithe." @@ -789,15 +782,15 @@ msgid "Search in Contacts..." msgstr "Cuardaigh i do Theagmhálacha..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Ainm" @@ -821,55 +814,50 @@ msgid "Add Room" msgstr "" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Bain Seomra" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Le Déanaí" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Bain" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Iarratas" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stad" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "" @@ -891,26 +879,20 @@ msgid "Configure notifications for all users" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "" diff -Nru ktp-common-internals-0.7.80/po/gl/ktp-common-internals.po ktp-common-internals-0.8.0/po/gl/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/gl/ktp-common-internals.po 2014-02-17 20:58:07.000000000 +0000 +++ ktp-common-internals-0.8.0/po/gl/ktp-common-internals.po 2014-03-11 21:23:51.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-11-27 00:04+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-11-05 23:01+0100\n" "Last-Translator: Marce Villarino \n" "Language-Team: Galician \n" "Language: gl\n" @@ -31,45 +31,38 @@ msgid "Your emails" msgstr "adriyetichaves@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Comezar unha conversa usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Facer unha chamada usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Facer unha vídeo chamada usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Enviar un ficheiro usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Editar colaborativamente un documento usando %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Abrir o visor de rexistros..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Contas de mensaxería instantánea" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -785,7 +778,7 @@ msgid "Add new contact" msgstr "Engadir un novo contacto" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Non se escolleu ningunha conta." @@ -822,15 +815,15 @@ msgid "Search in Contacts..." msgstr "Buscar nos contactos…" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "A sala xa está entre as súas favoritas." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Engadir unha sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nome" @@ -854,57 +847,52 @@ msgid "Add Room" msgstr "Engadir unha sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Editar unha sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Borrar a sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recentes" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Borrar" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Limpar a lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Consultar" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servidor para consultar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" "Déixese en branco para empregar o servidor predeterminado da conta " "seleccionada." #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Deter" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Buscar nas salas" @@ -926,11 +914,11 @@ msgid "Configure notifications for all users" msgstr "Configurar as notificacións para todos os usuarios" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Comezar unha conversa" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -938,28 +926,14 @@ "A conta solicitada desconectouse, polo que non se puido iniciar unha " "conversa." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Non indicou o nome do contacto co que comezar unha conversa." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"O alcume que forneceu para o contacto non é válido ou non acepta conversas " -"de texto." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Non foi posíbel comezar unha conversa co contacto." -#~ msgid "Open Log Viewer..." -#~ msgstr "Abrir o visor de rexistros..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Contas de mensaxería instantánea" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/hu/ktp-common-internals.po ktp-common-internals-0.8.0/po/hu/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/hu/ktp-common-internals.po 2014-02-17 20:58:11.000000000 +0000 +++ ktp-common-internals-0.8.0/po/hu/ktp-common-internals.po 2014-03-11 21:23:55.000000000 +0000 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Kristóf Kiszel , 2012. -# Balázs Úr , 2012, 2013, 2014. +# Balázs Úr , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-08 21:45+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-10-06 11:33+0200\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -26,47 +26,38 @@ msgid "Your emails" msgstr "urbalazs@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Csevegés indítása %1 használatával…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Hanghívás indítása %1 használatával…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Videohívás indítása %1 használatával…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Fájl küldése %1 használatával…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Egy dokumentum együttműködő szerkesztése %1 használatával…" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Az .exe vagy .ini kiterjesztéssel rendelkező fájlok átvitelét nem " -"engedélyezi a Google Talk. A következő fájlnévvel lett elküldve: %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Az átküldött fájl átnevezve" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Naplómegjelenítő megnyitása…" + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Azonnali üzenetküldő fiókok" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -772,7 +763,7 @@ msgid "Add new contact" msgstr "Új partner hozzáadása" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nincs kijelölve felhasználói fiók." @@ -808,15 +799,15 @@ msgid "Search in Contacts..." msgstr "Keresés a partnerekben…" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ez a szoba már szerepel a kedvencek között." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Szoba hozzáadása" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Név" @@ -840,57 +831,52 @@ msgid "Add Room" msgstr "Szoba hozzáadása" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Szoba szerkesztése" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Szoba eltávolítása" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Legutóbbi" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Eltávolítás" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Lista törlése" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Lekérdezés" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "A lekérdezendő kiszolgáló:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" "Hagyja üresen a kijelölt azonosító alapértelmezett kiszolgálójának " "használatához" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Leállítás" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Szobák keresése" @@ -912,39 +898,25 @@ msgid "Configure notifications for all users" msgstr "Értesítések beállítása minden felhasználóhoz" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Csevegés indítása" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "A kért fiók le lett választva, ezért a csevegést nem lehet előkészíteni." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Nem adta meg a partner nevét, akivel csevegni szeretne." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"A partner megadott megjelenített neve érvénytelen vagy nem fogad szöveges " -"üzeneteket." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Nem sikerült elindítani a csevegést a partnerrel." -#~ msgid "Open Log Viewer..." -#~ msgstr "Naplómegjelenítő megnyitása…" - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Azonnali üzenetküldő fiókok" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/ia/ktp-common-internals.po ktp-common-internals-0.8.0/po/ia/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ia/ktp-common-internals.po 2014-02-17 20:58:12.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ia/ktp-common-internals.po 2014-03-11 21:23:56.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-11-27 13:59+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-10-02 13:32+0200\n" "Last-Translator: G.Sora \n" "Language-Team: Interlingua \n" "Language: ia\n" @@ -25,45 +25,38 @@ msgid "Your emails" msgstr "g.sora@tiscali.it" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Initiaconversation en directo per usar %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Initia appello audio per usar %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Initia appello video per usar %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Invia un file per usar %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Collaborativemente modifica un documento per usar %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Aperi visor de registro ..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Contos de mnessageria instantanee" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -781,7 +774,7 @@ msgid "Add new contact" msgstr "Adde nove contacto" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nulle conto seligite" @@ -820,15 +813,15 @@ msgid "Search in Contacts..." msgstr "Cerca in Contactos..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Iste sala ja es in tu favoritos" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Adde sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nomine" @@ -852,55 +845,50 @@ msgid "Add Room" msgstr "Adde sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Modifica sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Remove sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recente" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Remove" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Netta lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Requesta" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servitor del qual on debe demandar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Lassa vacue pro le servitor predefinite del conto seligite" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stoppa" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Cerca salas" @@ -922,11 +910,11 @@ msgid "Configure notifications for all users" msgstr "Configura notificationes pro omne usatores" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Initia un conversation" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -934,30 +922,16 @@ "Le conto requirite ha essite disconnectite e assi le conversation non poteva " "esser initiate." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" "Tu non specificava le nomine del contacto con le qual initiar le " "conversation." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Le Nomine de Schermo de contacto que tu forniva es invalide o non accepta " -"conversationes de texto." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Il falleva crear un conversation con le contacto." -#~ msgid "Open Log Viewer..." -#~ msgstr "Aperi visor de registro ..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Contos de mnessageria instantanee" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/it/ktp-common-internals.po ktp-common-internals-0.8.0/po/it/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/it/ktp-common-internals.po 2014-02-17 20:58:14.000000000 +0000 +++ ktp-common-internals-0.8.0/po/it/ktp-common-internals.po 2014-03-11 21:23:58.000000000 +0000 @@ -2,13 +2,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Pino Toscano , 2011, 2012, 2013, 2014. +# Pino Toscano , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-10 09:27+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-11-23 12:07+0100\n" "Last-Translator: Pino Toscano \n" "Language-Team: Italian \n" "Language: it\n" @@ -26,47 +26,38 @@ msgid "Your emails" msgstr "toscano.pino@tiscali.it" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Avvia una chat usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Avvia una chiamata vocale usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Avvia una videochiamata usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Invia un file usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Modifica un documento collaborativamente usando %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "Messaggistica istantanea" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Non è permesso in Google Talk inviare file con estensione «.exe» o «.ini». È " -"stato inviato come %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "File trasferito rinominato" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Apri il visore registri..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Account di messaggistica istantanea" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -785,7 +776,7 @@ msgid "Add new contact" msgstr "Aggiungi nuovo contatto" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nessun account selezionato." @@ -825,15 +816,15 @@ msgid "Search in Contacts..." msgstr "Cerca nei contatti..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Questa stanza è già tra quelle preferite." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Aggiungi stanza" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nome" @@ -857,55 +848,50 @@ msgid "Add Room" msgstr "Aggiungi stanza" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Modifica stanza" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Rimuovi stanza" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recenti" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Rimuovi" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Pulisci lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Interroga" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server da interrogare:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Lascia vuoto per usare il server predefinito dell'account selezionato" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Ferma" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Cerca stanze" @@ -927,11 +913,11 @@ msgid "Configure notifications for all users" msgstr "Configura le notifiche per tutti gli utenti" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Avvia una chat" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -939,27 +925,39 @@ "L'account richiesto è stato disconnesso e per questo non è stato possibile " "iniziare la chat." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Non hai specificato il nome del contatto con cui chiaccherare." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Il nome pubblico del contatto che hai inserito non è valido oppure non " -"accetta chat di testo." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Non è stato possibile avviare una chat con il contatto." -#~ msgid "Open Log Viewer..." -#~ msgstr "Apri il visore registri..." +#~ msgid "Telepathy KDE Models Test UI" +#~ msgstr "Interfaccia di prova dei modelli di Telepathy KDE" + +#~ msgid "(C) 2011 Collabora Ltd" +#~ msgstr "C) 2011 Collabora Ltd" + +#~ msgid "Telepathy-KDE Models Testing UI" +#~ msgstr "Interfaccia di prova dei modelli di Telepathy KDE" + +#~ msgid "KDE Telepathy Debug Tool" +#~ msgstr "Strumento di debug di Telepathy KDE" + +#~ msgid "" +#~ "Tool for inspecting logs of the various underlying telepathy components" +#~ msgstr "" +#~ "Strumenti per ispezionare i registri dei vari componenti di Telepathy" + +#~ msgid "Copyright (C) 2011 Collabora Ltd." +#~ msgstr "Copyright (C) 2011 Collabora Ltd." + +#~ msgid "George Kiagiadakis" +#~ msgstr "George Kiagiadakis" -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Account di messaggistica istantanea" +#~ msgid "Developer" +#~ msgstr "Sviluppatore" #~ msgid "Me" #~ msgstr "Io" diff -Nru ktp-common-internals-0.7.80/po/ja/ktp-common-internals.po ktp-common-internals-0.8.0/po/ja/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ja/ktp-common-internals.po 2014-02-17 20:58:14.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ja/ktp-common-internals.po 2014-03-11 21:23:58.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: telepathy-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2011-10-25 22:58-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -22,44 +22,37 @@ msgid "Your emails" msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -750,7 +743,7 @@ msgid "Add new contact" msgstr "" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "" @@ -786,15 +779,15 @@ msgid "Search in Contacts..." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "" @@ -818,55 +811,50 @@ msgid "Add Room" msgstr "" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "" @@ -888,26 +876,20 @@ msgid "Configure notifications for all users" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "" diff -Nru ktp-common-internals-0.7.80/po/kk/ktp-common-internals.po ktp-common-internals-0.8.0/po/kk/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/kk/ktp-common-internals.po 2014-02-17 20:58:15.000000000 +0000 +++ ktp-common-internals-0.8.0/po/kk/ktp-common-internals.po 2014-03-11 21:23:59.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-09-27 04:22+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -25,45 +25,38 @@ msgid "Your emails" msgstr "sairan@computer.org" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "%1 пайдаланып чат-әңгімені бастау..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "%1 пайдаланып адиошақыруды бастау..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "%1 пайдаланып видеошақыруды бастау..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "%1 пайдаланып файлды жіберу..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "%1 пайдаланып ынтымақтаса құжатты өңдеу..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Журналын қарау құралын ашу..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Лезде хабарласу тіркелгілері" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -763,7 +756,7 @@ msgid "Add new contact" msgstr "Жаңа контактты қосу" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Тіркелгі таңдалмаған." @@ -799,15 +792,15 @@ msgid "Search in Contacts..." msgstr "Контакттар арасында іздеу..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Бұл бөлме таңдамалыңыздарда бар екен." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Бөлмені қосу" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Атауы" @@ -831,57 +824,50 @@ msgid "Add Room" msgstr "Бөлмені қосу" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Бөлмені қосу" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Бөлмені өшіру" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Жуырдағы" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Өшіру" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Тізімді тазалау" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Жеке әңгіме" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Сұрайтын сервері:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Таңдалған тіркелгінін әдетті серверін қолдану үшін бос қалдырыңыз " #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Тоқтату" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Бөлмелерде іздеу" @@ -903,36 +889,24 @@ msgid "Configure notifications for all users" msgstr "Бүкіл пайдаланушыларды құлақтандыруларын баптау" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Чат-әңгімені бастау" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Сұралған тіркелгі ажыратылған, сондықтан чатты бастауға болмайды." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Чатты кіммен бастау керек контакт атауы келтірілмеген." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Контактпен чат-әңгіме құру жаңылысы." -#~ msgid "Open Log Viewer..." -#~ msgstr "Журналын қарау құралын ашу..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Лезде хабарласу тіркелгілері" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/ko/CMakeLists.txt ktp-common-internals-0.8.0/po/ko/CMakeLists.txt --- ktp-common-internals-0.7.80/po/ko/CMakeLists.txt 1970-01-01 00:00:00.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ko/CMakeLists.txt 2014-03-11 21:24:01.000000000 +0000 @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES( ko ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff -Nru ktp-common-internals-0.7.80/po/ko/ktp-common-internals.po ktp-common-internals-0.8.0/po/ko/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ko/ktp-common-internals.po 1970-01-01 00:00:00.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ko/ktp-common-internals.po 2014-03-11 21:24:01.000000000 +0000 @@ -0,0 +1,906 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Park Shinjo , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2014-03-09 23:15+0900\n" +"Last-Translator: Park Shinjo \n" +"Language-Team: Korean \n" +"Language: ko\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" + +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Park Shinjo" + +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "kde@peremen.name" + +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 +#, kde-format +msgid "Start Chat Using %1..." +msgstr "%1(으)로 대화 시작..." + +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 +#, kde-format +msgid "Start Audio Call Using %1..." +msgstr "%1(으)로 음성 통화 시작..." + +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 +#, kde-format +msgid "Start Video Call Using %1..." +msgstr "%1(으)로 영상 통화 시작..." + +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 +#, kde-format +msgid "Send a File Using %1..." +msgstr "%1(으)로 파일 보내기..." + +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 +#, kde-format +msgid "Collaboratively edit a document Using %1..." +msgstr "%1(으)로 공동 문서 편집..." + +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "" + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "" + +#: KTp/contact-info-dialog.cpp:66 +msgid "Full name:" +msgstr "전체 이름:" + +#: KTp/contact-info-dialog.cpp:67 +msgid "Nickname:" +msgstr "별명:" + +#: KTp/contact-info-dialog.cpp:68 +msgid "Email:" +msgstr "이메일:" + +#: KTp/contact-info-dialog.cpp:69 +msgid "Phone:" +msgstr "전화:" + +#: KTp/contact-info-dialog.cpp:70 +msgid "Homepage:" +msgstr "홈페이지:" + +#: KTp/contact-info-dialog.cpp:71 +msgid "Birthday:" +msgstr "생일:" + +#: KTp/contact-info-dialog.cpp:72 +msgid "Organization:" +msgstr "조직:" + +#: KTp/contact-info-dialog.cpp:144 +msgid "Change Avatar" +msgstr "아바타 변경" + +#: KTp/contact-info-dialog.cpp:149 +msgid "Clear Avatar" +msgstr "아바타 삭제" + +#: KTp/contact-info-dialog.cpp:214 +msgid "Failed to load the new avatar image" +msgstr "새 아바타 그림을 불러올 수 없음" + +#: KTp/contact-info-dialog.cpp:332 +msgid "Save" +msgstr "저장" + +#: KTp/contact-info-dialog.cpp:367 +msgid "Contact can see when you are online:" +msgstr "내 온라인 상태를 볼 수 있음:" + +#: KTp/contact-info-dialog.cpp:368 +msgid "You can see when the contact is online:" +msgstr "상대방의 온라인 상태를 볼 수 있음:" + +#: KTp/contact-info-dialog.cpp:369 +msgid "Contact is blocked:" +msgstr "대화 상대가 차단됨:" + +#: KTp/error-dictionary.cpp:37 +msgctxt "Verbose user visible error string" +msgid "" +"Looks like you are already connected from other location and the server does " +"not allow multiple connections" +msgstr "다른 위치에서 연결되었고 서버에서 다중 접속을 허용하지 않습니다" + +#: KTp/error-dictionary.cpp:39 +msgctxt "Verbose user visible error string" +msgid "Authentication of your account failed (is your password correct?)" +msgstr "계정 인증 실패(암호가 올바릅니까?)" + +#: KTp/error-dictionary.cpp:41 +msgctxt "Verbose user visible error string" +msgid "" +"The channel is too busy now to process your request. Try again in a few " +"minutes" +msgstr "" +"채널의 처리 용량이 초과되어 요청을 처리할 수 없습니다. 잠시 후 다시 시도하십" +"시오" + +#: KTp/error-dictionary.cpp:43 +msgctxt "Verbose user visible error string" +msgid "The connection was canceled on your request" +msgstr "연결이 취소되었습니다" + +#: KTp/error-dictionary.cpp:45 +msgctxt "Verbose user visible error string" +msgid "The SSL/TLS certificate received from server is expired" +msgstr "서버의 SSL/TLS 인증서가 만료되었습니다" + +#: KTp/error-dictionary.cpp:47 +msgctxt "Verbose user visible error string" +msgid "" +"The SSL/TLS certificate received from server has different fingerprint than " +"expected" +msgstr "서버의 SSL/TLS 인증서 지문이 다릅니다" + +#: KTp/error-dictionary.cpp:49 +msgctxt "Verbose user visible error string" +msgid "" +"The SSL/TLS certificate received from server has different hostname than " +"expected" +msgstr "서버의 SSL/TLS 인증서 호스트 이름이 다릅니다" + +#: KTp/error-dictionary.cpp:51 +msgctxt "Verbose user visible error string" +msgid "The SSL/TLS certificate received from server uses too weak encryption" +msgstr "서버의 SSL/TLS 인증서가 약한 암호화를 사용합니다" + +#: KTp/error-dictionary.cpp:53 +msgctxt "Verbose user visible error string" +msgid "The SSL/TLS certificate received from server is invalid" +msgstr "서버의 SSL/TLS 인증서가 잘못되었습니다" + +#: KTp/error-dictionary.cpp:55 +msgctxt "Verbose user visible error string" +msgid "The SSL/TLS certificate received from server has exceeded length limit" +msgstr "서버의 SSL/TLS 인증서가 길이 제한을 초과하였습니다" + +#: KTp/error-dictionary.cpp:57 +msgctxt "Verbose user visible error string" +msgid "The SSL/TLS certificate received from server has not been activated yet" +msgstr "서버의 SSL/TLS 인증서가 활성화되지 않았습니다" + +#: KTp/error-dictionary.cpp:59 +msgctxt "Verbose user visible error string" +msgid "The server did not provide any SSL/TLS certificate" +msgstr "서버에서 SSL/TLS 인증서를 제공하지 않았습니다" + +#: KTp/error-dictionary.cpp:61 +msgctxt "Verbose user visible error string" +msgid "The SSL/TLS certificate received from server has been revoked" +msgstr "서버의 SSL/TLS 인증서가 취소되었습니다" + +#: KTp/error-dictionary.cpp:63 +msgctxt "Verbose user visible error string" +msgid "" +"The SSL/TLS certificate received from server was self-signed by the server " +"and is untrusted" +msgstr "서버의 SSL/TLS 인증서가 자가 서명되었으며 믿을 수 없습니다" + +#: KTp/error-dictionary.cpp:65 +msgctxt "Verbose user visible error string" +msgid "" +"The SSL/TLS certificate received from server was not signed by a trusted " +"certificate authority" +msgstr "서버의 SSL/TLS 인증서가 믿을 수 있는 인증 기관에서 서명되지 않았습니다" + +#: KTp/error-dictionary.cpp:67 +msgctxt "Verbose user visible error string" +msgid "You have been banned from the channel" +msgstr "채널에 입장 금지 당했습니다" + +#: KTp/error-dictionary.cpp:69 +msgctxt "Verbose user visible error string" +msgid "The channel is full" +msgstr "채널이 가득 찼습니다" + +#: KTp/error-dictionary.cpp:71 +msgctxt "Verbose user visible error string" +msgid "The channel is invite-only" +msgstr "채널이 초대 전용입니다" + +#: KTp/error-dictionary.cpp:73 +msgctxt "Verbose user visible error string" +msgid "You have been kicked from the channel" +msgstr "채널에서 킥당했습니다" + +#: KTp/error-dictionary.cpp:75 +msgctxt "Verbose user visible error string" +msgid "An unexpected error has occurred" +msgstr "예상하지 못한 오류가 발생하였습니다" + +#: KTp/error-dictionary.cpp:77 +msgctxt "Verbose user visible error string" +msgid "Could not establish connection" +msgstr "연결을 수립할 수 없습니다" + +#: KTp/error-dictionary.cpp:79 +msgctxt "Verbose user visible error string" +msgid "Connection to server was lost" +msgstr "서버와의 연결이 끊어졌습니다" + +#: KTp/error-dictionary.cpp:81 +msgctxt "Verbose user visible error string" +msgid "Server refused your connection" +msgstr "서버에서 연결을 거부하였습니다" + +#: KTp/error-dictionary.cpp:83 +msgctxt "Verbose user visible error string" +msgid "" +"Somewhere there is another client connecting with your account and your " +"current connection is lost" +msgstr "" +"다른 클라이언트가 사용 중인 계정으로 접속하였고 현재 연결이 끊어졌습니다" + +#: KTp/error-dictionary.cpp:85 +msgctxt "Verbose user visible error string" +msgid "You have been disconnected" +msgstr "연결이 끊어졌습니다" + +#: KTp/error-dictionary.cpp:87 +msgctxt "Verbose user visible error string" +msgid "Selected user does not exist" +msgstr "선택한 사용자가 존재하지 않습니다" + +#: KTp/error-dictionary.cpp:89 +msgctxt "Verbose user visible error string" +msgid "Emergency calls are not supported" +msgstr "긴급 통화는 사용할 수 없습니다" + +#: KTp/error-dictionary.cpp:91 +msgctxt "Verbose user visible error string" +msgid "An encryption error has occurred" +msgstr "암호화 오류가 발생하였습니다" + +#: KTp/error-dictionary.cpp:93 +msgctxt "Verbose user visible error string" +msgid "Requested encryption is not available" +msgstr "요청한 암호화를 사용할 수 없습니다" + +#: KTp/error-dictionary.cpp:95 +msgctxt "Verbose user visible error string" +msgid "An invalid argument was provided" +msgstr "잘못된 인자가 지정되었습니다" + +#: KTp/error-dictionary.cpp:97 +msgctxt "Verbose user visible error string" +msgid "The specified handle is unknown on this channel" +msgstr "지정한 핸들을 이 채널에서 알아낼 수 없습니다" + +#: KTp/error-dictionary.cpp:99 +msgctxt "Verbose user visible error string" +msgid "There appears to be a problem with your network, check your connection" +msgstr "네트워크에 문제가 있는 것 같습니다. 네트워크 연결을 확인하십시오" + +#: KTp/error-dictionary.cpp:101 +msgctxt "Verbose user visible error string" +msgid "You were removed from the channel because you did not respond" +msgstr "응답하지 않아서 채널에서 삭제되었습니다" + +#: KTp/error-dictionary.cpp:103 +msgctxt "Verbose user visible error string" +msgid "The service is not available" +msgstr "서비스를 사용할 수 없습니다" + +#: KTp/error-dictionary.cpp:105 +msgctxt "Verbose user visible error string" +msgid "The contact does not have the requested capabilities" +msgstr "대화 상대가 요청한 기능을 사용할 수 없습니다" + +#: KTp/error-dictionary.cpp:107 +msgctxt "Verbose user visible error string" +msgid "This operation is not implemented" +msgstr "이 작업은 구현되지 않았습니다" + +#: KTp/error-dictionary.cpp:109 +msgctxt "Verbose user visible error string" +msgid "This operation is not yet implemented" +msgstr "이 작업은 구현되지 않았습니다" + +#: KTp/error-dictionary.cpp:111 +msgctxt "Verbose user visible error string" +msgid "The requested channel is already being handled by some other process" +msgstr "다른 프로세스에서 요청한 채널을 처리하고 있습니다" + +#: KTp/error-dictionary.cpp:113 +msgctxt "Verbose user visible error string" +msgid "This operation is unavailable for offline contacts" +msgstr "오프라인 대화 상대를 대상으로 작업을 수행할 수 없습니다" + +#: KTp/error-dictionary.cpp:115 +msgctxt "Verbose user visible error string" +msgid "You are not permitted to perform this operation" +msgstr "이 작업을 수행할 수 없습니다" + +#: KTp/error-dictionary.cpp:117 +msgctxt "Verbose user visible error string" +msgid "Current call was picked up by another resource" +msgstr "현재 통화를 다른 자원에서 받았습니다" + +#: KTp/error-dictionary.cpp:119 +msgctxt "Verbose user visible error string" +msgid "Account with this username already exists" +msgstr "같은 사용자 이름을 가진 계정이 이미 존재합니다" + +#: KTp/error-dictionary.cpp:121 +msgctxt "Verbose user visible error string" +msgid "The receiver rejected your call" +msgstr "수신자가 통화를 거부하였습니다" + +#: KTp/error-dictionary.cpp:123 +msgctxt "Verbose user visible error string" +msgid "" +"There are insufficient resources (like free memory) to finish the operation " +"at the moment" +msgstr "작업을 완료하기에 충분한 자원(여유 메모리 등)이 없습니다" + +#: KTp/error-dictionary.cpp:125 +msgctxt "Verbose user visible error string" +msgid "" +"Your request hit a busy resource somewhere along the way and the operation " +"was unable to finish" +msgstr "요청을 처리하기에는 너무 바빠서 작업을 완료할 수 없습니다" + +#: KTp/error-dictionary.cpp:127 +msgctxt "Verbose user visible error string" +msgid "An internal error has occurred (known as the 'Confused service error')" +msgstr "내부 오류가 발생하였습니다" + +#: KTp/error-dictionary.cpp:129 +msgctxt "Verbose user visible error string" +msgid "" +"The installed libraries are too old. Please try updating all Telepathy " +"packages to a newer version" +msgstr "" +"설치된 라이브러리가 오래되었습니다. 모든 Telepathy 패키지를 업데이트하십시오" + +#: KTp/error-dictionary.cpp:131 +msgctxt "Verbose user visible error string" +msgid "The channel was terminated for no apparent reason" +msgstr "채널이 이유 없이 종료되었습니다" + +#: KTp/error-dictionary.cpp:133 +msgctxt "Verbose user visible error string" +msgid "" +"This operation can not be finished as it would break your requested anonymity" +msgstr "요청한 익명성을 훼손할 수 있어서 작업을 완료할 수 없습니다" + +#: KTp/error-dictionary.cpp:135 +msgctxt "Verbose user visible error string" +msgid "Some of the IM components are not working correctly" +msgstr "IM 구성 요소가 올바르게 작동하지 않습니다" + +#: KTp/error-dictionary.cpp:137 +#, kde-format +msgctxt "User visible error string" +msgid "An unknown error was encountered (%1), please report this" +msgstr "알 수 없는 오류가 발생하였습니다(%1), 보고해 주십시오" + +#: KTp/error-dictionary.cpp:144 +msgctxt "Short user visible error string" +msgid "Connected elsewhere" +msgstr "다른 곳에서 연결됨" + +#: KTp/error-dictionary.cpp:146 +msgctxt "Short user visible error string" +msgid "Authentication failed" +msgstr "인증 실패" + +#: KTp/error-dictionary.cpp:148 +msgctxt "Short user visible error string" +msgid "Channel too busy" +msgstr "채널이 바쁨" + +#: KTp/error-dictionary.cpp:150 +msgctxt "Short user visible error string" +msgid "Cancelled by user" +msgstr "사용자가 취소함" + +#: KTp/error-dictionary.cpp:152 +msgctxt "Short user visible error string" +msgid "Certificate is expired" +msgstr "만료된 인증서" + +#: KTp/error-dictionary.cpp:154 +msgctxt "Short user visible error string" +msgid "Wrong certificate fingerprint" +msgstr "잘못된 인증서 지문" + +#: KTp/error-dictionary.cpp:156 +msgctxt "Short user visible error string" +msgid "Wrong certificate hostname" +msgstr "잘못된 인증서 호스트 이름" + +#: KTp/error-dictionary.cpp:158 +msgctxt "Short user visible error string" +msgid "Too weak certificate encryption" +msgstr "약한 인증서 암호" + +#: KTp/error-dictionary.cpp:160 +msgctxt "Short user visible error string" +msgid "Invalid certificate" +msgstr "잘못된 인증서" + +#: KTp/error-dictionary.cpp:162 +msgctxt "Short user visible error string" +msgid "Certificate length limit exceeded" +msgstr "인증서 길이 제한 초과됨" + +#: KTp/error-dictionary.cpp:164 +msgctxt "Short user visible error string" +msgid "Certificate not yet active" +msgstr "인증서가 활성화되지 않음" + +#: KTp/error-dictionary.cpp:166 +msgctxt "Short user visible error string" +msgid "No certificate from server" +msgstr "서버 인증서 없음" + +#: KTp/error-dictionary.cpp:168 +msgctxt "Short user visible error string" +msgid "Certificate revoked" +msgstr "인증서 취소됨" + +#: KTp/error-dictionary.cpp:170 +msgctxt "Short user visible error string" +msgid "Untrusted self-signed certificate" +msgstr "신뢰할 수 없는 자가 서명 인증서" + +#: KTp/error-dictionary.cpp:172 +msgctxt "Short user visible error string" +msgid "Untrusted certificate" +msgstr "신뢰할 수 없는 인증서" + +#: KTp/error-dictionary.cpp:174 +msgctxt "Short user visible error string" +msgid "Banned from channel" +msgstr "채널에서 입장 금지됨" + +#: KTp/error-dictionary.cpp:176 +msgctxt "Short user visible error string" +msgid "The channel is full" +msgstr "채널이 가득 참" + +#: KTp/error-dictionary.cpp:178 +msgctxt "Short user visible error string" +msgid "The channel is invite-only" +msgstr "채널이 초대 전용임" + +#: KTp/error-dictionary.cpp:180 +msgctxt "Short user visible error string" +msgid "Kicked from channel" +msgstr "채널에서 킥당함" + +#: KTp/error-dictionary.cpp:182 +msgctxt "Short user visible error string" +msgid "Something's seriously wrong" +msgstr "무언가 크게 잘못됨" + +#: KTp/error-dictionary.cpp:184 +msgctxt "Short user visible error string" +msgid "Connection failed" +msgstr "연결 실패" + +#: KTp/error-dictionary.cpp:186 +msgctxt "Short user visible error string" +msgid "Connection lost" +msgstr "연결 끊김" + +#: KTp/error-dictionary.cpp:188 +msgctxt "Short user visible error string" +msgid "Connection refused" +msgstr "연결 거부됨" + +#: KTp/error-dictionary.cpp:190 +msgctxt "Short user visible error string" +msgid "Connection stolen by other account" +msgstr "다른 계정에서 연결 시도함" + +#: KTp/error-dictionary.cpp:192 +msgctxt "Short user visible error string" +msgid "Disconnected" +msgstr "연결 끊김" + +#: KTp/error-dictionary.cpp:194 +msgctxt "Short user visible error string" +msgid "User does not exist" +msgstr "사용자가 존재하지 않음" + +#: KTp/error-dictionary.cpp:196 +msgctxt "Short user visible error string" +msgid "Emergency calls unsupported" +msgstr "긴급 통화 사용 불가" + +#: KTp/error-dictionary.cpp:198 +msgctxt "Short user visible error string" +msgid "Encryption error" +msgstr "암호화 오류" + +#: KTp/error-dictionary.cpp:200 +msgctxt "Short user visible error string" +msgid "Encryption not available" +msgstr "암호화 사용 불가" + +#: KTp/error-dictionary.cpp:202 +msgctxt "Short user visible error string" +msgid "Invalid argument" +msgstr "잘못된 인자" + +#: KTp/error-dictionary.cpp:204 +msgctxt "Short user visible error string" +msgid "Invalid handle" +msgstr "잘못된 핸들" + +#: KTp/error-dictionary.cpp:206 +msgctxt "Short user visible error string" +msgid "Network error" +msgstr "네트워크 오류" + +#: KTp/error-dictionary.cpp:208 +msgctxt "Short user visible error string" +msgid "Removed from channel" +msgstr "채널에서 삭제됨" + +#: KTp/error-dictionary.cpp:210 +msgctxt "Short user visible error string" +msgid "Service not available" +msgstr "서비스를 사용할 수 없음" + +#: KTp/error-dictionary.cpp:212 +msgctxt "Short user visible error string" +msgid "Contact has no support" +msgstr "대화 상대가 지원하지 않음" + +#: KTp/error-dictionary.cpp:214 +msgctxt "Short user visible error string" +msgid "Operation not implemented" +msgstr "작업이 구현되지 않았음" + +#: KTp/error-dictionary.cpp:216 +msgctxt "Short user visible error string" +msgid "Operation not yet implemented" +msgstr "작업이 구현되지 않았음" + +#: KTp/error-dictionary.cpp:218 +msgctxt "Short user visible error string" +msgid "Channel already being handled" +msgstr "채널이 이미 처리 중" + +#: KTp/error-dictionary.cpp:220 +msgctxt "Short user visible error string" +msgid "Contact is offline" +msgstr "대화 상대가 오프라인" + +#: KTp/error-dictionary.cpp:222 +msgctxt "Short user visible error string" +msgid "Operation not permitted" +msgstr "지원하지 않는 동작" + +#: KTp/error-dictionary.cpp:224 +msgctxt "Short user visible error string" +msgid "Call picked by other resource" +msgstr "다른 자원에서 통화 받음" + +#: KTp/error-dictionary.cpp:226 +msgctxt "Short user visible error string" +msgid "Username already taken" +msgstr "사용자 이름이 이미 선택됨" + +#: KTp/error-dictionary.cpp:228 +msgctxt "Short user visible error string" +msgid "Call rejected" +msgstr "통화 거부됨" + +#: KTp/error-dictionary.cpp:230 +msgctxt "Short user visible error string" +msgid "Insufficient resources" +msgstr "자원 충분하지 않음" + +#: KTp/error-dictionary.cpp:232 +msgctxt "Short user visible error string" +msgid "Service is busy" +msgstr "서비스가 바쁨" + +#: KTp/error-dictionary.cpp:234 +msgctxt "Short user visible error string" +msgid "Internal error" +msgstr "내부 오류" + +#: KTp/error-dictionary.cpp:236 +msgctxt "Short user visible error string" +msgid "Software upgrade required" +msgstr "소프트웨어 업그레이드 필요함" + +#: KTp/error-dictionary.cpp:238 +msgctxt "Short user visible error string" +msgid "Channel terminated" +msgstr "채널 종료됨" + +#: KTp/error-dictionary.cpp:240 +msgctxt "Short user visible error string" +msgid "Anonymity break possible" +msgstr "익명성 훼손 가능성 있음" + +#: KTp/error-dictionary.cpp:242 +msgctxt "Short user visible error string" +msgid "Internal component error" +msgstr "내부 구성 요소 오류." + +#: KTp/error-dictionary.cpp:246 +msgctxt "User visible error string" +msgid "Unknown error" +msgstr "알 수 없는 오류" + +#: KTp/logs-importer-private.cpp:52 +msgid "No Kopete logs found" +msgstr "Kopete 로그를 찾을 수 없음" + +#: KTp/logs-importer-private.cpp:333 KTp/logs-importer-private.cpp:340 +msgid "Invalid Kopete log format" +msgstr "잘못된 Kopete 로그 형식" + +#: KTp/Models/accounts-list-model.cpp:261 +msgctxt "This is a connection state" +msgid "Connecting" +msgstr "연결 중" + +#: KTp/Models/accounts-list-model.cpp:263 +msgctxt "This is a connection state" +msgid "Disconnected" +msgstr "연결 끊김" + +#: KTp/Models/accounts-list-model.cpp:265 +msgctxt "This is an unknown connection state" +msgid "Unknown" +msgstr "알 수 없음" + +#: KTp/Models/accounts-list-model.cpp:268 +msgctxt "This is a disabled account" +msgid "Disabled" +msgstr "사용 안함" + +#: KTp/Models/groups-tree-proxy-model.cpp:61 +msgid "Unsorted" +msgstr "정렬하지 않음" + +#: KTp/Models/rooms-model.cpp:72 +msgid "Password required" +msgstr "암호 필요함" + +#: KTp/Models/rooms-model.cpp:74 +msgid "No password required" +msgstr "암호 필요 없음" + +#: KTp/Models/rooms-model.cpp:94 +msgid "Member count" +msgstr "인원 수" + +#: KTp/Models/rooms-model.cpp:114 +msgctxt "Chatrooms name" +msgid "Name" +msgstr "이름" + +#: KTp/Models/rooms-model.cpp:116 +msgctxt "Chatrooms description" +msgid "Description" +msgstr "설명" + +#: KTp/presence.cpp:95 +msgctxt "IM presence: a person is available" +msgid "Available" +msgstr "온라인" + +#: KTp/presence.cpp:97 +msgctxt "IM presence: a person is busy" +msgid "Busy" +msgstr "바쁨" + +#: KTp/presence.cpp:99 +msgctxt "IM presence: a person is away" +msgid "Away" +msgstr "자리 비움" + +#: KTp/presence.cpp:101 +msgctxt "IM presence: a person is not available" +msgid "Not Available" +msgstr "사용할 수 없음" + +#: KTp/presence.cpp:103 +msgctxt "IM presence: a person is invisible" +msgid "Invisible" +msgstr "오프라인으로 표시" + +#: KTp/presence.cpp:105 +msgctxt "IM presence: a person is offline" +msgid "Offline" +msgstr "오프라인" + +#: KTp/telepathy-handler-application.cpp:113 +msgid "Persistent mode (do not exit on timeout)" +msgstr "항상 유지(시간 초과 시 종료하지 않음)" + +#: KTp/telepathy-handler-application.cpp:114 +msgid "Show Telepathy debugging information" +msgstr "Telepathy 디버그 정보 보기" + +#: KTp/telepathy-handler-application.cpp:115 +msgid "KDE Telepathy" +msgstr "KDE Telepathy" + +#: KTp/Widgets/add-contact-dialog.cpp:89 +msgid "Add new contact" +msgstr "새 대화 상대 추가" + +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 +msgid "No account selected." +msgstr "계정이 선택되지 않았습니다." + +#: KTp/Widgets/add-contact-dialog.cpp:143 +msgid "" +"The requested account has been disconnected and so the contact could not be " +"added." +msgstr "요청한 계정의 연결이 끊어져서 대화 상대를 추가할 수 없습니다." + +#: KTp/Widgets/add-contact-dialog.cpp:146 +msgid "You did not specify the name of the contact to add." +msgstr "추가할 대화 상대의 이름을 지정하지 않았습니다." + +#: KTp/Widgets/add-contact-dialog.cpp:172 +msgid "Failed to create new contact." +msgstr "새 대화 상대를 만들 수 없습니다." + +#: KTp/Widgets/add-contact-dialog.cpp:189 +msgid "Failed to request presence subscription from the requested contact." +msgstr "요청한 대화 상대의 구독 요청이 실패하였습니다." + +#. i18n: ectx: property (text), widget (QLabel, label) +#: KTp/Widgets/add-contact-dialog.ui:17 KTp/Widgets/start-chat-dialog.ui:17 +msgid "Account:" +msgstr "계정:" + +#. i18n: ectx: property (text), widget (QLabel, label_2) +#: KTp/Widgets/add-contact-dialog.ui:24 KTp/Widgets/start-chat-dialog.ui:24 +msgid "Screen Name:" +msgstr "별명:" + +#: KTp/Widgets/contact-grid-dialog.cpp:114 +msgid "Search in Contacts..." +msgstr "대화 상대에서 검색..." + +#: KTp/Widgets/join-chat-room-dialog.cpp:208 +msgid "This room is already in your favorites." +msgstr "이 대화방이 즐겨찾기에 등록되어 있습니다." + +#: KTp/Widgets/join-chat-room-dialog.cpp:210 +msgid "Add room" +msgstr "대화방 추가" + +#: KTp/Widgets/join-chat-room-dialog.cpp:210 +msgid "Name" +msgstr "이름" + +#. i18n: ectx: property (windowTitle), widget (QWidget, JoinChatRoomDialog) +#: KTp/Widgets/join-chat-room-dialog.ui:20 +msgid "Join Chatroom" +msgstr "대화방 입장" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: KTp/Widgets/join-chat-room-dialog.ui:29 +msgid "Enter chat room:" +msgstr "대화방 입장:" + +#. i18n: ectx: attribute (title), widget (QWidget, favoritesTab) +#: KTp/Widgets/join-chat-room-dialog.ui:47 +msgid "Favorites" +msgstr "즐겨찾기" + +#. i18n: ectx: property (text), widget (QPushButton, addFavoritePushButton) +#: KTp/Widgets/join-chat-room-dialog.ui:63 +msgid "Add Room" +msgstr "대화방 추가" + +#. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) +#: KTp/Widgets/join-chat-room-dialog.ui:73 +msgid "Remove Room" +msgstr "대화방 삭제" + +#. i18n: ectx: attribute (title), widget (QWidget, recentTab) +#: KTp/Widgets/join-chat-room-dialog.ui:98 +msgid "Recent" +msgstr "최근 문서" + +#. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) +#: KTp/Widgets/join-chat-room-dialog.ui:112 +msgid "Remove" +msgstr "삭제" + +#. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) +#: KTp/Widgets/join-chat-room-dialog.ui:122 +msgid "Clear list" +msgstr "목록 비우기" + +#. i18n: ectx: attribute (title), widget (QWidget, queryTab) +#. i18n: ectx: property (text), widget (QPushButton, queryPushButton) +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 +msgid "Query" +msgstr "조회" + +#. i18n: ectx: property (text), widget (QLabel, serverLabel) +#: KTp/Widgets/join-chat-room-dialog.ui:151 +msgid "Server to be queried:" +msgstr "조회할 서버:" + +#. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) +#: KTp/Widgets/join-chat-room-dialog.ui:163 +msgid "Leave blank for the selected account's default server" +msgstr "선택한 계정의 기본 서버를 사용하려면 비워 두십시오" + +#. i18n: ectx: property (text), widget (QPushButton, stopPushButton) +#: KTp/Widgets/join-chat-room-dialog.ui:186 +msgid "Stop" +msgstr "정지" + +#. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) +#: KTp/Widgets/join-chat-room-dialog.ui:217 +msgid "Search rooms" +msgstr "대화방 찾기" + +#: KTp/Widgets/notification-config-dialog.cpp:43 +#: KTp/Widgets/notification-config-dialog.cpp:95 +#, kde-format +msgid "Configure notifications for %1" +msgstr "%1에 대한 알림 설정" + +#: KTp/Widgets/notification-config-dialog.cpp:51 +msgid "Configure notifications for" +msgstr "다음에 대한 알림 설정" + +#: KTp/Widgets/notification-config-dialog.cpp:56 +msgid "All users" +msgstr "모든 사용자" + +#: KTp/Widgets/notification-config-dialog.cpp:98 +msgid "Configure notifications for all users" +msgstr "모든 사용자 알림 설정" + +#: KTp/Widgets/start-chat-dialog.cpp:56 +msgid "Start a chat" +msgstr "대화 시작" + +#: KTp/Widgets/start-chat-dialog.cpp:81 +msgid "" +"The requested account has been disconnected and so a chat could not be " +"initiated." +msgstr "요청한 계정의 연결이 끊어져서 대화를 시작할 수 없습니다." + +#: KTp/Widgets/start-chat-dialog.cpp:84 +msgid "You did not specify the name of the contact to start a chat with." +msgstr "대화를 시작할 상대의 대화명을 입력하지 않았습니다." + +#: KTp/Widgets/start-chat-dialog.cpp:107 +msgid "Failed to start a chat with the contact." +msgstr "대화 상대와 채팅을 시작할 수 없습니다." + +#, fuzzy +#~ msgid "IM" +#~ msgstr "im" diff -Nru ktp-common-internals-0.7.80/po/lt/ktp-common-internals.po ktp-common-internals-0.8.0/po/lt/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/lt/ktp-common-internals.po 2014-02-17 20:58:18.000000000 +0000 +++ ktp-common-internals-0.8.0/po/lt/ktp-common-internals.po 2014-03-11 21:24:03.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-04-11 20:07+0300\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-04-12 11:18+0300\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" "Language: lt\n" @@ -28,44 +28,37 @@ msgid "Your emails" msgstr "liudas@akmc.lt" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -764,7 +757,7 @@ msgid "Add new contact" msgstr "Pridėti naują kontaktą" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nepažymėta kontaktų." @@ -800,15 +793,15 @@ msgid "Search in Contacts..." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Pridėti kambarį" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Pavadinimas" @@ -832,57 +825,50 @@ msgid "Add Room" msgstr "Pridėti kambarį" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Pridėti kambarį" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Pašalinti kambarį" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Vėliausi" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Pašalinti" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Išvalyti sąrašą" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Užklausa" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Serveris prie kurio klausti:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stabdyti" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Ieškoti kambariuose" @@ -904,27 +890,21 @@ msgid "Configure notifications for all users" msgstr "Konfigūruoti pranešimus visiems naudotojams" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 #, fuzzy #| msgid "Failed to create new contact." msgid "Failed to start a chat with the contact." @@ -934,3 +914,6 @@ #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" #~ msgstr "KDE Telepathy" + +#~ msgid "Ungrouped" +#~ msgstr "Nesugrupuoti" diff -Nru ktp-common-internals-0.7.80/po/mr/ktp-common-internals.po ktp-common-internals-0.8.0/po/mr/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/mr/ktp-common-internals.po 2014-02-17 20:58:27.000000000 +0000 +++ ktp-common-internals-0.8.0/po/mr/ktp-common-internals.po 2014-03-11 21:24:05.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-03-29 15:06+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -25,44 +25,37 @@ msgid "Your emails" msgstr "chetan@kompkin.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -756,7 +749,7 @@ msgid "Add new contact" msgstr "" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "" @@ -792,15 +785,15 @@ msgid "Search in Contacts..." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "नाव" @@ -824,55 +817,50 @@ msgid "Add Room" msgstr "" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "काढून टाका" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "यादी रिकामी करा" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "थांबा" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "" @@ -894,26 +882,20 @@ msgid "Configure notifications for all users" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "" diff -Nru ktp-common-internals-0.7.80/po/nb/ktp-common-internals.po ktp-common-internals-0.8.0/po/nb/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/nb/ktp-common-internals.po 2014-02-17 20:58:34.000000000 +0000 +++ ktp-common-internals-0.8.0/po/nb/ktp-common-internals.po 2014-03-11 21:24:07.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2014-01-12 14:27+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -27,45 +27,38 @@ msgid "Your emails" msgstr "bjornst@skogkatt.homelinux.org" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Start prat ved å bruke %1 …" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Start lydoppkall bed å bruke %1 …" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Start videooppkall bed å bruke %1 …" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Send fil ved bruk av %1 …" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Rediger et dokument i samarbeid, ved bruk av %1 …" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Åpne loggviser …" + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Lynmeldingskontoer" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -781,7 +774,7 @@ msgid "Add new contact" msgstr "Legg til ny kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Ingen konto er valgt." @@ -821,15 +814,15 @@ msgid "Search in Contacts..." msgstr "Søk i kontakter …" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Dette rommet er allerede i favorittlista di." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Legg til rom" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Navn" @@ -853,55 +846,50 @@ msgid "Add Room" msgstr "Legg til rom" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Rediger rom" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Fjern rom" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nylig" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Fjern" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Tøm lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Forespørsel" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Tjener som skal spørres:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "La dette være tomt for å bruke standardtjener for denne kontoen" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stopp" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Søk rom" @@ -923,29 +911,21 @@ msgid "Configure notifications for all users" msgstr "Sett opp varslinger for alle brukere" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Start en prat" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "Den kontoen det spørres etter er frakoblet, så en prat var umulig å starte." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Du har ikke oppgitt navnet på den kontakten du vil prate med." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Kontakten med skjermnavnet du oppga er ugyldig eller tar ikke i mot " -"tekstprat." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Klarte ikke å starte en prat med kontakten." diff -Nru ktp-common-internals-0.7.80/po/nds/ktp-common-internals.po ktp-common-internals-0.8.0/po/nds/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/nds/ktp-common-internals.po 2014-02-17 20:58:34.000000000 +0000 +++ ktp-common-internals-0.8.0/po/nds/ktp-common-internals.po 2014-03-11 21:24:08.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: telepathy-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2011-10-25 19:24+0200\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" @@ -26,44 +26,37 @@ msgid "Your emails" msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." msgstr "" -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" msgstr "" #: KTp/contact-info-dialog.cpp:66 @@ -754,7 +747,7 @@ msgid "Add new contact" msgstr "" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "" @@ -790,15 +783,15 @@ msgid "Search in Contacts..." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "" @@ -822,55 +815,50 @@ msgid "Add Room" msgstr "" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "" @@ -892,26 +880,20 @@ msgid "Configure notifications for all users" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "" diff -Nru ktp-common-internals-0.7.80/po/nl/ktp-common-internals.po ktp-common-internals-0.8.0/po/nl/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/nl/ktp-common-internals.po 2014-02-17 20:58:35.000000000 +0000 +++ ktp-common-internals-0.8.0/po/nl/ktp-common-internals.po 2014-03-11 21:24:09.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 , 2012, 2013, 2014. +# Freek de Kruijf , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-07 09:21+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-24 09:48+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -25,47 +25,38 @@ msgid "Your emails" msgstr "freekdekruijf@kde.nl" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Chat beginnen met %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Geluidsoproep starten met %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Video-oproep starten met %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Een bestand verzenden met %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Gezamenlijk een document bewerken met %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Overbrengen van bestanden met de extensie .exe of .ini is niet toegestaan " -"door Google Talk. Het is verzonden met de bestandsnaam %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Over te brengen bestand hernoemd" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Logweergave openen..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Instant Messaging-accounts" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -787,7 +778,7 @@ msgid "Add new contact" msgstr "Nieuwe contactpersoon toevoegen" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Geen account geselecteerd." @@ -828,15 +819,15 @@ msgid "Search in Contacts..." msgstr "In contactpersonen zoeken..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Deze kamer zit al bij uw favorieten." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Kamer toevoegen" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Naam" @@ -860,55 +851,50 @@ msgid "Add Room" msgstr "Kamer toevoegen" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Kamer bewerken" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Kamer verwijderen" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recent" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Verwijderen" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Lijst wissen" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Query" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Af te vragen server" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Leeg laten voor de standaard server van het geselecteerde account" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stoppen" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Rooms zoeken" @@ -930,11 +916,11 @@ msgid "Configure notifications for all users" msgstr "Meldingen voor alle gebruikers instellen" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Een chat starten" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -942,30 +928,16 @@ "Het gevraagde account is losgekoppeld en dus kon een chat niet worden " "geïnitieerd." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" "U hebt de naam van de toe te voegen contactpersoon om een chat mee te " "beginnen niet gespecificeerd." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"De schermnaam van de door u opgegeven contactpersoon is ongeldig of " -"accepteert geen tekst-chats." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Een chat met de contactpersoon beginnen is mislukt." -#~ msgid "Open Log Viewer..." -#~ msgstr "Logweergave openen..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Instant Messaging-accounts" - #~ msgid "Telepathy KDE Models Test UI" #~ msgstr "Telepathy KDE Models Test UI" diff -Nru ktp-common-internals-0.7.80/po/pa/CMakeLists.txt ktp-common-internals-0.8.0/po/pa/CMakeLists.txt --- ktp-common-internals-0.7.80/po/pa/CMakeLists.txt 2014-02-17 20:58:38.000000000 +0000 +++ ktp-common-internals-0.8.0/po/pa/CMakeLists.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -file(GLOB _po_files *.po) -GETTEXT_PROCESS_PO_FILES( pa ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff -Nru ktp-common-internals-0.7.80/po/pa/ktp-common-internals.po ktp-common-internals-0.8.0/po/pa/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/pa/ktp-common-internals.po 2014-02-17 20:58:38.000000000 +0000 +++ ktp-common-internals-0.8.0/po/pa/ktp-common-internals.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,924 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# A S Alam , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-05-04 22:24+0530\n" -"Last-Translator: A S Alam \n" -"Language-Team: Punjabi/Panjabi \n" -"Language: pa\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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "aalam@users.sf.net" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 -#, kde-format -msgid "Start Chat Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 -#, kde-format -msgid "Start Audio Call Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 -#, kde-format -msgid "Start Video Call Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 -#, kde-format -msgid "Send a File Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 -#, kde-format -msgid "Collaboratively edit a document Using %1..." -msgstr "" - -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" - -#: KTp/contact-info-dialog.cpp:66 -msgid "Full name:" -msgstr "ਪੂਰਾ ਨਾਂ:" - -#: KTp/contact-info-dialog.cpp:67 -msgid "Nickname:" -msgstr "ਨਾਂ:" - -#: KTp/contact-info-dialog.cpp:68 -msgid "Email:" -msgstr "ਈਮੇਲ:" - -#: KTp/contact-info-dialog.cpp:69 -msgid "Phone:" -msgstr "ਫੋਨ:" - -#: KTp/contact-info-dialog.cpp:70 -msgid "Homepage:" -msgstr "ਮੁੱਖ-ਸਫ਼ਾ:" - -#: KTp/contact-info-dialog.cpp:71 -msgid "Birthday:" -msgstr "ਜਨਮਦਿਨ:" - -#: KTp/contact-info-dialog.cpp:72 -msgid "Organization:" -msgstr "ਸੰਗਠਨ:" - -#: KTp/contact-info-dialog.cpp:144 -msgid "Change Avatar" -msgstr "" - -#: KTp/contact-info-dialog.cpp:149 -msgid "Clear Avatar" -msgstr "" - -#: KTp/contact-info-dialog.cpp:214 -msgid "Failed to load the new avatar image" -msgstr "" - -#: KTp/contact-info-dialog.cpp:332 -msgid "Save" -msgstr "ਸੰਭਾਲੋ" - -#: KTp/contact-info-dialog.cpp:367 -msgid "Contact can see when you are online:" -msgstr "" - -#: KTp/contact-info-dialog.cpp:368 -msgid "You can see when the contact is online:" -msgstr "" - -#: KTp/contact-info-dialog.cpp:369 -msgid "Contact is blocked:" -msgstr "" - -#: KTp/error-dictionary.cpp:37 -msgctxt "Verbose user visible error string" -msgid "" -"Looks like you are already connected from other location and the server does " -"not allow multiple connections" -msgstr "" - -#: KTp/error-dictionary.cpp:39 -msgctxt "Verbose user visible error string" -msgid "Authentication of your account failed (is your password correct?)" -msgstr "" - -#: KTp/error-dictionary.cpp:41 -msgctxt "Verbose user visible error string" -msgid "" -"The channel is too busy now to process your request. Try again in a few " -"minutes" -msgstr "" - -#: KTp/error-dictionary.cpp:43 -msgctxt "Verbose user visible error string" -msgid "The connection was canceled on your request" -msgstr "" - -#: KTp/error-dictionary.cpp:45 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server is expired" -msgstr "" - -#: KTp/error-dictionary.cpp:47 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server has different fingerprint than " -"expected" -msgstr "" - -#: KTp/error-dictionary.cpp:49 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server has different hostname than " -"expected" -msgstr "" - -#: KTp/error-dictionary.cpp:51 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server uses too weak encryption" -msgstr "" - -#: KTp/error-dictionary.cpp:53 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server is invalid" -msgstr "" - -#: KTp/error-dictionary.cpp:55 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has exceeded length limit" -msgstr "" - -#: KTp/error-dictionary.cpp:57 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has not been activated yet" -msgstr "" - -#: KTp/error-dictionary.cpp:59 -msgctxt "Verbose user visible error string" -msgid "The server did not provide any SSL/TLS certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:61 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has been revoked" -msgstr "" - -#: KTp/error-dictionary.cpp:63 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server was self-signed by the server " -"and is untrusted" -msgstr "" - -#: KTp/error-dictionary.cpp:65 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server was not signed by a trusted " -"certificate authority" -msgstr "" - -#: KTp/error-dictionary.cpp:67 -msgctxt "Verbose user visible error string" -msgid "You have been banned from the channel" -msgstr "" - -#: KTp/error-dictionary.cpp:69 -msgctxt "Verbose user visible error string" -msgid "The channel is full" -msgstr "" - -#: KTp/error-dictionary.cpp:71 -msgctxt "Verbose user visible error string" -msgid "The channel is invite-only" -msgstr "" - -#: KTp/error-dictionary.cpp:73 -msgctxt "Verbose user visible error string" -msgid "You have been kicked from the channel" -msgstr "" - -#: KTp/error-dictionary.cpp:75 -msgctxt "Verbose user visible error string" -msgid "An unexpected error has occurred" -msgstr "" - -#: KTp/error-dictionary.cpp:77 -msgctxt "Verbose user visible error string" -msgid "Could not establish connection" -msgstr "" - -#: KTp/error-dictionary.cpp:79 -msgctxt "Verbose user visible error string" -msgid "Connection to server was lost" -msgstr "" - -#: KTp/error-dictionary.cpp:81 -msgctxt "Verbose user visible error string" -msgid "Server refused your connection" -msgstr "" - -#: KTp/error-dictionary.cpp:83 -msgctxt "Verbose user visible error string" -msgid "" -"Somewhere there is another client connecting with your account and your " -"current connection is lost" -msgstr "" - -#: KTp/error-dictionary.cpp:85 -msgctxt "Verbose user visible error string" -msgid "You have been disconnected" -msgstr "ਤੁਹਾਡਾ ਕੁਨੈਕਸ਼ਨ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" - -#: KTp/error-dictionary.cpp:87 -msgctxt "Verbose user visible error string" -msgid "Selected user does not exist" -msgstr "" - -#: KTp/error-dictionary.cpp:89 -msgctxt "Verbose user visible error string" -msgid "Emergency calls are not supported" -msgstr "" - -#: KTp/error-dictionary.cpp:91 -msgctxt "Verbose user visible error string" -msgid "An encryption error has occurred" -msgstr "" - -#: KTp/error-dictionary.cpp:93 -msgctxt "Verbose user visible error string" -msgid "Requested encryption is not available" -msgstr "" - -#: KTp/error-dictionary.cpp:95 -msgctxt "Verbose user visible error string" -msgid "An invalid argument was provided" -msgstr "" - -#: KTp/error-dictionary.cpp:97 -msgctxt "Verbose user visible error string" -msgid "The specified handle is unknown on this channel" -msgstr "" - -#: KTp/error-dictionary.cpp:99 -msgctxt "Verbose user visible error string" -msgid "There appears to be a problem with your network, check your connection" -msgstr "" - -#: KTp/error-dictionary.cpp:101 -msgctxt "Verbose user visible error string" -msgid "You were removed from the channel because you did not respond" -msgstr "" - -#: KTp/error-dictionary.cpp:103 -msgctxt "Verbose user visible error string" -msgid "The service is not available" -msgstr "" - -#: KTp/error-dictionary.cpp:105 -msgctxt "Verbose user visible error string" -msgid "The contact does not have the requested capabilities" -msgstr "" - -#: KTp/error-dictionary.cpp:107 -msgctxt "Verbose user visible error string" -msgid "This operation is not implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:109 -msgctxt "Verbose user visible error string" -msgid "This operation is not yet implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:111 -msgctxt "Verbose user visible error string" -msgid "The requested channel is already being handled by some other process" -msgstr "" - -#: KTp/error-dictionary.cpp:113 -msgctxt "Verbose user visible error string" -msgid "This operation is unavailable for offline contacts" -msgstr "" - -#: KTp/error-dictionary.cpp:115 -msgctxt "Verbose user visible error string" -msgid "You are not permitted to perform this operation" -msgstr "" - -#: KTp/error-dictionary.cpp:117 -msgctxt "Verbose user visible error string" -msgid "Current call was picked up by another resource" -msgstr "" - -#: KTp/error-dictionary.cpp:119 -msgctxt "Verbose user visible error string" -msgid "Account with this username already exists" -msgstr "" - -#: KTp/error-dictionary.cpp:121 -msgctxt "Verbose user visible error string" -msgid "The receiver rejected your call" -msgstr "" - -#: KTp/error-dictionary.cpp:123 -msgctxt "Verbose user visible error string" -msgid "" -"There are insufficient resources (like free memory) to finish the operation " -"at the moment" -msgstr "" - -#: KTp/error-dictionary.cpp:125 -msgctxt "Verbose user visible error string" -msgid "" -"Your request hit a busy resource somewhere along the way and the operation " -"was unable to finish" -msgstr "" - -#: KTp/error-dictionary.cpp:127 -msgctxt "Verbose user visible error string" -msgid "An internal error has occurred (known as the 'Confused service error')" -msgstr "" - -#: KTp/error-dictionary.cpp:129 -msgctxt "Verbose user visible error string" -msgid "" -"The installed libraries are too old. Please try updating all Telepathy " -"packages to a newer version" -msgstr "" - -#: KTp/error-dictionary.cpp:131 -msgctxt "Verbose user visible error string" -msgid "The channel was terminated for no apparent reason" -msgstr "" - -#: KTp/error-dictionary.cpp:133 -msgctxt "Verbose user visible error string" -msgid "" -"This operation can not be finished as it would break your requested anonymity" -msgstr "" - -#: KTp/error-dictionary.cpp:135 -msgctxt "Verbose user visible error string" -msgid "Some of the IM components are not working correctly" -msgstr "" - -#: KTp/error-dictionary.cpp:137 -#, kde-format -msgctxt "User visible error string" -msgid "An unknown error was encountered (%1), please report this" -msgstr "" - -#: KTp/error-dictionary.cpp:144 -msgctxt "Short user visible error string" -msgid "Connected elsewhere" -msgstr "" - -#: KTp/error-dictionary.cpp:146 -msgctxt "Short user visible error string" -msgid "Authentication failed" -msgstr "ਪਰਮਾਣਕਿਤਾ ਫੇਲ੍ਹ ਹੋਈ" - -#: KTp/error-dictionary.cpp:148 -msgctxt "Short user visible error string" -msgid "Channel too busy" -msgstr "" - -#: KTp/error-dictionary.cpp:150 -msgctxt "Short user visible error string" -msgid "Cancelled by user" -msgstr "" - -#: KTp/error-dictionary.cpp:152 -msgctxt "Short user visible error string" -msgid "Certificate is expired" -msgstr "" - -#: KTp/error-dictionary.cpp:154 -msgctxt "Short user visible error string" -msgid "Wrong certificate fingerprint" -msgstr "" - -#: KTp/error-dictionary.cpp:156 -msgctxt "Short user visible error string" -msgid "Wrong certificate hostname" -msgstr "" - -#: KTp/error-dictionary.cpp:158 -msgctxt "Short user visible error string" -msgid "Too weak certificate encryption" -msgstr "" - -#: KTp/error-dictionary.cpp:160 -msgctxt "Short user visible error string" -msgid "Invalid certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:162 -msgctxt "Short user visible error string" -msgid "Certificate length limit exceeded" -msgstr "" - -#: KTp/error-dictionary.cpp:164 -msgctxt "Short user visible error string" -msgid "Certificate not yet active" -msgstr "" - -#: KTp/error-dictionary.cpp:166 -msgctxt "Short user visible error string" -msgid "No certificate from server" -msgstr "" - -#: KTp/error-dictionary.cpp:168 -msgctxt "Short user visible error string" -msgid "Certificate revoked" -msgstr "" - -#: KTp/error-dictionary.cpp:170 -msgctxt "Short user visible error string" -msgid "Untrusted self-signed certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:172 -msgctxt "Short user visible error string" -msgid "Untrusted certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:174 -msgctxt "Short user visible error string" -msgid "Banned from channel" -msgstr "" - -#: KTp/error-dictionary.cpp:176 -msgctxt "Short user visible error string" -msgid "The channel is full" -msgstr "" - -#: KTp/error-dictionary.cpp:178 -msgctxt "Short user visible error string" -msgid "The channel is invite-only" -msgstr "" - -#: KTp/error-dictionary.cpp:180 -msgctxt "Short user visible error string" -msgid "Kicked from channel" -msgstr "" - -#: KTp/error-dictionary.cpp:182 -msgctxt "Short user visible error string" -msgid "Something's seriously wrong" -msgstr "" - -#: KTp/error-dictionary.cpp:184 -msgctxt "Short user visible error string" -msgid "Connection failed" -msgstr "ਕੁਨੈਕਸ਼ਨ ਫੇਲ੍ਹ ਹੈ" - -#: KTp/error-dictionary.cpp:186 -msgctxt "Short user visible error string" -msgid "Connection lost" -msgstr "ਕੁਨੈਕਸ਼ਨ ਖਤਮ" - -#: KTp/error-dictionary.cpp:188 -msgctxt "Short user visible error string" -msgid "Connection refused" -msgstr "ਕੁਨੈਕਸ਼ਨ ਤੋਂ ਇਨਕਾਰ ਕੀਤਾ।" - -#: KTp/error-dictionary.cpp:190 -msgctxt "Short user visible error string" -msgid "Connection stolen by other account" -msgstr "" - -#: KTp/error-dictionary.cpp:192 -msgctxt "Short user visible error string" -msgid "Disconnected" -msgstr "ਡਿਸ-ਕੁਨੈਕਟ ਹੈ" - -#: KTp/error-dictionary.cpp:194 -msgctxt "Short user visible error string" -msgid "User does not exist" -msgstr "" - -#: KTp/error-dictionary.cpp:196 -msgctxt "Short user visible error string" -msgid "Emergency calls unsupported" -msgstr "" - -#: KTp/error-dictionary.cpp:198 -msgctxt "Short user visible error string" -msgid "Encryption error" -msgstr "ਇੰਕ੍ਰਿਪਸ਼ਨ ਗਲਤੀ" - -#: KTp/error-dictionary.cpp:200 -msgctxt "Short user visible error string" -msgid "Encryption not available" -msgstr "" - -#: KTp/error-dictionary.cpp:202 -msgctxt "Short user visible error string" -msgid "Invalid argument" -msgstr "ਗਲਤ ਆਰਗੂਮੈਂਟ" - -#: KTp/error-dictionary.cpp:204 -msgctxt "Short user visible error string" -msgid "Invalid handle" -msgstr "" - -#: KTp/error-dictionary.cpp:206 -msgctxt "Short user visible error string" -msgid "Network error" -msgstr "ਨੈੱਟਵਰਕ ਗਲਤੀ" - -#: KTp/error-dictionary.cpp:208 -msgctxt "Short user visible error string" -msgid "Removed from channel" -msgstr "" - -#: KTp/error-dictionary.cpp:210 -#, fuzzy -#| msgctxt "IM presence: a person is not available" -#| msgid "Not Available" -msgctxt "Short user visible error string" -msgid "Service not available" -msgstr "ਉਪਲੱਬਧ ਨਹੀਂ" - -#: KTp/error-dictionary.cpp:212 -msgctxt "Short user visible error string" -msgid "Contact has no support" -msgstr "" - -#: KTp/error-dictionary.cpp:214 -msgctxt "Short user visible error string" -msgid "Operation not implemented" -msgstr "ਕਾਰਵਾਈ ਸਥਾਪਿਤ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ" - -#: KTp/error-dictionary.cpp:216 -msgctxt "Short user visible error string" -msgid "Operation not yet implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:218 -msgctxt "Short user visible error string" -msgid "Channel already being handled" -msgstr "" - -#: KTp/error-dictionary.cpp:220 -msgctxt "Short user visible error string" -msgid "Contact is offline" -msgstr "ਸੰਪਰਕ ਆਫਲਾਈਨ ਹੈ" - -#: KTp/error-dictionary.cpp:222 -msgctxt "Short user visible error string" -msgid "Operation not permitted" -msgstr "" - -#: KTp/error-dictionary.cpp:224 -msgctxt "Short user visible error string" -msgid "Call picked by other resource" -msgstr "" - -#: KTp/error-dictionary.cpp:226 -msgctxt "Short user visible error string" -msgid "Username already taken" -msgstr "" - -#: KTp/error-dictionary.cpp:228 -msgctxt "Short user visible error string" -msgid "Call rejected" -msgstr "" - -#: KTp/error-dictionary.cpp:230 -msgctxt "Short user visible error string" -msgid "Insufficient resources" -msgstr "" - -#: KTp/error-dictionary.cpp:232 -msgctxt "Short user visible error string" -msgid "Service is busy" -msgstr "" - -#: KTp/error-dictionary.cpp:234 -msgctxt "Short user visible error string" -msgid "Internal error" -msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ" - -#: KTp/error-dictionary.cpp:236 -msgctxt "Short user visible error string" -msgid "Software upgrade required" -msgstr "" - -#: KTp/error-dictionary.cpp:238 -msgctxt "Short user visible error string" -msgid "Channel terminated" -msgstr "" - -#: KTp/error-dictionary.cpp:240 -msgctxt "Short user visible error string" -msgid "Anonymity break possible" -msgstr "" - -#: KTp/error-dictionary.cpp:242 -msgctxt "Short user visible error string" -msgid "Internal component error" -msgstr "" - -#: KTp/error-dictionary.cpp:246 -msgctxt "User visible error string" -msgid "Unknown error" -msgstr "ਅਣਜਾਣ ਗਲਤੀ" - -#: KTp/logs-importer-private.cpp:52 -msgid "No Kopete logs found" -msgstr "" - -#: KTp/logs-importer-private.cpp:333 KTp/logs-importer-private.cpp:340 -msgid "Invalid Kopete log format" -msgstr "" - -#: KTp/Models/accounts-list-model.cpp:261 -msgctxt "This is a connection state" -msgid "Connecting" -msgstr "ਕੁਨੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" - -#: KTp/Models/accounts-list-model.cpp:263 -msgctxt "This is a connection state" -msgid "Disconnected" -msgstr "ਡਿਸ-ਕੁਨੈਕਟ ਹੈ" - -#: KTp/Models/accounts-list-model.cpp:265 -msgctxt "This is an unknown connection state" -msgid "Unknown" -msgstr "ਅਣਜਾਣ" - -#: KTp/Models/accounts-list-model.cpp:268 -msgctxt "This is a disabled account" -msgid "Disabled" -msgstr "ਬੰਦ ਹੈ" - -#: KTp/Models/groups-tree-proxy-model.cpp:61 -msgid "Unsorted" -msgstr "ਅਣ-ਲੜੀਬੱਧ" - -#: KTp/Models/rooms-model.cpp:72 -msgid "Password required" -msgstr "ਪਾਸਵਰਡ ਚਾਹੀਦਾ ਹੈ" - -#: KTp/Models/rooms-model.cpp:74 -msgid "No password required" -msgstr "ਕੋਈ ਪਾਸਵਰਡ ਨਹੀਂ ਚਾਹੀਦਾ ਹੈ" - -#: KTp/Models/rooms-model.cpp:94 -msgid "Member count" -msgstr "" - -#: KTp/Models/rooms-model.cpp:114 -msgctxt "Chatrooms name" -msgid "Name" -msgstr "ਨਾਂ" - -#: KTp/Models/rooms-model.cpp:116 -msgctxt "Chatrooms description" -msgid "Description" -msgstr "ਵੇਰਵਾ" - -#: KTp/presence.cpp:95 -msgctxt "IM presence: a person is available" -msgid "Available" -msgstr "ਉਪਲੱਬਧ" - -#: KTp/presence.cpp:97 -msgctxt "IM presence: a person is busy" -msgid "Busy" -msgstr "ਰੁਝਿਆ" - -#: KTp/presence.cpp:99 -msgctxt "IM presence: a person is away" -msgid "Away" -msgstr "ਦੂਰ" - -#: KTp/presence.cpp:101 -msgctxt "IM presence: a person is not available" -msgid "Not Available" -msgstr "ਉਪਲੱਬਧ ਨਹੀਂ" - -#: KTp/presence.cpp:103 -msgctxt "IM presence: a person is invisible" -msgid "Invisible" -msgstr "ਅਦਿੱਖ" - -#: KTp/presence.cpp:105 -msgctxt "IM presence: a person is offline" -msgid "Offline" -msgstr "ਆਫਲਾਈਨ" - -#: KTp/telepathy-handler-application.cpp:113 -msgid "Persistent mode (do not exit on timeout)" -msgstr "" - -#: KTp/telepathy-handler-application.cpp:114 -msgid "Show Telepathy debugging information" -msgstr "" - -#: KTp/telepathy-handler-application.cpp:115 -msgid "KDE Telepathy" -msgstr "KDE ਟੈਲੀਪੈਥੀ" - -#: KTp/Widgets/add-contact-dialog.cpp:89 -msgid "Add new contact" -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 -msgid "No account selected." -msgstr "ਕੋਈ ਖਾਤਾ ਚੁਣਿਆ ਗਿਆ" - -#: KTp/Widgets/add-contact-dialog.cpp:143 -msgid "" -"The requested account has been disconnected and so the contact could not be " -"added." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:146 -msgid "You did not specify the name of the contact to add." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:172 -msgid "Failed to create new contact." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:189 -msgid "Failed to request presence subscription from the requested contact." -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: KTp/Widgets/add-contact-dialog.ui:17 KTp/Widgets/start-chat-dialog.ui:17 -msgid "Account:" -msgstr "ਅਕਾਊਂਟ:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: KTp/Widgets/add-contact-dialog.ui:24 KTp/Widgets/start-chat-dialog.ui:24 -msgid "Screen Name:" -msgstr "ਸਕਰੀਨ ਨਾਂ:" - -#: KTp/Widgets/contact-grid-dialog.cpp:114 -msgid "Search in Contacts..." -msgstr "" - -#: KTp/Widgets/join-chat-room-dialog.cpp:216 -msgid "This room is already in your favorites." -msgstr "" - -#: KTp/Widgets/join-chat-room-dialog.cpp:218 -msgid "Add room" -msgstr "" - -#: KTp/Widgets/join-chat-room-dialog.cpp:218 -msgid "Name" -msgstr "ਨਾਂ" - -#. i18n: ectx: property (windowTitle), widget (QWidget, JoinChatRoomDialog) -#: KTp/Widgets/join-chat-room-dialog.ui:20 -msgid "Join Chatroom" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: KTp/Widgets/join-chat-room-dialog.ui:29 -msgid "Enter chat room:" -msgstr "" - -#. i18n: ectx: attribute (title), widget (QWidget, favoritesTab) -#: KTp/Widgets/join-chat-room-dialog.ui:47 -msgid "Favorites" -msgstr "ਪਸੰਦੀਦਾ" - -#. i18n: ectx: property (text), widget (QPushButton, addFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:63 -msgid "Add Room" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 -msgid "Remove Room" -msgstr "" - -#. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 -msgid "Recent" -msgstr "ਤਾਜ਼ਾ" - -#. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 -msgid "Remove" -msgstr "ਹਟਾਓ" - -#. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 -msgid "Clear list" -msgstr "ਲਿਸਟ ਸਾਫ਼ ਕਰੋ" - -#. i18n: ectx: attribute (title), widget (QWidget, queryTab) -#. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 -msgid "Query" -msgstr "ਕਿਊਰੀ" - -#. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 -msgid "Server to be queried:" -msgstr "" - -#. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 -msgid "Leave blank for the selected account's default server" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 -msgid "Stop" -msgstr "ਰੋਕੋ" - -#. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 -msgid "Search rooms" -msgstr "" - -#: KTp/Widgets/notification-config-dialog.cpp:43 -#: KTp/Widgets/notification-config-dialog.cpp:95 -#, kde-format -msgid "Configure notifications for %1" -msgstr "" - -#: KTp/Widgets/notification-config-dialog.cpp:51 -msgid "Configure notifications for" -msgstr "" - -#: KTp/Widgets/notification-config-dialog.cpp:56 -msgid "All users" -msgstr "ਸਭ ਯੂਜ਼ਰ" - -#: KTp/Widgets/notification-config-dialog.cpp:98 -msgid "Configure notifications for all users" -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:60 -msgid "Start a chat" -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:85 -msgid "" -"The requested account has been disconnected and so a chat could not be " -"initiated." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:88 -msgid "You did not specify the name of the contact to start a chat with." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 -msgid "Failed to start a chat with the contact." -msgstr "" - -#, fuzzy -#~| msgid "KDE Telepathy" -#~ msgid "KDE Telepathy Debug Tool" -#~ msgstr "KDE ਟੈਲੀਪੈਥੀ" diff -Nru ktp-common-internals-0.7.80/po/pl/ktp-common-internals.po ktp-common-internals-0.8.0/po/pl/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/pl/ktp-common-internals.po 2014-02-17 20:58:39.000000000 +0000 +++ ktp-common-internals-0.8.0/po/pl/ktp-common-internals.po 2014-03-11 21:24:12.000000000 +0000 @@ -1,13 +1,12 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Łukasz Wojniłowicz , 2012, 2014. -# Marta Rybczyńska , 2013. +# Łukasz Wojniłowicz , 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2014-02-03 15:41+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -27,45 +26,38 @@ msgid "Your emails" msgstr "lukasz.wojnilowicz@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Rozpocznij rozmowę używając %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Rozpocznij rozmowę głosową używając %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Rozpocznij rozmowę wideo używając %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Wyślij plik używając %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Współpracuj nad edycją dokumentu używając %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Otwórz przeglądarkę dzienników..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Konta komunikatorów internetowych" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -113,7 +105,7 @@ #: KTp/contact-info-dialog.cpp:367 msgid "Contact can see when you are online:" -msgstr "Kontakt może zobaczyć, gdy jesteś dostępny(a):" +msgstr "Kontakt może zobaczyć, gdy jesteś dostępny" #: KTp/contact-info-dialog.cpp:368 msgid "You can see when the contact is online:" @@ -782,7 +774,7 @@ msgid "Add new contact" msgstr "Dodaj nowy kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nie wybrano konta." @@ -819,15 +811,15 @@ msgid "Search in Contacts..." msgstr "Znajdź w kontaktach..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Pokój ten jest już twoim ulubionym." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Dodaj pokój" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nazwa" @@ -851,57 +843,50 @@ msgid "Add Room" msgstr "Dodaj pokój" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Dodaj pokój" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Usuń pokój" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Ostatnie" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Usuń" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Wyczyść listę" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Zapytanie" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Serwer do odpytania:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Pozostaw puste dla domyślnego serwera wybranego konta" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Zatrzymaj" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Znajdź pokoje" @@ -923,28 +908,22 @@ msgid "Configure notifications for all users" msgstr "Konfiguruj powiadomienia dla wszystkich użytkowników" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Rozpocznij rozmowę" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "Żądane konto zostało rozłączone i przez to nie można było rozpocząć rozmowy." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Nie podałeś nazwy kontaktu, z którym chcesz zacząć rozmowę." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Nieudane rozpoczęcie rozmowy z kontaktem." diff -Nru ktp-common-internals-0.7.80/po/pt/ktp-common-internals.po ktp-common-internals-0.8.0/po/pt/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/pt/ktp-common-internals.po 2014-02-17 20:58:40.000000000 +0000 +++ ktp-common-internals-0.8.0/po/pt/ktp-common-internals.po 2014-03-11 21:24:13.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: telepathy-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-07 17:36+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-24 09:58+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: \n" @@ -12,7 +12,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-POFile-SpellExtra: Telepathy IM Kopete Avatar avatar Collabora\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-POFile-SpellExtra: Kiagiadakis Ltd exe ini Talk\n" +"X-POFile-SpellExtra: Kiagiadakis Ltd\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -22,47 +22,38 @@ msgid "Your emails" msgstr "zepires@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Iniciar uma Conversa com o %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Iniciar uma Chamada de Áudio com o %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Iniciar uma Chamada de Vídeo com o %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Enviar um Ficheiro com o %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Editar um Documento em Conjunto com o %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"A transferência de ficheiros com a extensão '.exe' ou '.ini' não é permitida " -"pelo Google Talk. Foi enviado com o nome de ficheiro %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Ficheiro transferido com novo nome" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Abrir o Visualizador de Registos..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Contas de Mensagens Instantâneas" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -779,7 +770,7 @@ msgid "Add new contact" msgstr "Adicionar um novo contacto" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Não está nenhuma conta seleccionada." @@ -817,15 +808,15 @@ msgid "Search in Contacts..." msgstr "Procurar nos Contactos..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Esta sala já está nos seus favoritos." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Adicionar uma sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nome" @@ -849,55 +840,50 @@ msgid "Add Room" msgstr "Adicionar uma Sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Editar a Sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Remover a Sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recente" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Remover" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Limpar a lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Pesquisa" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servidor a consultar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Deixe em branco para usar o servidor por omissão da conta seleccionada" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Parar" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Procurar por salas" @@ -919,29 +905,59 @@ msgid "Configure notifications for all users" msgstr "Configurar as notificações de todos os utilizadores" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Iniciar uma conversa" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "A conta pedida foi desligada, pelo que não foi possível iniciar uma conversa." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Não indicou o nome do contacto com quem iniciar a conversa." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"O nome do contacto que indicou é inválido ou então não aceita conversas de " -"texto." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Não foi possível iniciar uma conversa com o contacto." + +#~ msgid "Me" +#~ msgstr "Eu" + +#~ msgid "Ungrouped" +#~ msgstr "Não agrupado" + +#~ msgid "KDE Telepathy Debug Tool" +#~ msgstr "Ferramenta de Depuração do Telepathy para o KDE" + +#, fuzzy +#~ msgctxt "Short user visible error string" +#~ msgid "Capability not available" +#~ msgstr "A encriptação pedida não está disponível" + +#~ msgid "Telepathy KDE Models Test UI" +#~ msgstr "Interface de Teste dos Modelos KDE do Telepathy" + +#~ msgid "(C) 2011 Collabora Ltd" +#~ msgstr "(C) 2011 Collabora Ltd" + +#~ msgid "Telepathy-KDE Models Testing UI" +#~ msgstr "Interface de Teste dos Modelos do Telepathy-KDE" + +#~ msgid "" +#~ "Tool for inspecting logs of the various underlying telepathy components" +#~ msgstr "" +#~ "Ferramenta para inspeccionar os registos dos vários componentes " +#~ "subjacentes do Telepathy" + +#~ msgid "Copyright (C) 2011 Collabora Ltd." +#~ msgstr "Copyright (C) 2011 Collabora Ltd." + +#~ msgid "George Kiagiadakis" +#~ msgstr "George Kiagiadakis" + +#~ msgid "Developer" +#~ msgstr "Desenvolvimento" diff -Nru ktp-common-internals-0.7.80/po/pt_BR/ktp-common-internals.po ktp-common-internals-0.8.0/po/pt_BR/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/pt_BR/ktp-common-internals.po 2014-02-17 20:58:41.000000000 +0000 +++ ktp-common-internals-0.8.0/po/pt_BR/ktp-common-internals.po 2014-03-11 21:24:14.000000000 +0000 @@ -1,6 +1,6 @@ -# Translation of ktp-common-internals.po to Brazilian Portuguese -# Copyright (C) 2011-2014 This_file_is_part_of_KDE +# Copyright (C) 2011-2013 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. +# Translation of ktp-common-internals.po to Brazilian Portuguese # # Marcus Gama , 2011, 2012. # André Marcelo Alvarenga , 2011, 2012, 2013, 2014. @@ -9,16 +9,16 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-07 23:32-0200\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2014-02-20 17:25-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\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" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -28,47 +28,38 @@ msgid "Your emails" msgstr "alvarenga@kde.org" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Iniciar o bate-papo usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Iniciar a chamada de áudio usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Iniciar a chamada de vídeo usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Enviar um arquivo usando %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Editar um documento de forma colaborativa usando %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "MI" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"A transferência de arquivos com extensão '.exe' ou '.ini' não é permitida " -"pelo Google Talk. Foi enviado com o nome %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Arquivo transferido com outro nome" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Abrir o visualizador de registros..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Contas de mensagens instantâneas" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -531,7 +522,7 @@ #: KTp/error-dictionary.cpp:184 msgctxt "Short user visible error string" msgid "Connection failed" -msgstr "A conexão falhou" +msgstr "Falha na conexão" #: KTp/error-dictionary.cpp:186 msgctxt "Short user visible error string" @@ -596,7 +587,7 @@ #: KTp/error-dictionary.cpp:210 msgctxt "Short user visible error string" msgid "Service not available" -msgstr "Serviço indisponível" +msgstr "O serviço não está disponível" #: KTp/error-dictionary.cpp:212 msgctxt "Short user visible error string" @@ -783,7 +774,7 @@ msgid "Add new contact" msgstr "Adicionar novo contato" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nenhuma conta selecionada." @@ -821,15 +812,15 @@ msgid "Search in Contacts..." msgstr "Procurar nos contatos..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Esta sala já está nos seus favoritos." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Adicionar sala" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Nome" @@ -853,55 +844,50 @@ msgid "Add Room" msgstr "Adicionar sala" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Editar sala" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Remover sala" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recente" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Remover" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Limpar lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Pesquisa" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Servidor a pesquisar:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Deixe em branco para usar o servidor padrão da conta selecionada" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Parar" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Pesquisar nas salas de bate-papo" @@ -923,28 +909,36 @@ msgid "Configure notifications for all users" msgstr "Configurar notificações para todos os usuários" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Iniciar um bate-papo" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "A conta solicitada foi desconectada, não sendo possível iniciar um bate-papo." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Você não indicou o nome do contato para iniciar um bate-papo com ele." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"O nome do contato indicado é inválido ou não aceita conversas de texto." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Não foi possível iniciar um bate-papo com o contato." + +#, fuzzy +#~| msgid "KDE Telepathy" +#~ msgid "KDE Telepathy Debug Tool" +#~ msgstr "KDE Telepathy" + +#~ msgctxt "Short user visible error string" +#~ msgid "Capability not available" +#~ msgstr "Funcionalidade indisponível" + +#~ msgid "Me" +#~ msgstr "Mim" + +#~ msgid "Ungrouped" +#~ msgstr "Não agrupados" diff -Nru ktp-common-internals-0.7.80/po/ro/ktp-common-internals.po ktp-common-internals-0.8.0/po/ro/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ro/ktp-common-internals.po 2014-02-17 20:58:41.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ro/ktp-common-internals.po 2014-03-11 21:24:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" "PO-Revision-Date: 2013-10-27 07:43+0200\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -26,45 +26,38 @@ msgid "Your emails" msgstr "sergiu@ase.md" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Începe conversația folosind %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Începe apel audio folosind %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Începe apel video folosind %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Expediază un fișier folosind %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Redactează un document în colaborare folosind %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Deschide vizualizatorul de jurnal..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Conturi de mesagerie instantanee" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -776,7 +769,7 @@ msgid "Add new contact" msgstr "Adaugă contact nou" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Niciun cont ales." @@ -813,15 +806,15 @@ msgid "Search in Contacts..." msgstr "Căutare în contacte..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Această cameră este deja în favoritele dumneavoastră." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Adaugă cameră" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Denumire" @@ -845,55 +838,50 @@ msgid "Add Room" msgstr "Adaugă cameră" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Modifică camera" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Elimină camera" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Recent" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Elimină" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Curăță lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Interogare" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server de interogat:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Lăsați gol pentru serverul implicit al contului ales" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Oprește" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Caută camere" @@ -915,11 +903,11 @@ msgid "Configure notifications for all users" msgstr "Configurează notificările pentru toți utilizatorii" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Începe o conversație" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -927,26 +915,14 @@ "Contul cerut a fost deconectat și de aceea conversația nu a putut fi " "inițiată." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Nu ați specificat numele contactului cu care să începeți discuția." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Începerea discuției cu contactul a eșuat." -#~ msgid "Open Log Viewer..." -#~ msgstr "Deschide vizualizatorul de jurnal..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Conturi de mesagerie instantanee" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/ru/ktp-common-internals.po ktp-common-internals-0.8.0/po/ru/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ru/ktp-common-internals.po 2014-02-17 20:58:42.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ru/ktp-common-internals.po 2014-03-11 21:24:15.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-09-28 19:11+0400\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-28 15:49+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -30,45 +30,38 @@ msgid "Your emails" msgstr "yur.arh@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Начать общение, используя %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Начать голосовое общение, используя %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Начать видеообщение, используя %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Отправить файл, используя %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Начать совместную работу с документом, используя %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Просмотр журнала..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Учётные записи обмена сообщениями" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -785,7 +778,7 @@ msgid "Add new contact" msgstr "Добавить новый контакт" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Не выбрано учётной записи." @@ -822,15 +815,15 @@ msgid "Search in Contacts..." msgstr "Поиск в контактах..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Эта комната уже в избранном." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Добавить комнату" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Имя" @@ -854,57 +847,50 @@ msgid "Add Room" msgstr "Добавить чат" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -#, fuzzy -#| msgid "Add Room" -msgid "Edit Room" -msgstr "Добавить чат" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Удалить чат" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Последние" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Удалить" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Очистить список" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Запрос" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Сервер для запросов:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Оставьте пустым для сервера по умолчанию выбранной учётной записи" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Остановить" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Поиск чата" @@ -926,36 +912,24 @@ msgid "Configure notifications for all users" msgstr "Настроить уведомления для всех пользователей" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Начать общение" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Требуемая учётная запись отключена, поэтому начать общение нельзя." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Вы не указали имя контакта, с которым хотите начать общение." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Начать общение с контактом не удалось." -#~ msgid "Open Log Viewer..." -#~ msgstr "Просмотр журнала..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Учётные записи обмена сообщениями" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/sk/ktp-common-internals.po ktp-common-internals-0.8.0/po/sk/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sk/ktp-common-internals.po 2014-02-17 20:58:44.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sk/ktp-common-internals.po 2014-03-11 21:24:17.000000000 +0000 @@ -1,11 +1,11 @@ # translation of ktp-common-internals.po to Slovak -# Roman Paholik , 2012, 2013, 2014. +# Roman Paholik , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-17 21:35+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-27 20:22+0200\n" "Last-Translator: Roman Paholík \n" "Language-Team: Slovak \n" "Language: sk\n" @@ -23,47 +23,38 @@ msgid "Your emails" msgstr "wizzardsk@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Spustiť rozhovor pomocou %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Spustiť hlasový hovor pomocou %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Spustiť video hovor pomocou %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Poslať súbor pomocou %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Spoločne editovať dokument pomocou %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Prenos súborov s koncovkou .exe alebo .ini nie je povolený v Google Talk. Bol " -"poslaný s názvom %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Prenášaný súbor premenovaný" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Otvoriť prehliadač záznamov..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Účty priamej komunikácie" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -772,7 +763,7 @@ msgid "Add new contact" msgstr "Pridať nový kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nie je vybrané žiadne konto." @@ -808,15 +799,15 @@ msgid "Search in Contacts..." msgstr "Hľadať v kontaktoch..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Táto miestnosť je už vo vašich obľúbených." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Pridať miestnosť" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Názov" @@ -840,55 +831,50 @@ msgid "Add Room" msgstr "Pridať miestnosť" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Upraviť miestnosť" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Odstrániť miestnosť" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nedávne" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Odstrániť" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Vyčistiť zoznam" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Otázka" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server na dotazovanie:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Nechajte prázdne pre predvolený server vybraného účtu" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Zastaviť" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Hľadať miestnosti" @@ -910,29 +896,20 @@ msgid "Configure notifications for all users" msgstr "Nastaviť upozornenie pre všetkých používateľov" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Začať rozhovor" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Požadovaný účet bol odpojený a teda rozhovor sa nemohol začať." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Nezadali ste názov kontaktu na začatie rozhovoru." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Zobrazené meno kontaktu, ktoré ste zadali, je neplatné, alebo neumožňuje " -"textové rozhovory." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Zlyhalo spustenie rozhovoru s kontaktom." - diff -Nru ktp-common-internals-0.7.80/po/sl/ktp-common-internals.po ktp-common-internals-0.8.0/po/sl/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sl/ktp-common-internals.po 2014-02-17 20:58:45.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sl/ktp-common-internals.po 2014-03-11 21:24:18.000000000 +0000 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Andrej Vernekar , 2012. -# Andrej Mernik , 2013, 2014. +# Andrej Mernik , 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-08 16:17+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-12-01 18:10+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -27,47 +27,38 @@ msgid "Your emails" msgstr "andrej.vernekar@gmail.com,andrejm@ubuntu.si" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Začni klepet z uporabo %1 ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Začni glasovni klic z uporabo %1 ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Začni video klic z uporabo %1 ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Pošlji datoteko z uporabo %1 ..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Skupno uredite dokument z uporabo %1 ..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "HS" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Prenašanje datotek s priponama .exe ali .ini ni dovoljeno v Google Talk. " -"Datoteka je bila poslana pod imenom %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Prenesena datoteka preimenovana" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Odpri pregledovalnik dnevnika ..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Računi za hipno sporočanje" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -783,7 +774,7 @@ msgid "Add new contact" msgstr "Dodaj nov stik" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Noben račun ni izbran." @@ -820,15 +811,15 @@ msgid "Search in Contacts..." msgstr "Poišči v stikih ..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ta klepetalnica je že v vaših priljubljenih." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Dodaj klepetalnico" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Ime" @@ -852,55 +843,50 @@ msgid "Add Room" msgstr "Dodaj klepetalnico" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Uredi klepetalnico" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Odstrani klepetalnico" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nedavne" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Odstrani" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Počisti seznam" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Poizvedba" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Strežnik na katerem želite izvesti poizvedbo:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Pustite prazno za privzet strežnik izbranega računa" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Zaustavi" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Poišči klepetalnice" @@ -922,29 +908,21 @@ msgid "Configure notifications for all users" msgstr "Nastavi obvestila za vse uporabnike" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Začni klepet" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "" "Zahtevan račun ima prekinjeno povezavo, zato ni bilo mogoče začeti klepeta." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Niste navedli imena stika, s katerim bi radi začeli klepet." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Zaslonsko ime stika, ki ste ga ponudili, ni veljavno ali pa ne sprejme " -"besedilnih klepetov." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Začenjanje klepeta s stikom ni uspelo." diff -Nru ktp-common-internals-0.7.80/po/sr/ktp-common-internals.po ktp-common-internals-0.8.0/po/sr/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sr/ktp-common-internals.po 2014-02-17 20:58:45.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sr/ktp-common-internals.po 2014-03-11 21:24:19.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-08 15:58+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-29 16:31+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" "Language: sr\n" @@ -27,48 +27,38 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net,pejakm@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Започни ћаскање преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Започни аудио позив преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Започни видео позив преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Пошаљи фајл преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Сарађуј на уређивању документа преко %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "ИМ" - -# rewrite-msgid: /with filename/with name/ -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Гугл‑разговор не дозвољава слање фајлова са наставком .exe или .ini. Послат " -"је под именом %1." - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Фајл преименован ради преноса" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Отвори приказивач дневника..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Брзогласнички налози" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -798,7 +788,7 @@ msgid "Add new contact" msgstr "Додавање новог контакта" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Није изабран ниједан налог." @@ -835,16 +825,16 @@ msgid "Search in Contacts..." msgstr "Потражи у контактима..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ово соба је већ међу вашим омиљеним." # >> @title:window -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Додавање собе" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Име" @@ -868,55 +858,50 @@ msgid "Add Room" msgstr "Додај собу" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Уреди собу" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Уклони собу" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Недавне" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Уклони" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Очисти списак" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Упит" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Сервер за упит:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Оставите празно за подразумевани сервер изабраног налога." #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Заустави" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Потражи собе" @@ -942,28 +927,20 @@ msgstr "Подешавање обавештења за све кориснике" # >> @title:window -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Започињање ћаскања" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Затраженом налогу је прекинута веза, па ћаскање не може да отпочне." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Нисте задали име контакта са којим треба започети ћаскање." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Екранско име контакта које сте задали или није добро или не прихвата " -"текстуална ћаскања." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Не могу да започнем ћаскање са контактом." diff -Nru ktp-common-internals-0.7.80/po/sr@ijekavian/ktp-common-internals.po ktp-common-internals-0.8.0/po/sr@ijekavian/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sr@ijekavian/ktp-common-internals.po 2014-02-17 20:58:46.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sr@ijekavian/ktp-common-internals.po 2014-03-11 21:24:19.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-08 15:58+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-29 16:31+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" "Language: sr@ijekavian\n" @@ -27,48 +27,38 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net,pejakm@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Започни ћаскање преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Започни аудио позив преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Започни видео позив преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Пошаљи фајл преко %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Сарађуј на уређивању документа преко %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "ИМ" - -# rewrite-msgid: /with filename/with name/ -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Гугл‑разговор не дозвољава слање фајлова са наставком .exe или .ini. Послат " -"је под именом %1." - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Фајл преименован ради преноса" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Отвори приказивач дневника..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Брзогласнички налози" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -799,7 +789,7 @@ msgid "Add new contact" msgstr "Додавање новог контакта" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Није изабран ниједан налог." @@ -836,16 +826,16 @@ msgid "Search in Contacts..." msgstr "Потражи у контактима..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ово соба је већ међу вашим омиљеним." # >> @title:window -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Додавање собе" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Име" @@ -869,55 +859,50 @@ msgid "Add Room" msgstr "Додај собу" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Уреди собу" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Уклони собу" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Недавне" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Уклони" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Очисти списак" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Упит" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Сервер за упит:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Оставите празно за подразумијевани сервер изабраног налога." #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Заустави" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Потражи собе" @@ -943,28 +928,20 @@ msgstr "Подешавање обавјештења за све кориснике" # >> @title:window -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Започињање ћаскања" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Затраженом налогу је прекинута веза, па ћаскање не може да отпочне." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Нисте задали име контакта са којим треба започети ћаскање." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Екранско име контакта које сте задали или није добро или не прихвата " -"текстуална ћаскања." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Не могу да започнем ћаскање са контактом." diff -Nru ktp-common-internals-0.7.80/po/sr@ijekavianlatin/ktp-common-internals.po ktp-common-internals-0.8.0/po/sr@ijekavianlatin/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sr@ijekavianlatin/ktp-common-internals.po 2014-02-17 20:58:46.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sr@ijekavianlatin/ktp-common-internals.po 2014-03-11 21:24:20.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-08 15:58+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-29 16:31+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" "Language: sr@ijekavianlatin\n" @@ -27,48 +27,38 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net,pejakm@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Započni ćaskanje preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Započni audio poziv preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Započni video poziv preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Pošalji fajl preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Sarađuj na uređivanju dokumenta preko %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -# rewrite-msgid: /with filename/with name/ -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Google-razgovor ne dozvoljava slanje fajlova sa nastavkom .exe ili .ini. " -"Poslat je pod imenom %1." - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Fajl preimenovan radi prenosa" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Otvori prikazivač dnevnika..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Brzoglasnički nalozi" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -800,7 +790,7 @@ msgid "Add new contact" msgstr "Dodavanje novog kontakta" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nije izabran nijedan nalog." @@ -837,16 +827,16 @@ msgid "Search in Contacts..." msgstr "Potraži u kontaktima..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ovo soba je već među vašim omiljenim." # >> @title:window -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Dodavanje sobe" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Ime" @@ -870,55 +860,50 @@ msgid "Add Room" msgstr "Dodaj sobu" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Uredi sobu" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Ukloni sobu" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nedavne" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Ukloni" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Očisti spisak" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Upit" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server za upit:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Ostavite prazno za podrazumijevani server izabranog naloga." #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Zaustavi" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Potraži sobe" @@ -944,28 +929,20 @@ msgstr "Podešavanje obavještenja za sve korisnike" # >> @title:window -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Započinjanje ćaskanja" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Zatraženom nalogu je prekinuta veza, pa ćaskanje ne može da otpočne." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Niste zadali ime kontakta sa kojim treba započeti ćaskanje." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Ekransko ime kontakta koje ste zadali ili nije dobro ili ne prihvata " -"tekstualna ćaskanja." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Ne mogu da započnem ćaskanje sa kontaktom." diff -Nru ktp-common-internals-0.7.80/po/sr@latin/ktp-common-internals.po ktp-common-internals-0.8.0/po/sr@latin/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sr@latin/ktp-common-internals.po 2014-02-17 20:58:47.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sr@latin/ktp-common-internals.po 2014-03-11 21:24:22.000000000 +0000 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: ktp-common-internals\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-08 15:58+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-29 16:31+0200\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" "Language: sr@latin\n" @@ -27,48 +27,38 @@ msgid "Your emails" msgstr "caslav.ilic@gmx.net,pejakm@gmail.com" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Započni ćaskanje preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Započni audio poziv preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Započni video poziv preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Pošalji fajl preko %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Sarađuj na uređivanju dokumenta preko %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "IM" - -# rewrite-msgid: /with filename/with name/ -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Google-razgovor ne dozvoljava slanje fajlova sa nastavkom .exe ili .ini. " -"Poslat je pod imenom %1." - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Fajl preimenovan radi prenosa" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Otvori prikazivač dnevnika..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Brzoglasnički nalozi" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -799,7 +789,7 @@ msgid "Add new contact" msgstr "Dodavanje novog kontakta" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Nije izabran nijedan nalog." @@ -836,16 +826,16 @@ msgid "Search in Contacts..." msgstr "Potraži u kontaktima..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Ovo soba je već među vašim omiljenim." # >> @title:window -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Dodavanje sobe" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Ime" @@ -869,55 +859,50 @@ msgid "Add Room" msgstr "Dodaj sobu" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Uredi sobu" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Ukloni sobu" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Nedavne" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Ukloni" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Očisti spisak" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Upit" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server za upit:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Ostavite prazno za podrazumevani server izabranog naloga." #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Zaustavi" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Potraži sobe" @@ -943,28 +928,20 @@ msgstr "Podešavanje obaveštenja za sve korisnike" # >> @title:window -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Započinjanje ćaskanja" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Zatraženom nalogu je prekinuta veza, pa ćaskanje ne može da otpočne." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Niste zadali ime kontakta sa kojim treba započeti ćaskanje." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Ekransko ime kontakta koje ste zadali ili nije dobro ili ne prihvata " -"tekstualna ćaskanja." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Ne mogu da započnem ćaskanje sa kontaktom." diff -Nru ktp-common-internals-0.7.80/po/sv/ktp-common-internals.po ktp-common-internals-0.8.0/po/sv/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/sv/ktp-common-internals.po 2014-02-17 20:58:48.000000000 +0000 +++ ktp-common-internals-0.8.0/po/sv/ktp-common-internals.po 2014-03-11 21:24:23.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 Asserhall , 2011, 2012, 2013, 2014. +# Stefan Asserhall , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-07 17:40+0100\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-24 19:11+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -25,47 +25,38 @@ msgid "Your emails" msgstr "stefan.asserhall@bredband.net" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Starta chatt med användning av %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Starta röstsamtal med användning av %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Starta videosamtal med användning av %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Skicka fil med användning av %1..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Samredigera ett dokument med användning av %1..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "DM" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Att överföra filer med filändelserna .exe eller .ini tillåts inte av Google " -"Talk. Den skickades med filnamnet %1." - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Namn på överfört fil ändrades" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Öppna loggvisning..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Konton för direktmeddelande" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -779,7 +770,7 @@ msgid "Add new contact" msgstr "Lägg till ny kontakt" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Inget konto valt." @@ -816,15 +807,15 @@ msgid "Search in Contacts..." msgstr "Sök i kontakter..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Rummet finns redan i dina favoriter." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Lägg till rum" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Namn" @@ -848,55 +839,50 @@ msgid "Add Room" msgstr "Lägg till rum" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Redigera rum" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Ta bort rum" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Senaste" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Ta bort" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Rensa lista" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Fråga" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Server att fråga:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "Lämna tomt för det valda kontots standardserver" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Stoppa" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Sök rum" @@ -918,43 +904,29 @@ msgid "Configure notifications for all users" msgstr "Anpassa underrättelser för alla användare" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Starta en chatt" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "Det begärda kontot har kopplats ner, så en chatt kunde inte inledas." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "Du angav inte namnet på kontakten att starta en chatt med." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Kontaktens namn på skärmen som du tillhandahöll är ogiltig och accepterar " -"inte textchatt." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Misslyckades starta en chatt med kontakten." -#~ msgid "Open Log Viewer..." -#~ msgstr "Öppna loggvisning..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Konton för direktmeddelande" - #~ msgid "Telepathy KDE Models Test UI" #~ msgstr "Användargränssnitt för test av Telepathy-KDE modeller" #~ msgid "(C) 2011 Collabora Ltd" -#~ msgstr "© 2011 Collabora Ltd" +#~ msgstr "© 2011, Collabora Ltd" #~ msgid "Telepathy-KDE Models Testing UI" #~ msgstr "Användargränssnitt för test av Telepathy-KDE modeller" diff -Nru ktp-common-internals-0.7.80/po/tr/CMakeLists.txt ktp-common-internals-0.8.0/po/tr/CMakeLists.txt --- ktp-common-internals-0.7.80/po/tr/CMakeLists.txt 2014-02-17 20:58:50.000000000 +0000 +++ ktp-common-internals-0.8.0/po/tr/CMakeLists.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -file(GLOB _po_files *.po) -GETTEXT_PROCESS_PO_FILES( tr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff -Nru ktp-common-internals-0.7.80/po/tr/ktp-common-internals.po ktp-common-internals-0.8.0/po/tr/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/tr/ktp-common-internals.po 2014-02-17 20:58:50.000000000 +0000 +++ ktp-common-internals-0.8.0/po/tr/ktp-common-internals.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,940 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Volkan Gezer , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-11-19 01:45+0100\n" -"Last-Translator: Volkan Gezer \n" -"Language-Team: Turkish \n" -"Language: tr\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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Volkan Gezer" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "volkangezer@gmail.com" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 -#, kde-format -msgid "Start Chat Using %1..." -msgstr "%1 Kullanarak Sohbeti Başlat" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 -#, kde-format -msgid "Start Audio Call Using %1..." -msgstr "%1 Kullanarak Sesli Arama Başlat" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 -#, kde-format -msgid "Start Video Call Using %1..." -msgstr "%1 Kullanarak Görüntülü Arama Başlat" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 -#, kde-format -msgid "Send a File Using %1..." -msgstr "%1 Kullanarak Bir Dosya Gönder..." - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 -#, kde-format -msgid "Collaboratively edit a document Using %1..." -msgstr "%1 kullanarak ortak bir belge düzenle..." - -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" - -#: KTp/contact-info-dialog.cpp:66 -msgid "Full name:" -msgstr "Tam isim:" - -#: KTp/contact-info-dialog.cpp:67 -msgid "Nickname:" -msgstr "Takma ad:" - -#: KTp/contact-info-dialog.cpp:68 -msgid "Email:" -msgstr "E-posta:" - -#: KTp/contact-info-dialog.cpp:69 -msgid "Phone:" -msgstr "Telefon:" - -#: KTp/contact-info-dialog.cpp:70 -msgid "Homepage:" -msgstr "Ana sayfası:" - -#: KTp/contact-info-dialog.cpp:71 -msgid "Birthday:" -msgstr "Doğum günü:" - -#: KTp/contact-info-dialog.cpp:72 -msgid "Organization:" -msgstr "Kurum:" - -#: KTp/contact-info-dialog.cpp:144 -msgid "Change Avatar" -msgstr "Resmi Değiştir" - -#: KTp/contact-info-dialog.cpp:149 -msgid "Clear Avatar" -msgstr "Resmi Temizle" - -#: KTp/contact-info-dialog.cpp:214 -msgid "Failed to load the new avatar image" -msgstr "Yeni görüntü resmi yükleme başarısız" - -#: KTp/contact-info-dialog.cpp:332 -msgid "Save" -msgstr "Kaydet" - -#: KTp/contact-info-dialog.cpp:367 -msgid "Contact can see when you are online:" -msgstr "Kişi çevrimiçi olduğunuzu görebilir:" - -#: KTp/contact-info-dialog.cpp:368 -msgid "You can see when the contact is online:" -msgstr "Kişilerin çevrimiçi olduğunu görebilirsiniz:" - -#: KTp/contact-info-dialog.cpp:369 -msgid "Contact is blocked:" -msgstr "Kişi engellenmiş:" - -#: KTp/error-dictionary.cpp:37 -msgctxt "Verbose user visible error string" -msgid "" -"Looks like you are already connected from other location and the server does " -"not allow multiple connections" -msgstr "" -"Başka bir konumdan bağlanmış gibi görünüyorsunuz ve sunucu çoklu " -"bağlantılara izin vermiyor" - -#: KTp/error-dictionary.cpp:39 -msgctxt "Verbose user visible error string" -msgid "Authentication of your account failed (is your password correct?)" -msgstr "Hesap doğrulamanız başarısız oldu (parolanız doğru mu?)" - -#: KTp/error-dictionary.cpp:41 -msgctxt "Verbose user visible error string" -msgid "" -"The channel is too busy now to process your request. Try again in a few " -"minutes" -msgstr "" -"Kanal isteğinizi yerine getirmek için şu an çok meşgul. Birkaç dakika " -"içerisinde yeniden deneyin" - -#: KTp/error-dictionary.cpp:43 -msgctxt "Verbose user visible error string" -msgid "The connection was canceled on your request" -msgstr "Bağlantı isteğiniz üzerine iptal edildi" - -#: KTp/error-dictionary.cpp:45 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server is expired" -msgstr "Sunucudan alınan SSL/TLS sertifikasının süresi dolmuş" - -#: KTp/error-dictionary.cpp:47 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server has different fingerprint than " -"expected" -msgstr "" -"Sunucudan alınan SSL/TLS sertifikası beklenenden farklı parmak izine sahip" - -#: KTp/error-dictionary.cpp:49 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server has different hostname than " -"expected" -msgstr "" -"Sunucudan alınan SSL/TLS sertifikası beklenenden farklı makine adına sahip" - -#: KTp/error-dictionary.cpp:51 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server uses too weak encryption" -msgstr "Sunucudan alınan SSL/TLS sertifikası çok zayıf şifreleme kullanıyor" - -#: KTp/error-dictionary.cpp:53 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server is invalid" -msgstr "Sunucudan alınan SSL/TLS sertifikası geçersiz" - -#: KTp/error-dictionary.cpp:55 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has exceeded length limit" -msgstr "Sunucudan alınan SSL/TLS sertifikası uzunluk sınırını aşmış" - -#: KTp/error-dictionary.cpp:57 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has not been activated yet" -msgstr "Sunucudan alınan SSL/TLS sertifikası henüz etkinleştirilmemiş" - -#: KTp/error-dictionary.cpp:59 -msgctxt "Verbose user visible error string" -msgid "The server did not provide any SSL/TLS certificate" -msgstr "Sunucu herhangi bir SSL/TLS sertifikası sağlamadı" - -#: KTp/error-dictionary.cpp:61 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has been revoked" -msgstr "Sunucudan alınan SSL/TLS sertifikası iptal edilmiş" - -#: KTp/error-dictionary.cpp:63 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server was self-signed by the server " -"and is untrusted" -msgstr "" -"Sunucudan alınan SSL/TLS sertifikası sunucu tarafından imzalanmış ve " -"güvenilmiyor" - -#: KTp/error-dictionary.cpp:65 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server was not signed by a trusted " -"certificate authority" -msgstr "" -"Sunucudan alınan SSL/TLS sertifikası güvenilir bir sertifika otoritesi " -"tarafından imzalanmamış" - -#: KTp/error-dictionary.cpp:67 -msgctxt "Verbose user visible error string" -msgid "You have been banned from the channel" -msgstr "Bu kanaldan yasaklandınız" - -#: KTp/error-dictionary.cpp:69 -msgctxt "Verbose user visible error string" -msgid "The channel is full" -msgstr "Kanal dolu" - -#: KTp/error-dictionary.cpp:71 -msgctxt "Verbose user visible error string" -msgid "The channel is invite-only" -msgstr "Kanala sadece davetiye ile girilebilir" - -#: KTp/error-dictionary.cpp:73 -msgctxt "Verbose user visible error string" -msgid "You have been kicked from the channel" -msgstr "Kanaldan atıldınız" - -#: KTp/error-dictionary.cpp:75 -msgctxt "Verbose user visible error string" -msgid "An unexpected error has occurred" -msgstr "Beklenmedik bir hata oluştu" - -#: KTp/error-dictionary.cpp:77 -msgctxt "Verbose user visible error string" -msgid "Could not establish connection" -msgstr "Bağlantı kurulamadı" - -#: KTp/error-dictionary.cpp:79 -msgctxt "Verbose user visible error string" -msgid "Connection to server was lost" -msgstr "Sunucu ile bağlantı kaybedildi" - -#: KTp/error-dictionary.cpp:81 -msgctxt "Verbose user visible error string" -msgid "Server refused your connection" -msgstr "Sunucu bağlantınızı reddetti" - -#: KTp/error-dictionary.cpp:83 -msgctxt "Verbose user visible error string" -msgid "" -"Somewhere there is another client connecting with your account and your " -"current connection is lost" -msgstr "" -"Başka bir yerde hesabınızla bağlanan bir istemci var ve geçerli bağlantınız " -"kaybedildi" - -#: KTp/error-dictionary.cpp:85 -msgctxt "Verbose user visible error string" -msgid "You have been disconnected" -msgstr "Bağlantınız kapatıldı" - -#: KTp/error-dictionary.cpp:87 -msgctxt "Verbose user visible error string" -msgid "Selected user does not exist" -msgstr "Seçili kullanıcı mevcut değil" - -#: KTp/error-dictionary.cpp:89 -msgctxt "Verbose user visible error string" -msgid "Emergency calls are not supported" -msgstr "Acil aramalar desteklenmiyor" - -#: KTp/error-dictionary.cpp:91 -msgctxt "Verbose user visible error string" -msgid "An encryption error has occurred" -msgstr "Bir şifreleme hatası oluştu" - -#: KTp/error-dictionary.cpp:93 -msgctxt "Verbose user visible error string" -msgid "Requested encryption is not available" -msgstr "İstenen şifreleme kullanılamıyor" - -#: KTp/error-dictionary.cpp:95 -msgctxt "Verbose user visible error string" -msgid "An invalid argument was provided" -msgstr "Geçersiz bir argüman girildi" - -#: KTp/error-dictionary.cpp:97 -msgctxt "Verbose user visible error string" -msgid "The specified handle is unknown on this channel" -msgstr "Belirtilen tanıtıcı bu kanalda bilinmiyor" - -#: KTp/error-dictionary.cpp:99 -msgctxt "Verbose user visible error string" -msgid "There appears to be a problem with your network, check your connection" -msgstr "Ağınızda bir problem varmış gibi görünüyor, bağlantınızı denetleyin" - -#: KTp/error-dictionary.cpp:101 -msgctxt "Verbose user visible error string" -msgid "You were removed from the channel because you did not respond" -msgstr "Yanıt vermediğiniz için kanaldan kaldırıldınız" - -#: KTp/error-dictionary.cpp:103 -msgctxt "Verbose user visible error string" -msgid "The service is not available" -msgstr "Hizmet mevcut değil" - -#: KTp/error-dictionary.cpp:105 -msgctxt "Verbose user visible error string" -msgid "The contact does not have the requested capabilities" -msgstr "Kişi istenen yeteneklere sahip değil" - -#: KTp/error-dictionary.cpp:107 -msgctxt "Verbose user visible error string" -msgid "This operation is not implemented" -msgstr "Bu işlem henüz tanımlanmadı." - -#: KTp/error-dictionary.cpp:109 -msgctxt "Verbose user visible error string" -msgid "This operation is not yet implemented" -msgstr "Bu işlem henüz tanımlanmadı." - -#: KTp/error-dictionary.cpp:111 -msgctxt "Verbose user visible error string" -msgid "The requested channel is already being handled by some other process" -msgstr "İstenen kanal zaten diğer süreçler tarafından işleniyor" - -#: KTp/error-dictionary.cpp:113 -msgctxt "Verbose user visible error string" -msgid "This operation is unavailable for offline contacts" -msgstr "Bu işlem çevrimdışı kişiler için kullanılamaz" - -#: KTp/error-dictionary.cpp:115 -msgctxt "Verbose user visible error string" -msgid "You are not permitted to perform this operation" -msgstr "Bu işlemi yapma yetkiniz yok" - -#: KTp/error-dictionary.cpp:117 -msgctxt "Verbose user visible error string" -msgid "Current call was picked up by another resource" -msgstr "Geçerli çağrı farklı bir kaynak tarafından yanıtlandı" - -#: KTp/error-dictionary.cpp:119 -msgctxt "Verbose user visible error string" -msgid "Account with this username already exists" -msgstr "Bu kullanıcı adı ile bir hesap zaten mevcut" - -#: KTp/error-dictionary.cpp:121 -msgctxt "Verbose user visible error string" -msgid "The receiver rejected your call" -msgstr "Alıcı çağrınızı reddetti" - -#: KTp/error-dictionary.cpp:123 -msgctxt "Verbose user visible error string" -msgid "" -"There are insufficient resources (like free memory) to finish the operation " -"at the moment" -msgstr "Şu anda işlemi tamamlamak için kaynaklar yetersiz (boş bellek gibi)" - -#: KTp/error-dictionary.cpp:125 -msgctxt "Verbose user visible error string" -msgid "" -"Your request hit a busy resource somewhere along the way and the operation " -"was unable to finish" -msgstr "" -"İsteğiniz yol boyunca bir yerde meşgul bir kaynağa rastladı ve işlem " -"tamamlanamıyor" - -#: KTp/error-dictionary.cpp:127 -msgctxt "Verbose user visible error string" -msgid "An internal error has occurred (known as the 'Confused service error')" -msgstr "Dahili bir hata oluştu ('Karışmış hizmet hatası' olarak bilinir)" - -#: KTp/error-dictionary.cpp:129 -msgctxt "Verbose user visible error string" -msgid "" -"The installed libraries are too old. Please try updating all Telepathy " -"packages to a newer version" -msgstr "" -"Kurulu kütüphaneler çok eski. Lütfen tüm Telepathy paketlerini yeni " -"sürümlerine yükseltmeyi deneyin" - -#: KTp/error-dictionary.cpp:131 -msgctxt "Verbose user visible error string" -msgid "The channel was terminated for no apparent reason" -msgstr "Kanal görünmeyen bir nedenle sonlandırıldı" - -#: KTp/error-dictionary.cpp:133 -msgctxt "Verbose user visible error string" -msgid "" -"This operation can not be finished as it would break your requested anonymity" -msgstr "İstenen anonimlik bozulacağından işlem tamamlanamıyor" - -#: KTp/error-dictionary.cpp:135 -msgctxt "Verbose user visible error string" -msgid "Some of the IM components are not working correctly" -msgstr "Anında Mesajlaşma bileşenlerinin bazıları düzgün çalışmıyor" - -#: KTp/error-dictionary.cpp:137 -#, kde-format -msgctxt "User visible error string" -msgid "An unknown error was encountered (%1), please report this" -msgstr "Bilinmeyen bir hata oluştu (%1), lütfen bildirin" - -#: KTp/error-dictionary.cpp:144 -msgctxt "Short user visible error string" -msgid "Connected elsewhere" -msgstr "Başka bir yere bağlandı" - -#: KTp/error-dictionary.cpp:146 -msgctxt "Short user visible error string" -msgid "Authentication failed" -msgstr "Kimlik doğrulama işlemi başarısız oldu" - -#: KTp/error-dictionary.cpp:148 -msgctxt "Short user visible error string" -msgid "Channel too busy" -msgstr "Kanal çok meşgul" - -#: KTp/error-dictionary.cpp:150 -msgctxt "Short user visible error string" -msgid "Cancelled by user" -msgstr "Kullanıcı tarafından iptal edildi" - -#: KTp/error-dictionary.cpp:152 -msgctxt "Short user visible error string" -msgid "Certificate is expired" -msgstr "Sertifikanın süresi dolmuş" - -#: KTp/error-dictionary.cpp:154 -msgctxt "Short user visible error string" -msgid "Wrong certificate fingerprint" -msgstr "Hatalı sertifika parmak izi" - -#: KTp/error-dictionary.cpp:156 -msgctxt "Short user visible error string" -msgid "Wrong certificate hostname" -msgstr "Hatalı sertifika makine adı" - -#: KTp/error-dictionary.cpp:158 -msgctxt "Short user visible error string" -msgid "Too weak certificate encryption" -msgstr "Çok zayıf sertifika şifrelemesi" - -#: KTp/error-dictionary.cpp:160 -msgctxt "Short user visible error string" -msgid "Invalid certificate" -msgstr "Geçersiz sertifika" - -#: KTp/error-dictionary.cpp:162 -msgctxt "Short user visible error string" -msgid "Certificate length limit exceeded" -msgstr "Sertifika uzunluk sınırı aşıldı" - -#: KTp/error-dictionary.cpp:164 -msgctxt "Short user visible error string" -msgid "Certificate not yet active" -msgstr "Sertifika henüz etkin değil" - -#: KTp/error-dictionary.cpp:166 -msgctxt "Short user visible error string" -msgid "No certificate from server" -msgstr "Sunucuda sertifika yok" - -#: KTp/error-dictionary.cpp:168 -msgctxt "Short user visible error string" -msgid "Certificate revoked" -msgstr "Sertifika feshedilmiş" - -#: KTp/error-dictionary.cpp:170 -msgctxt "Short user visible error string" -msgid "Untrusted self-signed certificate" -msgstr "Güvenilmeyen otomatik olarak imzalanan sertifika" - -#: KTp/error-dictionary.cpp:172 -msgctxt "Short user visible error string" -msgid "Untrusted certificate" -msgstr "Güvenilmeyen sertifika" - -#: KTp/error-dictionary.cpp:174 -msgctxt "Short user visible error string" -msgid "Banned from channel" -msgstr "Kanaldan yasaklı" - -#: KTp/error-dictionary.cpp:176 -msgctxt "Short user visible error string" -msgid "The channel is full" -msgstr "Kanal dolu" - -#: KTp/error-dictionary.cpp:178 -msgctxt "Short user visible error string" -msgid "The channel is invite-only" -msgstr "Kanala sadece davetiye ile girilebilir" - -#: KTp/error-dictionary.cpp:180 -msgctxt "Short user visible error string" -msgid "Kicked from channel" -msgstr "Kanaldan atıldı" - -#: KTp/error-dictionary.cpp:182 -msgctxt "Short user visible error string" -msgid "Something's seriously wrong" -msgstr "Bir şeyler ciddi şekilde yanlış" - -#: KTp/error-dictionary.cpp:184 -msgctxt "Short user visible error string" -msgid "Connection failed" -msgstr "Bağlantı başarısız oldu" - -#: KTp/error-dictionary.cpp:186 -msgctxt "Short user visible error string" -msgid "Connection lost" -msgstr "Bağlantı kesildi" - -#: KTp/error-dictionary.cpp:188 -msgctxt "Short user visible error string" -msgid "Connection refused" -msgstr "Bağlantı reddedildi" - -#: KTp/error-dictionary.cpp:190 -msgctxt "Short user visible error string" -msgid "Connection stolen by other account" -msgstr "Bağlantı diğer hesap tarafından çalındı" - -#: KTp/error-dictionary.cpp:192 -msgctxt "Short user visible error string" -msgid "Disconnected" -msgstr "Bağlantı kesildi" - -#: KTp/error-dictionary.cpp:194 -msgctxt "Short user visible error string" -msgid "User does not exist" -msgstr "Kullanıcı mevcut değil" - -#: KTp/error-dictionary.cpp:196 -msgctxt "Short user visible error string" -msgid "Emergency calls unsupported" -msgstr "Acil durum çağrıları desteklenmiyor" - -#: KTp/error-dictionary.cpp:198 -msgctxt "Short user visible error string" -msgid "Encryption error" -msgstr "Şifreleme hatası" - -#: KTp/error-dictionary.cpp:200 -msgctxt "Short user visible error string" -msgid "Encryption not available" -msgstr "Sıkıştırma mevcut değil" - -#: KTp/error-dictionary.cpp:202 -msgctxt "Short user visible error string" -msgid "Invalid argument" -msgstr "Geçersiz argüman" - -#: KTp/error-dictionary.cpp:204 -msgctxt "Short user visible error string" -msgid "Invalid handle" -msgstr "Geçersiz işleme" - -#: KTp/error-dictionary.cpp:206 -msgctxt "Short user visible error string" -msgid "Network error" -msgstr "Ağ hatası" - -#: KTp/error-dictionary.cpp:208 -msgctxt "Short user visible error string" -msgid "Removed from channel" -msgstr "Kanaldan kaldırıldı" - -#: KTp/error-dictionary.cpp:210 -msgctxt "Short user visible error string" -msgid "Service not available" -msgstr "Hizmet mevcut değil" - -#: KTp/error-dictionary.cpp:212 -msgctxt "Short user visible error string" -msgid "Contact has no support" -msgstr "Kişinin desteği yok" - -#: KTp/error-dictionary.cpp:214 -msgctxt "Short user visible error string" -msgid "Operation not implemented" -msgstr "İşlem tanımlanmadı" - -#: KTp/error-dictionary.cpp:216 -msgctxt "Short user visible error string" -msgid "Operation not yet implemented" -msgstr "İşlem henüz tanımlanmadı" - -#: KTp/error-dictionary.cpp:218 -msgctxt "Short user visible error string" -msgid "Channel already being handled" -msgstr "Kanal zaten işleniyor" - -#: KTp/error-dictionary.cpp:220 -msgctxt "Short user visible error string" -msgid "Contact is offline" -msgstr "Kişi çevrimdışı" - -#: KTp/error-dictionary.cpp:222 -msgctxt "Short user visible error string" -msgid "Operation not permitted" -msgstr "İşleme izin verilmiyor" - -#: KTp/error-dictionary.cpp:224 -msgctxt "Short user visible error string" -msgid "Call picked by other resource" -msgstr "Çağrı farklı kaynak tarafından yanıtlandı" - -#: KTp/error-dictionary.cpp:226 -msgctxt "Short user visible error string" -msgid "Username already taken" -msgstr "Kullanıcı adı zaten alınmış" - -#: KTp/error-dictionary.cpp:228 -msgctxt "Short user visible error string" -msgid "Call rejected" -msgstr "Çağrı reddedildi" - -#: KTp/error-dictionary.cpp:230 -msgctxt "Short user visible error string" -msgid "Insufficient resources" -msgstr "Yetersiz kaynaklar" - -#: KTp/error-dictionary.cpp:232 -msgctxt "Short user visible error string" -msgid "Service is busy" -msgstr "Hizmet meşgul" - -#: KTp/error-dictionary.cpp:234 -msgctxt "Short user visible error string" -msgid "Internal error" -msgstr "İç hata" - -#: KTp/error-dictionary.cpp:236 -msgctxt "Short user visible error string" -msgid "Software upgrade required" -msgstr "Yazılım yükseltmesi gerekli" - -#: KTp/error-dictionary.cpp:238 -msgctxt "Short user visible error string" -msgid "Channel terminated" -msgstr "Kanal sonlandırıldı" - -#: KTp/error-dictionary.cpp:240 -msgctxt "Short user visible error string" -msgid "Anonymity break possible" -msgstr "Anonimlik bozulması mümkün" - -#: KTp/error-dictionary.cpp:242 -msgctxt "Short user visible error string" -msgid "Internal component error" -msgstr "HizmetDahili bileşen hatası" - -#: KTp/error-dictionary.cpp:246 -msgctxt "User visible error string" -msgid "Unknown error" -msgstr "Bilinmeyen hata" - -#: KTp/logs-importer-private.cpp:52 -msgid "No Kopete logs found" -msgstr "Kopete günlüğü bulunamadı" - -#: KTp/logs-importer-private.cpp:333 KTp/logs-importer-private.cpp:340 -msgid "Invalid Kopete log format" -msgstr "Geçersiz Kopete günlük biçimi" - -#: KTp/Models/accounts-list-model.cpp:261 -msgctxt "This is a connection state" -msgid "Connecting" -msgstr "Bağlanıyor" - -#: KTp/Models/accounts-list-model.cpp:263 -msgctxt "This is a connection state" -msgid "Disconnected" -msgstr "Bağlantı kesildi" - -#: KTp/Models/accounts-list-model.cpp:265 -msgctxt "This is an unknown connection state" -msgid "Unknown" -msgstr "Bilinmeyen" - -#: KTp/Models/accounts-list-model.cpp:268 -msgctxt "This is a disabled account" -msgid "Disabled" -msgstr "Devre dışı" - -#: KTp/Models/groups-tree-proxy-model.cpp:61 -msgid "Unsorted" -msgstr "Sıralanmamış" - -#: KTp/Models/rooms-model.cpp:72 -msgid "Password required" -msgstr "Parola gerekli" - -#: KTp/Models/rooms-model.cpp:74 -msgid "No password required" -msgstr "Parola gerekmiyor" - -#: KTp/Models/rooms-model.cpp:94 -msgid "Member count" -msgstr "Üye sayısı" - -#: KTp/Models/rooms-model.cpp:114 -msgctxt "Chatrooms name" -msgid "Name" -msgstr "İsim" - -#: KTp/Models/rooms-model.cpp:116 -msgctxt "Chatrooms description" -msgid "Description" -msgstr "Açıklama" - -#: KTp/presence.cpp:95 -msgctxt "IM presence: a person is available" -msgid "Available" -msgstr "Uygun" - -#: KTp/presence.cpp:97 -msgctxt "IM presence: a person is busy" -msgid "Busy" -msgstr "Meşgul" - -#: KTp/presence.cpp:99 -msgctxt "IM presence: a person is away" -msgid "Away" -msgstr "Uzakta" - -#: KTp/presence.cpp:101 -msgctxt "IM presence: a person is not available" -msgid "Not Available" -msgstr "Uygun Değil" - -#: KTp/presence.cpp:103 -msgctxt "IM presence: a person is invisible" -msgid "Invisible" -msgstr "Görünmeyen" - -#: KTp/presence.cpp:105 -msgctxt "IM presence: a person is offline" -msgid "Offline" -msgstr "Çevrimdışı" - -#: KTp/telepathy-handler-application.cpp:113 -msgid "Persistent mode (do not exit on timeout)" -msgstr "Kalıcı kip (zaman aşımında çıkış yok)" - -#: KTp/telepathy-handler-application.cpp:114 -msgid "Show Telepathy debugging information" -msgstr "Telepathy hata ayıklama bilgisini göster" - -#: KTp/telepathy-handler-application.cpp:115 -msgid "KDE Telepathy" -msgstr "KDE Telepathy" - -#: KTp/Widgets/add-contact-dialog.cpp:89 -msgid "Add new contact" -msgstr "Yeni kişi ekle" - -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 -msgid "No account selected." -msgstr "Bir hesap seçmediniz." - -#: KTp/Widgets/add-contact-dialog.cpp:143 -msgid "" -"The requested account has been disconnected and so the contact could not be " -"added." -msgstr "İstenen hesabın bağlantısı kesildi ve kişi eklenemedi." - -#: KTp/Widgets/add-contact-dialog.cpp:146 -msgid "You did not specify the name of the contact to add." -msgstr "Eklenecek kişinin adını belirtmediniz." - -#: KTp/Widgets/add-contact-dialog.cpp:172 -msgid "Failed to create new contact." -msgstr "Yeni kişi oluşturma başarısız." - -#: KTp/Widgets/add-contact-dialog.cpp:189 -msgid "Failed to request presence subscription from the requested contact." -msgstr "İstenen kişiden durum abonelik isteği başarısız oldu." - -#. i18n: ectx: property (text), widget (QLabel, label) -#: KTp/Widgets/add-contact-dialog.ui:17 KTp/Widgets/start-chat-dialog.ui:17 -msgid "Account:" -msgstr "Hesap:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: KTp/Widgets/add-contact-dialog.ui:24 KTp/Widgets/start-chat-dialog.ui:24 -msgid "Screen Name:" -msgstr "Görünen Ad:" - -#: KTp/Widgets/contact-grid-dialog.cpp:114 -msgid "Search in Contacts..." -msgstr "Kişilerde Ara..." - -#: KTp/Widgets/join-chat-room-dialog.cpp:216 -msgid "This room is already in your favorites." -msgstr "Bu oda zaten sık kullanılanlarınız arasında." - -#: KTp/Widgets/join-chat-room-dialog.cpp:218 -msgid "Add room" -msgstr "Oda ekle" - -#: KTp/Widgets/join-chat-room-dialog.cpp:218 -msgid "Name" -msgstr "İsim" - -#. i18n: ectx: property (windowTitle), widget (QWidget, JoinChatRoomDialog) -#: KTp/Widgets/join-chat-room-dialog.ui:20 -msgid "Join Chatroom" -msgstr "Sohbet Odasına Katıl" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: KTp/Widgets/join-chat-room-dialog.ui:29 -msgid "Enter chat room:" -msgstr "Sohbet odasına gir:" - -#. i18n: ectx: attribute (title), widget (QWidget, favoritesTab) -#: KTp/Widgets/join-chat-room-dialog.ui:47 -msgid "Favorites" -msgstr "Sık Kullanılanlar" - -#. i18n: ectx: property (text), widget (QPushButton, addFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:63 -msgid "Add Room" -msgstr "Oda Ekle" - -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Odayı Düzenle" - -#. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 -msgid "Remove Room" -msgstr "Odayı Kaldır" - -#. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 -msgid "Recent" -msgstr "Son" - -#. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 -msgid "Remove" -msgstr "Kaldır" - -#. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 -msgid "Clear list" -msgstr "Listeyi temizle" - -#. i18n: ectx: attribute (title), widget (QWidget, queryTab) -#. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 -msgid "Query" -msgstr "Sorgu" - -#. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 -msgid "Server to be queried:" -msgstr "Sorgulanacak sunucu:" - -#. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 -msgid "Leave blank for the selected account's default server" -msgstr "Seçili hesabın öntanımlı sunucusu için boş bırakın" - -#. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 -msgid "Stop" -msgstr "Dur" - -#. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 -msgid "Search rooms" -msgstr "Oda ara" - -#: KTp/Widgets/notification-config-dialog.cpp:43 -#: KTp/Widgets/notification-config-dialog.cpp:95 -#, kde-format -msgid "Configure notifications for %1" -msgstr "%1 için bildirimleri yapılandır" - -#: KTp/Widgets/notification-config-dialog.cpp:51 -msgid "Configure notifications for" -msgstr "Şunun için bildirimleri yapılandır" - -#: KTp/Widgets/notification-config-dialog.cpp:56 -msgid "All users" -msgstr "Tüm kullanıcılar" - -#: KTp/Widgets/notification-config-dialog.cpp:98 -msgid "Configure notifications for all users" -msgstr "Tüm kullanıcılar için bildirimleri yapılandır" - -#: KTp/Widgets/start-chat-dialog.cpp:60 -msgid "Start a chat" -msgstr "Bir sohbet başlat" - -#: KTp/Widgets/start-chat-dialog.cpp:85 -msgid "" -"The requested account has been disconnected and so a chat could not be " -"initiated." -msgstr "İstenen hesabın bağlantısı kesildi ve sohbet başlatılamadı." - -#: KTp/Widgets/start-chat-dialog.cpp:88 -msgid "You did not specify the name of the contact to start a chat with." -msgstr "Sohbetin başlatılacağı kişinin adını belirtmediniz." - -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Belirttiğiniz kişi Görünen Adı geçersiz veya metin sohbetlerini kabul " -"etmiyor." - -#: KTp/Widgets/start-chat-dialog.cpp:132 -msgid "Failed to start a chat with the contact." -msgstr "Kişiyle sohbet başlatma başarısız." - -#~ msgid "Open Log Viewer..." -#~ msgstr "Günlük Görüntüleyiciyi Aç..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Anında Mesajlaşma Hesapları" diff -Nru ktp-common-internals-0.7.80/po/ug/CMakeLists.txt ktp-common-internals-0.8.0/po/ug/CMakeLists.txt --- ktp-common-internals-0.7.80/po/ug/CMakeLists.txt 2014-02-17 20:58:51.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ug/CMakeLists.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -file(GLOB _po_files *.po) -GETTEXT_PROCESS_PO_FILES( ug ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff -Nru ktp-common-internals-0.7.80/po/ug/ktp-common-internals.po ktp-common-internals-0.8.0/po/ug/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/ug/ktp-common-internals.po 2014-02-17 20:58:51.000000000 +0000 +++ ktp-common-internals-0.8.0/po/ug/ktp-common-internals.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,916 +0,0 @@ -# Uyghur translation for ktp-common-internals. -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# Gheyret Kenji , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: ktp-common-internals\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-09-08 07:04+0900\n" -"Last-Translator: Gheyret Kenji \n" -"Language-Team: Uyghur \n" -"Language: \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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "sahran.ug@gmail.com, gheyret@gmail.com" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 -#, kde-format -msgid "Start Chat Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 -#, kde-format -msgid "Start Audio Call Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 -#, kde-format -msgid "Start Video Call Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 -#, kde-format -msgid "Send a File Using %1..." -msgstr "" - -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 -#, kde-format -msgid "Collaboratively edit a document Using %1..." -msgstr "" - -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" - -#: KTp/contact-info-dialog.cpp:66 -msgid "Full name:" -msgstr "تولۇق ئاتى:" - -#: KTp/contact-info-dialog.cpp:67 -msgid "Nickname:" -msgstr "تەخەللۇس:" - -#: KTp/contact-info-dialog.cpp:68 -msgid "Email:" -msgstr "ئېلخەت:" - -#: KTp/contact-info-dialog.cpp:69 -msgid "Phone:" -msgstr "تېلېفون:" - -#: KTp/contact-info-dialog.cpp:70 -msgid "Homepage:" -msgstr "ماكان بەت:" - -#: KTp/contact-info-dialog.cpp:71 -msgid "Birthday:" -msgstr "تۇغۇلغان كۈنى:" - -#: KTp/contact-info-dialog.cpp:72 -msgid "Organization:" -msgstr "تەشكىل:" - -#: KTp/contact-info-dialog.cpp:144 -msgid "Change Avatar" -msgstr "" - -#: KTp/contact-info-dialog.cpp:149 -msgid "Clear Avatar" -msgstr "باش سۈرەتنى تازىلا" - -#: KTp/contact-info-dialog.cpp:214 -msgid "Failed to load the new avatar image" -msgstr "" - -#: KTp/contact-info-dialog.cpp:332 -msgid "Save" -msgstr "ساقلا" - -#: KTp/contact-info-dialog.cpp:367 -msgid "Contact can see when you are online:" -msgstr "" - -#: KTp/contact-info-dialog.cpp:368 -msgid "You can see when the contact is online:" -msgstr "" - -#: KTp/contact-info-dialog.cpp:369 -msgid "Contact is blocked:" -msgstr "" - -#: KTp/error-dictionary.cpp:37 -msgctxt "Verbose user visible error string" -msgid "" -"Looks like you are already connected from other location and the server does " -"not allow multiple connections" -msgstr "" - -#: KTp/error-dictionary.cpp:39 -msgctxt "Verbose user visible error string" -msgid "Authentication of your account failed (is your password correct?)" -msgstr "" - -#: KTp/error-dictionary.cpp:41 -msgctxt "Verbose user visible error string" -msgid "" -"The channel is too busy now to process your request. Try again in a few " -"minutes" -msgstr "" - -#: KTp/error-dictionary.cpp:43 -msgctxt "Verbose user visible error string" -msgid "The connection was canceled on your request" -msgstr "" - -#: KTp/error-dictionary.cpp:45 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server is expired" -msgstr "" - -#: KTp/error-dictionary.cpp:47 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server has different fingerprint than " -"expected" -msgstr "" - -#: KTp/error-dictionary.cpp:49 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server has different hostname than " -"expected" -msgstr "" - -#: KTp/error-dictionary.cpp:51 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server uses too weak encryption" -msgstr "" - -#: KTp/error-dictionary.cpp:53 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server is invalid" -msgstr "" - -#: KTp/error-dictionary.cpp:55 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has exceeded length limit" -msgstr "" - -#: KTp/error-dictionary.cpp:57 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has not been activated yet" -msgstr "" - -#: KTp/error-dictionary.cpp:59 -msgctxt "Verbose user visible error string" -msgid "The server did not provide any SSL/TLS certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:61 -msgctxt "Verbose user visible error string" -msgid "The SSL/TLS certificate received from server has been revoked" -msgstr "" - -#: KTp/error-dictionary.cpp:63 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server was self-signed by the server " -"and is untrusted" -msgstr "" - -#: KTp/error-dictionary.cpp:65 -msgctxt "Verbose user visible error string" -msgid "" -"The SSL/TLS certificate received from server was not signed by a trusted " -"certificate authority" -msgstr "" - -#: KTp/error-dictionary.cpp:67 -msgctxt "Verbose user visible error string" -msgid "You have been banned from the channel" -msgstr "" - -#: KTp/error-dictionary.cpp:69 -msgctxt "Verbose user visible error string" -msgid "The channel is full" -msgstr "" - -#: KTp/error-dictionary.cpp:71 -msgctxt "Verbose user visible error string" -msgid "The channel is invite-only" -msgstr "" - -#: KTp/error-dictionary.cpp:73 -msgctxt "Verbose user visible error string" -msgid "You have been kicked from the channel" -msgstr "" - -#: KTp/error-dictionary.cpp:75 -msgctxt "Verbose user visible error string" -msgid "An unexpected error has occurred" -msgstr "" - -#: KTp/error-dictionary.cpp:77 -msgctxt "Verbose user visible error string" -msgid "Could not establish connection" -msgstr "" - -#: KTp/error-dictionary.cpp:79 -msgctxt "Verbose user visible error string" -msgid "Connection to server was lost" -msgstr "" - -#: KTp/error-dictionary.cpp:81 -msgctxt "Verbose user visible error string" -msgid "Server refused your connection" -msgstr "" - -#: KTp/error-dictionary.cpp:83 -msgctxt "Verbose user visible error string" -msgid "" -"Somewhere there is another client connecting with your account and your " -"current connection is lost" -msgstr "" - -#: KTp/error-dictionary.cpp:85 -msgctxt "Verbose user visible error string" -msgid "You have been disconnected" -msgstr "" - -#: KTp/error-dictionary.cpp:87 -msgctxt "Verbose user visible error string" -msgid "Selected user does not exist" -msgstr "" - -#: KTp/error-dictionary.cpp:89 -msgctxt "Verbose user visible error string" -msgid "Emergency calls are not supported" -msgstr "" - -#: KTp/error-dictionary.cpp:91 -msgctxt "Verbose user visible error string" -msgid "An encryption error has occurred" -msgstr "" - -#: KTp/error-dictionary.cpp:93 -msgctxt "Verbose user visible error string" -msgid "Requested encryption is not available" -msgstr "" - -#: KTp/error-dictionary.cpp:95 -msgctxt "Verbose user visible error string" -msgid "An invalid argument was provided" -msgstr "" - -#: KTp/error-dictionary.cpp:97 -msgctxt "Verbose user visible error string" -msgid "The specified handle is unknown on this channel" -msgstr "" - -#: KTp/error-dictionary.cpp:99 -msgctxt "Verbose user visible error string" -msgid "There appears to be a problem with your network, check your connection" -msgstr "" - -#: KTp/error-dictionary.cpp:101 -msgctxt "Verbose user visible error string" -msgid "You were removed from the channel because you did not respond" -msgstr "" - -#: KTp/error-dictionary.cpp:103 -msgctxt "Verbose user visible error string" -msgid "The service is not available" -msgstr "" - -#: KTp/error-dictionary.cpp:105 -msgctxt "Verbose user visible error string" -msgid "The contact does not have the requested capabilities" -msgstr "" - -#: KTp/error-dictionary.cpp:107 -msgctxt "Verbose user visible error string" -msgid "This operation is not implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:109 -msgctxt "Verbose user visible error string" -msgid "This operation is not yet implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:111 -msgctxt "Verbose user visible error string" -msgid "The requested channel is already being handled by some other process" -msgstr "" - -#: KTp/error-dictionary.cpp:113 -msgctxt "Verbose user visible error string" -msgid "This operation is unavailable for offline contacts" -msgstr "" - -#: KTp/error-dictionary.cpp:115 -msgctxt "Verbose user visible error string" -msgid "You are not permitted to perform this operation" -msgstr "" - -#: KTp/error-dictionary.cpp:117 -msgctxt "Verbose user visible error string" -msgid "Current call was picked up by another resource" -msgstr "" - -#: KTp/error-dictionary.cpp:119 -msgctxt "Verbose user visible error string" -msgid "Account with this username already exists" -msgstr "" - -#: KTp/error-dictionary.cpp:121 -msgctxt "Verbose user visible error string" -msgid "The receiver rejected your call" -msgstr "" - -#: KTp/error-dictionary.cpp:123 -msgctxt "Verbose user visible error string" -msgid "" -"There are insufficient resources (like free memory) to finish the operation " -"at the moment" -msgstr "" - -#: KTp/error-dictionary.cpp:125 -msgctxt "Verbose user visible error string" -msgid "" -"Your request hit a busy resource somewhere along the way and the operation " -"was unable to finish" -msgstr "" - -#: KTp/error-dictionary.cpp:127 -msgctxt "Verbose user visible error string" -msgid "An internal error has occurred (known as the 'Confused service error')" -msgstr "" - -#: KTp/error-dictionary.cpp:129 -msgctxt "Verbose user visible error string" -msgid "" -"The installed libraries are too old. Please try updating all Telepathy " -"packages to a newer version" -msgstr "" - -#: KTp/error-dictionary.cpp:131 -msgctxt "Verbose user visible error string" -msgid "The channel was terminated for no apparent reason" -msgstr "" - -#: KTp/error-dictionary.cpp:133 -msgctxt "Verbose user visible error string" -msgid "" -"This operation can not be finished as it would break your requested anonymity" -msgstr "" - -#: KTp/error-dictionary.cpp:135 -msgctxt "Verbose user visible error string" -msgid "Some of the IM components are not working correctly" -msgstr "" - -#: KTp/error-dictionary.cpp:137 -#, kde-format -msgctxt "User visible error string" -msgid "An unknown error was encountered (%1), please report this" -msgstr "" - -#: KTp/error-dictionary.cpp:144 -msgctxt "Short user visible error string" -msgid "Connected elsewhere" -msgstr "" - -#: KTp/error-dictionary.cpp:146 -msgctxt "Short user visible error string" -msgid "Authentication failed" -msgstr "كىملىك دەلىللەش مەغلۇپ بولدى" - -#: KTp/error-dictionary.cpp:148 -msgctxt "Short user visible error string" -msgid "Channel too busy" -msgstr "" - -#: KTp/error-dictionary.cpp:150 -msgctxt "Short user visible error string" -msgid "Cancelled by user" -msgstr "" - -#: KTp/error-dictionary.cpp:152 -msgctxt "Short user visible error string" -msgid "Certificate is expired" -msgstr "" - -#: KTp/error-dictionary.cpp:154 -msgctxt "Short user visible error string" -msgid "Wrong certificate fingerprint" -msgstr "" - -#: KTp/error-dictionary.cpp:156 -msgctxt "Short user visible error string" -msgid "Wrong certificate hostname" -msgstr "" - -#: KTp/error-dictionary.cpp:158 -msgctxt "Short user visible error string" -msgid "Too weak certificate encryption" -msgstr "" - -#: KTp/error-dictionary.cpp:160 -msgctxt "Short user visible error string" -msgid "Invalid certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:162 -msgctxt "Short user visible error string" -msgid "Certificate length limit exceeded" -msgstr "" - -#: KTp/error-dictionary.cpp:164 -msgctxt "Short user visible error string" -msgid "Certificate not yet active" -msgstr "" - -#: KTp/error-dictionary.cpp:166 -msgctxt "Short user visible error string" -msgid "No certificate from server" -msgstr "" - -#: KTp/error-dictionary.cpp:168 -msgctxt "Short user visible error string" -msgid "Certificate revoked" -msgstr "" - -#: KTp/error-dictionary.cpp:170 -msgctxt "Short user visible error string" -msgid "Untrusted self-signed certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:172 -msgctxt "Short user visible error string" -msgid "Untrusted certificate" -msgstr "" - -#: KTp/error-dictionary.cpp:174 -msgctxt "Short user visible error string" -msgid "Banned from channel" -msgstr "" - -#: KTp/error-dictionary.cpp:176 -msgctxt "Short user visible error string" -msgid "The channel is full" -msgstr "" - -#: KTp/error-dictionary.cpp:178 -msgctxt "Short user visible error string" -msgid "The channel is invite-only" -msgstr "" - -#: KTp/error-dictionary.cpp:180 -msgctxt "Short user visible error string" -msgid "Kicked from channel" -msgstr "" - -#: KTp/error-dictionary.cpp:182 -msgctxt "Short user visible error string" -msgid "Something's seriously wrong" -msgstr "" - -#: KTp/error-dictionary.cpp:184 -msgctxt "Short user visible error string" -msgid "Connection failed" -msgstr "باغلىنىش مەغلۇپ بولدى" - -#: KTp/error-dictionary.cpp:186 -msgctxt "Short user visible error string" -msgid "Connection lost" -msgstr "ئۇلىنىش ئۈزۈلدى" - -#: KTp/error-dictionary.cpp:188 -msgctxt "Short user visible error string" -msgid "Connection refused" -msgstr "ئۇلىنىش رەت قىلىندى" - -#: KTp/error-dictionary.cpp:190 -msgctxt "Short user visible error string" -msgid "Connection stolen by other account" -msgstr "" - -#: KTp/error-dictionary.cpp:192 -msgctxt "Short user visible error string" -msgid "Disconnected" -msgstr "ئۈزۈلدى" - -#: KTp/error-dictionary.cpp:194 -msgctxt "Short user visible error string" -msgid "User does not exist" -msgstr "" - -#: KTp/error-dictionary.cpp:196 -msgctxt "Short user visible error string" -msgid "Emergency calls unsupported" -msgstr "" - -#: KTp/error-dictionary.cpp:198 -msgctxt "Short user visible error string" -msgid "Encryption error" -msgstr "شىفىرلاش خاتالىقى" - -#: KTp/error-dictionary.cpp:200 -msgctxt "Short user visible error string" -msgid "Encryption not available" -msgstr "" - -#: KTp/error-dictionary.cpp:202 -msgctxt "Short user visible error string" -msgid "Invalid argument" -msgstr "ئىناۋەتسىز ئارگۇمېنت" - -#: KTp/error-dictionary.cpp:204 -msgctxt "Short user visible error string" -msgid "Invalid handle" -msgstr "" - -#: KTp/error-dictionary.cpp:206 -msgctxt "Short user visible error string" -msgid "Network error" -msgstr "تور خاتالىقى" - -#: KTp/error-dictionary.cpp:208 -msgctxt "Short user visible error string" -msgid "Removed from channel" -msgstr "" - -#: KTp/error-dictionary.cpp:210 -msgctxt "Short user visible error string" -msgid "Service not available" -msgstr "مۇلازىمەتنى ئىشلەتكىلى بولمايدۇ" - -#: KTp/error-dictionary.cpp:212 -msgctxt "Short user visible error string" -msgid "Contact has no support" -msgstr "" - -#: KTp/error-dictionary.cpp:214 -msgctxt "Short user visible error string" -msgid "Operation not implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:216 -msgctxt "Short user visible error string" -msgid "Operation not yet implemented" -msgstr "" - -#: KTp/error-dictionary.cpp:218 -msgctxt "Short user visible error string" -msgid "Channel already being handled" -msgstr "" - -#: KTp/error-dictionary.cpp:220 -msgctxt "Short user visible error string" -msgid "Contact is offline" -msgstr "" - -#: KTp/error-dictionary.cpp:222 -msgctxt "Short user visible error string" -msgid "Operation not permitted" -msgstr "مەشغۇلات چەكلەنگەن" - -#: KTp/error-dictionary.cpp:224 -msgctxt "Short user visible error string" -msgid "Call picked by other resource" -msgstr "" - -#: KTp/error-dictionary.cpp:226 -msgctxt "Short user visible error string" -msgid "Username already taken" -msgstr "" - -#: KTp/error-dictionary.cpp:228 -msgctxt "Short user visible error string" -msgid "Call rejected" -msgstr "" - -#: KTp/error-dictionary.cpp:230 -msgctxt "Short user visible error string" -msgid "Insufficient resources" -msgstr "" - -#: KTp/error-dictionary.cpp:232 -msgctxt "Short user visible error string" -msgid "Service is busy" -msgstr "" - -#: KTp/error-dictionary.cpp:234 -msgctxt "Short user visible error string" -msgid "Internal error" -msgstr "ئىچكى خاتالىق" - -#: KTp/error-dictionary.cpp:236 -msgctxt "Short user visible error string" -msgid "Software upgrade required" -msgstr "" - -#: KTp/error-dictionary.cpp:238 -msgctxt "Short user visible error string" -msgid "Channel terminated" -msgstr "" - -#: KTp/error-dictionary.cpp:240 -msgctxt "Short user visible error string" -msgid "Anonymity break possible" -msgstr "" - -#: KTp/error-dictionary.cpp:242 -msgctxt "Short user visible error string" -msgid "Internal component error" -msgstr "" - -#: KTp/error-dictionary.cpp:246 -msgctxt "User visible error string" -msgid "Unknown error" -msgstr "نامەلۇم خاتالىق" - -#: KTp/logs-importer-private.cpp:52 -msgid "No Kopete logs found" -msgstr "" - -#: KTp/logs-importer-private.cpp:333 KTp/logs-importer-private.cpp:340 -msgid "Invalid Kopete log format" -msgstr "" - -#: KTp/Models/accounts-list-model.cpp:261 -msgctxt "This is a connection state" -msgid "Connecting" -msgstr "باغلىنىۋاتىدۇ" - -#: KTp/Models/accounts-list-model.cpp:263 -msgctxt "This is a connection state" -msgid "Disconnected" -msgstr "ئۈزۈلدى" - -#: KTp/Models/accounts-list-model.cpp:265 -msgctxt "This is an unknown connection state" -msgid "Unknown" -msgstr "نامەلۇم" - -#: KTp/Models/accounts-list-model.cpp:268 -msgctxt "This is a disabled account" -msgid "Disabled" -msgstr "ئىناۋەتسىز قىلىنغان" - -#: KTp/Models/groups-tree-proxy-model.cpp:61 -msgid "Unsorted" -msgstr "تەرتىپلەنمىگەن" - -#: KTp/Models/rooms-model.cpp:72 -msgid "Password required" -msgstr "ئىم كىرگۈزۈڭ" - -#: KTp/Models/rooms-model.cpp:74 -msgid "No password required" -msgstr "" - -#: KTp/Models/rooms-model.cpp:94 -msgid "Member count" -msgstr "" - -#: KTp/Models/rooms-model.cpp:114 -msgctxt "Chatrooms name" -msgid "Name" -msgstr "ئاتى" - -#: KTp/Models/rooms-model.cpp:116 -msgctxt "Chatrooms description" -msgid "Description" -msgstr "چۈشەندۈرۈش" - -#: KTp/presence.cpp:95 -msgctxt "IM presence: a person is available" -msgid "Available" -msgstr "ئىشلەتكىلى بولىدۇ" - -#: KTp/presence.cpp:97 -msgctxt "IM presence: a person is busy" -msgid "Busy" -msgstr "ئالدىراش" - -#: KTp/presence.cpp:99 -msgctxt "IM presence: a person is away" -msgid "Away" -msgstr "يوق" - -#: KTp/presence.cpp:101 -msgctxt "IM presence: a person is not available" -msgid "Not Available" -msgstr "ئىشلەتكىلى بولمايدۇ" - -#: KTp/presence.cpp:103 -msgctxt "IM presence: a person is invisible" -msgid "Invisible" -msgstr "يوشۇرۇن" - -#: KTp/presence.cpp:105 -msgctxt "IM presence: a person is offline" -msgid "Offline" -msgstr "توردا يوق" - -#: KTp/telepathy-handler-application.cpp:113 -msgid "Persistent mode (do not exit on timeout)" -msgstr "" - -#: KTp/telepathy-handler-application.cpp:114 -msgid "Show Telepathy debugging information" -msgstr "" - -#: KTp/telepathy-handler-application.cpp:115 -msgid "KDE Telepathy" -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:89 -msgid "Add new contact" -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 -msgid "No account selected." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:143 -msgid "" -"The requested account has been disconnected and so the contact could not be " -"added." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:146 -msgid "You did not specify the name of the contact to add." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:172 -msgid "Failed to create new contact." -msgstr "" - -#: KTp/Widgets/add-contact-dialog.cpp:189 -msgid "Failed to request presence subscription from the requested contact." -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: KTp/Widgets/add-contact-dialog.ui:17 KTp/Widgets/start-chat-dialog.ui:17 -msgid "Account:" -msgstr "ھېسابات:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: KTp/Widgets/add-contact-dialog.ui:24 KTp/Widgets/start-chat-dialog.ui:24 -msgid "Screen Name:" -msgstr "" - -#: KTp/Widgets/contact-grid-dialog.cpp:114 -msgid "Search in Contacts..." -msgstr "ئالاقەداشتىن ئىزدەش…" - -#: KTp/Widgets/join-chat-room-dialog.cpp:216 -msgid "This room is already in your favorites." -msgstr "" - -#: KTp/Widgets/join-chat-room-dialog.cpp:218 -msgid "Add room" -msgstr "" - -#: KTp/Widgets/join-chat-room-dialog.cpp:218 -msgid "Name" -msgstr "ئاتى" - -#. i18n: ectx: property (windowTitle), widget (QWidget, JoinChatRoomDialog) -#: KTp/Widgets/join-chat-room-dialog.ui:20 -msgid "Join Chatroom" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: KTp/Widgets/join-chat-room-dialog.ui:29 -msgid "Enter chat room:" -msgstr "" - -#. i18n: ectx: attribute (title), widget (QWidget, favoritesTab) -#: KTp/Widgets/join-chat-room-dialog.ui:47 -msgid "Favorites" -msgstr "يىغقۇچ" - -#. i18n: ectx: property (text), widget (QPushButton, addFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:63 -msgid "Add Room" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 -msgid "Remove Room" -msgstr "" - -#. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 -msgid "Recent" -msgstr "يېقىنقى" - -#. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 -msgid "Remove" -msgstr "چىقىرىۋەت" - -#. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 -msgid "Clear list" -msgstr "تىزىملىكنى تازىلا" - -#. i18n: ectx: attribute (title), widget (QWidget, queryTab) -#. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 -msgid "Query" -msgstr "سۈرۈشتۈر" - -#. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 -msgid "Server to be queried:" -msgstr "" - -#. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 -msgid "Leave blank for the selected account's default server" -msgstr "" - -#. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 -msgid "Stop" -msgstr "توختا" - -#. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 -msgid "Search rooms" -msgstr "" - -#: KTp/Widgets/notification-config-dialog.cpp:43 -#: KTp/Widgets/notification-config-dialog.cpp:95 -#, kde-format -msgid "Configure notifications for %1" -msgstr "" - -#: KTp/Widgets/notification-config-dialog.cpp:51 -msgid "Configure notifications for" -msgstr "" - -#: KTp/Widgets/notification-config-dialog.cpp:56 -msgid "All users" -msgstr "ھەممە ئىشلەتكۈچى" - -#: KTp/Widgets/notification-config-dialog.cpp:98 -msgid "Configure notifications for all users" -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:60 -msgid "Start a chat" -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:85 -msgid "" -"The requested account has been disconnected and so a chat could not be " -"initiated." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:88 -msgid "You did not specify the name of the contact to start a chat with." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 -msgid "Failed to start a chat with the contact." -msgstr "" diff -Nru ktp-common-internals-0.7.80/po/uk/ktp-common-internals.po ktp-common-internals-0.8.0/po/uk/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/uk/ktp-common-internals.po 2014-02-17 20:58:52.000000000 +0000 +++ ktp-common-internals-0.8.0/po/uk/ktp-common-internals.po 2014-03-11 21:24:27.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. # -# Yuri Chornoivan , 2011, 2012, 2013, 2014. +# Yuri Chornoivan , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2014-02-07 08:39+0200\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-24 15:46+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -26,47 +26,38 @@ msgid "Your emails" msgstr "yurchor@ukr.net" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "Розпочати спілкування за допомогою %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "Розпочати аудіоспілкування за допомогою %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "Розпочати відеоспілкування за допомогою %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "Надіслати файл за допомогою %1…" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "Спільно редагувати документ за допомогою %1…" -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "Обмін повідомленнями" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" -"Перенесення файлів із суфіксами назв .exe та .ini заборонено правилами " -"Google Talk. Назву надісланого файла було змінено на %1" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "Перенесений файл перейменовано" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "Відкрити вікно перегляду журналу…" + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "Облікові записи миттєвого обміну повідомленнями" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -789,7 +780,7 @@ msgid "Add new contact" msgstr "Додати новий контакт" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "Не позначено жодного облікового запису." @@ -826,15 +817,15 @@ msgid "Search in Contacts..." msgstr "Шукати у контактах…" -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "Цю кімнату вже додано до улюблених." -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "Додавання кімнати" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "Назва" @@ -858,56 +849,51 @@ msgid "Add Room" msgstr "Додати кімнату" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "Редагувати кімнату" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "Вилучити кімнату" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "Нещодавні" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "Вилучити" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "Спорожнити список" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "Діалог" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "Сервер для запитів:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "" "Не заповнюйте, якщо хочете користуватися типовим сервером облікового запису" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "Зупинити" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "Шукати кімнати" @@ -929,11 +915,11 @@ msgid "Configure notifications for all users" msgstr "Налаштувати сповіщення для всіх користувачів" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "Розпочати спілкування" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." @@ -941,30 +927,16 @@ "Бажаний обліковий запис від’єднано від системи, отже розпочати з ним " "спілкування неможливо." -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "" "Ви не вказали назву облікового запису контакту, з яким слід розпочати " "спілкування." -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" -"Вказане вами показане ім’я є некоректним або не приймає запитів щодо " -"текстового режиму спілкування." - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "Не вдалося розпочати спілкування з цим контактом." -#~ msgid "Open Log Viewer..." -#~ msgstr "Відкрити вікно перегляду журналу…" - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "Облікові записи миттєвого обміну повідомленнями" - #~ msgid "Telepathy KDE Models Test UI" #~ msgstr "Інтерфейс перевірки моделей KDE Telepathy" diff -Nru ktp-common-internals-0.7.80/po/zh_CN/ktp-common-internals.po ktp-common-internals-0.8.0/po/zh_CN/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/zh_CN/ktp-common-internals.po 2014-02-17 20:58:55.000000000 +0000 +++ ktp-common-internals-0.8.0/po/zh_CN/ktp-common-internals.po 2014-03-11 21:24:30.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-10-08 13:34-0400\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-09-29 21:29-0400\n" "Last-Translator: Weng Xuetian \n" "Language-Team: Chinese Simplified \n" "Language: zh_CN\n" @@ -27,45 +27,38 @@ msgid "Your emails" msgstr "kde-china@kde.org" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "使用 %1 开始聊天..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "使用 %1 开始语音呼叫..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "使用 %1 开始视频呼叫..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "使用 %1 发送文件..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "使用 %1 合作编辑文档..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "打开日志查看器..." + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "即时通讯账户" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -755,7 +748,7 @@ msgid "Add new contact" msgstr "添加新联系人" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "没有选择账户。" @@ -791,15 +784,15 @@ msgid "Search in Contacts..." msgstr "在联系人中搜索..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "此聊天室已经在您的收藏中。" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "添加聊天室" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "名称" @@ -823,55 +816,50 @@ msgid "Add Room" msgstr "添加聊天室" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "编辑聊天室" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "移除聊天室" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "最近" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "移除" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "清除列表" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "查询" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "要查询的服务器:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "对所选账户的默认服务器留空" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "停止" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "搜索聊天室" @@ -893,36 +881,24 @@ msgid "Configure notifications for all users" msgstr "配置全部用户的通知" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "开始聊天" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "请求的帐号已断开连接因此无法开始聊天。" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "您未指定要开始聊天的联系人的名称。" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "与此联系人开始聊天失败。" -#~ msgid "Open Log Viewer..." -#~ msgstr "打开日志查看器..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "即时通讯账户" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool" diff -Nru ktp-common-internals-0.7.80/po/zh_TW/ktp-common-internals.po ktp-common-internals-0.8.0/po/zh_TW/ktp-common-internals.po --- ktp-common-internals-0.7.80/po/zh_TW/ktp-common-internals.po 2014-02-17 20:58:56.000000000 +0000 +++ ktp-common-internals-0.8.0/po/zh_TW/ktp-common-internals.po 2014-03-11 21:24:31.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-02-07 01:35+0000\n" -"PO-Revision-Date: 2013-11-15 12:48+0800\n" +"POT-Creation-Date: 2013-11-02 04:50+0000\n" +"PO-Revision-Date: 2013-10-03 15:06+0800\n" "Last-Translator: Franklin Weng \n" "Language-Team: Chinese Traditional \n" "Language: zh_TW\n" @@ -24,47 +24,40 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "franklin@goodhorse.idv.tw" +msgstr "franklin at goodhorse dot idv dot tw" -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:136 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:134 #, kde-format msgid "Start Chat Using %1..." msgstr "用 %1 開始聊天..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:146 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:144 #, kde-format msgid "Start Audio Call Using %1..." msgstr "用 %1 開始語音呼叫..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:156 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:154 #, kde-format msgid "Start Video Call Using %1..." msgstr "用 %1 開始視訊呼叫..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:167 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:165 #, kde-format msgid "Send a File Using %1..." msgstr "用 %1 傳送檔案..." -#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:178 +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:176 #, kde-format msgid "Collaboratively edit a document Using %1..." msgstr "用 %1 協同編輯文件..." -#: kpeople/uiplugins/imdetailswidget.cpp:48 -msgid "IM" -msgstr "" - -#: KTp/actions.cpp:181 -#, kde-format -msgid "" -"Transferring files with .exe or .ini extension is not allowed by Google " -"Talk. It was sent with filename %1" -msgstr "" - -#: KTp/actions.cpp:182 -msgid "Transferred file renamed" -msgstr "" +#: kpeople/actionsplugin/kpeople-actions-plugin.cpp:187 +msgid "Open Log Viewer..." +msgstr "開啟紀錄檢視器" + +#: kpeople/uiplugins/imdetailswidget.cpp:44 +msgid "Instant Messaging Accounts" +msgstr "即時訊息帳號" #: KTp/contact-info-dialog.cpp:66 msgid "Full name:" @@ -754,7 +747,7 @@ msgid "Add new contact" msgstr "新增聯絡人" -#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:83 +#: KTp/Widgets/add-contact-dialog.cpp:141 KTp/Widgets/start-chat-dialog.cpp:79 msgid "No account selected." msgstr "未選取任何帳號。" @@ -790,15 +783,15 @@ msgid "Search in Contacts..." msgstr "搜尋聯絡人..." -#: KTp/Widgets/join-chat-room-dialog.cpp:216 +#: KTp/Widgets/join-chat-room-dialog.cpp:208 msgid "This room is already in your favorites." msgstr "此聊天室已在您的最愛中了。" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Add room" msgstr "新增聊天室" -#: KTp/Widgets/join-chat-room-dialog.cpp:218 +#: KTp/Widgets/join-chat-room-dialog.cpp:210 msgid "Name" msgstr "名稱" @@ -822,55 +815,50 @@ msgid "Add Room" msgstr "新增聊天室" -#. i18n: ectx: property (text), widget (QPushButton, editFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:73 -msgid "Edit Room" -msgstr "編輯聊天室" - #. i18n: ectx: property (text), widget (QPushButton, removeFavoritePushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:83 +#: KTp/Widgets/join-chat-room-dialog.ui:73 msgid "Remove Room" msgstr "移除聊天室" #. i18n: ectx: attribute (title), widget (QWidget, recentTab) -#: KTp/Widgets/join-chat-room-dialog.ui:108 +#: KTp/Widgets/join-chat-room-dialog.ui:98 msgid "Recent" msgstr "最近的" #. i18n: ectx: property (text), widget (QPushButton, removeRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:122 +#: KTp/Widgets/join-chat-room-dialog.ui:112 msgid "Remove" msgstr "移除" #. i18n: ectx: property (text), widget (QPushButton, clearRecentPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:132 +#: KTp/Widgets/join-chat-room-dialog.ui:122 msgid "Clear list" msgstr "清除清單" #. i18n: ectx: attribute (title), widget (QWidget, queryTab) #. i18n: ectx: property (text), widget (QPushButton, queryPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:155 -#: KTp/Widgets/join-chat-room-dialog.ui:186 +#: KTp/Widgets/join-chat-room-dialog.ui:145 +#: KTp/Widgets/join-chat-room-dialog.ui:176 msgid "Query" msgstr "查詢" #. i18n: ectx: property (text), widget (QLabel, serverLabel) -#: KTp/Widgets/join-chat-room-dialog.ui:161 +#: KTp/Widgets/join-chat-room-dialog.ui:151 msgid "Server to be queried:" msgstr "要查詢的伺服器:" #. i18n: ectx: property (clickMessage), widget (KLineEdit, serverLineEdit) -#: KTp/Widgets/join-chat-room-dialog.ui:173 +#: KTp/Widgets/join-chat-room-dialog.ui:163 msgid "Leave blank for the selected account's default server" msgstr "選取帳號的預設伺服器留空" #. i18n: ectx: property (text), widget (QPushButton, stopPushButton) -#: KTp/Widgets/join-chat-room-dialog.ui:196 +#: KTp/Widgets/join-chat-room-dialog.ui:186 msgid "Stop" msgstr "停止" #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterBar) -#: KTp/Widgets/join-chat-room-dialog.ui:227 +#: KTp/Widgets/join-chat-room-dialog.ui:217 msgid "Search rooms" msgstr "搜尋聊天室" @@ -892,36 +880,24 @@ msgid "Configure notifications for all users" msgstr "設定所有使用者的通知" -#: KTp/Widgets/start-chat-dialog.cpp:60 +#: KTp/Widgets/start-chat-dialog.cpp:56 msgid "Start a chat" msgstr "開始聊天" -#: KTp/Widgets/start-chat-dialog.cpp:85 +#: KTp/Widgets/start-chat-dialog.cpp:81 msgid "" "The requested account has been disconnected and so a chat could not be " "initiated." msgstr "請求的帳號已離線,因此無法開始聊天。" -#: KTp/Widgets/start-chat-dialog.cpp:88 +#: KTp/Widgets/start-chat-dialog.cpp:84 msgid "You did not specify the name of the contact to start a chat with." msgstr "您並未指定要聊天的聯絡人姓名。" -#: KTp/Widgets/start-chat-dialog.cpp:106 -msgid "" -"The contact Screen Name you provided is invalid or does not accept text " -"chats." -msgstr "您提供的聯絡人螢幕名稱不合法,或是無法接收文字聊天。" - -#: KTp/Widgets/start-chat-dialog.cpp:132 +#: KTp/Widgets/start-chat-dialog.cpp:107 msgid "Failed to start a chat with the contact." msgstr "開啟與聯絡人聊天失敗。" -#~ msgid "Open Log Viewer..." -#~ msgstr "開啟紀錄檢視器..." - -#~ msgid "Instant Messaging Accounts" -#~ msgstr "即時訊息帳號" - #, fuzzy #~| msgid "KDE Telepathy" #~ msgid "KDE Telepathy Debug Tool"