Hello community,

here is the log from the commit of package kdevelop4-plugins for 
openSUSE:Factory checked in at 2016-02-22 08:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop4-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop4-plugins"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop4-plugins/kdevelop4-plugins.changes      
2015-12-09 22:20:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new/kdevelop4-plugins.changes 
2016-02-22 08:57:22.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Feb 11 21:17:28 UTC 2016 - wba...@tmo.at
+
+- Added missing-translations.tar.xz as source which contains
+  missing translation files (taken from 1.7.2)
+
+-------------------------------------------------------------------
+Tue Jan 26 14:43:39 UTC 2016 - wba...@tmo.at
+
+- Update to 1.7.3
+  * No upstream changelog available
+  * Bugfix release
+- Bump libkdevplatform-devel BuildRequires to 1.7.3
+
+-------------------------------------------------------------------

Old:
----
  kdevelop-php-1.7.2.tar.xz
  kdevelop-php-docs-1.7.2.tar.xz

New:
----
  kdevelop-php-1.7.3.tar.bz2
  kdevelop-php-docs-1.7.3.tar.bz2
  missing-translations.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdevelop4-plugins.spec ++++++
--- /var/tmp/diff_new_pack.5ROoUn/_old  2016-02-22 08:57:23.000000000 +0100
+++ /var/tmp/diff_new_pack.5ROoUn/_new  2016-02-22 08:57:23.000000000 +0100
@@ -17,15 +17,16 @@
 
 
 Name:           kdevelop4-plugins
-Version:        1.7.2
+Version:        1.7.3
 Release:        0
-%define kdevelop_version 4.7.2
+%define kdevelop_version 4.7.3
 Summary:        Additional plugins for KDevelop4 Integrated Development 
Environment
 License:        GPL-2.0+
 Group:          Development/Tools/IDE
 Url:            http://www.kdevelop.org
-Source0:        
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-%{version}.tar.xz
-Source1:        
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-docs-%{version}.tar.xz
+Source0:        
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-%{version}.tar.bz2
+Source1:        
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-docs-%{version}.tar.bz2
+Source2:        missing-translations.tar.xz
 Patch0:         add-php-docs.diff
 # SLE12 doesn't have kdebase4-workspace[-devel]
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
@@ -36,7 +37,7 @@
 BuildRequires:  kdevelop4-devel
 BuildRequires:  kdevelop4-pg-qt
 BuildRequires:  libkde4-devel
-BuildRequires:  libkdevplatform-devel >= 1.7.2
+BuildRequires:  libkdevplatform-devel >= 1.7.3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -48,6 +49,15 @@
 %prep
 %setup -q -n kdevelop-php-%{version} -a 1
 %patch0 -p1
+%if 0%{?suse_version} <= 1320 && !0%{?is_opensuse}
+# fix build with older cmake versions (i.e. on 13.2 and below) by
+# readding "cmake_policy(SET CMP0002 OLD)" to po/CMakeLists.txt
+# (was in there before but has been removed in 1.7.3)
+sed -i -e "1s/^/cmake_policy(SET CMP0002 OLD)\n/" po/CMakeLists.txt
+%endif
+
+# add the translation files that are missing in 1.7.3
+tar xJf %{S:2}
 
 %build
   %cmake_kde4 -d build

++++++ add-php-docs.diff ++++++
--- /var/tmp/diff_new_pack.5ROoUn/_old  2016-02-22 08:57:23.000000000 +0100
+++ /var/tmp/diff_new_pack.5ROoUn/_new  2016-02-22 08:57:23.000000000 +0100
@@ -6,7 +6,7 @@
  add_subdirectory(duchain)
  add_subdirectory(completion)
  add_subdirectory(testprovider)
-+add_subdirectory(kdevelop-php-docs-1.7.2)
++add_subdirectory(kdevelop-php-docs-1.7.3)
  
  set(kdevphplanguagesupport_PART_SRCS
      phplanguagesupport.cpp

++++++ kdevelop-php-1.7.2.tar.xz -> kdevelop-php-1.7.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/CHANGELOG.1.7.2 
new/kdevelop-php-1.7.3/CHANGELOG.1.7.2
--- old/kdevelop-php-1.7.2/CHANGELOG.1.7.2      2015-10-11 13:03:14.000000000 
+0200
+++ new/kdevelop-php-1.7.3/CHANGELOG.1.7.2      1970-01-01 01:00:00.000000000 
+0100
@@ -1,4 +0,0 @@
-ChangeLog for kdev-php v1.7.2
-=============================
-
-* Milian Wolff: Set version to 1.7.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/CHANGELOG.1.7.3 
new/kdevelop-php-1.7.3/CHANGELOG.1.7.3
--- old/kdevelop-php-1.7.2/CHANGELOG.1.7.3      1970-01-01 01:00:00.000000000 
+0100
+++ new/kdevelop-php-1.7.3/CHANGELOG.1.7.3      2016-01-22 19:05:51.000000000 
+0100
@@ -0,0 +1,5 @@
+ChangeLog for kdev-php v1.7.3
+=============================
+
+* Milian Wolff: Set version to 1.7.3
+* Milian Wolff: Make sure we don't access a nullptr.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/CMakeLists.txt 
new/kdevelop-php-1.7.3/CMakeLists.txt
--- old/kdevelop-php-1.7.2/CMakeLists.txt       2015-10-11 13:05:09.000000000 
+0200
+++ new/kdevelop-php-1.7.3/CMakeLists.txt       2016-01-22 19:07:06.000000000 
+0100
@@ -4,7 +4,7 @@
 
 set(KDEVPHP_VERSION_MAJOR 1)
 set(KDEVPHP_VERSION_MINOR 7)
-set(KDEVPHP_VERSION_PATCH 2)
+set(KDEVPHP_VERSION_PATCH 3)
 # KDevplatform dependency version
 set( KDEVPLATFORM_VERSION 
"1.${KDEVPHP_VERSION_MINOR}.${KDEVPHP_VERSION_PATCH}" )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/duchain/builders/typebuilder.cpp 
new/kdevelop-php-1.7.3/duchain/builders/typebuilder.cpp
--- old/kdevelop-php-1.7.2/duchain/builders/typebuilder.cpp     2015-10-11 
13:03:14.000000000 +0200
+++ new/kdevelop-php-1.7.3/duchain/builders/typebuilder.cpp     2016-01-22 
19:05:51.000000000 +0100
@@ -527,22 +527,23 @@
                 // 0 == global lookup and the delcaration is found again...
                 classDec = 
dynamic_cast<ClassDeclaration*>(type->declaration(0));
             }
-            Q_ASSERT(classDec);
-            /// Qualified identifier for 'iterator'
-            static const QualifiedIdentifier iteratorQId("iterator");
-            ClassDeclaration* iteratorDecl = dynamic_cast<ClassDeclaration*>(
-                findDeclarationImport(ClassDeclarationType, iteratorQId).data()
-            );
-            Q_ASSERT(iteratorDecl);
-            if (classDec->isPublicBaseClass(iteratorDecl, 
currentContext()->topContext())) {
-                /// Qualified identifier for 'current'
-                static const QualifiedIdentifier currentQId("current");
-                foreach (Declaration *d, 
classDec->internalContext()->findDeclarations(currentQId)) {
-                    if (!dynamic_cast<ClassMethodDeclaration*>(d)) continue;
-                    Q_ASSERT(d->type<FunctionType>());
-                    injectType(d->type<FunctionType>()->returnType());
-                    foundType = true;
-                    // kDebug() << "that's it: " << 
d->type<FunctionType>()->returnType()->toString();
+            if (classDec) {
+                /// Qualified identifier for 'iterator'
+                static const QualifiedIdentifier iteratorQId("iterator");
+                ClassDeclaration* iteratorDecl = 
dynamic_cast<ClassDeclaration*>(
+                    findDeclarationImport(ClassDeclarationType, 
iteratorQId).data()
+                );
+                Q_ASSERT(iteratorDecl);
+                if (classDec->isPublicBaseClass(iteratorDecl, 
currentContext()->topContext())) {
+                    /// Qualified identifier for 'current'
+                    static const QualifiedIdentifier currentQId("current");
+                    foreach (Declaration *d, 
classDec->internalContext()->findDeclarations(currentQId)) {
+                        if (!dynamic_cast<ClassMethodDeclaration*>(d)) 
continue;
+                        Q_ASSERT(d->type<FunctionType>());
+                        injectType(d->type<FunctionType>()->returnType());
+                        foundType = true;
+                        // kDebug() << "that's it: " << 
d->type<FunctionType>()->returnType()->toString();
+                    }
                 }
             }
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/kdevphpsupport.desktop.cmake 
new/kdevelop-php-1.7.3/kdevphpsupport.desktop.cmake
--- old/kdevelop-php-1.7.2/kdevphpsupport.desktop.cmake 2015-10-11 
13:03:14.000000000 +0200
+++ new/kdevelop-php-1.7.3/kdevphpsupport.desktop.cmake 2016-01-22 
19:05:51.000000000 +0100
@@ -23,7 +23,7 @@
 Comment[mr]=पीएचपी भाषा समर्थन
 Comment[nb]=PHP språkstøtte
 Comment[nds]=Ünnerstütten för PHP
-Comment[nl]=Ondersteuning voor PHP-taal
+Comment[nl]=Ondersteuning van de PHP-taal
 Comment[pl]=Obsługa języka PHP
 Comment[pt]=Suporte à Linguagem PHP
 Comment[pt_BR]=Suporte à linguagem PHP
@@ -58,7 +58,7 @@
 Name[mr]=पीएचपी भाषा समर्थन
 Name[nb]=PHP språkstøtte
 Name[nds]=Ünnerstütten för PHP
-Name[nl]=Ondersteuning voor PHP-taal
+Name[nl]=Ondersteuning van de PHP-taal
 Name[pl]=Obsługa języka PHP
 Name[pt]=Suporte à Linguagem PHP
 Name[pt_BR]=Suporte à linguagem PHP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/po/CMakeLists.txt 
new/kdevelop-php-1.7.3/po/CMakeLists.txt
--- old/kdevelop-php-1.7.2/po/CMakeLists.txt    2015-10-11 13:05:09.000000000 
+0200
+++ new/kdevelop-php-1.7.3/po/CMakeLists.txt    2016-01-22 19:07:06.000000000 
+0100
@@ -1,9 +1,3 @@
-# The pofiles macro creates in some versions same name targets
-# which since cmake 2.8 leads to target clashes.
-# Hence force the old policy for all po directories.
-# http://public.kitware.com/Bug/view.php?id=12952
-cmake_policy(SET CMP0002 OLD)
-
 find_package(Gettext REQUIRED)
 if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
 MESSAGE(FATAL_ERROR "Please install msgmerge binary")
@@ -11,29 +5,29 @@
 if (NOT GETTEXT_MSGFMT_EXECUTABLE)
 MESSAGE(FATAL_ERROR "Please install msgmerge binary")
 endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
-add_subdirectory(ca@valencia)
 add_subdirectory(fi)
+add_subdirectory(gl)
+add_subdirectory(en_GB)
+add_subdirectory(es)
+add_subdirectory(et)
+add_subdirectory(bs)
+add_subdirectory(pt)
+add_subdirectory(it)
+add_subdirectory(pt_BR)
+add_subdirectory(zh_TW)
 add_subdirectory(ca)
-add_subdirectory(zh_CN)
-add_subdirectory(fr)
-add_subdirectory(uk)
+add_subdirectory(de)
+add_subdirectory(ca@valencia)
+add_subdirectory(pl)
 add_subdirectory(sk)
+add_subdirectory(uk)
+add_subdirectory(kk)
+add_subdirectory(sl)
+add_subdirectory(zh_CN)
 add_subdirectory(tr)
-add_subdirectory(zh_TW)
-add_subdirectory(gl)
-add_subdirectory(pt_BR)
+add_subdirectory(da)
+add_subdirectory(sv)
 add_subdirectory(el)
 add_subdirectory(nl)
 add_subdirectory(ru)
-add_subdirectory(da)
-add_subdirectory(sl)
-add_subdirectory(it)
-add_subdirectory(pt)
-add_subdirectory(bs)
-add_subdirectory(et)
-add_subdirectory(kk)
-add_subdirectory(es)
-add_subdirectory(pl)
-add_subdirectory(sv)
-add_subdirectory(en_GB)
-add_subdirectory(de)
+add_subdirectory(fr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/po/ca@valencia/kdevphp.po 
new/kdevelop-php-1.7.3/po/ca@valencia/kdevphp.po
--- old/kdevelop-php-1.7.2/po/ca@valencia/kdevphp.po    2015-10-11 
13:03:28.000000000 +0200
+++ new/kdevelop-php-1.7.3/po/ca@valencia/kdevphp.po    2016-01-22 
19:06:00.000000000 +0100
@@ -1,19 +1,19 @@
-# Translation of kdevphp.po to Catalan
-# Copyright (C) 2009-2013 This_file_is_part_of_KDE
+# Translation of kdevphp.po to Catalan (Valencian)
+# Copyright (C) 2009-2015 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.
 #
 # Manuel Tortosa <manutort...@gmail.com>, 2009, 2010.
 # Manuel Tortosa Moreno <manutort...@gmail.com>, 2010.
-# Josep Ma. Ferrer <txe...@gmail.com>, 2010, 2012, 2013.
-# Antoni Bella Pérez <antonibel...@orange.es>, 2013.
+# Josep Ma. Ferrer <txe...@gmail.com>, 2010, 2012, 2013, 2014, 2015.
+# Antoni Bella Pérez <antonibel...@yahoo.com>, 2013, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdevphp\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-07-14 01:15+0000\n"
-"PO-Revision-Date: 2013-11-10 15:10+0100\n"
-"Last-Translator: Antoni Bella Pérez <antonibel...@orange.es>\n"
+"PO-Revision-Date: 2015-08-12 17:19+0200\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,6 @@
 "X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Language: ca@valencia_ES\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -98,6 +97,8 @@
 "Trait method %1 has not been applied, because there are collisions with "
 "other trait methods on %2"
 msgstr ""
+"El mètode «trait» %1 no s'ha aplicat, perquè hi ha col·lisions amb altres "
+"mètodes «trait» a %2"
 
 #: duchain/builders/declarationbuilder.cpp:583
 #, kde-format
@@ -122,17 +123,17 @@
 
 #: duchain/builders/declarationbuilder.cpp:715
 msgid "Cannot use 'final' as method modifier"
-msgstr ""
+msgstr "No es pot usar «final» com a modificador de mètode"
 
 #: duchain/builders/declarationbuilder.cpp:718
 msgid "Cannot use 'static' as method modifier"
-msgstr ""
+msgstr "No es pot usar «static» com a modificador de mètode"
 
 #: duchain/builders/declarationbuilder.cpp:766
 msgid "Default value for parameters with a class type hint can only be NULL."
 msgstr ""
 "El valor per omissió per paràmetres amb tipus suggerit de classe només pot "
-"ser NULL"
+"ser NULL."
 
 #: duchain/builders/declarationbuilder.cpp:769
 msgid "Following parameters must have a default value assigned."
@@ -150,11 +151,14 @@
 "be incompatible, to improve maintainability consider using accessor methods "
 "in traits instead."
 msgstr ""
+"%1 i %2 defineixen la mateixa propietat (%3) en la composició de %1. Això "
+"podria ser incompatible. Per a millorar les tasques de manteniment, "
+"considereu l'ús de mètodes d'accés en els «traits»."
 
 #: duchain/builders/declarationbuilder.cpp:887
 #, kde-format
 msgid "Cannot redeclare %1, already declared in %2 on line %3."
-msgstr "No es pot tornat a declarar %1, ja s'ha declarat a %2 a la línia %3."
+msgstr "No es pot tornar a declarar %1, ja s'ha declarat a %2 a la línia %3."
 
 #: duchain/builders/declarationbuilder.cpp:933
 msgid "Cannot re-assign $this."
@@ -168,7 +172,7 @@
 #: duchain/builders/declarationbuilder.cpp:1395
 #, kde-format
 msgid "Cannot use '%1' as '%2' because the name is already in use."
-msgstr ""
+msgstr "No es pot usar «%1» com a «%2» perquè el nom ja està en ús."
 
 #: duchain/builders/usebuilder.cpp:202
 #, kde-format
@@ -184,17 +188,17 @@
 #: duchain/declarations/traitmethodaliasdeclaration.cpp:101
 #, kde-format
 msgid "Lost trait alias %1"
-msgstr ""
+msgstr "S'ha perdut l'àlies del «trait» %1"
 
 #: duchain/navigation/declarationnavigationcontext.cpp:126
 #: duchain/navigation/declarationnavigationcontext.cpp:139
 #, kde-format
 msgid "Use of %1 from %2<br />"
-msgstr ""
+msgstr "Ús de %1 des de %2<br />"
 
 #: duchain/navigation/declarationnavigationcontext.cpp:149
 msgid "Broken member alias trait."
-msgstr ""
+msgstr "El tret d'àlies del membre està trencat."
 
 #: duchain/navigation/declarationnavigationcontext.cpp:164
 msgid "PHP internal"
@@ -289,6 +293,4 @@
 
 #: testprovider/phpunitrunjob.cpp:83
 msgid "PHPUnit"
-msgstr "PHPUnit"
-
-#, fuzzy
\ No newline at end of file
+msgstr "PHPUnit"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/po/fi/kdevphp.po 
new/kdevelop-php-1.7.3/po/fi/kdevphp.po
--- old/kdevelop-php-1.7.2/po/fi/kdevphp.po     2015-10-11 13:03:44.000000000 
+0200
+++ new/kdevelop-php-1.7.3/po/fi/kdevphp.po     2016-01-22 19:06:13.000000000 
+0100
@@ -1,7 +1,7 @@
 # Finnish messages for kdevphp.
 # Copyright © 2011, 2012 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdev-php package.
-# Lasse Liehu <lasse.li...@gmail.com>, 2011, 2012, 2013, 2014.
+# Lasse Liehu <lasse.li...@gmail.com>, 2011, 2012, 2013, 2014, 2015, 2016.
 # Jorma Karvonen <karvonen.jo...@gmail.com>, 2012.
 #
 # KDE Finnish translation sprint participants:
@@ -10,16 +10,16 @@
 "Project-Id-Version: kdevphp\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-07-14 01:15+0000\n"
-"PO-Revision-Date: 2014-11-08 01:02+0200\n"
+"PO-Revision-Date: 2016-01-08 00:11+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
-"Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
+"Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\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-POT-Import-Date: 2012-12-01 22:20:31+0000\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -239,7 +239,7 @@
 
 #: parser/main.cpp:42
 msgid "KDevelop PHP parser debugging utility"
-msgstr "KDevelopin PHP-jäsentimen vianjäljitysapuohjelma"
+msgstr "KDevelopin PHP-jäsentimen virheenpaikannusapuohjelma"
 
 #: parser/main.cpp:43
 msgid "(c) 2008 Niko Sams, 2009 Milian Wolff"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdevelop-php-1.7.2/po/gl/kdevphp.po 
new/kdevelop-php-1.7.3/po/gl/kdevphp.po
--- old/kdevelop-php-1.7.2/po/gl/kdevphp.po     2015-10-11 13:03:49.000000000 
+0200
+++ new/kdevelop-php-1.7.3/po/gl/kdevphp.po     2016-01-22 19:06:16.000000000 
+0100
@@ -7,19 +7,21 @@
 # marce villarino <mvillar...@users.sourceforge.net>, 2009.
 # Marce Villarino <mvillar...@kde-espana.es>, 2009, 2013, 2014.
 # Xosé <xoseca...@gmail.com>, 2012, 2013.
+# Adrián Chaves Fernández (Gallaecio) <adriyeticha...@gmail.com>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdevphp\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-07-14 01:15+0000\n"
-"PO-Revision-Date: 2014-01-19 09:22+0100\n"
-"Last-Translator: Marce Villarino <mvillar...@kde-espana.org>\n"
+"PO-Revision-Date: 2016-01-06 10:14+0100\n"
+"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail."
+"com>\n"
 "Language-Team: Galician <proxe...@trasno.net>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde, development\n"
 "X-Accelerator-Marker: &\n"
@@ -103,6 +105,8 @@
 "Trait method %1 has not been applied, because there are collisions with "
 "other trait methods on %2"
 msgstr ""
+"Non se aplicou o método de trazo %1 porque entra en conflito con outros "
+"métodos de trazo en %2."
 
 #: duchain/builders/declarationbuilder.cpp:583
 #, kde-format
@@ -129,11 +133,11 @@
 
 #: duchain/builders/declarationbuilder.cpp:715
 msgid "Cannot use 'final' as method modifier"
-msgstr ""
+msgstr "Non se pode usar «final» como modificador para un método."
 
 #: duchain/builders/declarationbuilder.cpp:718
 msgid "Cannot use 'static' as method modifier"
-msgstr ""
+msgstr "Non se pode usar «static» como modificador para un método."
 
 #: duchain/builders/declarationbuilder.cpp:766
 msgid "Default value for parameters with a class type hint can only be NULL."
@@ -157,6 +161,9 @@
 "be incompatible, to improve maintainability consider using accessor methods "
 "in traits instead."
 msgstr ""
+"%1 e %2 definen a mesma propiedade (%3) na composición de %1. Isto podería "
+"ser incompatíbel, para facilitar o mantemento do código considere usar no "
+"seu lugar métodos de acceso en trazos."
 
 #: duchain/builders/declarationbuilder.cpp:887
 #, kde-format
@@ -175,7 +182,7 @@
 #: duchain/builders/declarationbuilder.cpp:1395
 #, kde-format
 msgid "Cannot use '%1' as '%2' because the name is already in use."
-msgstr ""
+msgstr "Non pode usarse «%1» como «%2» porque o nome xa está en uso."
 
 #: duchain/builders/usebuilder.cpp:202
 #, kde-format
@@ -191,17 +198,17 @@
 #: duchain/declarations/traitmethodaliasdeclaration.cpp:101
 #, kde-format
 msgid "Lost trait alias %1"
-msgstr ""
+msgstr "Perdeuse o alias de trazo «%1»"
 
 #: duchain/navigation/declarationnavigationcontext.cpp:126
 #: duchain/navigation/declarationnavigationcontext.cpp:139
 #, kde-format
 msgid "Use of %1 from %2<br />"
-msgstr ""
+msgstr "Uso de %1 desde %2<br />"
 
 #: duchain/navigation/declarationnavigationcontext.cpp:149
 msgid "Broken member alias trait."
-msgstr ""
+msgstr "O trazado do alias do membro está roto."
 
 #: duchain/navigation/declarationnavigationcontext.cpp:164
 msgid "PHP internal"

++++++ kdevelop-php-docs-1.7.2.tar.xz -> kdevelop-php-docs-1.7.3.tar.bz2 ++++++
++++ 4038 lines of diff (skipped)


Reply via email to