Hello community, here is the log from the commit of package kdevelop4-plugins for openSUSE:Factory checked in at 2012-04-23 09:15:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdevelop4-plugins (Old) and /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop4-plugins", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/kdevelop4-plugins/kdevelop4-plugins.changes 2012-03-21 09:05:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new/kdevelop4-plugins.changes 2012-04-23 09:15:03.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Apr 17 06:36:01 UTC 2012 - [email protected] + +- Update to 1.3.1 + * PHP plugin fixes: + - properly report uses after instanceof operator + - take range into account when looking for redeclarations + - properly check context before accessing it + +------------------------------------------------------------------- Old: ---- kdevelop-php-1.3.0.tar.bz2 kdevelop-php-docs-1.3.0.tar.bz2 New: ---- kdevelop-php-1.3.1.tar.bz2 kdevelop-php-docs-1.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdevelop4-plugins.spec ++++++ --- /var/tmp/diff_new_pack.Yuwdv3/_old 2012-04-23 09:15:04.000000000 +0200 +++ /var/tmp/diff_new_pack.Yuwdv3/_new 2012-04-23 09:15:04.000000000 +0200 @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: kdevelop4-plugins -Version: 1.3.0 +Version: 1.3.1 Release: 0 -Summary: Additional plugins for Kdevelop4 Integrated Development Environment +Summary: Additional plugins for KDevelop4 Integrated Development Environment License: GPL-2.0+ Group: Development/Tools/IDE Url: http://www.kdevelop.org @@ -34,7 +35,7 @@ %kde4_runtime_requires %description -Additional plugins for Kdevelop4 Integrated Development Environment +Additional plugins for KDevelop4 Integrated Development Environment * PHP Language support, documentation, debugging (xdebug) ++++++ add-php-docs.diff ++++++ --- /var/tmp/diff_new_pack.Yuwdv3/_old 2012-04-23 09:15:04.000000000 +0200 +++ /var/tmp/diff_new_pack.Yuwdv3/_new 2012-04-23 09:15:04.000000000 +0200 @@ -4,7 +4,7 @@ add_subdirectory(parser) add_subdirectory(duchain) add_subdirectory(completion) -+add_subdirectory(kdevelop-php-docs-1.3.0) ++add_subdirectory(kdevelop-php-docs-1.3.1) set(kdevphplanguagesupport_PART_SRCS phplanguagesupport.cpp ++++++ kdevelop-php-1.3.0.tar.bz2 -> kdevelop-php-1.3.1.tar.bz2 ++++++ ++++ 2204 lines of diff (skipped) ++++++ kdevelop-php-docs-1.3.0.tar.bz2 -> kdevelop-php-docs-1.3.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/CHANGELOG.1.3.0 new/kdevelop-php-docs-1.3.1/CHANGELOG.1.3.0 --- old/kdevelop-php-docs-1.3.0/CHANGELOG.1.3.0 2012-03-11 19:11:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/CHANGELOG.1.3.0 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -ChangeLog for php-docs v1.3.0 -============================= - -* Milian Wolff: set version to 1.3.0 and depend on kdevplatform 1.3.0 -* Milian Wolff: add gitignore file -* Milian Wolff: simplify release management, plugin version is now also set from the CMakeLists.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/CHANGELOG.1.3.1 new/kdevelop-php-docs-1.3.1/CHANGELOG.1.3.1 --- old/kdevelop-php-docs-1.3.0/CHANGELOG.1.3.1 1970-01-01 01:00:00.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/CHANGELOG.1.3.1 2012-04-13 22:02:31.000000000 +0200 @@ -0,0 +1,3 @@ +ChangeLog for php-docs v1.3.1 +============================= + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/CMakeLists.txt new/kdevelop-php-docs-1.3.1/CMakeLists.txt --- old/kdevelop-php-docs-1.3.0/CMakeLists.txt 2012-03-11 19:15:27.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/CMakeLists.txt 2012-04-13 22:06:05.000000000 +0200 @@ -2,7 +2,7 @@ set(KDEVPHPDOCS_VERSION_MAJOR 1) set(KDEVPHPDOCS_VERSION_MINOR 3) -set(KDEVPHPDOCS_VERSION_PATCH 0) +set(KDEVPHPDOCS_VERSION_PATCH 1) configure_file( "${phpdocs_SOURCE_DIR}/kdevphpdocsversion.h.cmake" "${phpdocs_BINARY_DIR}/kdevphpdocsversion.h" @ONLY ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/phpdocsplugin.cpp new/kdevelop-php-docs-1.3.1/phpdocsplugin.cpp --- old/kdevelop-php-docs-1.3.0/phpdocsplugin.cpp 2012-03-11 19:11:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/phpdocsplugin.cpp 2012-04-13 22:02:31.000000000 +0200 @@ -207,6 +207,12 @@ ICore::self()->documentationController()->showDocumentation(doc); } +void PhpDocsPlugin::addToHistory(const QUrl& url) +{ + KSharedPtr<IDocumentation> doc = documentationForUrl(url, url.toString()); + emit addHistory(doc); +} + KSharedPtr< IDocumentation > PhpDocsPlugin::documentationForUrl(const KUrl& url, const QString& name, const QByteArray& description) const { return KSharedPtr<IDocumentation>(new PhpDocumentation( url, name, description, const_cast<PhpDocsPlugin*>(this))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/phpdocsplugin.h new/kdevelop-php-docs-1.3.1/phpdocsplugin.h --- old/kdevelop-php-docs-1.3.0/phpdocsplugin.h 2012-03-11 19:11:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/phpdocsplugin.h 2012-04-13 22:02:31.000000000 +0200 @@ -45,6 +45,8 @@ virtual QString name() const; virtual KSharedPtr< KDevelop::IDocumentation > homePage() const; + void addToHistory(const QUrl& url); + signals: void addHistory( const KSharedPtr< KDevelop::IDocumentation >& doc ) const; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/phpdocumentation.h new/kdevelop-php-docs-1.3.1/phpdocumentation.h --- old/kdevelop-php-docs-1.3.0/phpdocumentation.h 2012-03-11 19:11:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/phpdocumentation.h 2012-04-13 22:02:31.000000000 +0200 @@ -30,7 +30,6 @@ class QWidget; class QStackedWidget; -class KHTMLPart; class PhpDocsPlugin; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/phpdocumentationwidget.cpp new/kdevelop-php-docs-1.3.1/phpdocumentationwidget.cpp --- old/kdevelop-php-docs-1.3.0/phpdocumentationwidget.cpp 2012-03-11 19:11:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/phpdocumentationwidget.cpp 2012-04-13 22:02:31.000000000 +0200 @@ -20,22 +20,25 @@ #include "phpdocumentationwidget.h" -#include <KHTMLPart> #include <QProgressBar> #include <QLabel> #include <QVBoxLayout> #include <QTemporaryFile> +#include <QTextStream> + +#include <KLocalizedString> +#include <KUrl> #include "phpdocsplugin.h" #include <documentation/standarddocumentationview.h> -QSharedPointer<QTemporaryFile> createStyleSheet() +QTemporaryFile* createStyleSheet(QObject* parent) { - QSharedPointer<QTemporaryFile> file(new QTemporaryFile); + QTemporaryFile* file = new QTemporaryFile(parent); bool ret = file->open(); Q_ASSERT(ret); - QTextStream ts(file.data()); + QTextStream ts(file); ts << QString( "#headnav,#headsearch,#footnav,#leftbar{display:none !important;}" "body{font-size:80% !important;}" "option,select{font-size:80% !important;}" @@ -44,12 +47,15 @@ return file; } -static QSharedPointer<QTemporaryFile> phpDocStyleSheet=createStyleSheet(); - -PhpDocumentationWidget::PhpDocumentationWidget(KDevelop::DocumentationFindWidget* find, const KUrl &url, PhpDocsPlugin* provider, QWidget* parent) - : QStackedWidget(parent), m_loading(new QWidget(this)) +PhpDocumentationWidget::PhpDocumentationWidget(KDevelop::DocumentationFindWidget* find, const KUrl &url, + PhpDocsPlugin* provider, QWidget* parent) +: QStackedWidget(parent) +, m_loading(new QWidget(this)) +, m_styleSheet(createStyleSheet(this)) +, m_provider(provider) { - m_part=new KDevelop::StandardDocumentationView(find, this); + m_part = new KDevelop::StandardDocumentationView(find, this); + m_part->page()->setLinkDelegationPolicy(QWebPage::DelegateAllLinks); addWidget(m_part); addWidget(m_loading); @@ -73,15 +79,21 @@ setCurrentWidget(m_loading); - connect(m_part, SIGNAL(linkClicked(QUrl)), provider, SLOT(loadUrl(QUrl))); + connect(m_part, SIGNAL(linkClicked(QUrl)), this, SLOT(linkClicked(QUrl))); connect(m_part, SIGNAL(loadFinished(bool)), this, SLOT(documentLoaded()) ); m_part->load( url ); } +void PhpDocumentationWidget::linkClicked(const QUrl& url) +{ + m_part->load(url); + m_provider->addToHistory(url); +} + void PhpDocumentationWidget::documentLoaded() { - m_part->settings()->setUserStyleSheetUrl(KUrl(phpDocStyleSheet->fileName())); + m_part->settings()->setUserStyleSheetUrl(KUrl(m_styleSheet->fileName())); setCurrentWidget(m_part); removeWidget(m_loading); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/phpdocumentationwidget.h new/kdevelop-php-docs-1.3.1/phpdocumentationwidget.h --- old/kdevelop-php-docs-1.3.0/phpdocumentationwidget.h 2012-03-11 19:11:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/phpdocumentationwidget.h 2012-04-13 22:02:31.000000000 +0200 @@ -23,7 +23,9 @@ #include <QtGui/QStackedWidget> -#include <KUrl> +class QTemporaryFile; +class KUrl; +class QUrl; namespace KDevelop { class StandardDocumentationView; @@ -37,15 +39,19 @@ Q_OBJECT public: - explicit PhpDocumentationWidget(KDevelop::DocumentationFindWidget* find, const KUrl &url, PhpDocsPlugin* provider, QWidget* parent = 0); + explicit PhpDocumentationWidget(KDevelop::DocumentationFindWidget* find, const KUrl &url, + PhpDocsPlugin* provider, QWidget* parent = 0); private slots: /// used to inject some custom CSS to alter the remote php.net site void documentLoaded(); + void linkClicked(const QUrl& url); private: KDevelop::StandardDocumentationView* m_part; QWidget* m_loading; + QTemporaryFile* m_styleSheet; + PhpDocsPlugin* m_provider; }; #endif // PHPDOCUMENTATIONWIDGET_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/CMakeLists.txt new/kdevelop-php-docs-1.3.1/po/CMakeLists.txt --- old/kdevelop-php-docs-1.3.0/po/CMakeLists.txt 2012-03-11 19:15:27.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/CMakeLists.txt 2012-04-13 22:06:05.000000000 +0200 @@ -5,26 +5,26 @@ if (NOT GETTEXT_MSGFMT_EXECUTABLE) MESSAGE(FATAL_ERROR "Please install msgmerge binary") endif (NOT GETTEXT_MSGFMT_EXECUTABLE) -add_subdirectory(da) -add_subdirectory(pt) -add_subdirectory(nb) add_subdirectory(nds) -add_subdirectory(en_GB) add_subdirectory(zh_CN) -add_subdirectory(de) -add_subdirectory(ca) -add_subdirectory(ru) +add_subdirectory(pl) add_subdirectory(pt_BR) -add_subdirectory(it) -add_subdirectory(sk) -add_subdirectory(ca@valencia) -add_subdirectory(et) add_subdirectory(nl) add_subdirectory(es) -add_subdirectory(fr) -add_subdirectory(fi) -add_subdirectory(sv) -add_subdirectory(uk) -add_subdirectory(pl) +add_subdirectory(pt) +add_subdirectory(sk) add_subdirectory(zh_TW) +add_subdirectory(et) +add_subdirectory(it) add_subdirectory(gl) +add_subdirectory(ru) +add_subdirectory(ca) +add_subdirectory(sv) +add_subdirectory(de) +add_subdirectory(uk) +add_subdirectory(fr) +add_subdirectory(nb) +add_subdirectory(ca@valencia) +add_subdirectory(da) +add_subdirectory(fi) +add_subdirectory(en_GB) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/ca/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/ca/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/ca/kdevphpdocs.po 2012-03-11 19:11:51.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/ca/kdevphpdocs.po 2012-04-13 22:02:57.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-02-25 22:49+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -24,10 +24,6 @@ msgid "<lost declaration>" msgstr "<declaració perduda>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...s'està carregant la documentació..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -44,10 +40,14 @@ msgid "Maintainer" msgstr "Mantenidor" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentació PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...s'està carregant la documentació..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/ca@valencia/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/ca@valencia/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/ca@valencia/kdevphpdocs.po 2012-03-11 19:11:53.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/ca@valencia/kdevphpdocs.po 2012-04-13 22:02:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-02-25 22:49+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -24,10 +24,6 @@ msgid "<lost declaration>" msgstr "<declaració perduda>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...s'està carregant la documentació..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -44,10 +40,14 @@ msgid "Maintainer" msgstr "Mantenidor" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentació PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...s'està carregant la documentació..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/da/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/da/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/da/kdevphpdocs.po 2012-03-11 19:12:05.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/da/kdevphpdocs.po 2012-04-13 22:03:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-01-02 12:49+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<tabt erklæring>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...indlæser dokumentation..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Vedligeholder" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-dokumentation" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...indlæser dokumentation..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/de/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/de/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/de/kdevphpdocs.po 2012-03-11 19:12:07.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/de/kdevphpdocs.po 2012-04-13 22:03:12.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-02-08 22:04+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -20,10 +20,6 @@ msgid "<lost declaration>" msgstr "<verlorene Deklaration>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "... Dokumentation wird geladen ..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -40,10 +36,14 @@ msgid "Maintainer" msgstr "Betreuer" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-Dokumentation" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "... Dokumentation wird geladen ..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/en_GB/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/en_GB/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/en_GB/kdevphpdocs.po 2012-03-11 19:12:12.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/en_GB/kdevphpdocs.po 2012-04-13 22:03:16.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-09-19 13:01+0100\n" "Last-Translator: Andrew Coles <[email protected]>\n" "Language-Team: British English <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<lost declaration>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...loading documentation..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "Maintainer" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP Documentation" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...loading documentation..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/es/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/es/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/es/kdevphpdocs.po 2012-03-11 19:12:17.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/es/kdevphpdocs.po 2012-04-13 22:03:20.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-11-25 18:59+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<declaración perdida>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "cargando documentación..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "Encargado" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentación PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "cargando documentación..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/et/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/et/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/et/kdevphpdocs.po 2012-03-11 19:12:19.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/et/kdevphpdocs.po 2012-04-13 22:03:22.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-09-28 01:15+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<kadunud deklaratsioon>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "... dokumentatsiooni laadimine..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "Hooldaja" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP dokumentatsioon" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "... dokumentatsiooni laadimine..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/fi/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/fi/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/fi/kdevphpdocs.po 2012-03-11 19:12:26.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/fi/kdevphpdocs.po 2012-04-13 22:03:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-11-12 20:25+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<esittely hukassa>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...ladataan dokumentaatiota..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "Ylläpitäjä" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-dokumentaatio" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...ladataan dokumentaatiota..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/fr/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/fr/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/fr/kdevphpdocs.po 2012-03-11 19:12:29.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/fr/kdevphpdocs.po 2012-04-13 22:03:31.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-09-20 18:37+0200\n" "Last-Translator: Joëlle Cornavin <[email protected]>\n" "Language-Team: French <>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<déclaration perdue>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...chargement de la documentation..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Mainteneur" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentation de PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...chargement de la documentation..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/gl/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/gl/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/gl/kdevphpdocs.po 2012-03-11 19:12:36.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/gl/kdevphpdocs.po 2012-04-13 22:03:37.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2012-02-16 00:26+0100\n" "Last-Translator: Xosé <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -25,10 +25,6 @@ msgid "<lost declaration>" msgstr "<declaración perdida>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...estase a cargar a documentación..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -45,10 +41,14 @@ msgid "Maintainer" msgstr "Mantenedor" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentación de PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...estase a cargar a documentación..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/it/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/it/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/it/kdevphpdocs.po 2012-03-11 19:13:06.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/it/kdevphpdocs.po 2012-04-13 22:04:04.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-10-02 20:11+0200\n" "Last-Translator: Simone Solinas <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<lost declaration>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...caricamento documentazione..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "Responsabile" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentazione PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...caricamento documentazione..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/nb/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/nb/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/nb/kdevphpdocs.po 2012-03-11 19:13:45.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/nb/kdevphpdocs.po 2012-04-13 22:04:39.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-01-10 17:22+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-01-09 22:25+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -23,30 +23,30 @@ msgid "<lost declaration>" msgstr "<mistet deklarasjon>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "… laster dokumentasjon …" - -#: phpdocsplugin.cpp:54 +#: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" -#: phpdocsplugin.cpp:55 +#: phpdocsplugin.cpp:56 msgid "Check PHP.net documentation" msgstr "Sjekk PHP.net-dokumentasjon" -#: phpdocsplugin.cpp:56 +#: phpdocsplugin.cpp:57 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phpdocsplugin.cpp:57 +#: phpdocsplugin.cpp:58 msgid "Maintainer" msgstr "Vedlikeholder" -#: phpdocsplugin.cpp:222 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-dokumentasjon" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "… laster dokumentasjon …" + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/nds/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/nds/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/nds/kdevphpdocs.po 2012-03-11 19:13:48.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/nds/kdevphpdocs.po 2012-04-13 22:04:42.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-10-07 08:39+0200\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<wegkamen Deklaratschoon>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "... Dokmentatschoon warrt laadt..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Pleger" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-Dokmentatschoon" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "... Dokmentatschoon warrt laadt..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/nl/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/nl/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/nl/kdevphpdocs.po 2012-03-11 19:13:52.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/nl/kdevphpdocs.po 2012-04-13 22:04:46.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-11-26 10:37+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<verloren declaratie>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...laden van documentatie..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Onderhouder" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-documentatie" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...laden van documentatie..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/pl/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/pl/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/pl/kdevphpdocs.po 2012-03-11 19:14:06.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/pl/kdevphpdocs.po 2012-04-13 22:04:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-07-28 12:36+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<zagubiona deklaracja>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...wczytywanie dokumentacji..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Opiekun" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Dokumentacja PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...wczytywanie dokumentacji..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/pt/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/pt/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/pt/kdevphpdocs.po 2012-03-11 19:14:11.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/pt/kdevphpdocs.po 2012-04-13 22:05:02.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-09-18 11:01+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -18,10 +18,6 @@ msgid "<lost declaration>" msgstr "<declaração perdida>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...a carregar a documentação..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -38,10 +34,14 @@ msgid "Maintainer" msgstr "Manutenção" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentação de PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...a carregar a documentação..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/pt_BR/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/pt_BR/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/pt_BR/kdevphpdocs.po 2012-03-11 19:14:13.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/pt_BR/kdevphpdocs.po 2012-04-13 22:05:04.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-11-27 10:00-0300\n" "Last-Translator: Marcus Vinícius de Andrade Gama <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<declaração perdida>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...carregando documentação..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Mantenedor" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Documentação de PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...carregando documentação..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/ru/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/ru/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/ru/kdevphpdocs.po 2012-03-11 19:14:18.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/ru/kdevphpdocs.po 2012-04-13 22:05:09.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-01-22 09:59+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -26,10 +26,6 @@ msgid "<lost declaration>" msgstr "" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "Загрузка документации..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -46,10 +42,14 @@ msgid "Maintainer" msgstr "Сопровождающий" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Документация PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "Загрузка документации..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/sk/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/sk/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/sk/kdevphpdocs.po 2012-03-11 19:14:27.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/sk/kdevphpdocs.po 2012-04-13 22:05:17.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kdevphpdocs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2012-02-12 19:19+0100\n" "Last-Translator: Roman Paholík <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -19,10 +19,6 @@ msgid "<lost declaration>" msgstr "<stratená deklarácia>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...načítavanie dokumentácie..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -39,10 +35,14 @@ msgid "Maintainer" msgstr "Správca" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Dokumentácia PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...načítavanie dokumentácie..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/sv/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/sv/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/sv/kdevphpdocs.po 2012-03-11 19:14:49.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/sv/kdevphpdocs.po 2012-04-13 22:05:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-09-18 21:20+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<förlorad deklaration>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "... läser in dokumentation ..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PHP-dokumentation" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "Underhåll" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP-dokumentation" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "... läser in dokumentation ..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/uk/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/uk/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/uk/kdevphpdocs.po 2012-03-11 19:15:08.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/uk/kdevphpdocs.po 2012-04-13 22:05:48.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2011-07-20 19:51+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -22,10 +22,6 @@ msgid "<lost declaration>" msgstr "<пропущене оголошення>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...завантаження документації..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "Документація з PHP" @@ -42,10 +38,14 @@ msgid "Maintainer" msgstr "Супровідник" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "Документація з PHP" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...завантаження документації..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/zh_CN/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/zh_CN/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/zh_CN/kdevphpdocs.po 2012-03-11 19:15:22.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/zh_CN/kdevphpdocs.po 2012-04-13 22:06:01.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-11-16 14:21+0800\n" "Last-Translator: Ni Hui <[email protected]>\n" "Language-Team: Chinese Simplified <[email protected]>\n" @@ -21,10 +21,6 @@ msgid "<lost declaration>" msgstr "<缺少声明>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "...正在装入文档..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "PhpDocs" @@ -41,10 +37,14 @@ msgid "Maintainer" msgstr "维护者" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP 文档" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "...正在装入文档..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdevelop-php-docs-1.3.0/po/zh_TW/kdevphpdocs.po new/kdevelop-php-docs-1.3.1/po/zh_TW/kdevphpdocs.po --- old/kdevelop-php-docs-1.3.0/po/zh_TW/kdevphpdocs.po 2012-03-11 19:15:26.000000000 +0100 +++ new/kdevelop-php-docs-1.3.1/po/zh_TW/kdevphpdocs.po 2012-04-13 22:06:05.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-25 12:27+0100\n" +"POT-Creation-Date: 2012-03-31 14:05+0200\n" "PO-Revision-Date: 2010-10-29 09:05+0800\n" "Last-Translator: Franklin Weng <[email protected]>\n" "Language-Team: Chinese Traditional <[email protected]>\n" @@ -23,10 +23,6 @@ msgid "<lost declaration>" msgstr "<遺失的宣告>" -#: phpdocumentationwidget.cpp:67 -msgid "...loading documentation..." -msgstr "... 載入文件中 ..." - #: phpdocsplugin.cpp:55 msgid "PhpDocs" msgstr "Php 文件" @@ -43,10 +39,14 @@ msgid "Maintainer" msgstr "維護者" -#: phpdocsplugin.cpp:223 +#: phpdocsplugin.cpp:229 msgid "PHP Documentation" msgstr "PHP 文件" +#: phpdocumentationwidget.cpp:73 +msgid "...loading documentation..." +msgstr "... 載入文件中 ..." + #: rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
