diff -Nru kdevelop-php-1.2.90/CHANGELOG.1.2.90 kdevelop-php-1.3.0/CHANGELOG.1.2.90 --- kdevelop-php-1.2.90/CHANGELOG.1.2.90 2012-02-24 15:07:41.000000000 +0000 +++ kdevelop-php-1.3.0/CHANGELOG.1.2.90 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -ChangeLog for php v1.2.90 -========================= - -* Milian Wolff: set version to 1.2.90, i.e. 1.3 RC1 -* Milian Wolff: add additional safe-guard in release mode against crash in code-completion diff -Nru kdevelop-php-1.2.90/CHANGELOG.1.3.0 kdevelop-php-1.3.0/CHANGELOG.1.3.0 --- kdevelop-php-1.2.90/CHANGELOG.1.3.0 1970-01-01 00:00:00.000000000 +0000 +++ kdevelop-php-1.3.0/CHANGELOG.1.3.0 2012-03-11 18:07:16.000000000 +0000 @@ -0,0 +1,5 @@ +ChangeLog for php v1.3.0 +======================== + +* Milian Wolff: set version to 1.3.0 and depend on kdevplatform 1.3.0 +* Milian Wolff: simplify release management, plugin version is now also set from the CMakeLists.txt diff -Nru kdevelop-php-1.2.90/CMakeLists.txt kdevelop-php-1.3.0/CMakeLists.txt --- kdevelop-php-1.2.90/CMakeLists.txt 2012-02-24 15:11:28.000000000 +0000 +++ kdevelop-php-1.3.0/CMakeLists.txt 2012-03-11 18:11:18.000000000 +0000 @@ -1,5 +1,11 @@ PROJECT(php) +set(KDEVPHP_VERSION_MAJOR 1) +set(KDEVPHP_VERSION_MINOR 3) +set(KDEVPHP_VERSION_PATCH 0) + +configure_file( "${php_SOURCE_DIR}/kdevphpversion.h.cmake" "${php_BINARY_DIR}/kdevphpversion.h" @ONLY ) + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${php_SOURCE_DIR}/cmake/) enable_testing() @@ -9,7 +15,7 @@ #complain about the FindKDevelop-PG.cmake file not findable. find_package(KDE4 REQUIRED) -find_package(KDevPlatform 1.2.60 REQUIRED) +find_package(KDevPlatform 1.3.0 REQUIRED) include_directories(${KDEVPLATFORM_INCLUDE_DIR}) include_directories( diff -Nru kdevelop-php-1.2.90/debian/changelog kdevelop-php-1.3.0/debian/changelog --- kdevelop-php-1.2.90/debian/changelog 2012-03-10 23:52:14.000000000 +0000 +++ kdevelop-php-1.3.0/debian/changelog 2012-03-22 12:54:04.000000000 +0000 @@ -1,3 +1,9 @@ +kdevelop-php (1.3.0-0ubuntu1) precise; urgency=low + + * New upstream release + + -- Jonathan Riddell Thu, 22 Mar 2012 12:53:53 +0000 + kdevelop-php (1.2.90-0ubuntu1) precise; urgency=low * New upstream release diff -Nru kdevelop-php-1.2.90/kdevphpversion.h.cmake kdevelop-php-1.3.0/kdevphpversion.h.cmake --- kdevelop-php-1.2.90/kdevphpversion.h.cmake 1970-01-01 00:00:00.000000000 +0000 +++ kdevelop-php-1.3.0/kdevphpversion.h.cmake 2012-03-11 18:07:16.000000000 +0000 @@ -0,0 +1,33 @@ +/***************************************************************************** + * This file is part of the KDE project + * Copyright 2012 Milian Wolff + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public License + * along with this library; see the file COPYING.LIB. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + *******************************************************************************/ +#ifndef KDEVPHP_VERSION_H +#define KDEVPHP_VERSION_H + +#include + +#define KDEVPHP_MAJOR_VERSION @KDEVPHP_VERSION_MAJOR@ +#define KDEVPHP_MINOR_VERSION @KDEVPHP_VERSION_MINOR@ +#define KDEVPHP_PATCH_VERSION @KDEVPHP_VERSION_PATCH@ + +#define KDEVPHP_VERSION_STR "@KDEVPHP_VERSION_MAJOR@.@KDEVPHP_VERSION_MINOR@.@KDEVPHP_VERSION_PATCH@" + +#define KDEVPHP_VERSION KDE_MAKE_VERSION(@KDEVPHP_VERSION_MAJOR@, @KDEVPHP_VERSION_MINOR@, @KDEVPHP_VERSION_PATCH@) + +#endif diff -Nru kdevelop-php-1.2.90/phplanguagesupport.cpp kdevelop-php-1.3.0/phplanguagesupport.cpp --- kdevelop-php-1.2.90/phplanguagesupport.cpp 2012-02-24 15:07:41.000000000 +0000 +++ kdevelop-php-1.3.0/phplanguagesupport.cpp 2012-03-11 18:07:16.000000000 +0000 @@ -41,6 +41,7 @@ #include "phpparsejob.h" #include "phphighlighting.h" +#include "kdevphpversion.h" #include #include @@ -57,12 +58,13 @@ using namespace KDevelop; K_PLUGIN_FACTORY(KDevPhpSupportFactory, registerPlugin();) -K_EXPORT_PLUGIN(KDevPhpSupportFactory(KAboutData("kdevphpsupport","kdevphp", ki18n("Php Support"), "1.2.90", ki18n("Support for Php Language"), KAboutData::License_GPL) +K_EXPORT_PLUGIN(KDevPhpSupportFactory( + KAboutData("kdevphpsupport", "kdevphp", ki18n("Php Support"), + KDEVPHP_VERSION_STR, ki18n("Support for Php Language"), KAboutData::License_GPL) .addAuthor(ki18n("Milian Wolff"), ki18n("Author"), "mail@milianw.de", "http://milianw.de") .addAuthor(ki18n("Niko Sams"), ki18n("Author"), "niko.sams@gmail.com", "http://nikosams.blogspot.com") )) - namespace Php { diff -Nru kdevelop-php-1.2.90/po/ca/kdevphp.po kdevelop-php-1.3.0/po/ca/kdevphp.po --- kdevelop-php-1.2.90/po/ca/kdevphp.po 2012-02-24 15:08:09.000000000 +0000 +++ kdevelop-php-1.3.0/po/ca/kdevphp.po 2012-03-11 18:07:45.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-09-10 17:18+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -196,23 +196,23 @@ msgid "File permissions prevent opening for read." msgstr "Els permisos del fitxer impedeixen que s'obri per lectura." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Implementació de Php" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Implementació del llenguatge Php" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/ca@valencia/kdevphp.po kdevelop-php-1.3.0/po/ca@valencia/kdevphp.po --- kdevelop-php-1.2.90/po/ca@valencia/kdevphp.po 2012-02-24 15:08:11.000000000 +0000 +++ kdevelop-php-1.3.0/po/ca@valencia/kdevphp.po 2012-03-11 18:07:48.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-09-10 17:18+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -196,23 +196,23 @@ msgid "File permissions prevent opening for read." msgstr "Els permisos del fitxer impedeixen que s'òbriga per lectura." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Implementació de Php" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Implementació del llenguatge Php" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/CMakeLists.txt kdevelop-php-1.3.0/po/CMakeLists.txt --- kdevelop-php-1.2.90/po/CMakeLists.txt 2012-02-24 15:11:28.000000000 +0000 +++ kdevelop-php-1.3.0/po/CMakeLists.txt 2012-03-11 18:11:18.000000000 +0000 @@ -5,25 +5,25 @@ 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(pl) +add_subdirectory(de) +add_subdirectory(ca) add_subdirectory(pt_BR) +add_subdirectory(it) +add_subdirectory(ca@valencia) +add_subdirectory(et) add_subdirectory(nl) add_subdirectory(es) -add_subdirectory(pt) -add_subdirectory(zh_TW) -add_subdirectory(et) -add_subdirectory(it) -add_subdirectory(gl) -add_subdirectory(ca) +add_subdirectory(fr) +add_subdirectory(fi) add_subdirectory(sv) -add_subdirectory(de) add_subdirectory(uk) -add_subdirectory(fr) -add_subdirectory(nb) add_subdirectory(th) -add_subdirectory(ca@valencia) -add_subdirectory(da) -add_subdirectory(fi) -add_subdirectory(en_GB) +add_subdirectory(pl) +add_subdirectory(zh_TW) +add_subdirectory(gl) diff -Nru kdevelop-php-1.2.90/po/da/kdevphp.po kdevelop-php-1.3.0/po/da/kdevphp.po --- kdevelop-php-1.2.90/po/da/kdevphp.po 2012-02-24 15:08:22.000000000 +0000 +++ kdevelop-php-1.3.0/po/da/kdevphp.po 2012-03-11 18:08:00.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-09-15 15:07+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -188,23 +188,23 @@ msgid "File permissions prevent opening for read." msgstr "Rettigheder forhindrede læsning af fil." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP-understøttelse" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Understøttelse af sproget PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Ophavsmand" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/de/kdevphp.po kdevelop-php-1.3.0/po/de/kdevphp.po --- kdevelop-php-1.2.90/po/de/kdevphp.po 2012-02-24 15:08:24.000000000 +0000 +++ kdevelop-php-1.3.0/po/de/kdevphp.po 2012-03-11 18:08:02.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-11-27 18:30+0100\n" "Last-Translator: Frederik Schwarzer \n" "Language-Team: German \n" @@ -203,23 +203,23 @@ msgid "File permissions prevent opening for read." msgstr "Die Berechtigungen verhindern das Öffnen der Datei zum Lesen." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP-Unterstützung" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Unterstützung für die PHP-Sprache" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/en_GB/kdevphp.po kdevelop-php-1.3.0/po/en_GB/kdevphp.po --- kdevelop-php-1.2.90/po/en_GB/kdevphp.po 2012-02-24 15:08:29.000000000 +0000 +++ kdevelop-php-1.3.0/po/en_GB/kdevphp.po 2012-03-11 18:08:07.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-07-31 12:08+0100\n" "Last-Translator: Andrew Coles \n" "Language-Team: British English \n" @@ -187,23 +187,23 @@ msgid "File permissions prevent opening for read." msgstr "File permissions prevent opening for read." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Php Support" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Support for Php Language" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Author" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/es/kdevphp.po kdevelop-php-1.3.0/po/es/kdevphp.po --- kdevelop-php-1.2.90/po/es/kdevphp.po 2012-02-24 15:08:33.000000000 +0000 +++ kdevelop-php-1.3.0/po/es/kdevphp.po 2012-03-11 18:08:12.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2011-02-13 10:44+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -194,23 +194,23 @@ msgid "File permissions prevent opening for read." msgstr "Los permisos del archivo impiden abrirlo para lectura." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Implementación de PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Implementación del lenguaje PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/et/kdevphp.po kdevelop-php-1.3.0/po/et/kdevphp.po --- kdevelop-php-1.2.90/po/et/kdevphp.po 2012-02-24 15:08:36.000000000 +0000 +++ kdevelop-php-1.3.0/po/et/kdevphp.po 2012-03-11 18:08:14.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-09-13 16:43+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -190,23 +190,23 @@ msgid "File permissions prevent opening for read." msgstr "Faili õigused takistavad selle avamist lugemiseks." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP toetus" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "PHP keele toetus" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/fi/kdevphp.po kdevelop-php-1.3.0/po/fi/kdevphp.po --- kdevelop-php-1.2.90/po/fi/kdevphp.po 2012-02-24 15:08:42.000000000 +0000 +++ kdevelop-php-1.3.0/po/fi/kdevphp.po 2012-03-11 18:08:21.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2012-01-13 17:01+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -194,23 +194,23 @@ msgid "File permissions prevent opening for read." msgstr "Tiedosto-oikeudet estävät avaamisen lukemista varten." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP-tuki" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "PHP-kielituki" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Tekijä" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/fr/kdevphp.po kdevelop-php-1.3.0/po/fr/kdevphp.po --- kdevelop-php-1.2.90/po/fr/kdevphp.po 2012-02-24 15:08:45.000000000 +0000 +++ kdevelop-php-1.3.0/po/fr/kdevphp.po 2012-03-11 18:08:23.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-07-16 08:11+0200\n" "Last-Translator: Joëlle Cornavin \n" "Language-Team: French \n" @@ -202,23 +202,23 @@ msgid "File permissions prevent opening for read." msgstr "Les droits d'accès sur le fichier empêchent de l'ouvrir en lecture." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Prise en charge de PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Prise en charge du langage PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Auteur" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/gl/kdevphp.po kdevelop-php-1.3.0/po/gl/kdevphp.po --- kdevelop-php-1.2.90/po/gl/kdevphp.po 2012-02-24 15:08:51.000000000 +0000 +++ kdevelop-php-1.3.0/po/gl/kdevphp.po 2012-03-11 18:08:31.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2012-02-16 00:29+0100\n" "Last-Translator: Xosé \n" "Language-Team: Galician \n" @@ -201,23 +201,23 @@ msgid "File permissions prevent opening for read." msgstr "Os permisos do ficheiro non permiten que o abra para ler." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Recoñecemento de PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Recoñecemento da linguaxe PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/it/kdevphp.po kdevelop-php-1.3.0/po/it/kdevphp.po --- kdevelop-php-1.2.90/po/it/kdevphp.po 2012-02-24 15:09:20.000000000 +0000 +++ kdevelop-php-1.3.0/po/it/kdevphp.po 2012-03-11 18:09:01.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-07-31 17:28+0200\n" "Last-Translator: Simone Solinas \n" "Language-Team: Italian \n" @@ -192,23 +192,23 @@ msgid "File permissions prevent opening for read." msgstr "I permessi del file evitano l'apertura in lettura." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Supporto PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Supporto per il linguaggio PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autore" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/nds/kdevphp.po kdevelop-php-1.3.0/po/nds/kdevphp.po --- kdevelop-php-1.2.90/po/nds/kdevphp.po 2012-02-24 15:09:59.000000000 +0000 +++ kdevelop-php-1.3.0/po/nds/kdevphp.po 2012-03-11 18:09:44.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-09-09 11:02+0200\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" @@ -195,23 +195,23 @@ msgid "File permissions prevent opening for read." msgstr "Dateiverlöven verhöödt dat Lesen." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP-Ünnerstütten" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Ünnerstütten för PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/nl/kdevphp.po kdevelop-php-1.3.0/po/nl/kdevphp.po --- kdevelop-php-1.2.90/po/nl/kdevphp.po 2012-02-24 15:10:04.000000000 +0000 +++ kdevelop-php-1.3.0/po/nl/kdevphp.po 2012-03-11 18:09:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-09-09 17:03+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -191,23 +191,23 @@ msgid "File permissions prevent opening for read." msgstr "Toegangsrechten van bestand voorkomen het openen voor lezen" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Ondersteuning voor PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Ondersteuning voor de PHP-taal" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Auteur" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/pl/kdevphp.po kdevelop-php-1.3.0/po/pl/kdevphp.po --- kdevelop-php-1.2.90/po/pl/kdevphp.po 2012-02-24 15:10:17.000000000 +0000 +++ kdevelop-php-1.3.0/po/pl/kdevphp.po 2012-03-11 18:10:03.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2011-07-28 13:28+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -192,23 +192,23 @@ msgid "File permissions prevent opening for read." msgstr "Uprawnienia pliku zapobiegają otworzeniu do odczytu." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Obsługa PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Obsługa języka PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/pt/kdevphp.po kdevelop-php-1.3.0/po/pt/kdevphp.po --- kdevelop-php-1.2.90/po/pt/kdevphp.po 2012-02-24 15:10:21.000000000 +0000 +++ kdevelop-php-1.3.0/po/pt/kdevphp.po 2012-03-11 18:10:07.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-07-15 11:15+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -192,23 +192,23 @@ msgid "File permissions prevent opening for read." msgstr "As permissões do ficheiro impedem o seu acesso para leitura." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Suporte a PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Suporte para a Linguagem PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autoria" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/pt_BR/kdevphp.po kdevelop-php-1.3.0/po/pt_BR/kdevphp.po --- kdevelop-php-1.2.90/po/pt_BR/kdevphp.po 2012-02-24 15:10:24.000000000 +0000 +++ kdevelop-php-1.3.0/po/pt_BR/kdevphp.po 2012-03-11 18:10:10.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2011-08-07 14:05-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -199,23 +199,23 @@ msgid "File permissions prevent opening for read." msgstr "As permissões do arquivo impedem o seu acesso para leitura." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Suporte à PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Suporte à linguagem PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Autor" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/sv/kdevphp.po kdevelop-php-1.3.0/po/sv/kdevphp.po --- kdevelop-php-1.2.90/po/sv/kdevphp.po 2012-02-24 15:10:52.000000000 +0000 +++ kdevelop-php-1.3.0/po/sv/kdevphp.po 2012-03-11 18:10:40.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-07-15 21:12+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -190,23 +190,23 @@ msgid "File permissions prevent opening for read." msgstr "Filens rättigheter förhindrar att öppna den för läsning." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP-stöd" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Stöd för språket PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Upphovsman" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/th/kdevphp.po kdevelop-php-1.3.0/po/th/kdevphp.po --- kdevelop-php-1.2.90/po/th/kdevphp.po 2012-02-24 15:11:01.000000000 +0000 +++ kdevelop-php-1.3.0/po/th/kdevphp.po 2012-03-11 18:10:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-05-27 22:25+0700\n" "Last-Translator: Phuwanat Sakornsakolpat \n" "Language-Team: Thai \n" @@ -187,23 +187,23 @@ msgid "File permissions prevent opening for read." msgstr "ไม่สามารถเปิดแฟ้มเพื่ออ่านได้เนื่องจากไม่ได้รับอนุญาตสิทธิ์" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "ความสนับสนุน Php" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "สนับสนุนเรื่องภาษา Php" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "ผู้เขียน" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/uk/kdevphp.po kdevelop-php-1.3.0/po/uk/kdevphp.po --- kdevelop-php-1.2.90/po/uk/kdevphp.po 2012-02-24 15:11:10.000000000 +0000 +++ kdevelop-php-1.3.0/po/uk/kdevphp.po 2012-03-11 18:10:59.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-07-15 08:13+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -194,23 +194,23 @@ msgid "File permissions prevent opening for read." msgstr "Дозволи на файл забороняють його читання." -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Підтримка PHP" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Підтримка мови PHP" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "Автор" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/zh_CN/kdevphp.po kdevelop-php-1.3.0/po/zh_CN/kdevphp.po --- kdevelop-php-1.2.90/po/zh_CN/kdevphp.po 2012-02-24 15:11:23.000000000 +0000 +++ kdevelop-php-1.3.0/po/zh_CN/kdevphp.po 2012-03-11 18:11:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-11-16 14:21+0800\n" "Last-Translator: Ni Hui \n" "Language-Team: Chinese Simplified \n" @@ -184,23 +184,23 @@ msgid "File permissions prevent opening for read." msgstr "没有权限打开文件读取。" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "Php 支持" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "Php 语言的支持" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "作者" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams" diff -Nru kdevelop-php-1.2.90/po/zh_TW/kdevphp.po kdevelop-php-1.3.0/po/zh_TW/kdevphp.po --- kdevelop-php-1.2.90/po/zh_TW/kdevphp.po 2012-02-24 15:11:28.000000000 +0000 +++ kdevelop-php-1.3.0/po/zh_TW/kdevphp.po 2012-03-11 18:11:18.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevphp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-02-12 11:15+0100\n" +"POT-Creation-Date: 2012-02-25 12:27+0100\n" "PO-Revision-Date: 2010-10-29 09:05+0800\n" "Last-Translator: Franklin Weng \n" "Language-Team: Chinese Traditional \n" @@ -187,23 +187,23 @@ msgid "File permissions prevent opening for read." msgstr "檔案權限不足,無法讀取。" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:62 msgid "Php Support" msgstr "PHP 支援" -#: phplanguagesupport.cpp:60 +#: phplanguagesupport.cpp:63 msgid "Support for Php Language" msgstr "PHP 語言支援" -#: phplanguagesupport.cpp:61 +#: phplanguagesupport.cpp:64 msgid "Milian Wolff" msgstr "Milian Wolff" -#: phplanguagesupport.cpp:61 phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:64 phplanguagesupport.cpp:65 msgid "Author" msgstr "作者" -#: phplanguagesupport.cpp:62 +#: phplanguagesupport.cpp:65 msgid "Niko Sams" msgstr "Niko Sams"