diff -Nru kdevelop-4.7.1/app/kdevelop.notifyrc kdevelop-4.7.3/app/kdevelop.notifyrc --- kdevelop-4.7.1/app/kdevelop.notifyrc 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/app/kdevelop.notifyrc 2016-01-22 18:18:56.000000000 +0000 @@ -403,7 +403,7 @@ Name[es]=Depurador Name[et]=Silur Name[fa]=اشکال‌زدا -Name[fi]=Virheenjäljitin +Name[fi]=Virheenpaikannin Name[fr]=Débogueur Name[gl]=Depurador Name[hu]=Hibakereső @@ -479,7 +479,7 @@ Comment[en_GB]=A Breakpoint has been hit by the debugger Comment[es]=El depurador ha alcanzado un punto de interrupción Comment[et]=Silur jõudis katkestuspunktini -Comment[fi]=Virheenjäljitin on osunut keskeytyskohtaan +Comment[fi]=Virheenpaikannin on osunut keskeytyskohtaan Comment[fr]=Un point d'arrêt a été atteint par le débogueur Comment[gl]=O depurador chegou a un punto de parada Comment[hu]=Egy töréspontot ért el a hibakereső @@ -552,7 +552,7 @@ Comment[en_GB]=A Watchpoint has been hit by the debugger Comment[es]=El depurador ha alcanzado un punto de observación Comment[et]=Silur jõudis jälgimispunktini -Comment[fi]=Virheenjäljitin on osunut seurantakohtaan +Comment[fi]=Virheenpaikannin on osunut seurantakohtaan Comment[fr]=Un point de surveillance a été atteint par le débogueur Comment[gl]=O depurador chegou a un punto de vixilancia Comment[hu]=Egy figyelőpontot ért el a hibakereső diff -Nru kdevelop-4.7.1/app/kdevelop_ps.desktop kdevelop-4.7.3/app/kdevelop_ps.desktop --- kdevelop-4.7.1/app/kdevelop_ps.desktop 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/app/kdevelop_ps.desktop 2016-01-22 18:18:56.000000000 +0000 @@ -26,7 +26,7 @@ Name[nb]=KDevelop 4 (Velg økt) Name[nds]=KDevelop 4 (Törn utsöken) Name[nl]=KDevelop 4 (pak een sessie) -Name[pl]=KDevelop 4 (Wybierz sesję) +Name[pl]=KDevelop 4 (wybór sesji) Name[pt]=KDevelop 4 (Seleccionar uma Sessão) Name[pt_BR]=KDevelop 4 (selecionar uma sessão) Name[ru]=KDevelop 4 (с выбором сеанса) diff -Nru kdevelop-4.7.1/CHANGELOG.4.7.1 kdevelop-4.7.3/CHANGELOG.4.7.1 --- kdevelop-4.7.1/CHANGELOG.4.7.1 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/CHANGELOG.4.7.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -ChangeLog for kdevelop v4.7.1 -============================= - -* Milian Wolff: Prepare release of 4.7.1 -* Kevin Funk: Fix CMakePreferences sizing -* Kevin Funk: cpp: Fix conversion warnings -* Kevin Funk: PVS V555 fix -* Kevin Funk: includeswidget: Use KMessageWidget -* Kevin Funk: Lower-case project name -* René J.V. Bertin: Avoid setting CMake variables globally that also exist as target-specific. -* René J.V. Bertin: OS X: * additional protection against App Nap and automaticTermination * really set the BundleDisplayName * generate an application icon resource -* René J.V. Bertin: [OS X] Set the Info.plist bundle name to KDevelop and the Info String to the longer string. Also disable support for automatic termination in the Info.plist. -* Kevin Funk: mac: Use correct bundle version -* HuiJie Zhang: Fix bug on multi-line function-macros expansion, -* Milian Wolff: Delete some dead code -* René J.V. Bertin: fix indentation REVIEW: 121391 -* René J.V. Bertin: [OS X] create a dedicated Info.plist for kdevelop REVIEW: 121394 -* René J.V. Bertin: Avoid inappropriate warning about faulty ninja.build file from gdb/CMakeLists.txt REVIEW: 121391 -* Kevin Funk: Hack for making build with CMake 2.8 and Ninja -* Kevin Funk: Remove .kdev4 file from subdirectory -* Kevin Funk: Revert "MissingDeclarationAssistant: Only show identifier" -* Kevin Funk: Disable missing decl assistant for namespaced ids -* Kevin Funk: Fix test in combination with GCC 4.9.1 and -O2 -* Kevin Funk: Don't access dangling pointer -* Nicolas Werner: Fix environment-cd for paths containing spaces. -* Kevin Funk: Make compile for me -* Milian Wolff: Reduce QVariant usage. -* Milian Wolff: Fix regressions introduced by recent refactoring. -* Milian Wolff: Minor code cleanup -* Milian Wolff: Use the add_debuggable_executable macro everywhere its required. -* Milian Wolff: Revert "Use debugfull configuration whenever it is available." -* Milian Wolff: Use debugfull configuration whenever it is available. -* Milian Wolff: Refactor the custom defines and includes plugin. -* Milian Wolff: Fix regression: Don't remove the KDEV_USE_EXTENSION_INTERFACE. -* Milian Wolff: Fix assertion about unknown projects in the IDAIM. -* Aleix Pol: Change precedence of default include paths -* Milian Wolff: Fixup signal connection -* Milian Wolff: Fix compile with clang 3.5 -* Pino Toscano: gdb: "#else if" does not exist, "#elif" does -* Pino Toscano: gdb: fix member order -* Pino Toscano: fix ByteArray/QByteArray typo -* René J.V. Bertin: Enables the debugger on OS X. Requires presence of a recent gdb version, e.g. from MacPorts. REVIEW: 120510 -* Kevin Funk: Fix uninitialized member 'kind' diff -Nru kdevelop-4.7.1/CHANGELOG.4.7.3 kdevelop-4.7.3/CHANGELOG.4.7.3 --- kdevelop-4.7.1/CHANGELOG.4.7.3 1970-01-01 00:00:00.000000000 +0000 +++ kdevelop-4.7.3/CHANGELOG.4.7.3 2016-01-22 18:18:56.000000000 +0000 @@ -0,0 +1,8 @@ +ChangeLog for kdevelop v4.7.3 +============================= + +* Milian Wolff: Set version to 4.7.3 +* Milian Wolff: Make compile, sorry...! +* Milian Wolff: Don't access declaration without holding the DUChain lock. +* Kevin Funk: Silence some Clang warnings +* Zhang HuiJie: fix definite loop. diff -Nru kdevelop-4.7.1/CMakeLists.txt kdevelop-4.7.3/CMakeLists.txt --- kdevelop-4.7.1/CMakeLists.txt 2015-02-02 14:23:53.000000000 +0000 +++ kdevelop-4.7.3/CMakeLists.txt 2016-01-22 18:20:15.000000000 +0000 @@ -1,7 +1,7 @@ # KDevelop version set( KDEVELOP_VERSION_MAJOR 4 ) set( KDEVELOP_VERSION_MINOR 7 ) -set( KDEVELOP_VERSION_PATCH 1 ) +set( KDEVELOP_VERSION_PATCH 3 ) # KDevplatform dependency version set( KDEVPLATFORM_VERSION "1.${KDEVELOP_VERSION_MINOR}.${KDEVELOP_VERSION_PATCH}" ) @@ -50,6 +50,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") # in Qt 4, clang support is lacking... + add_definitions("-Wno-inconsistent-missing-override -Wno-macro-redefined") add_definitions("-DQ_COMPILER_INITIALIZER_LISTS=1") endif() diff -Nru kdevelop-4.7.1/debian/changelog kdevelop-4.7.3/debian/changelog --- kdevelop-4.7.1/debian/changelog 2015-03-13 19:12:49.000000000 +0000 +++ kdevelop-4.7.3/debian/changelog 2016-03-18 13:37:42.000000000 +0000 @@ -1,3 +1,66 @@ +kdevelop (4:4.7.3-0ubuntu1) xenial; urgency=medium + + * Debian merge: remaining change: + keep autopkgtest + * New upstream bugfix release. + * Fix watch file. + * Fix version. + * Add dep libkasten3okteta1core1 to fix + optional dep failure. + * Add some more missing kastenokteta libs. + * Build is still not happy with kastenokteta + Adding kasten libs as well. + * wrap-and-sort. + * Remove okteta kasten support. It has been ported to kf5 and + not compatible. + * Release to Archive. + + -- Scarlett Clark Sun, 06 Mar 2016 08:06:52 -0800 + +kdevelop (4:4.7.2-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Update the patches: + - dont-use-removed-temporaries.diff: drop, backported from upstream + * Drop menu file and its pixmap, since kdevelop already provides a .desktop + file. + * Remove extra libsoprano-dev build dependency, which was added as workaround + for a bug in kdelibs5-dev. + * Bump Standards-Version to 3.9.6, no changes required. + * Bump kdevplatform-dev build dependency to >= 1.7.2. + + -- Pino Toscano Thu, 21 Jan 2016 22:02:43 +0100 + +kdevelop (4:4.7.1-2) unstable; urgency=medium + + * Add libkdevcompilerprovider to ensure that code navigation works. + * Backport patch from upstream to fix a crash when parsing bits/c++config.h. + + -- Sune Vuorela Sat, 26 Sep 2015 08:41:23 +0200 + +kdevelop (4:4.7.1-1) unstable; urgency=medium + + * Team upload. + + [ Pino Toscano ] + * Change section of kdevelop-dev to libdevel. + * Add ${misc:Depends} in kdevelop-dbg and kdevelop-l10n. + + [ Sune Vuorela ] + * Make KDevelop recommend kapptemplate to have more meaningful project + templates available. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. + - Bump kdevplatform-dev build dependency to 1.7.1. + * Remove kde-workspace from build dependencies. We no longer provide + a KDE 4 based workspace. + - Add libsoprano-dev as a build dependency, it was probably previously + pulled in by kde-workspace. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 02 Sep 2015 21:10:24 -0300 + kdevelop (4:4.7.1-0ubuntu3) vivid; urgency=medium * Wrong bug. Fix (LP: #1431965) @@ -23,6 +86,30 @@ -- Scarlett Clark Thu, 19 Feb 2015 11:22:49 -0800 +kdevelop (4:4.7.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + [ Andreas Cord-Landwehr ] + * Bump kdevplatform-dev build dependency to 1.7.0. + * Refresh patches. + * Update copyright. + + [ Pino Toscano ] + * Update copyright. + * Add the pkg-config build dependency. + * Update install files. + * Install kdevelop.xpm using .install file. + * Bump the debhelper compatibility to 9: + - bump compat to 9 + - bump the debhelper build dependency to 9 + * Convert rules to the dh sequencer with kde addon. + * Remove unused cdbs build dependency. + * Suggest ninja-build in kdevelop, as there is a plugin using it. + + -- Pino Toscano Tue, 23 Sep 2014 22:18:30 +0200 + kdevelop (4:4.7.0-0ubuntu3) vivid; urgency=medium * Build without okteta-dev which has moved to KF5 @@ -75,6 +162,19 @@ -- Rohan Garg Mon, 09 Dec 2013 18:54:59 +0100 +kdevelop (4:4.5.2-1) unstable; urgency=low + + * Team upload. + * New upstream release. + + [ Andreas Cord-Landwehr ] + * Remove patch okteta_optional_structures_tool.diff, applied upstream. + * Bump build dependency for kdevplatform-dev to 1.5.2. + * Bump Standards-Version to 3.9.5: no changes needed. + * Update debian/watch file to track xz compressed tarballs (Closes: #731896) + + -- Pino Toscano Sat, 18 Jan 2014 10:13:08 +0100 + kdevelop (4:4.5.2-0ubuntu1) trusty; urgency=low * New upstream release @@ -82,6 +182,40 @@ -- Rohan Garg Mon, 04 Nov 2013 16:02:55 +0100 +kdevelop (4:4.5.1-2) unstable; urgency=low + + * Team upload. Upload to unstable. + + [ Andreas Cord-Landwehr ] + * Fix build on big endian platforms. + * Release fixes parser crashes: (Closes: #721968, #719284) + + [ Pino Toscano ] + * Bump the okteta-dev build dependency to > 4.10, as previous versions are + not recognized. (Closes: #718076) + * Fix Vcs-* headers. + + -- Pino Toscano Fri, 06 Sep 2013 19:46:51 +0200 + +kdevelop (4:4.5.1-1) experimental; urgency=low + + [ Pino Toscano ] + * Make kdevelop-data break/replace kdevelop-doc << 4.3 (it was part of + kdevelop 3.5). + + [ Andreas Cord-Landwehr] + * Bump build dependency for kdevplatform-dev to 1.5.1. + * Remove patch for compile switch for Okteta structure tool since + BIG_ENDIAN compile switch implemented by upstream + (remove patch okteta_optional_structures_tool.diff) + * Add libqjson-dev build dependency. + * New upstream release: + - fixes parsing of libc header files (Closes: #707215) + * Bump Standards-Version to 3.9.4: no changes needed. + * Update copyright. + + -- Debian Qt/KDE Maintainers Fri, 25 May 2012 23:56:49 +0200 + kdevelop (4:4.5.1-0ubuntu5) saucy; urgency=low * Rebuild against new okteta 4.11 @@ -267,6 +401,16 @@ -- Rohan Garg Tue, 17 Jan 2012 18:05:47 +0530 +kdevelop (4:4.2.3-1) unstable; urgency=low + + [ Andreas Cord-Landwehr ] + * New upstream release. + + [ Pino Toscano ] + * Bump the kdevplatform-dev build dependency to 1.2.3. + + -- Debian Qt/KDE Maintainers Mon, 12 Dec 2011 21:22:18 +0100 + kdevelop (4:4.2.3-0ubuntu5) precise; urgency=low * Add kubuntu_02_okteta_kde_48_libraries.diff from upstream to build with diff -Nru kdevelop-4.7.1/debian/compat kdevelop-4.7.3/debian/compat --- kdevelop-4.7.1/debian/compat 2013-06-10 16:20:40.000000000 +0000 +++ kdevelop-4.7.3/debian/compat 2016-03-06 15:57:43.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru kdevelop-4.7.1/debian/control kdevelop-4.7.3/debian/control --- kdevelop-4.7.1/debian/control 2015-03-13 19:12:54.000000000 +0000 +++ kdevelop-4.7.3/debian/control 2016-03-06 18:52:50.000000000 +0000 @@ -1,43 +1,33 @@ Source: kdevelop Section: devel Priority: optional -Maintainer: Kubuntu Developers -XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Maintainer: Debian Qt/KDE Maintainers Uploaders: Fathi Boudra , Jeremy Lainé , George Kiagiadakis , Andreas Cord-Landwehr Build-Depends: cmake, - debhelper, - kdevplatform-dev (>= 1.7.1), + debhelper (>= 9), + kdevplatform-dev (>= 1.7.3), libqjson-dev, libqtwebkit-dev, - pkg-kde-tools, + okteta-dev (>= 15.12.1~), + pkg-config, + pkg-kde-tools (>= 0.9.0), shared-mime-info -Standards-Version: 3.9.4 XS-Testsuite: autopkgtest +Standards-Version: 3.9.6 Homepage: http://www.kdevelop.org/ -Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git -Vcs-Git: git://git.debian.org/pkg-kde/kde-std/kdevelop.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-std/kdevelop.git +Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-std/kdevelop.git Package: kdevelop Architecture: any -Depends: kate-data, - kdevelop-data (>= ${source:Version}), +Depends: kdevelop-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} -Recommends: cmake, - g++, - gcc, - gdb (>= 7.0), - kdevelop-l10n, - kdevelop-php-docs-l10n, - kdevelop-php-l10n, - libqtwebkit-qmlwebkitplugin, - make -Replaces: kdevelop-custom-buildsystem -Conflicts: kdevelop-custom-buildsystem -Suggests: kapptemplate +Recommends: g++, gcc, gdb (>= 7.0), kapptemplate, make +Suggests: cmake, kdevelop-l10n, ninja-build Description: integrated development environment for KDE KDevelop is an easy to use integrated development environment for KDE. It supports a wide range of programming languages and features project @@ -62,6 +52,7 @@ This package contains arch independent data for KDevelop. Package: kdevelop-dev +Section: libdevel Architecture: any Depends: kdelibs5-dev, kdevelop (= ${binary:Version}), @@ -95,6 +86,7 @@ Package: kdevelop-l10n Section: localization Architecture: all +Depends: ${misc:Depends} Replaces: kdevelop-l10n-ca, kdevelop-l10n-cavalencia, kdevelop-l10n-da, @@ -141,7 +133,6 @@ kdevelop-l10n-uk, kdevelop-l10n-zhcn, kdevelop-l10n-zhtw -Depends: ${misc:Depends} Recommends: kdevplatform-l10n Description: localization files for the KDevelop IDE KDevelop is an easy to use integrated development environment for KDE. diff -Nru kdevelop-4.7.1/debian/copyright kdevelop-4.7.3/debian/copyright --- kdevelop-4.7.1/debian/copyright 2015-03-13 19:12:54.000000000 +0000 +++ kdevelop-4.7.3/debian/copyright 2016-03-06 18:12:37.000000000 +0000 @@ -54,10 +54,8 @@ languages/cpp/codecompletion/missingincludeitem.h languages/cpp/codegen/adaptsignatureaction.cpp languages/cpp/codegen/adaptsignatureaction.h - languages/cpp/codegen/codeassistant.cpp - languages/cpp/codegen/codeassistant.h - languages/cpp/codegen/signatureassistant.cpp - languages/cpp/codegen/signatureassistant.h + languages/cpp/codegen/adaptsignatureassistant.cpp + languages/cpp/codegen/adaptsignatureassistant.h languages/cpp/codegen/unresolvedincludeassistant.cpp languages/cpp/codegen/unresolvedincludeassistant.h languages/cpp/cppduchain/builtinoperators.cpp @@ -141,10 +139,25 @@ debuggers/gdb/gdbvariable.h debuggers/gdb/memviewdlg.cpp debuggers/gdb/memviewdlg.h + debuggers/gdb/printers/helper.py debuggers/gdb/printers/kde4.py debuggers/gdb/printers/qt4.py debuggers/gdb/processselection.cpp debuggers/gdb/processselection.h + debuggers/gdb/registers/converters.cpp + debuggers/gdb/registers/converters.h + debuggers/gdb/registers/modelsmanager.cpp + debuggers/gdb/registers/modelsmanager.h + debuggers/gdb/registers/registercontroller.cpp + debuggers/gdb/registers/registercontroller.h + debuggers/gdb/registers/registercontroller_arm.cpp + debuggers/gdb/registers/registercontroller_arm.h + debuggers/gdb/registers/registercontroller_x86.cpp + debuggers/gdb/registers/registercontroller_x86.h + debuggers/gdb/registers/registersmanager.cpp + debuggers/gdb/registers/registersmanager.h + debuggers/gdb/registers/registersview.cpp + debuggers/gdb/registers/registersview.h debuggers/gdb/selectcoredialog.cpp debuggers/gdb/selectcoredialog.h debuggers/gdb/stty.cpp @@ -169,22 +182,50 @@ languages/cpp/cppduchain/macroset.cpp languages/cpp/cppduchain/macroset.h languages/cpp/includepathresolver.h + languages/plugins/custom-definesandincludes/kcm_widget/definesmodel.cpp + languages/plugins/custom-definesandincludes/kcm_widget/definesmodel.h + languages/plugins/custom-definesandincludes/kcm_widget/defineswidget.cpp + languages/plugins/custom-definesandincludes/kcm_widget/defineswidget.h + languages/plugins/custom-definesandincludes/kcm_widget/includesmodel.cpp + languages/plugins/custom-definesandincludes/kcm_widget/includesmodel.h + languages/plugins/custom-definesandincludes/kcm_widget/includeswidget.cpp + languages/plugins/custom-definesandincludes/kcm_widget/includeswidget.h + languages/plugins/custom-definesandincludes/kcm_widget/kcm_customdefinesandincludes.cpp + languages/plugins/custom-definesandincludes/kcm_widget/kcm_customdefinesandincludes.h + languages/plugins/custom-definesandincludes/kcm_widget/projectpathsmodel.cpp + languages/plugins/custom-definesandincludes/kcm_widget/projectpathsmodel.h + languages/plugins/custom-definesandincludes/kcm_widget/projectpathswidget.cpp + languages/plugins/custom-definesandincludes/kcm_widget/projectpathswidget.h + languages/plugins/custom-definesandincludes/settingsmanager.cpp + languages/plugins/custom-definesandincludes/settingsmanager.h + languages/plugins/custom-definesandincludes/tests/definesandincludestest.cpp + languages/plugins/custom-definesandincludes/tests/definesandincludestest.h projectbuilders/cmakebuilder/cmakebuilder.cpp projectbuilders/cmakebuilder/cmakebuilder.h projectbuilders/cmakebuilder/cmakebuilderpreferences.cpp projectbuilders/cmakebuilder/cmakebuilderpreferences.h projectbuilders/cmakebuilder/cmakejob.cpp projectbuilders/cmakebuilder/cmakejob.h + projectbuilders/cmakebuilder/prunejob.cpp + projectbuilders/cmakebuilder/prunejob.h projectbuilders/makebuilder/imakebuilder.h projectbuilders/makebuilder/makebuilderpreferences.cpp projectbuilders/makebuilder/makebuilderpreferences.h + projectbuilders/ninjabuilder/ninjabuilderpreferences.cpp + projectbuilders/ninjabuilder/ninjabuilderpreferences.h projectmanagers/cmake/cmakebuilddirchooser.cpp projectmanagers/cmake/cmakebuilddirchooser.h projectmanagers/cmake/cmakecodecompletionmodel.cpp projectmanagers/cmake/cmakecodecompletionmodel.h + projectmanagers/cmake/cmakecommitchangesjob.cpp + projectmanagers/cmake/cmakecommitchangesjob.h projectmanagers/cmake/cmakedoc.h projectmanagers/cmake/cmakedocumentation.cpp projectmanagers/cmake/cmakedocumentation.h + projectmanagers/cmake/cmakeedit.cpp + projectmanagers/cmake/cmakeedit.h + projectmanagers/cmake/cmakeimportjob.cpp + projectmanagers/cmake/cmakeimportjob.h projectmanagers/cmake/cmakehelpdocumentation.cpp projectmanagers/cmake/cmakehelpdocumentation.h projectmanagers/cmake/cmakemanager.cpp @@ -211,6 +252,8 @@ projectmanagers/cmake/parser/cmakeparserutils.h projectmanagers/cmake/parser/cmakeprojectvisitor.cpp projectmanagers/cmake/parser/cmakeprojectvisitor.h + projectmanagers/cmake/parser/generationexpressionsolver.cpp + projectmanagers/cmake/parser/generationexpressionsolver.h projectmanagers/cmake/parser/variablemap.cpp projectmanagers/cmake/parser/variablemap.h projectmanagers/cmake/settings/cmakecachedelegate.cpp @@ -229,15 +272,13 @@ projectmanagers/cmake/testing/ctestutils.h projectmanagers/cmake/testing/qttestdelegate.cpp projectmanagers/cmake/testing/qttestdelegate.h - projectmanagers/cmake/tests/astfactorytest.cpp - projectmanagers/cmake/tests/astfactorytest.h - projectmanagers/cmake/tests/cmake_cmakecondition_test.cpp - projectmanagers/cmake/tests/cmake_cmakecondition_test.h - projectmanagers/cmake/tests/cmake_cmakeprojectvisitor_test.cpp - projectmanagers/cmake/tests/cmake_cmakeprojectvisitor_test.h - projectmanagers/cmake/tests/cmakeast_test.h + projectmanagers/cmake/tests/cmakeastfactorytest.cpp + projectmanagers/cmake/tests/cmakeastfactorytest.h + projectmanagers/cmake/tests/cmakeasttest.h projectmanagers/cmake/tests/cmakecompliance.cpp projectmanagers/cmake/tests/cmakecompliance.h + projectmanagers/cmake/tests/cmakecmakeconditiontest.cpp + projectmanagers/cmake/tests/cmakecmakeconditiontest.h projectmanagers/cmake/tests/cmakeduchaintest.cpp projectmanagers/cmake/tests/cmakeduchaintest.h projectmanagers/cmake/tests/cmakeloadprojecttest.cpp @@ -246,9 +287,15 @@ projectmanagers/cmake/tests/cmakeparsertest.h projectmanagers/cmake/tests/cmakeparserutilstest.cpp projectmanagers/cmake/tests/cmakeparserutilstest.h + projectmanagers/cmake/tests/cmakeprojectvisitortest.cpp + projectmanagers/cmake/tests/cmakeprojectvisitortest.h projectmanagers/cmake/tests/create_test.rb projectmanagers/cmake/tests/ctestfindsuitestest.cpp projectmanagers/cmake/tests/ctestfindsuitestest.h + projectmanagers/cmake/tests/generationexpressionsolvertest.cpp + projectmanagers/cmake/tests/generationexpressionsolvertest.h + projectmanagers/cmake/tests/kdevprojectopen.cpp + projectmanagers/cmake/tests/kdevprojectopen.h projectmanagers/custom-buildsystem/configconstants.h projectmanagers/custom-buildsystem/configwidget.cpp projectmanagers/custom-buildsystem/configwidget.h @@ -260,25 +307,39 @@ projectmanagers/custom-buildsystem/custombuildsystemplugin.cpp projectmanagers/custom-buildsystem/custombuildsystemplugin.h projectmanagers/custom-buildsystem/debugarea.cpp - projectmanagers/custom-buildsystem/definesmodel.cpp - projectmanagers/custom-buildsystem/definesmodel.h - projectmanagers/custom-buildsystem/defineswidget.cpp - projectmanagers/custom-buildsystem/defineswidget.h - projectmanagers/custom-buildsystem/includesmodel.cpp - projectmanagers/custom-buildsystem/includesmodel.h - projectmanagers/custom-buildsystem/includeswidget.cpp - projectmanagers/custom-buildsystem/includeswidget.h projectmanagers/custom-buildsystem/kcm_custombuildsystem.cpp projectmanagers/custom-buildsystem/kcm_custombuildsystem.h - projectmanagers/custom-buildsystem/projectpathsmodel.cpp - projectmanagers/custom-buildsystem/projectpathsmodel.h - projectmanagers/custom-buildsystem/projectpathswidget.cpp - projectmanagers/custom-buildsystem/projectpathswidget.h projectmanagers/custom-buildsystem/tests/* projectmanagers/custommake/custommakemanager.cpp projectmanagers/custommake/custommakemanager.h projectmanagers/custommake/custommakemodelitems.cpp projectmanagers/custommake/custommakemodelitems.h + providers/ghprovider/ghaccount.cpp + providers/ghprovider/ghaccount.h + providers/ghprovider/ghdialog.cpp + providers/ghprovider/ghdialog.h + providers/ghprovider/ghlineedit.cpp + providers/ghprovider/ghlineedit.h + providers/ghprovider/ghprovidermodel.cpp + providers/ghprovider/ghprovidermodel.h + providers/ghprovider/ghproviderplugin.cpp + providers/ghprovider/ghproviderplugin.h + providers/ghprovider/ghproviderwidget.cpp + providers/ghprovider/ghproviderwidget.h + providers/ghprovider/ghresource.cpp + providers/ghprovider/ghresource.h + projectbuilders/cmakebuilder/prunejob.cpp + projectbuilders/cmakebuilder/prunejob.h + projectbuilders/ninjabuilder/ninjabuilderpreferences.cpp + projectbuilders/ninjabuilder/ninjabuilderpreferences.h + projectmanagers/cmake/cmakecommitchangesjob.cpp + projectmanagers/cmake/cmakecommitchangesjob.h + projectmanagers/cmake/cmakeedit.cpp + projectmanagers/cmake/cmakeedit.h + projectmanagers/cmake/cmakeimportjob.cpp + projectmanagers/cmake/cmakeimportjob.h + projectmanagers/cmake/parser/generationexpressionsolver.cpp + projectmanagers/cmake/parser/generationexpressionsolver.h Copyright: 1999-2003 John Birch 2001 Bernd Gehrmann 2001 Matthias Hoelzer-Kluepfel @@ -287,7 +348,7 @@ 2005-2009 Vladimir Prus 2006, 2011 David Nolden 2006-2008 Matt Rogers - 2006-2012 Aleix Pol Gonzalez , + 2006-2013 Aleix Pol Gonzalez , 2006-2012 Andreas Pakulat 2007 Dukju Ahn 2007-2008 Hamish Rodda @@ -301,6 +362,10 @@ 2011 Shaun Reich 2012 Eike Hein 2012 Miha Čančula + 2013-2014 Kevin Funk + 2013 Vlas Puhov + 2012-2013 Miquel Sabaté + 2014 Sergey Kalinichev License: GPL-2+ @@ -338,7 +403,12 @@ License along with this library. If not, see . -Files: app/welcomepage/* +Files: app/welcomepage/sessionsmodel.cpp + app/welcomepage/sessionsmodel.h + app/welcomepage/uihelper.cpp + app/welcomepage/uihelper.h + app/welcomepage/welcomepageview.cpp + app/welcomepage/welcomepageview.h debuggers/gdb/printers/tests/qtprinters.cpp debuggers/gdb/printers/tests/qtprinters.h debuggers/gdb/unittests/* @@ -357,12 +427,6 @@ languages/cpp/codegen/cppduchainchangeset.h languages/cpp/codegen/makeimplementationprivate.cpp languages/cpp/codegen/makeimplementationprivate.h - languages/cpp/codegen/renameaction.cpp - languages/cpp/codegen/renameaction.h - languages/cpp/codegen/renameassistant.cpp - languages/cpp/codegen/renameassistant.h - languages/cpp/codegen/renamefileaction.cpp - languages/cpp/codegen/renamefileaction.h languages/cpp/cppduchain/contextbuilder.cpp languages/cpp/cppduchain/contextbuilder.h languages/cpp/cppduchain/controlflowgraphbuilder.cpp @@ -382,8 +446,6 @@ languages/cpp/cppduchain/name_visitor.h languages/cpp/cppduchain/ptrtomembertype.cpp languages/cpp/cppduchain/ptrtomembertype.h - languages/cpp/cppduchain/qpropertydeclaration.cpp - languages/cpp/cppduchain/qpropertydeclaration.h languages/cpp/cppduchain/qtfunctiondeclaration.cpp languages/cpp/cppduchain/qtfunctiondeclaration.h languages/cpp/cppduchain/sourcemanipulation.cpp @@ -455,7 +517,10 @@ languages/cpp/tests/cpptestfiles/alljsontests.cpp languages/cpp/tests/cpptestfiles/defaultparameters.cpp languages/cpp/tests/cpptestfiles/functiondefinitiondeclarations.cpp + languages/cpp/tests/cpptestfiles/initializer_uses.cpp + languages/cpp/tests/cpptestfiles/lambda.cpp languages/cpp/tests/cpptestfiles/returnconst.cpp + languages/cpp/tests/cpptestfiles/typedef_template_arg.cpp languages/cpp/tests/cpptestfiles/va_arg.cpp languages/cpp/tests/cpptestfiles/virtualspecifier.cpp languages/cpp/tests/test_cppassistants.cpp @@ -466,6 +531,10 @@ languages/cpp/tests/test_cppcodegen.h languages/cpp/tests/test_cppfiles.cpp languages/cpp/tests/test_cppfiles.h + projectbuilders/ninjabuilder/kdevninjabuilderplugin.cpp + projectbuilders/ninjabuilder/kdevninjabuilderplugin.h + projectbuilders/ninjabuilder/ninjajob.cpp + projectbuilders/ninjabuilder/ninjajob.h projectmanagers/cmake/cmakeexport.h projectmanagers/cmake/parser/cmaketypes.h Copyright: 2002-2006 Roberto Raggi @@ -477,18 +546,23 @@ 2009 Bertjan Broeksema 2009 Ramon Zarazua 2009 Ramón Zarazúa - 2009-2011 Aleix Pol Gonzalez + 2009-2012 Aleix Pol Gonzalez 2009-2012 Niko Sams 2010 Floris Ruijter 2010 KDAB 2010-2012 Olivier de Gaalon 2010-2013 Milian Wolff + 2013 Vlas Puhov License: LGPL-2 Files: app/main.cpp + app/splash.cpp + app/splash.h + app/splash.qml app/plasma/runner/kdevelopsessions.cpp app/plasma/runner/kdevelopsessions.h + app/welcomepage/qml/* debuggers/gdb/breakpointcontroller.cpp debuggers/gdb/breakpointcontroller.h debuggers/gdb/mi/gdbmi.cpp @@ -540,16 +614,10 @@ languages/cpp/codecompletion/model.h languages/cpp/codecompletion/worker.cpp languages/cpp/codecompletion/worker.h - languages/cpp/codedelegate.cpp - languages/cpp/codedelegate.h languages/cpp/codegen/cppclasshelper.cpp languages/cpp/codegen/cppclasshelper.h - languages/cpp/codegen/progressdialogs.cpp - languages/cpp/codegen/progressdialogs.h languages/cpp/codegen/simplerefactoring.cpp languages/cpp/codegen/simplerefactoring.h - languages/cpp/codeproxy.cpp - languages/cpp/codeproxy.h languages/cpp/cpphighlighting.cpp languages/cpp/cpphighlighting.h languages/cpp/cpplanguagesupport.cpp @@ -557,20 +625,23 @@ languages/cpp/cppparsejob.cpp languages/cpp/cppparsejob.h languages/cpp/includepathresolver.cpp - languages/cpp/msvcdefinehelper.cpp languages/cpp/preprocessjob.cpp languages/cpp/preprocessjob.h languages/cpp/quickopen.cpp languages/cpp/quickopen.h languages/cpp/setuphelpers.cpp languages/cpp/setuphelpers.h - languages/cpp/setuphelpers_gcc.cpp - languages/cpp/setuphelpers_msvc.cpp languages/cpp/tests/cpp-parser.cpp languages/cpp/tests/test_buddies.cpp languages/cpp/tests/test_buddies.h languages/cpp/tests/test_specialcompletion.cpp languages/cpp/tests/test_specialcompletion.h + languages/plugins/custom-definesandincludes/compilerprovider/msvcdefinehelper.cpp + languages/plugins/custom-definesandincludes/debugarea.cpp + languages/plugins/custom-definesandincludes/debugarea.h + languages/plugins/custom-definesandincludes/definesandincludesexport.h + languages/plugins/custom-definesandincludes/definesandincludesmanager.cpp + languages/plugins/custom-definesandincludes/definesandincludesmanager.h projectbuilders/makebuilder/makebuilder.cpp projectbuilders/makebuilder/makebuilder.h projectbuilders/makebuilder/makejob.cpp @@ -600,7 +671,7 @@ 2008-2011 Sebastian Kügler 2009-2010 Niko Sams 2009-2012 Aleix Pol Gonzalez - 2009-2012 Milian Wolff + 2009-2014 Milian Wolff 2010 Benjamin Port 2010 Esben Mose Hansen 2010 Patrick Spendrin @@ -608,6 +679,9 @@ 2011 Martin Heide 2012 Ivan Shapovalov 2012 Miha Čančula + 2013 Sven Brauch + 2014 Kevin Funk + 2014 Sergey Kalinichev License: LGPL-2+ @@ -690,10 +764,41 @@ Comment: No license stated, hence the default license in COPYING applies License: GPL-2 +Files: projectbuilders/ninjabuilder/kdevninjabuilderplugin.cpp + projectbuilders/ninjabuilder/kdevninjabuilderplugin.h + projectbuilders/ninjabuilder/ninjajob.cpp + projectbuilders/ninjabuilder/ninjajob.h +Copyright: 2012 Aleix Pol Gonzalez +License: GPL-2 Files: languages/cpp/cppduchain/tests/testenvironment.cpp languages/cpp/cppduchain/tests/testenvironment.h -Copyright: 2013 Milian Wolff + languages/cpp/codegen/customincludepaths.cpp + languages/cpp/codegen/customincludepaths.h + languages/plugins/custom-definesandincludes/compilerprovider/compilerfactories.cpp + languages/plugins/custom-definesandincludes/compilerprovider/compilerfactories.h + languages/plugins/custom-definesandincludes/compilerprovider/compilerprovider.cpp + languages/plugins/custom-definesandincludes/compilerprovider/compilerprovider.h + languages/plugins/custom-definesandincludes/compilerprovider/gcclikecompiler.cpp + languages/plugins/custom-definesandincludes/compilerprovider/gcclikecompiler.h + languages/plugins/custom-definesandincludes/compilerprovider/icompiler.cpp + languages/plugins/custom-definesandincludes/compilerprovider/icompiler.h + languages/plugins/custom-definesandincludes/compilerprovider/icompilerfactory.h + languages/plugins/custom-definesandincludes/compilerprovider/icompilerprovider.h + languages/plugins/custom-definesandincludes/compilerprovider/msvccompiler.cpp + languages/plugins/custom-definesandincludes/compilerprovider/msvccompiler.h + languages/plugins/custom-definesandincludes/compilerprovider/tests/test_compilerprovider.cpp + languages/plugins/custom-definesandincludes/compilerprovider/tests/test_compilerprovider.h + languages/plugins/custom-definesandincludes/kcm_widget/compilersmodel.cpp + languages/plugins/custom-definesandincludes/kcm_widget/compilersmodel.h + languages/plugins/custom-definesandincludes/kcm_widget/compilerswidget.cpp + languages/plugins/custom-definesandincludes/kcm_widget/compilerswidget.h + languages/plugins/custom-definesandincludes/tests/projectsgenerator.cpp + languages/plugins/custom-definesandincludes/tests/projectsgenerator.h +Copyright: 2010 Patrick Spendrin + 2013 Milian Wolff + 2013-2014 Kevin Funk + 2014 Sergey Kalinichev License: GPL-2+ or any later version approved by KDE e.V. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -758,11 +863,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Files: debuggers/gdb/printers/libstdcxx.py -Copyright: 2008-2011 Free Software Foundation Inc -License: GPL-3+ - - Files: formatters/astyle/lib/* Copyright: 2006-2011 Jim Pattee 1998-2002 Tal Davidson @@ -776,7 +876,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA @@ -787,7 +887,7 @@ Copyright: 2002 Kitware Inc. Insight Consortium. License: CMake-License Copyright 2002 Kitware, Inc., Insight Consortium. All rights reserved. - + . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this @@ -798,7 +898,38 @@ * Neither the names of Kitware, Inc., the Insight Software Consortium, nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +Files: languages/cpp/cppduchain/tests/data/* +License: CC0 1.0 Universal + +Files: providers/ghprovider/cmake/FindQJson.cmake +Copyright: 2010 Pino Toscano, +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the names of Kitware, Inc., the Insight Software Consortium, nor the + names of their contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE diff -Nru kdevelop-4.7.1/debian/kdevelop-data.install kdevelop-4.7.3/debian/kdevelop-data.install --- kdevelop-4.7.1/debian/kdevelop-data.install 2015-03-13 19:12:54.000000000 +0000 +++ kdevelop-4.7.3/debian/kdevelop-data.install 2016-03-06 18:53:15.000000000 +0000 @@ -1,35 +1,13 @@ usr/share/doc/* usr/share/icons/* usr/share/kde4/apps/kdevappwizard/* -usr/share/kde4/apps/kdevcodegen/templates/class_declaration_cpp.txt -usr/share/kde4/apps/kdevcodegen/templates/cpp_header.h -usr/share/kde4/apps/kdevcodegen/templates/cpp_header_onlyfunctions.h -usr/share/kde4/apps/kdevcodegen/templates/cpp_implementation.cpp -usr/share/kde4/apps/kdevcodegen/templates/license_header_cpp.txt -usr/share/kde4/apps/kdevcodegen/templates/method_declaration_cpp.txt -usr/share/kde4/apps/kdevcodegen/templates/method_definition_cpp.txt +usr/share/kde4/apps/kdevcodegen/ usr/share/kde4/apps/kdevcppsupport/* usr/share/kde4/apps/kdevcustommakemanager/* usr/share/kde4/apps/kdevelop/* -usr/share/kde4/apps/kdevfiletemplates/templates/c_gobject.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/c_gobject_private.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/c_gobject_properties.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/cmake_module.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/cpp_basic.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/cpp_qtestlib.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/cpp_qtestlib_kde.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/cpp_qtestlib_kdevelop.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/php_phpunit.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/private_pointer.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/python_basic.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/python_pyunit.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/qobject.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/qt_shared.tar.bz2 -usr/share/kde4/apps/kdevfiletemplates/templates/qt_widget.tar.bz2 +usr/share/kde4/apps/kdevfiletemplates/ usr/share/kde4/apps/kdevgdb/* -usr/share/kde4/apps/kdevmanpage/manpagedocumentation.css -usr/share/kde4/apps/plasma/plasmoids/kdevelopsessions/contents/ui/kdevelopsessions.qml -usr/share/kde4/apps/plasma/plasmoids/kdevelopsessions/metadata.desktop -usr/share/kde4/apps/plasma/services/org.kde.plasma.dataengine.kdevelopsessions.operations +usr/share/kde4/apps/kdevmanpage/* +usr/share/kde4/apps/plasma/ usr/share/kde4/config/* usr/share/mime/packages/kdevelop.xml diff -Nru kdevelop-4.7.1/debian/kdevelop-data.links kdevelop-4.7.3/debian/kdevelop-data.links --- kdevelop-4.7.1/debian/kdevelop-data.links 2014-09-12 07:32:22.000000000 +0000 +++ kdevelop-4.7.3/debian/kdevelop-data.links 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/share/doc/kde/HTML/en/common usr/share/doc/kde/HTML/en/kdevelop/common diff -Nru kdevelop-4.7.1/debian/kdevelop.lintian-overrides kdevelop-4.7.3/debian/kdevelop.lintian-overrides --- kdevelop-4.7.1/debian/kdevelop.lintian-overrides 2014-09-08 15:20:45.000000000 +0000 +++ kdevelop-4.7.3/debian/kdevelop.lintian-overrides 2016-03-06 15:57:43.000000000 +0000 @@ -1,4 +1,4 @@ -kdevelop: package-name-doesnt-match-sonames libkdev4cmakecommon libkdev4cppduchain libkdev4cppparser libkdev4cpprpp libkdev4includesdefinessettings +kdevelop: package-name-doesnt-match-sonames libkdev4cmakecommon libkdev4cppduchain libkdev4cppparser libkdev4cpprpp kdevelop: shlib-without-versioned-soname usr/lib/libkdev4cppparser.so libkdev4cppparser.so kdevelop: shlib-without-versioned-soname usr/lib/libkdev4cpprpp.so libkdev4cpprpp.so kdevelop: shlib-without-versioned-soname usr/lib/libkdev4cppduchain.so libkdev4cppduchain.so diff -Nru kdevelop-4.7.1/debian/kdevelop.menu kdevelop-4.7.3/debian/kdevelop.menu --- kdevelop-4.7.1/debian/kdevelop.menu 2013-06-10 16:20:40.000000000 +0000 +++ kdevelop-4.7.3/debian/kdevelop.menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -?package(kdevelop):\ - needs="X11"\ - section="Applications/Programming"\ - hints="KDE,Development"\ - title="KDevelop"\ - longtitle="KDevelop (Development Environment)"\ - icon="/usr/share/pixmaps/kdevelop.xpm"\ - command="/usr/bin/kdevelop" diff -Nru kdevelop-4.7.1/debian/kdevelop.xpm kdevelop-4.7.3/debian/kdevelop.xpm --- kdevelop-4.7.1/debian/kdevelop.xpm 2013-06-10 16:20:40.000000000 +0000 +++ kdevelop-4.7.3/debian/kdevelop.xpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,295 +0,0 @@ -/* XPM */ -static char *kdevelop[] = { -/* columns rows colors chars-per-pixel */ -"32 32 257 2", -" c #000000", -". c #04040C", -"X c #000D00", -"o c #0B0B0E", -"O c #0D0D10", -"+ c #071700", -"@ c #001A00", -"# c #131316", -"$ c #14141A", -"% c #19191D", -"& c #1B1B24", -"* c #1F1F2C", -"= c #15152A", -"- c #002B00", -"; c #003E00", -": c #0A3000", -"> c #153D03", -", c #212126", -"< c #22222C", -"1 c #2C2C35", -"2 c #2D2D3B", -"3 c #34343F", -"4 c #373748", -"5 c #383844", -"6 c #004F00", -"7 c #005600", -"8 c #015900", -"9 c #095C00", -"0 c #164A02", -"q c #195502", -"w c #006500", -"e c #006C00", -"r c #404047", -"t c #40404A", -"y c gray29", -"u c #424252", -"i c #484852", -"p c #4A4A5C", -"a c #535355", -"s c #54545C", -"d c #5C5C5D", -"f c #5C5C6B", -"g c #5B5B71", -"h c #636363", -"j c #63636C", -"k c #6B6B6B", -"l c #686776", -"z c #70707C", -"x c #7C7C7C", -"c c #747474", -"v c #727283", -"b c #7D7C8C", -"n c #79778C", -"m c #7B7B93", -"M c #7F7FBF", -"N c #0A8A04", -"B c #029B00", -"V c #079906", -"C c #108F0A", -"Z c #118D00", -"A c #189207", -"S c #1F9C1C", -"D c #0DA400", -"F c #07A300", -"G c #14A301", -"H c #1DAD01", -"J c #1DA91B", -"K c #29911F", -"L c #298E28", -"P c #309A29", -"I c #20AD00", -"U c #23A716", -"Y c #2AB300", -"T c #2EB802", -"R c #27B601", -"E c #39AC01", -"W c #33B902", -"Q c #3CB200", -"! c #37B716", -"~ c #2AA920", -"^ c #30AA2C", -"/ c #30A828", -"( c #34B027", -") c #3BC102", -"_ c #439A3E", -"` c #40A71D", -"' c #42BC05", -"] c #5ABB0E", -"[ c #47A726", -"{ c #4EBD35", -"} c #46B63C", -"| c #58A82C", -" . c #78B93D", -".. c #69B42A", -"X. c #49B449", -"o. c #50BB4C", -"O. c #5BBF54", -"+. c #5FBE58", -"@. c #55BB51", -"#. c #61AF4E", -"$. c #64B440", -"%. c #62BD5C", -"&. c #72B544", -"*. c #77B46F", -"=. c #4DCA01", -"-. c #48C408", -";. c #4BC31C", -":. c #54CE07", -">. c #54CB1C", -",. c #5ED700", -"<. c #68D800", -"1. c #75C91A", -"2. c #7DD610", -"3. c #6AC714", -"4. c #6CD233", -"5. c #71D634", -"6. c #7AE200", -"7. c #61C252", -"8. c #72C35C", -"9. c #7BD541", -"0. c #6DC46B", -"q. c #65C463", -"w. c #75C96C", -"e. c #73C76F", -"r. c #73C672", -"t. c #7CC878", -"y. c #84CD27", -"u. c #89CB36", -"i. c #81EA15", -"p. c #87F000", -"a. c #90EC18", -"s. c #98F90D", -"d. c #80E136", -"f. c GreenYellow", -"g. c #ABFF24", -"h. c #A6F832", -"j. c #8DC949", -"k. c #8ADF4D", -"l. c #95C85B", -"z. c #83C47F", -"x. c #91C577", -"c. c #8CE245", -"v. c #9BEF43", -"b. c #9FE960", -"n. c #A3CB7B", -"m. c #A3E276", -"M. c #B0F263", -"N. c #BCF678", -"B. c #838383", -"V. c #83838B", -"C. c #8A8A8A", -"Z. c #8A8A9D", -"A. c #848497", -"S. c #90909E", -"D. c #9A9A9B", -"F. c #929293", -"G. c #8E8DA4", -"H. c #9494A3", -"J. c #9A9AAC", -"K. c #9594A7", -"L. c #9E9EB2", -"P. c #A9A8AD", -"I. c #A5A3B9", -"U. c #AEABB3", -"Y. c #ABABBB", -"T. c #A6A5BA", -"R. c #B2AEBE", -"E. c #B1B1B1", -"W. c #ACAAC0", -"Q. c #AAA5C1", -"!. c #B2B2C4", -"~. c #B6B4CA", -"^. c #BCBBCB", -"/. c #BEBCD1", -"(. c #85CE85", -"). c #89CF89", -"_. c #8CCD85", -"`. c #89D086", -"'. c #8AD089", -"]. c #87D082", -"[. c #96C588", -"{. c #97C295", -"}. c #92D293", -"|. c #A8C596", -" X c #A7DE93", -".X c #AACFA1", -"XX c #A6D0A0", -"oX c #A7D1A8", -"OX c #A4DAA4", -"+X c #A7DDA8", -"@X c #AAD3A5", -"#X c #A8DBA8", -"$X c #B3D0A1", -"%X c #B3DEB2", -"&X c #B0D5B0", -"*X c #BDF288", -"=X c #AFE2AE", -"-X c #B4E5B4", -";X c #C3BFD6", -":X c #C7F2A5", -">X c #D6FBB1", -",X c #C3C2C5", -" YXYXYXYX", -"YX . $ u aXx.Y %X6Xa y d d h d h rXMXMXfX-.W W W E + YXYXYXYX", -"YXYXYXYXYX R.dXQ XUXrXc d k c k F.HXMXDX8X=.-.;.) | n * YXYXYX", -"YXYXYXYXYXYXs DX&.9.UXUXbXC.c x x 2XIXHXPXm.:.5.>.' |.~.$ YXYXYX", -"YXYXYXYXYXYX1 6XeX] :XUXUXMXD.C.D.HXUXUXvXc.k.5.=.&.wXv YXYXYX", -"YXYXYXYXYX J.XUXUXUX,XrXIXUXGX*Xb.5.<...1XT.L.t YXYXYX", -"YXYXYXYXYXk tXJX5XiX$X1.M.xXIXLXKXFXcXN.v.i.<. .1XQ. debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + +override_dh_auto_install: + dh_auto_install + # Work around a conflict with kapptemplate + find debian/tmp -type f -name qmake_qt4guiapp.tar.bz2 | xargs rm -fv override_dh_strip: - $(overridden_command) --dbg-package=kdevelop-dbg + dh_strip --dbg-package=kdevelop-dbg -override_dh_builddeb: - dh_builddeb -- -Zxz - .PHONY: override_dh_auto_test diff -Nru kdevelop-4.7.1/debian/source/options kdevelop-4.7.3/debian/source/options --- kdevelop-4.7.1/debian/source/options 2014-09-08 16:42:53.000000000 +0000 +++ kdevelop-4.7.3/debian/source/options 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -compression = "xz" -compression-level = 7 \ No newline at end of file diff -Nru kdevelop-4.7.1/debian/watch kdevelop-4.7.3/debian/watch --- kdevelop-4.7.1/debian/watch 2013-06-10 16:20:40.000000000 +0000 +++ kdevelop-4.7.3/debian/watch 2016-03-06 16:08:54.000000000 +0000 @@ -1,3 +1,2 @@ version=3 - -ftp://ftp.kde.org/pub/kde/stable/kdevelop/([\d.]+)/src/kdevelop-([\d.]+).tar.bz2 +http://download.kde.org/stable/kdevelop/([\d.]+)/src/kdevelop-([\d.]+).tar.bz2 diff -Nru kdevelop-4.7.1/debuggers/gdb/gdb.cpp kdevelop-4.7.3/debuggers/gdb/gdb.cpp --- kdevelop-4.7.1/debuggers/gdb/gdb.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/debuggers/gdb/gdb.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -44,7 +44,10 @@ using namespace GDBDebugger; GDB::GDB(QObject* parent) -: QObject(parent), process_(0), sawPrompt_(false), currentCmd_(0), receivedReply_(false), isRunning_(false), childPid_(0) +: QObject(parent), process_(0), sawPrompt_(false), currentCmd_(0), receivedReply_(false), isRunning_(false) +#if defined(Q_OS_MAC) +, childPid_(0) +#endif { } @@ -157,9 +160,14 @@ { //TODO:win32 Porting needed int pid = process_->pid(); + + #if defined(Q_OS_MAC) if (childPid_) { - ::kill(childPid_, SIGINT); - } else if (pid != 0) { + pid = childPid_; + } + #endif + + if (pid) { ::kill(pid, SIGINT); } } @@ -254,8 +262,10 @@ emit internalCommandOutput(QString::fromUtf8(line) + '\n'); + #if defined(Q_OS_MAC) if (result.reason == "thread-group-started") { - receivedReply_ = true; + if (currentCmd_->cmdToSend().contains("exec-run")) + receivedReply_ = true; // (gdb) -exec-run // =thread-group-started,id="i1",pid="16768" if (line.contains("pid=\"")) { @@ -270,6 +280,7 @@ } } } + #endif // FIXME: the code below should be reviewed to consider result record // subtype when doing all decisions. diff -Nru kdevelop-4.7.1/debuggers/gdb/gdb.h kdevelop-4.7.3/debuggers/gdb/gdb.h --- kdevelop-4.7.1/debuggers/gdb/gdb.h 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/debuggers/gdb/gdb.h 2016-01-22 18:18:56.000000000 +0000 @@ -144,7 +144,9 @@ bool receivedReply_; bool isRunning_; + #if defined(Q_OS_MAC) unsigned long childPid_; + #endif }; } diff -Nru kdevelop-4.7.1/debuggers/gdb/kdevgdb.desktop.cmake kdevelop-4.7.3/debuggers/gdb/kdevgdb.desktop.cmake --- kdevelop-4.7.1/debuggers/gdb/kdevgdb.desktop.cmake 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/debuggers/gdb/kdevgdb.desktop.cmake 2016-01-22 18:18:56.000000000 +0000 @@ -3,15 +3,15 @@ Exec=blubb Comment=This plugin provides a frontend for GDB, a source-level debugger for C, C++ and more. Comment[bs]=Ovaj dodatak pruža link za GDB, ispravljač grešaka izvornog nivoa za C, C++ i druge. -Comment[ca]=Aquest connector proveeix d'un frontal per GDB, un depurador a nivell de codi per C, C++ i més llenguatges. -Comment[ca@valencia]=Este connector proveeix d'un frontal per GDB, un depurador a nivell de codi per C, C++ i més llenguatges. +Comment[ca]=Aquest connector proveeix d'un frontal per GDB, un depurador quant a codi per C, C++ i més llenguatges. +Comment[ca@valencia]=Este connector proveeix d'un frontal per GDB, un depurador quant a codi per C, C++ i més llenguatges. Comment[da]=Dette plugin sørger for en brugerflade til GDB, en fejlsøger til C, C++ og mere. Comment[de]=Dieses Modul stellt eine Oberfläche für GDB zur Verfügung. GDB ist ein Debugger für C, C++ und weitere Sprachen. Comment[el]=Αυτό το πρόσθετο προσφέρει ένα σύστημα περιβάλλοντος για το GDB, έναν διορθωτή επιπέδου πηγαίου κώδικα για τις C, C++ και άλλες γλώσσες. Comment[en_GB]=This plugin provides a frontend for GDB, a source-level debugger for C, C++ and more. Comment[es]=Este complemento proporciona una interfaz para GDB, un depurador de código fuente para C, C++ y demás. Comment[et]=See plugin pakub GDB kasutajaliidest. GDB on C, C++ ja veel mitme keele lähtekoodi tasandil tegutsev siluja. -Comment[fi]=Tämä liitännäinen tarjoaa GDB-käyttöliittymän, lähdekooditason virheenjäljittimen C-, C++-kielille ja paljon muuta +Comment[fi]=Tämä liitännäinen tarjoaa GDB-käyttöliittymän, lähdekooditason virheenpaikantimen C-, C++-kielille ja paljon muuta Comment[fr]=Ce module externe fournit une interface pour GDB, un débogueur au niveau des sources pour C, C++, etc. Comment[ga]=Soláthraíonn an breiseán seo comhéadan ar GDB, dífhabhtóir foinse C, C++ agus a thuilleadh. Comment[gl]=Este engadido fornece unha interface para GDB, un depurador a nivel do código fonte para C, C++ e outros. @@ -85,7 +85,7 @@ GenericName[es]=Interfaz para el depurador GenericName[et]=Siluja kasutajaliides GenericName[eu]=Araztaile-interfazea -GenericName[fi]=Virheenjäljittimen käyttöliittymä +GenericName[fi]=Virheenpaikantimen käyttöliittymä GenericName[fr]=Interface du débogueur GenericName[ga]=Comhéadan Dífhabhtóra GenericName[gl]=Interface para o depurador diff -Nru kdevelop-4.7.1/documentation/qthelp/kdevqthelp.desktop.cmake kdevelop-4.7.3/documentation/qthelp/kdevqthelp.desktop.cmake --- kdevelop-4.7.1/documentation/qthelp/kdevqthelp.desktop.cmake 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/documentation/qthelp/kdevqthelp.desktop.cmake 2016-01-22 18:18:56.000000000 +0000 @@ -22,7 +22,7 @@ Comment[km]=កម្មវិធី​ជំនួយ​នេះ​ផ្ដល់​ការ​រួម​បញ្ចូល​ QtHelp Comment[nb]=Dette programtillegget gir integrering med QtHelp Comment[nds]=Dit Moduul stellt de Inbetten vun de Qt-Hülp praat -Comment[nl]=Deze plugin geeft Qt-hulpintegratie +Comment[nl]=Deze plug-in biedt integratie met QtHelp Comment[pl]=Wtyczka ta zapewnia integrację QtHelp Comment[pt]=Este 'plugin' oferece a integração com o QtHelp Comment[pt_BR]=Este plugin fornece integração com o QtHelp diff -Nru kdevelop-4.7.1/formatters/astyle/kdevastyle.desktop.cmake kdevelop-4.7.3/formatters/astyle/kdevastyle.desktop.cmake --- kdevelop-4.7.1/formatters/astyle/kdevastyle.desktop.cmake 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/formatters/astyle/kdevastyle.desktop.cmake 2016-01-22 18:18:56.000000000 +0000 @@ -60,7 +60,7 @@ Name[nl]=Backend voor AStyle formatteerprogramma Name[pl]=Silnik formatowania AStyle Name[pt]=Infra-Estrutura de Formatação do AStyle -Name[pt_BR]=Formatador AStyle +Name[pt_BR]=Formatador AStyle Name[ru]=Механизм форматирования кода AStyle Name[sk]=Backend formátovača AStyle Name[sl]=Zaledje oblikovalnika AStyle diff -Nru kdevelop-4.7.1/formatters/customscript/kdevcustomscript.desktop.cmake kdevelop-4.7.3/formatters/customscript/kdevcustomscript.desktop.cmake --- kdevelop-4.7.1/formatters/customscript/kdevcustomscript.desktop.cmake 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/formatters/customscript/kdevcustomscript.desktop.cmake 2016-01-22 18:18:56.000000000 +0000 @@ -52,7 +52,7 @@ Name[kk]=Пайдаланушы скрипттер пішімдегіш тетігі Name[nb]=Bakgrunnsmotor for formattering med egne skripter Name[nds]=Egen Skript-Formateerhülpprogramm -Name[nl]=Eigen script voor formatteerbackend +Name[nl]=Backend voor formatteerprogramma met eigen scripts Name[pl]=Silnik formatowania przy użyciu własnych skryptów Name[pt]=Infra-Estrutura de Formatação Personalizada Name[pt_BR]=Infraestrutura de formatação de scripts personalizados diff -Nru kdevelop-4.7.1/kdeintegration/kdeprovider/kdevkdeprovider.desktop.cmake kdevelop-4.7.3/kdeintegration/kdeprovider/kdevkdeprovider.desktop.cmake --- kdevelop-4.7.1/kdeintegration/kdeprovider/kdevkdeprovider.desktop.cmake 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/kdeintegration/kdeprovider/kdevkdeprovider.desktop.cmake 2016-01-22 18:18:56.000000000 +0000 @@ -32,7 +32,7 @@ Comment[sv]=Insticksprogrammet hjälper till att erhålla KDE-projekt Comment[tr]=Bu eklenti KDE projelerini edinmeye ayardım eder Comment[ug]=بۇ قىستۇرما KDE قۇرۇلۇشلىرىنى ئېلىشقا ياردەم قىلىدۇ -Comment[uk]=За допомогою цього додатка можна звантажувати проекти KDE +Comment[uk]=За допомогою цього додатка можна отримувати проекти KDE Comment[x-test]=xxThis plugin helps to obtain KDE projectsxx Comment[zh_CN]=此插件帮助您获取 KDE 项目 Comment[zh_TW]=此外掛程式能協助您取得 KDE 專案 diff -Nru kdevelop-4.7.1/.krazy kdevelop-4.7.3/.krazy --- kdevelop-4.7.1/.krazy 1970-01-01 00:00:00.000000000 +0000 +++ kdevelop-4.7.3/.krazy 2016-01-22 18:18:56.000000000 +0000 @@ -0,0 +1 @@ +EXCLUDE dpointer diff -Nru kdevelop-4.7.1/languages/cpp/codecompletion/context.cpp kdevelop-4.7.3/languages/cpp/codecompletion/context.cpp --- kdevelop-4.7.1/languages/cpp/codecompletion/context.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/codecompletion/context.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -1287,9 +1287,10 @@ } void getOverridable(DUContext* base, DUContext* current, QMap< QPair, KDevelop::CompletionTreeItemPointer >& overridable, CodeCompletionContext::Ptr completionContext, int depth = 0) { - if(!current) + const int maxDepth = 5000; + if(!current || (depth > maxDepth)) return; - + foreach(Declaration* decl, current->localDeclarations()) { ClassFunctionDeclaration* classFun = dynamic_cast(decl); // one can only override the direct parent's ctor diff -Nru kdevelop-4.7.1/languages/cpp/cppduchain/cppducontext.h kdevelop-4.7.3/languages/cpp/cppduchain/cppducontext.h --- kdevelop-4.7.1/languages/cpp/cppduchain/cppducontext.h 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cppduchain/cppducontext.h 2016-01-22 18:18:56.000000000 +0000 @@ -604,8 +604,9 @@ } ///@see TemplateDeclaration::instantiate - DUContext* instantiate(const InstantiationInformation& info, const TopDUContext* source) { - if(!info.isValid() || m_instantiatedWith == info.indexed() || !this->parentContext()) + DUContext* instantiate(const InstantiationInformation& info, const TopDUContext* source, const int depth=0) { + const int maxDepth = 50; + if(!info.isValid() || m_instantiatedWith == info.indexed() || !this->parentContext() ||depth > maxDepth) return this; if(m_instantiatedFrom) @@ -633,7 +634,7 @@ //This context does not have an attached declaration, but it needs to be instantiated. CppDUContext* parent = dynamic_cast* >(this->parentContext()); if(parent) - surroundingContext = parent->instantiate(info.previousInstantiationInformation.information(), source); + surroundingContext = parent->instantiate(info.previousInstantiationInformation.information(), source, depth+1); } if(!surroundingContext) diff -Nru kdevelop-4.7.1/languages/cpp/cppduchain/cpppreprocessenvironment.cpp kdevelop-4.7.3/languages/cpp/cppduchain/cpppreprocessenvironment.cpp --- kdevelop-4.7.1/languages/cpp/cppduchain/cpppreprocessenvironment.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cppduchain/cpppreprocessenvironment.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -117,7 +117,7 @@ rpp::Environment::setMacro(const_cast(&it.ref())); //Do not use our overridden setMacro(..), because addDefinedMacro(..) is not needed(macro-sets should be merged separately) for( Cpp::ReferenceCountedStringSet::Iterator it = file->definedMacroNames().iterator(); it; ++it ) { - m_macroNameSet.insert(it.ref()); + m_macroNameSet.insert(*it); } //We don't have to care about efficiency too much here, unDefinedMacros should be a rather small set @@ -126,7 +126,7 @@ m->defined = false; m->m_valueHashValid = false; rpp::Environment::setMacro(m); //Do not use our overridden setMacro(..), because addDefinedMacro(..) is not needed(macro-sets should be merged separately) - m_macroNameSet.remove(it.ref()); + m_macroNameSet.remove(*it); } } diff -Nru kdevelop-4.7.1/languages/cpp/cppduchain/declarationbuilder.cpp kdevelop-4.7.3/languages/cpp/cppduchain/declarationbuilder.cpp --- kdevelop-4.7.1/languages/cpp/cppduchain/declarationbuilder.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cppduchain/declarationbuilder.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -812,6 +812,8 @@ void DeclarationBuilder::closeDeclaration(bool forceInstance) { + bool assignInternalContext = false; + { DUChainWriteLocker lock(DUChain::lock()); @@ -859,15 +861,16 @@ ctx->deleteAllInstantiations(); } } - } - if (lastContext()) - { - if (!m_onlyComputeSimplified && currentDeclaration()->isFunctionDeclaration()) + if (lastContext() && !m_onlyComputeSimplified && currentDeclaration()->isFunctionDeclaration()) { currentDeclaration()->setInternalFunctionContext(lastContext()); + } + + assignInternalContext = lastContext() && (lastContext()->type() != DUContext::Other || currentDeclaration()->isFunctionDeclaration()); + } - if(lastContext()->type() != DUContext::Other || currentDeclaration()->isFunctionDeclaration()) - eventuallyAssignInternalContext(); + if (assignInternalContext) { + eventuallyAssignInternalContext(); } ifDebugCurrentFile( DUChainReadLocker lock(DUChain::lock()); kDebug() << "closing declaration" << currentDeclaration()->toString() << "type" << (currentDeclaration()->abstractType() ? currentDeclaration()->abstractType()->toString() : QString("notype")) << "last:" << (lastType() ? lastType()->toString() : QString("(notype)")); ) diff -Nru kdevelop-4.7.1/languages/cpp/cppduchain/environmentmanager.cpp kdevelop-4.7.3/languages/cpp/cppduchain/environmentmanager.cpp --- kdevelop-4.7.1/languages/cpp/cppduchain/environmentmanager.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cppduchain/environmentmanager.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -232,7 +232,7 @@ const ReferenceCountedStringSet& conflicts = strings() - d_func()->m_usedMacroNames; for( ReferenceCountedStringSet::Iterator it(conflicts.iterator()); it; ++it ) { - if (!environmentMacroNames.contains(it.ref())) { + if (!environmentMacroNames.contains( *it )) { continue; } rpp::pp_macro* m = cppEnvironment->retrieveStoredMacro( *it ); diff -Nru kdevelop-4.7.1/languages/cpp/cppduchain/typeutils.cpp kdevelop-4.7.3/languages/cpp/cppduchain/typeutils.cpp --- kdevelop-4.7.1/languages/cpp/cppduchain/typeutils.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cppduchain/typeutils.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -143,7 +143,8 @@ } ///Returns whether base is a base-class of c - void getMemberFunctions(const CppClassType::Ptr& klass, const TopDUContext* topContext, QHash& functions, const QString& functionName, bool mustBeConstant) { + void getMemberFunctions(const CppClassType::Ptr& klass, const TopDUContext* topContext, QHash& functions, const QString& functionName, bool mustBeConstant,int recursionCount) { + static const int MaxRecursionCount = 50; Declaration* klassDecl = klass->declaration(topContext); ClassDeclaration* cppClassDecl = dynamic_cast(klassDecl); DUContext* context = klassDecl ? klassDecl->internalContext() : 0; @@ -172,8 +173,8 @@ FOREACH_FUNCTION(const KDevelop::BaseClassInstance& base, cppClassDecl->baseClasses) { if( base.access != KDevelop::Declaration::Private ) { //we need const-cast here because the constant list makes also the pointers constant, which is not intended CppClassType::Ptr baseClass = base.baseClass.type(); - if( baseClass && !baseClass->equals(klass.constData()) ) - getMemberFunctions( baseClass, topContext, functions, functionName, mustBeConstant); + if(baseClass && !baseClass->equals(klass.constData()) && recursionCount < MaxRecursionCount) + getMemberFunctions(baseClass, topContext, functions, functionName, mustBeConstant, recursionCount+1); } } } diff -Nru kdevelop-4.7.1/languages/cpp/cppduchain/typeutils.h kdevelop-4.7.3/languages/cpp/cppduchain/typeutils.h --- kdevelop-4.7.1/languages/cpp/cppduchain/typeutils.h 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cppduchain/typeutils.h 2016-01-22 18:18:56.000000000 +0000 @@ -105,7 +105,7 @@ * @param functions A hash that will map functions to their types * @param functionName Name of the functions * */ - KDEVCPPDUCHAIN_EXPORT void getMemberFunctions(const CppClassType::Ptr& klass, const TopDUContext* topContext, QHash& functions, const QString& functionName, bool mustBeConstant=false); + KDEVCPPDUCHAIN_EXPORT void getMemberFunctions(const CppClassType::Ptr& klass, const TopDUContext* topContext, QHash& functions, const QString& functionName, bool mustBeConstant=false, int recursionCount=0); /** * Same as above, except that it adds the functions to a list. diff -Nru kdevelop-4.7.1/languages/cpp/cpplanguagesupport.cpp kdevelop-4.7.3/languages/cpp/cpplanguagesupport.cpp --- kdevelop-4.7.1/languages/cpp/cpplanguagesupport.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cpplanguagesupport.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -76,6 +76,7 @@ #include "preprocessjob.h" #include "rpp/preprocessor.h" +#include "rpp/chartools.h" #include "ast.h" #include "parsesession.h" #include "cpphighlighting.h" @@ -824,7 +825,7 @@ QString preprocessedBody; //Check whether tail contains arguments QString tail = found.second.trimmed(); ///@todo make this better. - if(m.second->function_like) { + if(isFunctionLike(m.second, url)) { if(tail.endsWith('\\')) tail.truncate(tail.length() - 1); //properly support macro expansions when arguments contain newlines @@ -864,6 +865,61 @@ return new Cpp::NavigationWidget(*m.second, preprocessedBody); } +bool CppLanguageSupport::isFunctionLike(const rpp::pp_macro* pm, const KUrl& url) +{ + if(pm->function_like) + return true; + + DUChainReadLocker lock(DUChain::lock(), 100); + if(!lock.locked()) { + kDebug(9007) << "Failed to lock the du-chain in time"; + return false; + } + + TopDUContext* ctx = standardContext(url, true); + if(!ctx || !ctx->parsingEnvironmentFile()) + return false; + + Cpp::EnvironmentFilePointer p(dynamic_cast(ctx->parsingEnvironmentFile().data())); + + Q_ASSERT(p); + QByteArray strdef = stringFromContents((uint*)pm->definition(), pm->definitionSize()).trimmed(); + + Cpp::ReferenceCountedMacroSet::Iterator it = p->usedMacros().iterator(); + + while(!strdef.isEmpty()) { + IndexedString preName(strdef); + + if(pm->name == preName) + return false; + + if(!p->usedMacroNames().contains(preName) && !p->definedMacroNames().contains(preName)) + return false; + + while(it) { + if(it.ref().name.byteArray() == strdef) { + if(it.ref().function_like) + return true; + strdef = stringFromContents((uint*)it.ref().definition(), it.ref().definitionSize()); + } + ++it; + } + + it = p->definedMacros().iterator(); + + while(it) { + if(it.ref().name.byteArray() == strdef) { + if(it.ref().function_like) + return true; + strdef = stringFromContents((uint*)it.ref().definition(), it.ref().definitionSize()); + } + ++it; + } + }; + + return false; +} + UIBlockTester::UIBlockTesterThread::UIBlockTesterThread( UIBlockTester& parent ) : QThread(), m_parent( parent ), m_stop(false) { } diff -Nru kdevelop-4.7.1/languages/cpp/cpplanguagesupport.h kdevelop-4.7.3/languages/cpp/cpplanguagesupport.h --- kdevelop-4.7.1/languages/cpp/cpplanguagesupport.h 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/cpplanguagesupport.h 2016-01-22 18:18:56.000000000 +0000 @@ -158,6 +158,8 @@ virtual QWidget* specialLanguageObjectNavigationWidget(const KUrl& url, const KDevelop::SimpleCursor& position); + bool isFunctionLike(const rpp::pp_macro* pm, const KUrl& url); + static CppLanguageSupport* m_self; CppHighlighting *m_highlights; diff -Nru kdevelop-4.7.1/languages/cpp/parser/rpp/pp-engine.cpp kdevelop-4.7.3/languages/cpp/parser/rpp/pp-engine.cpp --- kdevelop-4.7.1/languages/cpp/parser/rpp/pp-engine.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/parser/rpp/pp-engine.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -860,7 +860,7 @@ { if (test_if_level()) { - pp_macro_expander expand_condition(this); + pp_macro_expander expand_condition(this, 0, false, true); skip_blanks(input, devnull()); Anchor inputPosition = input.inputPosition(); @@ -880,7 +880,7 @@ } else { // Capture info for precompiled macros - pp_macro_expander expand_condition(this); + pp_macro_expander expand_condition(this, 0, false, true); skip_blanks(input, devnull()); PreprocessedContents condition; { @@ -933,7 +933,7 @@ } else { - pp_macro_expander expand_condition(this); + pp_macro_expander expand_condition(this, 0, false, true); skip_blanks(input, devnull()); Anchor inputPosition = input.inputPosition(); @@ -1011,7 +1011,7 @@ { pp_macro* macro = m_environment->retrieveMacro(macro_name, true); bool value = false; - if( macro && macro->defined ) + if( macro && macro->defined && !(macro->file == currentFileName() && macro->sourceLine > input.originalInputPosition().line)) value = true; if (check_undefined) diff -Nru kdevelop-4.7.1/languages/cpp/parser/rpp/pp-macro-expander.cpp kdevelop-4.7.3/languages/cpp/parser/rpp/pp-macro-expander.cpp --- kdevelop-4.7.1/languages/cpp/parser/rpp/pp-macro-expander.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/parser/rpp/pp-macro-expander.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -125,12 +125,14 @@ #define RETURN_IF_INPUT_BROKEN if(input.atEnd()) { kDebug() << "too early end while expanding" << macro->name.str(); return; } -pp_macro_expander::pp_macro_expander(pp* engine, pp_frame* frame, bool inHeaderSection) +pp_macro_expander::pp_macro_expander(pp* engine, pp_frame* frame, bool inHeaderSection, bool has_if) : m_engine(engine) , m_frame(frame) , m_in_header_section(inHeaderSection) , m_search_significant_content(false) , m_found_significant_content(false) + , m_has_if(has_if) + , m_has_defined(false) { if(m_in_header_section) m_search_significant_content = true; //Find the end of the header section @@ -359,21 +361,33 @@ } // TODO handle inbuilt "defined" etc functions + static const IndexedString definedIndex = IndexedString("defined"); + + if (name == definedIndex && m_has_if && !m_has_defined){ + m_has_defined = true; + continue; + } + if(m_has_if && m_has_defined){ + pp_macro* macro = m_engine->environment()->retrieveMacro(name, true); + unsigned int value = 0; + if(macro && macro->defined) + value = 1; + output.appendString(inputPosition, convertFromByteArray(QByteArray::number(value))); + m_has_defined = false; + continue; + } pp_macro* macro = m_engine->environment()->retrieveMacro(name, false); - + if (!macro || !macro->defined || macro->hidden || macro->function_like || m_engine->hideNextMacro()) { - static const IndexedString definedIndex = IndexedString("defined"); - m_engine->setHideNextMacro(name == definedIndex); - + static const IndexedString lineIndex = IndexedString("__LINE__"); + static const IndexedString fileIndex = IndexedString("__FILE__"); + static const IndexedString dateIndex = IndexedString("__DATE__"); + static const IndexedString timeIndex = IndexedString("__TIME__"); - static const IndexedString lineIndex = IndexedString("__LINE__"); - static const IndexedString fileIndex = IndexedString("__FILE__"); - static const IndexedString dateIndex = IndexedString("__DATE__"); - static const IndexedString timeIndex = IndexedString("__TIME__"); if (name == lineIndex) - output.appendString(inputPosition, convertFromByteArray(QString::number(input.inputPosition().line).toUtf8())); + output.appendString(inputPosition, convertFromByteArray(QByteArray::number(input.inputPosition().line))); else if (name == fileIndex) output.appendString(inputPosition, convertFromByteArray(QString("\"%1\"").arg(m_engine->currentFileNameString()).toUtf8())); else if (name == dateIndex) diff -Nru kdevelop-4.7.1/languages/cpp/parser/rpp/pp-macro-expander.h kdevelop-4.7.3/languages/cpp/parser/rpp/pp-macro-expander.h --- kdevelop-4.7.1/languages/cpp/parser/rpp/pp-macro-expander.h 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/parser/rpp/pp-macro-expander.h 2016-01-22 18:18:56.000000000 +0000 @@ -74,7 +74,7 @@ class pp_macro_expander { public: - explicit pp_macro_expander(pp* engine, pp_frame* frame = 0, bool inHeaderSection = false); + explicit pp_macro_expander(pp* engine, pp_frame* frame = 0, bool inHeaderSection = false, bool has_if=false); pp_actual resolve_formal(const KDevelop::IndexedString& name, rpp::Stream& input); @@ -117,6 +117,8 @@ bool m_in_header_section; bool m_search_significant_content, m_found_significant_content; + bool m_has_if; + bool m_has_defined; }; } diff -Nru kdevelop-4.7.1/languages/cpp/parser/tests/test_parser.cpp kdevelop-4.7.3/languages/cpp/parser/tests/test_parser.cpp --- kdevelop-4.7.1/languages/cpp/parser/tests/test_parser.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/parser/tests/test_parser.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -540,6 +540,12 @@ QCOMPARE(preprocess("#define NEXT_\\\nLINE SUCCESS\nNEXT_LINE").replace(QRegExp("[\n\t ]+"), ""), QString("SUCCESS")); QCOMPARE(preprocess("#define NEXT_LINE\\\n(x,y) fun(x,y)\nNEXT_LINE(x,y)").replace(QRegExp("[\n\t ]+"), ""), QString("fun(x,y)")); + + QCOMPARE(preprocess("#if !defined A \n#define A B\n#endif\nA\n").trimmed(), QString("B")); + QCOMPARE(preprocess("#define A\n#if defined(A)\n#undef A\n#define A defined\n#else\n#define A ndefined\n#endif\nA\n").simplified(), QString("defined")); + + QEXPECT_FAIL("", "No problems reported for mispaired brackets", Continue); + QCOMPARE(preprocess("#if 1) \n#endif\n").trimmed(), QString("*ERROR*")); } void TestParser::testPreprocessorStringify() { diff -Nru kdevelop-4.7.1/languages/cpp/setuphelpers.cpp kdevelop-4.7.3/languages/cpp/setuphelpers.cpp --- kdevelop-4.7.1/languages/cpp/setuphelpers.cpp 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/cpp/setuphelpers.cpp 2016-01-22 18:18:56.000000000 +0000 @@ -43,6 +43,7 @@ //Add some macros to be compatible with the gnu c++ compiler //Used in several headers like sys/time.h insertMacro( macros, rpp::pp_macro("__restrict") ); + insertMacro( macros, rpp::pp_macro("__restrict__") ); insertMacro( macros, rpp::pp_macro("__extension__") ); //Add macros that allow special treatment when within kdevelop insertMacro( macros, rpp::pp_macro("IN_KDEVELOP_PARSER") ); diff -Nru kdevelop-4.7.1/languages/.krazy kdevelop-4.7.3/languages/.krazy --- kdevelop-4.7.1/languages/.krazy 1970-01-01 00:00:00.000000000 +0000 +++ kdevelop-4.7.3/languages/.krazy 2016-01-22 18:18:56.000000000 +0000 @@ -0,0 +1 @@ +SKIP /cpp/app_templates/ diff -Nru kdevelop-4.7.1/languages/plugins/custom-definesandincludes/kcm_widget/kcm_kdevcustomdefinesandincludes.desktop kdevelop-4.7.3/languages/plugins/custom-definesandincludes/kcm_widget/kcm_kdevcustomdefinesandincludes.desktop --- kdevelop-4.7.1/languages/plugins/custom-definesandincludes/kcm_widget/kcm_kdevcustomdefinesandincludes.desktop 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/plugins/custom-definesandincludes/kcm_widget/kcm_kdevcustomdefinesandincludes.desktop 2016-01-22 18:18:56.000000000 +0000 @@ -9,13 +9,16 @@ X-KDE-ParentComponents=kdevplatformproject Name=Custom Defines And Includes +Name[bs]=Vlastite definicije i uključivanja Name[ca]=Personalitza les definicions i inclusions +Name[ca@valencia]=Personalitza les definicions i inclusions Name[de]=Eigene Definitionen und Includes Name[en_GB]=Custom Defines And Includes Name[es]=Personalizar definiciones e inclusiones Name[et]=Kohandatud definitsioonid ja päised Name[fi]=Mukautetut definet ja includet Name[fr]=Définitions et inclusions personnalisées +Name[gl]=Definicións e inclusións personalizadas Name[it]=Definizioni e inclusioni personalizzate Name[nl]=Zelf gedefinieerd en invoegingen Name[pl]=Własne definicje i pliki dołączane @@ -29,13 +32,16 @@ Name[x-test]=xxCustom Defines And Includesxx Comment=Configure which macros and include directories/files will be added to the parser during project parsing. +Comment[bs]=Konfiguriše koji makroi i direktoriji/uključivanja će se dodati parseru tokom parsiranja projekta. Comment[ca]=Configura quines macros i directoris/fitxers s'afegiran a l'analitzador durant l'anàlisi del projecte. +Comment[ca@valencia]=Configura quines macros i directoris/fitxers s'afegiran a l'analitzador durant l'anàlisi del projecte. Comment[de]=Einstellung der Makros und Include-Ordner/-Dateien, die zum für den Parser während des Einlesens des Projekts hinzugefügt werden. Comment[en_GB]=Configure which macros and include directories/files will be added to the parser during project parsing. Comment[es]=Configurar las macros y los directorios/archivos a incluir que se añadirán al analizador sintáctico durante el análisis de los proyectos. Comment[et]=Aitab seadistada, millised makrod ja päistekataloogid või -failid lisada parserile projekti parsimiseks. Comment[fi]=Määritä, mitkä makrot ja include-hakemistot/tiedostot lisätään jäsentimelle projektin jäsentämisen aikana. Comment[fr]=Configurer quelles macros et dossiers ou fichiers d'inclusions seront ajoutés à l'analyseur pendant l'analyse du projet. +Comment[gl]=Configure que macros e ficheiros ou cartafoles de inclusión se engaden ao analizador do proxecto. Comment[it]=Configura quali macro e cartelle/file di inclusione saranno aggiunti all'analizzatore durante l'analisi del progetto. Comment[nl]=Stel in welke macro's en ingevoegde mappen/bestanden toegevoegd zullen worden aan de parser bij het ontleden van het project. Comment[pl]=Ustaw jakie pliki/katalogi makr i plików dołączanych będą dodawane do przetwarzania przy przetwarzaniu projektu. @@ -47,3 +53,4 @@ Comment[tr]=Proje ayrıştırılırken hangi makroların ve içerme dizinlerinin/dosyaların ayrıştırıcıya ekleneceğini yapılandırın. Comment[uk]=Налаштувати макроси і включені каталоги або файли, які буде додано під час обробки проекту. Comment[x-test]=xxConfigure which macros and include directories/files will be added to the parser during project parsing.xx +Comment[zh_CN]=配置在解析项目时加入哪些宏、引用目录和文件。 diff -Nru kdevelop-4.7.1/languages/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.desktop.cmake kdevelop-4.7.3/languages/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.desktop.cmake --- kdevelop-4.7.1/languages/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.desktop.cmake 2015-02-02 14:19:46.000000000 +0000 +++ kdevelop-4.7.3/languages/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.desktop.cmake 2016-01-22 18:18:56.000000000 +0000 @@ -1,13 +1,16 @@ [Desktop Entry] Type=Service Name=Custom Defines And Includes Manager +Name[bs]=Menadžer vlastitih definicija i uključivanja Name[ca]=Gestor per personalitzar les definicions i inclusions +Name[ca@valencia]=Gestor per personalitzar les definicions i inclusions Name[de]=Verwaltung eigener Definitionen und Includes Name[en_GB]=Custom Defines And Includes Manager Name[es]=Gestor de definiciones e inclusiones personalizadas Name[et]=Kohandatud definitsioonide ja päiste haldur Name[fi]=Mukautettujen definejen ja includejen hallinta Name[fr]=Gestionnaire de définitions et inclusions personnalisées +Name[gl]=Xestor de definicións e inclusións personalizadas Name[it]=Gestore delle definizioni e inclusioni personalizzate Name[nl]=Beheerder van zelf gedefinieerd en invoegingen Name[pl]=Zarządzanie własnymi definicjami i plikami dołączanymi @@ -20,13 +23,16 @@ Name[uk]=Керування нетиповими визначеннями і включеннями Name[x-test]=xxCustom Defines And Includes Managerxx GenericName=Custom Defines And Includes Manager +GenericName[bs]=Menadžer vlastitih definicija i uključivanja GenericName[ca]=Gestor per personalitzar les definicions i inclusions +GenericName[ca@valencia]=Gestor per personalitzar les definicions i inclusions GenericName[de]=Verwaltung eigener Definitionen und Includes GenericName[en_GB]=Custom Defines And Includes Manager GenericName[es]=Gestor de definiciones e inclusiones personalizadas GenericName[et]=Kohandatud definitsioonide ja päiste haldur GenericName[fi]=Mukautettujen definejen ja includejen hallinta GenericName[fr]=Gestionnaire de définitions et inclusions personnalisées +GenericName[gl]=Xestor de definicións e inclusións personalizadas GenericName[it]=Gestore delle definizioni e inclusioni personalizzate GenericName[nl]=Beheerder van zelf gedefinieerd en invoegingen GenericName[pl]=Zarządzanie własnymi definicjami i plikami dołączanymi @@ -39,13 +45,16 @@ GenericName[uk]=Керування нетиповими визначеннями і включеннями GenericName[x-test]=xxCustom Defines And Includes Managerxx Comment=Configure which macros and include directories/files will be added to the parser during project parsing. +Comment[bs]=Konfiguriše koji makroi i direktoriji/uključivanja će se dodati parseru tokom parsiranja projekta. Comment[ca]=Configura quines macros i directoris/fitxers s'afegiran a l'analitzador durant l'anàlisi del projecte. +Comment[ca@valencia]=Configura quines macros i directoris/fitxers s'afegiran a l'analitzador durant l'anàlisi del projecte. Comment[de]=Einstellung der Makros und Include-Ordner/-Dateien, die zum für den Parser während des Einlesens des Projekts hinzugefügt werden. Comment[en_GB]=Configure which macros and include directories/files will be added to the parser during project parsing. Comment[es]=Configurar las macros y los directorios/archivos a incluir que se añadirán al analizador sintáctico durante el análisis de los proyectos. Comment[et]=Aitab seadistada, millised makrod ja päistekataloogid või -failid lisada parserile projekti parsimiseks. Comment[fi]=Määritä, mitkä makrot ja include-hakemistot/tiedostot lisätään jäsentimelle projektin jäsentämisen aikana. Comment[fr]=Configurer quelles macros et dossiers ou fichiers d'inclusions seront ajoutés à l'analyseur pendant l'analyse du projet. +Comment[gl]=Configure que macros e ficheiros ou cartafoles de inclusión se engaden ao analizador do proxecto. Comment[it]=Configura quali macro e cartelle/file di inclusione saranno aggiunti all'analizzatore durante l'analisi del progetto. Comment[nl]=Stel in welke macro's en ingevoegde mappen/bestanden toegevoegd zullen worden aan de parser bij het ontleden van het project. Comment[pl]=Ustaw jakie pliki/katalogi makr i plików dołączanych będą dodawane do przetwarzania przy przetwarzaniu projektu. @@ -57,6 +66,7 @@ Comment[tr]=Proje ayrıştırılırken hangi makroların ve içerme dizinlerinin/dosyaların ayrıştırıcıya ekleneceğini yapılandırın. Comment[uk]=Налаштувати макроси і включені каталоги або файли, які буде додано під час обробки проекту. Comment[x-test]=xxConfigure which macros and include directories/files will be added to the parser during project parsing.xx +Comment[zh_CN]=配置在解析项目时加入哪些宏、引用目录和文件。 Icon=kdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevdefinesandincludesmanager diff -Nru kdevelop-4.7.1/po/bs/kdevcmakebuilder.po kdevelop-4.7.3/po/bs/kdevcmakebuilder.po --- kdevelop-4.7.1/po/bs/kdevcmakebuilder.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevcmakebuilder.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-11-12 07:32+0100\n" -"Last-Translator: Samir Ribić \n" +"PO-Revision-Date: 2014-01-12 22:04+0000\n" +"Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:17+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:08+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -71,7 +71,7 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: cmakebuildersettings.ui:17 msgid "Generator:" -msgstr "Generator:" +msgstr "Stvaratelj:" #: cmakejob.cpp:50 prunejob.cpp:38 msgid "CMake" @@ -99,7 +99,7 @@ #: prunejob.cpp:86 msgid "** Prune successful **" -msgstr "** Kresanje uspjelo **" +msgstr "** Kresanje uspjelol **" #: prunejob.cpp:88 #, kde-format diff -Nru kdevelop-4.7.1/po/bs/kdevcmake.po kdevelop-4.7.3/po/bs/kdevcmake.po --- kdevelop-4.7.1/po/bs/kdevcmake.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevcmake.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-08-09 05:44+0000\n" -"PO-Revision-Date: 2013-11-14 22:55+0100\n" +"PO-Revision-Date: 2015-02-22 17:56+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:18+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:09+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -43,7 +43,7 @@ #: cmakebuilddirchooser.cpp:190 msgid "You need to specify a build directory." -msgstr "Trebate navesti direktorij za gradnju" +msgstr "Trebate navesti direktorij za gradnju." #: cmakebuilddirchooser.cpp:197 msgid "Using an already created build directory." @@ -51,11 +51,11 @@ #: cmakebuilddirchooser.cpp:208 msgid "Creating a new build directory." -msgstr "Kreiram novi direktorij za gradnju" +msgstr "Kreiram novi direktorij za gradnju." #: cmakebuilddirchooser.cpp:214 msgid "Build directory already configured." -msgstr "Direktorij za gradnju je već konfigurisan" +msgstr "Direktorij za gradnju je već konfigurisan." #: cmakebuilddirchooser.cpp:216 #, kde-format @@ -64,7 +64,7 @@ #: cmakebuilddirchooser.cpp:219 msgid "You may not select a relative build directory." -msgstr "Ne možete izabrati relativni direktorij za gradnju" +msgstr "Ne možete izabrati relativni direktorij za gradnju." #: cmakebuilddirchooser.cpp:221 msgid "The selected build directory is not empty." @@ -183,11 +183,11 @@ #: cmakemanager.cpp:462 msgid "Jump to Target Definition" -msgstr "Skok na odredišnu definiciju" +msgstr "Idi na odredišnu definiciju" #: cmakemanager.cpp:497 msgid "Move files and folders within CMakeLists as follows:" -msgstr "Premjesti datoteke i direktorije unutar CMakeList na sljedeći način" +msgstr "Premjesti datoteke i direktorije unutar CMakeList na sljedeći način:" #: cmakemanager.cpp:536 msgid "Changes to CMakeLists failed, abort move?" @@ -212,7 +212,7 @@ #: cmakemanager.cpp:654 msgid "Could not save the change." -msgstr "Ne mogu snimiti promjenu" +msgstr "Ne mogu snimiti promjenu." #: cmakemanager.cpp:702 #, kde-format @@ -234,15 +234,11 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: cmakepossibleroots.ui:16 -#, fuzzy -#| msgid "" -#| "KDevelop has found several possible project root for your project, please " -#| "select the correct one." msgid "" "KDevelop has found several possible root directories for your project, " "please select the correct one." msgstr "" -"KDevelop je pronašao nekoliko mogućih korijena projekat za vaš projekat, " +"KDevelop je pronašao nekoliko mogućih korijenski direktorij za vaš projekat, " "izaberite ispravan." #: parser/cmakeprojectvisitor.cpp:2375 @@ -351,13 +347,13 @@ #, kde-format msgctxt "running test %1, %2 test case" msgid "CTest %1: %2" -msgstr "" +msgstr "CTest %1: %2" #: testing/ctestrunjob.cpp:133 #, kde-format msgctxt "running test %1, %2 number of test cases" msgid "CTest %2 (%1)" msgid_plural "CTest %2 (%1)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" \ No newline at end of file +msgstr[0] "CTest %2 (%1)" +msgstr[1] "CTest %2 (%1)" +msgstr[2] "CTest %2 (%1)" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/bs/kdevcpp.po kdevelop-4.7.3/po/bs/kdevcpp.po --- kdevelop-4.7.1/po/bs/kdevcpp.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevcpp.po 2016-01-22 18:19:03.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" -"PO-Revision-Date: 2013-11-12 07:37+0100\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" +"PO-Revision-Date: 2015-02-22 17:17+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" @@ -32,11 +32,11 @@ msgid "Initialize" msgstr "Inicijaliziraj" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Nije uključeno" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -48,29 +48,29 @@ msgstr[1] "%1 dodatna preopterećenja od %2 (vidi više)" msgstr[2] "%1 dodatnih preopterećenja od %2 (vidi više)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Poveži se %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signali/slotovi" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtualno potiskivanje (override)" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementacija funkcije" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ ugrađeno" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Slaganaj unaprijed" @@ -102,7 +102,7 @@ #, kde-format msgctxt "file content unknown" msgid "%1, %2" -msgstr "" +msgstr "%1, %2" #: codecompletion/missingincludeitem.cpp:564 msgid "Add Forward-Declaration" @@ -316,12 +316,12 @@ #. i18n: ectx: property (toolTip), widget (QPushButton, directorySelector) #: codegen/ui/custom_include_paths.ui:148 msgid "Select a directory to include." -msgstr "" +msgstr "Odaberi direktorij za uključivanje" #. i18n: ectx: property (text), widget (QPushButton, directorySelector) #: codegen/ui/custom_include_paths.ui:151 msgid "..." -msgstr "" +msgstr "..." #. i18n: ectx: property (text), widget (QLabel, label_7) #: codegen/ui/custom_include_paths.ui:168 @@ -585,42 +585,39 @@ msgstr "Makro" #: cppduchain/usebuilder.cpp:151 -#, fuzzy, kde-format -#| msgid "use of deleted function" +#, kde-format msgid "Use of deleted function: %1" -msgstr "upotreba obrisane funkcije" +msgstr "Upotreba obrisane funkcije: %1" -#: cpplanguagesupport.cpp:141 -#, fuzzy -#| msgid "Add include directive" +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" -msgstr "Dodaj include direktivu" +msgstr "Uredi direktorije za uključivanje" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ Podrška" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Podrška za C++ jezik" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Datoteke" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Prebaci na definiciju/deklaraciju" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Preimenuj deklaraciju" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Pomjeri u izvor" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Isprazno preprocesor
" diff -Nru kdevelop-4.7.1/po/bs/kdevcustombuildsystem.po kdevelop-4.7.3/po/bs/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/bs/kdevcustombuildsystem.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevcustombuildsystem.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevcustombuildsystem.po\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-01-26 14:23+0000\n" +"PO-Revision-Date: 2013-10-18 20:28+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: bs \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:19+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:10+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -104,7 +104,7 @@ #. i18n: ectx: property (toolTip), widget (QLineEdit, actionArguments) #: configwidget.ui:108 msgid "The arguments that the tool needs to execute properly." -msgstr "Argumenti koje alat traži za ispravno izvršenje" +msgstr "Argumenti koje alat traži za ispravno izvršenje." #. i18n: ectx: property (text), widget (QLabel, envLabel) #: configwidget.ui:118 @@ -118,7 +118,7 @@ #: custombuildjob.cpp:50 msgid "Building:" -msgstr "Gradnja" +msgstr "Gradnja:" #: custombuildjob.cpp:54 msgid "Cleaning:" @@ -151,7 +151,7 @@ #: custombuildjob.cpp:109 msgid "" "The given arguments would need a real shell, this is not supported currently." -msgstr "Dati argumenti traže pravu školjku, ovo nije trenutno podržano" +msgstr "Dati argumenti traže pravu školjku, ovo nije trenutno podržano." #: custombuildjob.cpp:154 msgid "Failed to start command." diff -Nru kdevelop-4.7.1/po/bs/kdevcustommake.po kdevelop-4.7.3/po/bs/kdevcustommake.po --- kdevelop-4.7.1/po/bs/kdevcustommake.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevcustommake.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2012-08-19 15:29+0200\n" -"PO-Revision-Date: 2013-01-26 14:19+0000\n" +"PO-Revision-Date: 2013-10-18 20:17+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:17+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:07+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" diff -Nru kdevelop-4.7.1/po/bs/kdevelop.po kdevelop-4.7.3/po/bs/kdevelop.po --- kdevelop-4.7.1/po/bs/kdevelop.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevelop.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,16 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2013-11-12 07:39+0100\n" +"PO-Revision-Date: 2015-02-22 17:16+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:16+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:07+0000\n" +"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,183,-1,-1\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -136,14 +137,13 @@ msgstr "KDevelop4 Projektne datoteke" #: main.cpp:148 -#, fuzzy, kde-format -#| msgid "Could not open %1" +#, kde-format msgid "Could not open file %1." -msgstr "Ne mogu otvoriti %1" +msgstr "Nisam mogao da otvorim datoteku %1." #: main.cpp:178 msgid "Select the session to open the document in" -msgstr "Izaberite sesiju u kojoj otvarate dokumente" +msgstr "Izaberi sesiju u kojoj se otvori dokument" #: main.cpp:200 msgid "The KDevelop Integrated Development Environment" @@ -154,10 +154,8 @@ msgstr "KDevelop" #: main.cpp:202 -#, fuzzy -#| msgid "Copyright 1999-2013, The KDevelop developers" msgid "Copyright 1999-2014, The KDevelop developers" -msgstr "Autorska prava 1999-2013, The KDevelop developers" +msgstr "Autorska prava1999-2014, KDevelop razvojni tim" #: main.cpp:203 msgid "Andreas Pakulat" @@ -247,7 +245,7 @@ #: main.cpp:212 msgid "Python Support, User Interface improvements" -msgstr "Python podrška. Poboljšanje korisničkog sučelja." +msgstr "Python podrška, poboljšanje korisničkog interfejsa" #: main.cpp:214 msgid "Matt Rogers" @@ -319,7 +317,7 @@ #: main.cpp:226 msgid "Contributors to older versions:" -msgstr "Doprinosioci starijim verzijama" +msgstr "Doprinosioci starijim verzijama:" #: main.cpp:227 msgid "The KHTML authors" @@ -603,15 +601,16 @@ #: main.cpp:296 msgid "Shows all available sessions and lets you select one to open." -msgstr "Prikaže dostupne sesije i da vam da jednu otvorite" +msgstr "Prikaže dostupne sesije i da vam da jednu otvorite." #: main.cpp:297 msgid "List all available sessions on shell and lets you select one to open." -msgstr "Prikazuje dostupne sesije u školjci i omogućuje vam da odaberete jednu" +msgstr "" +"Prikazuje dostupne sesije u školjci i omogućuje vam da odaberete jednu." #: main.cpp:299 msgid "List available sessions and quit." -msgstr "Lista dostupne sesije i izađe" +msgstr "Lista dostupne sesije i izađe." #: main.cpp:301 msgid "Open KDevelop and load the given project." @@ -669,7 +668,7 @@ #: main.cpp:405 msgctxt "@info:shell" msgid "Specify the binary you want to debug." -msgstr "Navedite program u kome tražite greške" +msgstr "Navedite program u kome tražite greške." #: main.cpp:408 #, kde-format @@ -719,7 +718,7 @@ #: plasma/runner/kdevelopsessions.cpp:62 msgid "Lists all the KDevelop editor sessions in your account." -msgstr "Prikazuje sve KDevelop sesije u vašem nalogu" +msgstr "Prikazuje sve KDevelop sesije u vašem nalogu." #: plasma/runner/kdevelopsessions.cpp:142 msgid "Open KDevelop Session" @@ -731,14 +730,12 @@ msgstr "&Postavke" #: welcomepage/qml/area_code.qml:38 -#, fuzzy -#| msgid "KDevelop" msgid "Develop" -msgstr "KDevelop" +msgstr "Razvoj" #: welcomepage/qml/area_code.qml:43 msgid "Getting Started" -msgstr "" +msgstr "Počinjemo" #: welcomepage/qml/area_debug.qml:35 welcomepage/qml/area_review.qml:35 msgid "Back to code" @@ -847,13 +844,9 @@ msgstr "Dokumentacija s KDevelop korisnicima" #: welcomepage/qml/GettingStarted.qml:78 -#, fuzzy -#| msgid "Keep up with KDevelop's development!" msgid "Keep up with KDevelop's development" -msgstr "Brini na KDevelop razvoj!" +msgstr "Pratite KDevelop razvoj!" #: welcomepage/qml/GettingStarted.qml:83 -#, fuzzy -#| msgid "Help us improve KDevelop!" msgid "Help us improve KDevelop" msgstr "Pomozi u unapređenju KDevelop!" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/bs/kdevexecuteplasmoid.po kdevelop-4.7.3/po/bs/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/bs/kdevexecuteplasmoid.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevexecuteplasmoid.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevphp.po\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-07 05:06+0000\n" -"PO-Revision-Date: 2013-01-26 14:22+0000\n" -"Last-Translator: Samir Ribić \n" +"PO-Revision-Date: 2013-10-19 01:36+0000\n" +"Last-Translator: Samir Ribić \n" "Language-Team: bs \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:16+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:22+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -129,12 +129,12 @@ #. i18n: ectx: property (toolTip), widget (QPushButton, addDependency) #: plasmoidexecutionconfig.ui:142 msgid "Adds the listed target to the dependency list." -msgstr "Dodaje izlistano odredište na listu zavisnosti" +msgstr "Dodaje izlistano odredište na listu zavisnosti." #. i18n: ectx: property (toolTip), widget (KListWidget, dependencies) #: plasmoidexecutionconfig.ui:152 msgid "List of indirect dependent targets." -msgstr "Lista indirektnih zavisnih odredišta" +msgstr "Lista indirektnih zavisnih odredišta." #. i18n: ectx: property (whatsThis), widget (KListWidget, dependencies) #: plasmoidexecutionconfig.ui:155 diff -Nru kdevelop-4.7.1/po/bs/kdevformatters.po kdevelop-4.7.3/po/bs/kdevformatters.po --- kdevelop-4.7.1/po/bs/kdevformatters.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevformatters.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-23 05:45+0000\n" -"PO-Revision-Date: 2013-11-14 22:53+0100\n" -"Last-Translator: Samir Ribić \n" +"PO-Revision-Date: 2014-01-13 20:38+0000\n" +"Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:19+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:09+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -81,7 +81,7 @@ #. i18n: ectx: property (toolTip), widget (QCheckBox, chkConvertTabs) #: astyle/astyle_preferences.ui:92 msgid "Convert tabs to spaces." -msgstr "Pretvori tabulatore u razmake" +msgstr "Pretvori tabulatore u razmake." #. i18n: ectx: property (text), widget (QCheckBox, chkConvertTabs) #: astyle/astyle_preferences.ui:95 @@ -91,7 +91,7 @@ #. i18n: ectx: property (toolTip), widget (QCheckBox, chkFillEmptyLines) #: astyle/astyle_preferences.ui:102 msgid "Fill empty lines with the white space of their previous lines." -msgstr "Napuni prazne linije razmacima njihovih prethodnih linija" +msgstr "Napuni prazne linije razmacima njihovih prethodnih linija." #. i18n: ectx: property (text), widget (QCheckBox, chkFillEmptyLines) #: astyle/astyle_preferences.ui:105 @@ -392,7 +392,7 @@ #. i18n: ectx: property (toolTip), widget (QCheckBox, chkKeepBlocks) #: astyle/astyle_preferences.ui:508 msgid "Do not break blocks residing completely on one line." -msgstr "Ne prekidaj blokove koji se kompletno nalaze u jednoj liniji" +msgstr "Ne prekidaj blokove koji se kompletno nalaze u jednoj liniji." #. i18n: ectx: property (text), widget (QCheckBox, chkKeepBlocks) #: astyle/astyle_preferences.ui:511 @@ -467,19 +467,18 @@ "b> using the uncrustify tool with the config-file uncrustify." "config." msgstr "" -"Opis:
kdev_format_source.sh je skripta ugrađena u KDevelop koja " -"omogućava fina pravila formatiranja smiještajući metadatoteke koje se " -"zovuformat_sources into the file-system.

Each line of the " -"format_sources i definišu listu džokera praćenih dvotačkama i " -"komandama za formatiranje.

Komande za formatiranje trebaju " -"koristiti $TMPFILE da se odnose na privremenu datoteku za " -"reformatiranje.

Primjer:
*.cpp *.h : myformatter.sh " -"$TMPFILE
To će reformatirati sve datoteke koje se završavaju s ." -"cpp ili .h koristeći vlastitu formatnu skriptu myformatter.sh.

Primjer:
subdir/* : uncrustify -l CPP -f $TMPFILE -c " -"uncrustify.config -o $TMPFILE
To će reformatirati sve datoteke u " -"poddirektoriju subdir koristeći uncrustify alat s " -"konfiguracionom datotekom uncrustify.config." +"Opis:
kdev_format_source je skripta sa KDevelop koja dopušta " +"fino formatiranje postavljanjem metadatoteka koje se zovu format_sources u datotečni sistem.

Svaka linija format_sources " +"definiše listu džokera praćenu dvotačkom koja koristi naredbu formatiranja." +"

Naredba formatiranja treba koristiti $TMPFILE da " +"referencira privremenu datoteku za reformat.

Primjer:
*." +"cpp *.h : myformatter $TMPFILE
Ovo će reformatirati sve datoteke " +"koje se završavaju s.cpp ili .h koristeći prilagođenu formatnu " +"skriptu myformatter.

Primjer:
subdir/* : " +"uncrustify -l CPP -f $TMPFILE -c uncrustify.config -o $TMPFILE
Ovo " +"će reformatirati sve datoteke u poddirektoriju subdir koristeći " +"uncrustify alat s konfiguracionom datotekom uncrustify.config." #: customscript/customscript_plugin.cpp:504 msgid "Command: " diff -Nru kdevelop-4.7.1/po/bs/kdevgdb.po kdevelop-4.7.3/po/bs/kdevgdb.po --- kdevelop-4.7.1/po/bs/kdevgdb.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevgdb.po 2016-01-22 18:19:03.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2013-11-14 22:51+0100\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2015-02-22 20:30+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" @@ -82,19 +82,22 @@ "debuggerArguments. So script.sh must invoke \"debugger\" executable manually.

" msgstr "" +"

Ako želite da se gdb izvrši specijalnom skriptom " +"školjke, koja na primjer postavlja stazu bibloteke, unesite je ovdje, npr.: /" +"path/to/script.sh --scriptArguments

Napomena: vaša skripta će biti " +"pozvana na sljedeći način: /path/to/script.sh --scriptArguments debbuger --" +"debuggerArguments. Dakle script.sh mora pozvati \"debugger\" izvršni program ručno.

" #. i18n: ectx: property (text), widget (QLabel, debuggingShell_label) #: debuggerconfigwidget.ui:73 -#, fuzzy -#| msgctxt "Shell script to be executed at run time" -#| msgid "R&un shell script:" msgid "&Shell script:" -msgstr "Pokreni skript&u školjke:" +msgstr "Skript&a školjke:" #. i18n: ectx: property (whatsThis), widget (KUrlRequester, kcfg_debuggingShell) #: debuggerconfigwidget.ui:89 msgid "


" -msgstr "" +msgstr "


" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #: debuggerconfigwidget.ui:99 @@ -182,18 +185,6 @@ #. i18n: ectx: property (toolTip), widget (QLabel, runShellScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runShellScript) #: debuggerconfigwidget.ui:199 debuggerconfigwidget.ui:215 -#, fuzzy -#| msgid "" -#| "This shell script is run after the Config gdb script has been sourced by " -#| "gdb.\n" -#| "When debugging remotely this script is intended to actually start the " -#| "remote process.\n" -#| "[It is expected that the debug executable can be reached on the target, " -#| "maybe by downloading it as a final build step]\n" -#| "1) Find a way to execute a command remotely - rsh, ssh, telnet, ...\n" -#| "2a) Execute \"gdbserver ... application\" on target.\n" -#| "or if your executable contains the gdb stub\n" -#| "2b) Execute \"application\" on target." msgid "" "

Script to start remote application

This " "shell script is run after the Gdb Config script has been sourced by gdb.

2b) Execute \"application\" on target.

" msgstr "" -"Ovo skriptase pokreće nakon što je config gdb skripta učitana u GDB.\n" -"Kada se debagovanje vrši daljinski ova skripta je namijenjena da se zaista " -"početi daljinskog proces.\n" -"[Očekuje se da izvršni program za otklanjanje grešaka može biti dostupan na " -"odredištu, možda ga preuzima kao konačni korak]\n" -"1) Pronađite način da daljinski izvršite komandu- rsh, ssh, telnet, ...\n" -"2a) Izvrši \"gdbserver ... application\" na odredištu.\n" -"ili ako vaš izvršni sadrži GDB klica\n" -"2b) Izvršite \"Application\" na metu." +"

Skripta za pokretanje udaljene aplikacije

Ova skripta se pokteće nakon što je Gdb generisao gdb Config skriptu.

Njena svrha je da zaista počne udaljeni proces.

1) Nađi način za " +"izvršavanje udaljene komande - rsh, ssh, telnet, ...

2a) Izvrši " +"\"gdbserver ... aplikaciju\" na odredištu.

ili ako vaš izvršni program " +"ima gdb stub:

2b) Izvrši \"aplikaciju\" na odredištu.

" #. i18n: ectx: property (text), widget (QLabel, runShellScript_label) #: debuggerconfigwidget.ui:202 @@ -222,41 +210,31 @@ #. i18n: ectx: property (toolTip), widget (QLabel, configGdbScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_configGdbScript) #: debuggerconfigwidget.ui:225 debuggerconfigwidget.ui:267 -#, fuzzy -#| msgid "This script is sourced by gdb when the debugging starts." msgid "" "

This script is sourced by gdb when the debugging " "starts.

" -msgstr "Ovu skriptu je generisao gdb kada počne debagiranje." +msgstr "" +"

Ovu skriptu je generisao gdb kada počne debagiranje." #. i18n: ectx: property (text), widget (QLabel, configGdbScript_label) #: debuggerconfigwidget.ui:228 -#, fuzzy -#| msgid "Gdb configure script" msgid "Gdb &config script:" -msgstr "Gdb konfiguracijska skripta" +msgstr "&Konfigurišuća gdb skripta:" #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runGdbScript) #. i18n: ectx: property (toolTip), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:241 debuggerconfigwidget.ui:251 -#, fuzzy -#| msgid "" -#| "This script is intended for the actual commands needed to connect to a " -#| "remotely running executable.\n" -#| "\tshell sleep 5\twait for remote program to start\n" -#| "\ttarget remote ...\tconnect to the remote debugger\n" -#| "\tcontinue\t[optional] run debugging to the first breakpoint" msgid "" "

Script to connect with remote application

For " "example:

\tshell sleep 5\t #wait for remote program to start

" "\ttarget remote ...\t#connect to the remote debugger

\tcontinue\t#" "[optional] run debugging to the first breakpoint.

" msgstr "" -"Ova skripta je namenjena za stvarne komande potrebna za povezivanje na " -"daljinski program.\n" -"\tshell sleep 5\tčekaj na početak udaljenog programa\n" -"\ttarget remote ...\tpoveži se na udaljeni debager\n" -"\tcontinue\t[optional] uradi debager s prve prekidne tačke" +"

Skripta za vezu s udaljenom aplikacijom

Na " +"primje:

\tshell sleep 5\t #wait for remote program to start

" +"\ttarget remote ...\t#connect to the remote debugger

\tcontinue\t#" +"[optional] run debugging to the first breakpoint.

" #. i18n: ectx: property (text), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:254 @@ -649,16 +627,16 @@ msgid "Disassemble/Registers View" msgstr "Disasemblirani/registarski pogled" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Nije moguće pronaći za školjku za otklanjanje grešaka '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Školjka za otklanjanje grešaka nije nađena" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -667,7 +645,7 @@ "

Debager komponenta je naišlana internu grešku prilikom obrade odgovora od " "GDB. Molimo Vas da pošaljete izveštaj o grešci." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -676,11 +654,11 @@ "Izuzetak je: %1\n" "MI odgovor je: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Interna debagerska greška" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -689,11 +667,11 @@ "Ne mogu pokrenuti debager.

Ne mogu pokrenuti '%1'. Uvjerite se da " "je ime staze ispravno navedeno." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Ne mogu pokrenuti debager" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -701,7 +679,7 @@ "Gdb pao.

Zbog toga je sesija traženja grešaka prekinuta." "
Pokušajte reprodukovati pad običnm gdb i prijavite grešku.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb pao" @@ -984,16 +962,12 @@ msgstr "NBe mogu kreirati privremenu datoteku" #: stty.cpp:341 -#, fuzzy, kde-format -#| msgid "" -#| "Can't get %1 tty/pty. Check that %1 is actually a terminal and that it " -#| "accepts these arguments: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do " -#| "sleep 3600;done\"" +#, kde-format msgid "" "Can't receive %1 tty/pty. Check that %1 is actually a terminal and that it " "accepts these arguments: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do " "sleep 3600;done\"" msgstr "" -"Ne mogu dobaviti %1 tty/pty. Provjerite da li je %1 zaista terminal i da " +"Ne mogu primiti %1 tty/pty. Provjerite da li je %1 zaista terminal i da " "prihvata ove argumente: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do sleep " "3600;done\"" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/bs/kdevkdeprovider.po kdevelop-4.7.3/po/bs/kdevkdeprovider.po --- kdevelop-4.7.1/po/bs/kdevkdeprovider.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevkdeprovider.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevphp.po\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-07 05:06+0000\n" -"PO-Revision-Date: 2013-11-12 07:54+0100\n" -"Last-Translator: Samir Ribić \n" +"PO-Revision-Date: 2014-01-10 10:35+0000\n" +"Last-Translator: Samir Ribić \n" "Language-Team: bs \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:16+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:23+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -26,7 +26,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "samir.ribic@etf.unsa.ba" +msgstr "Samir.ribic@etf.unsa.ba" #. i18n: ectx: property (text), widget (QLabel, label) #: kdeconfig.ui:23 diff -Nru kdevelop-4.7.1/po/bs/kdevmakebuilder.po kdevelop-4.7.3/po/bs/kdevmakebuilder.po --- kdevelop-4.7.1/po/bs/kdevmakebuilder.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevmakebuilder.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-11-14 22:55+0100\n" -"Last-Translator: Samir Ribić \n" +"PO-Revision-Date: 2014-01-12 22:28+0000\n" +"Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:16+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:07+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -79,27 +79,27 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: makeconfig.ui:112 msgid "&Number of simultaneous jobs:" -msgstr "Broj istovreme&nih poslova" +msgstr "Broj istovreme&nih poslova:" #. i18n: ectx: property (text), widget (QLabel, label_4) #: makeconfig.ui:132 msgid "&Make executable:" -msgstr "Napravi izvršni progra&m" +msgstr "Napravi izvršni progra&m:" #. i18n: ectx: property (text), widget (QLabel, label_6) #: makeconfig.ui:155 msgid "Default make &target:" -msgstr "Podrazumijevano make odrediš&te" +msgstr "Podrazumijevano make odrediš&te:" #. i18n: ectx: property (text), widget (QLabel, label_5) #: makeconfig.ui:175 msgid "Additional make &options:" -msgstr "Dodatne make &opcije" +msgstr "Dodatne make &opcije:" #. i18n: ectx: property (text), widget (QLabel, label_2) #: makeconfig.ui:195 msgid "Active environment &profile:" -msgstr "Aktivni &Profil okruženja:" +msgstr "Aktivni &profil okruženja:" #: makejob.cpp:61 #, kde-format diff -Nru kdevelop-4.7.1/po/bs/kdevmanpage.po kdevelop-4.7.3/po/bs/kdevmanpage.po --- kdevelop-4.7.1/po/bs/kdevmanpage.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -# Bosnian translation for bosnianuniversetranslation -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the bosnianuniversetranslation package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: bosnianuniversetranslation\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-01-26 14:22+0000\n" -"Last-Translator: Samir Ribić \n" -"Language-Team: Bosnian \n" -"Language: bs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:17+0000\n" -"X-Generator: Launchpad (build 16451)\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Samir Ribić" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "samir.ribic@etf.unsa.ba" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Ne mogu naći dokumentaciju za '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man stranica sadržaja" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Učitavam man stranice" - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Provjeri dokumentaciju u Man stranici" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man stranica" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/bs/kdevninja.po kdevelop-4.7.3/po/bs/kdevninja.po --- kdevelop-4.7.1/po/bs/kdevninja.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevninja.po 2016-01-22 18:19:03.000000000 +0000 @@ -1,45 +1,45 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Bosnian translations for kde package. +# Copyright (C) 2012 This_file_is_part_of_KDE +# This file is distributed under the same license as the kde package. +# Samir Ribic , 2012. # msgid "" msgstr "" -"Project-Id-Version: kdev\n" +"Project-Id-Version: kde 49i410\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-12 07:58+0100\n" -"Last-Translator: Samir Ribić \n" -"Language-Team: bs \n" +"PO-Revision-Date: 2013-12-15 15:31+0000\n" +"Last-Translator: Nermina Ahmić \n" +"Language-Team: Bosnian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:16+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:21+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Samir Ribić" +msgstr "Samir Ribić,Nermina Ahmić" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "samir.ribic@etf.unsa.ba" +msgstr "Samir.ribic@etf.unsa.ba,nahmic1@etf.unsa.ba" #: kdevninjabuilderplugin.cpp:33 msgid "Ninja Builder" -msgstr "Ninja Builder" +msgstr "Ninja graditelj" #: kdevninjabuilderplugin.cpp:33 msgid "Support for building Ninja projects" -msgstr "Podrška za gradnju Ninja projekata" +msgstr "Podrška izgradnje Ninja projekata" #. i18n: ectx: property (text), widget (QLabel, label_7) #: ninjaconfig.ui:20 msgid "&Display commands but do not execute them:" -msgstr "&prikaži komande, ali ih ne izvršavaj" +msgstr "Prikaži koman&de ali ih ne izvršavaj:" #. i18n: ectx: property (text), widget (QLabel, label_31) #: ninjaconfig.ui:40 @@ -49,17 +49,17 @@ #. i18n: ectx: property (text), widget (QLabel, rootinstallationcommandLabel) #: ninjaconfig.ui:63 msgid "Root installation &command:" -msgstr "&Komanda za root instalaciju" +msgstr "Komanda za toot instala&ciju:" #. i18n: ectx: property (text), widget (QLabel, jobOverrideLabel) #: ninjaconfig.ui:98 msgid "&Number of simultaneous jobs:" -msgstr "&Broj istovremenih poslova:" +msgstr "Broj istovreme&nih poslova:" #. i18n: ectx: property (text), widget (QLabel, label_1) #: ninjaconfig.ui:121 msgid "Count of &errors to be tolerated:" -msgstr "Broj &grešaka koje se mogu tolerisati:" +msgstr "Broj &grešaka koje se mogu tolerirati:" #. i18n: ectx: property (text), widget (QLabel, label_5) #: ninjaconfig.ui:141 @@ -69,12 +69,12 @@ #. i18n: ectx: property (text), widget (QLabel, label_2) #: ninjaconfig.ui:161 msgid "Active Environment &Profile:" -msgstr "Aktivni &profil okruženja:" +msgstr "Aktivni &Profil okruženja:" #. i18n: ectx: property (text), widget (QLabel, label_3) #: ninjaconfig.ui:196 msgid "O&verride number of jobs:" -msgstr "Pre&vaziđi broj poslova:" +msgstr "P&rekoračenje broja zadataka:" #: ninjajob.cpp:41 msgid "Ninja" diff -Nru kdevelop-4.7.1/po/bs/kdevokteta.po kdevelop-4.7.3/po/bs/kdevokteta.po --- kdevelop-4.7.1/po/bs/kdevokteta.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevokteta.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-09-11 05:32+0000\n" -"PO-Revision-Date: 2013-01-26 14:22+0000\n" +"PO-Revision-Date: 2013-10-18 20:23+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:16+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:07+0000\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" diff -Nru kdevelop-4.7.1/po/bs/kdevqthelp.po kdevelop-4.7.3/po/bs/kdevqthelp.po --- kdevelop-4.7.1/po/bs/kdevqthelp.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ -# Bosnian translation for kdevelop -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the kdevelop package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: kdevelop\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-14 23:02+0100\n" -"Last-Translator: Samir Ribić \n" -"Language-Team: Bosnian \n" -"Language: bs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:19+0000\n" -"X-Generator: Launchpad (build 16451)\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Samir Ribić" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "samir.ribic@etf.unsa.ba" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Izmijeni" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Polje za ime ne može biti prazno." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Dobavi novu dokumentaciju" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Dokumentaciju obezbijedio GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt kompresovana datoteka pomoći nevažeća" - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentacija već uvezena" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Upravljaj QtHelp Dokumentacijom" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Ime" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Putanja" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Dodaj" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Izmijeni" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Ukloni" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Pomakni Gore" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Pomakni Dolje" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Učitaj Qt dokumentaciju" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "IconName" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Izaberite ikonu" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Ime" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Izaberite ime" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Putanja" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Odaberi QtHelp datoteku..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Ne mogu naći dokumentaciju za '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp Internet stranica" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Provjeri Qt Help dokumentaciju" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifikatori za pretragu:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Stranica s pomoći" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informacije za otklanjanje grešaka" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/bs/plasma_applet_kdevelopsessions.po kdevelop-4.7.3/po/bs/plasma_applet_kdevelopsessions.po --- kdevelop-4.7.1/po/bs/plasma_applet_kdevelopsessions.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/plasma_applet_kdevelopsessions.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-02-27 09:56+0100\n" -"PO-Revision-Date: 2012-10-05 22:15+0000\n" +"PO-Revision-Date: 2013-10-19 12:42+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:18+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Launchpad-Export-Date: 2013-10-20 05:01+0000\n" +"X-Generator: Launchpad (build 16807)\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" diff -Nru kdevelop-4.7.1/po/bs/plasma_runner_kdevelopsessions.po kdevelop-4.7.3/po/bs/plasma_runner_kdevelopsessions.po --- kdevelop-4.7.1/po/bs/plasma_runner_kdevelopsessions.po 2015-02-02 14:20:12.000000000 +0000 +++ kdevelop-4.7.3/po/bs/plasma_runner_kdevelopsessions.po 2016-01-22 18:19:03.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-22 05:50+0000\n" -"PO-Revision-Date: 2013-11-12 08:06+0100\n" -"Last-Translator: Samir Ribić \n" +"PO-Revision-Date: 2015-02-04 15:11+0000\n" +"Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-01-26 22:17+0000\n" -"X-Generator: Launchpad (build 16451)\n" +"X-Launchpad-Export-Date: 2015-02-05 06:39+0000\n" +"X-Generator: Launchpad (build 17331)\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -26,7 +26,7 @@ #: kdevelopsessions.cpp:62 msgid "Lists all the KDevelop editor sessions in your account." -msgstr "Prikazuje sve KDevelop sesije u vašem nalogu" +msgstr "Prikazuje sve KDevelop sesije u vašem nalogu." #: kdevelopsessions.cpp:142 msgid "Open KDevelop Session" diff -Nru kdevelop-4.7.1/po/ca/kdevcmakebuilder.po kdevelop-4.7.3/po/ca/kdevcmakebuilder.po --- kdevelop-4.7.1/po/ca/kdevcmakebuilder.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevcmakebuilder.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,18 +1,18 @@ # Translation of kdevcmakebuilder.po to Catalan -# Copyright (C) 2009-2013 This_file_is_part_of_KDE +# 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 , 2009. -# Josep Ma. Ferrer , 2011, 2013. +# Josep Ma. Ferrer , 2011, 2013, 2015. # Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevcmakebuilder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-11-10 13:47+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 13:34+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -87,7 +87,7 @@ #: prunejob.cpp:52 msgid "No Build Directory configured, cannot clear builddir" msgstr "" -"No s'ha configurat un directori de construcció, no s'ha pogut netejat el " +"No s'ha configurat un directori de construcció, no s'ha pogut netejar el " "directori de construcció" #: prunejob.cpp:58 diff -Nru kdevelop-4.7.1/po/ca/kdevcmake.po kdevelop-4.7.3/po/ca/kdevcmake.po --- kdevelop-4.7.1/po/ca/kdevcmake.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevcmake.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,24 +1,24 @@ # Translation of kdevcmake.po to Catalan -# Copyright (C) 2009-2014 This_file_is_part_of_KDE +# 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 , 2009, 2010. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2014, 2015. # Antoni Bella Pérez , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: kdevcmake\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-08-09 05:44+0000\n" -"PO-Revision-Date: 2014-06-26 22:59+0200\n" +"PO-Revision-Date: 2015-06-19 19:07+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -330,8 +330,8 @@ "The %1 directory is about to be removed in KDevelop's list.\n" "Do you want KDevelop to remove it in the file system as well?" msgstr "" -"El directori %1 és a punt d'ésser eliminat de la llista de KDevelop.\n" -"Voleu que KDevelop n'elimini també el sistema de fitxers?" +"El directori %1 està a punt d'ésser eliminat de la llista del KDevelop.\n" +"Voleu que el KDevelop l'elimini també del sistema de fitxers?" #: settings/cmakepreferences.cpp:332 #, kde-format diff -Nru kdevelop-4.7.1/po/ca/kdevcpp.po kdevelop-4.7.3/po/ca/kdevcpp.po --- kdevelop-4.7.1/po/ca/kdevcpp.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevcpp.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,17 +1,17 @@ # Translation of kdevcpp.po to Catalan -# Copyright (C) 2009-2014 This_file_is_part_of_KDE +# 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 , 2009, 2010. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2014, 2015. # Antoni Bella Pérez , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" -"PO-Revision-Date: 2014-11-16 13:27+0100\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" +"PO-Revision-Date: 2015-05-12 13:50+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -20,7 +20,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -34,11 +34,11 @@ msgid "Initialize" msgstr "Inicialitza" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "No inclòs" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -49,29 +49,29 @@ msgstr[0] "%1 sobrecàrrega més de %2 (mostra'n més)" msgstr[1] "%1 sobrecàrregues més de %2 (mostra'n més)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Connecta a %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Senyals/ranures" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Sobreescriu virtual" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementa funció" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ integrat" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Coincidències d'anticipació" @@ -267,8 +267,8 @@ msgstr "" "El camí d'inclusió personalitzat s'emmagatzemarà en un fitxer especial " "anomenat «kdev_include_paths», i que es desarà a un directori del codi font. " -"El camí personalitzat s'usarà per tots els fitxers situats per sota d'aquest " -"directori." +"El camí personalitzat s'usarà per a tots els fitxers situats per sota " +"d'aquest directori." #. i18n: ectx: property (text), widget (QLabel, label_4) #: codegen/ui/custom_include_paths.ui:47 @@ -437,7 +437,7 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Nota: Totes les referències i variables " "amb tipus que no ofereixen constructors per omissió es mouen independentment " -"de l'estat d'aquesta opció .

" +"de l'estat d'aquesta opció.

" #. i18n: ectx: property (text), widget (QCheckBox, variableOption) #: codegen/ui/privateimplementation.ui:100 @@ -487,7 +487,7 @@ #: codegen/unresolvedincludeassistant.cpp:101 #: codegen/unresolvedincludeassistant.cpp:144 msgid "Add Custom Include Path" -msgstr "Afegeix camí d'inclusió personalitzada" +msgstr "Afegeix camí cap a una inclusió personalitzada" #: codegen/unresolvedincludeassistant.cpp:114 msgid "Open Project" @@ -597,35 +597,35 @@ msgid "Use of deleted function: %1" msgstr "Ús de funció eliminada: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Edita els directoris «include»" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Implementació de C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Implementació del llenguatge C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Fitxers" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Canvia la definició/declaració" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Reanomena la declaració" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Mou al codi font" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Buidat per preprocessador
" @@ -640,11 +640,11 @@ #: cppparsejob.cpp:581 #, kde-format msgid "Not updating duchain for %1" -msgstr "No s'està actualitzar la cadena DU per %1" +msgstr "No s'està actualitzant la cadena DU per %1" #: cppparsejob.cpp:710 msgid "Building uses" -msgstr "S'estan construint el usos" +msgstr "S'estan construint els usos" #: cppparsejob.cpp:858 msgid "Ready" @@ -661,7 +661,7 @@ #: includepathresolver.cpp:613 #, kde-format msgid "Makefile is missing in folder \"%1\"" -msgstr "Falta el makefile a la carpeta «%1»" +msgstr "Falta el Makefile a la carpeta «%1»" #: includepathresolver.cpp:613 #, kde-format @@ -862,7 +862,7 @@ #: quickopen.cpp:166 #, kde-format msgid "In include path %1" -msgstr "al camí d'inclusió %1" +msgstr "En el camí d'inclusió %1" #: quickopen.cpp:170 #, kde-format @@ -889,4 +889,4 @@ #: quickopen.cpp:410 quickopen.cpp:417 msgid "Includers" -msgstr "Includers" \ No newline at end of file +msgstr "Incloses a" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca/kdevcustombuildsystem.po kdevelop-4.7.3/po/ca/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/ca/kdevcustombuildsystem.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevcustombuildsystem.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,25 +1,25 @@ # Translation of kdevcustombuildsystem.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Copyright (C) 2013-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. # -# Josep Ma. Ferrer , 2013. +# Josep Ma. Ferrer , 2013, 2015. # Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevcustombuildsystem\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-10 13:21+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 13:54+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" "X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -61,7 +61,7 @@ "If this is the same as the source directory you can leave it empty." msgstr "" "Selecciona el directori a on s'executaran les eines.\n" -"Sí és el mateix que el directori del codi font, el podeu deixar buit." +"Si és el mateix que el directori del codi font, el podeu deixar buit." #. i18n: ectx: property (clickMessage), widget (KUrlRequester, buildDir) #: configwidget.ui:33 @@ -153,8 +153,8 @@ msgid "" "The given arguments would need a real shell, this is not supported currently." msgstr "" -"Els arguments indicats necessiten una shell real, que actualment no està " -"implementada." +"Els arguments indicats necessiten un intèrpret d'ordres real, que actualment " +"no està implementat." #: custombuildjob.cpp:154 msgid "Failed to start command." diff -Nru kdevelop-4.7.1/po/ca/kdevcustommake.po kdevelop-4.7.3/po/ca/kdevcustommake.po --- kdevelop-4.7.1/po/ca/kdevcustommake.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevcustommake.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,22 +1,23 @@ # Translation of kdevcustommake.po to Catalan -# Copyright (C) 2009 This_file_is_part_of_KDE +# 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 , 2009. +# Josep Ma. Ferrer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevcustommake\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2012-08-19 15:29+0200\n" -"PO-Revision-Date: 2009-05-11 19:08+0200\n" -"Last-Translator: Manuel Tortosa \n" +"PO-Revision-Date: 2015-05-12 13:55+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.3\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -30,11 +31,11 @@ #: custommakemanager.cpp:39 msgid "Custom Makefile Manager" -msgstr "Gestor de makefiles personalitzats" +msgstr "Gestor de Makefiles personalitzats" #: custommakemanager.cpp:39 msgid "Support for managing custom makefile projects" -msgstr "Implementació de la gestió de projectes amb makefiles personalitzats" +msgstr "Implementació de la gestió de projectes amb Makefiles personalitzats" #. i18n: ectx: Menu (run) #: kdevcustommakemanager.rc:5 diff -Nru kdevelop-4.7.1/po/ca/kdevelop.po kdevelop-4.7.3/po/ca/kdevelop.po --- kdevelop-4.7.1/po/ca/kdevelop.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevelop.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,10 +1,10 @@ # Translation of kdevelop.po to Catalan -# Copyright (C) 2002-2014 This_file_is_part_of_KDE +# Copyright (C) 2002-2015 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2 or later # # Albert Astals Cid , 2002, 2003, 2004, 2005. # Antoni Bella Pérez , 2003, 2005, 2006, 2007, 2013, 2014. -# Josep Ma. Ferrer , 2007, 2009, 2010, 2011, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Aleix Pol Gonzalez , 2007. # Manuel Tortosa Moreno , 2009, 2010. msgid "" @@ -12,14 +12,14 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2014-06-26 23:03+0200\n" +"PO-Revision-Date: 2015-05-12 14:06+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -418,7 +418,7 @@ #: main.cpp:238 msgid "Ada support" -msgstr "Implementació de Ada" +msgstr "Implementació de l'Ada" #: main.cpp:239 msgid "Jakob Simon-Gaarde" diff -Nru kdevelop-4.7.1/po/ca/kdevexecuteplasmoid.po kdevelop-4.7.3/po/ca/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/ca/kdevexecuteplasmoid.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevexecuteplasmoid.po 2016-01-22 18:19:04.000000000 +0000 @@ -17,8 +17,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.4\n" "X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 1.4\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/ca/kdevformatters.po kdevelop-4.7.3/po/ca/kdevformatters.po --- kdevelop-4.7.1/po/ca/kdevformatters.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevformatters.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,24 +1,24 @@ # Translation of kdevformatters.po to Catalan -# Copyright (C) 2009-2014 This_file_is_part_of_KDE +# 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 , 2009. -# Josep Ma. Ferrer , 2010, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2010, 2012, 2013, 2014, 2015. # Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevformatters\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-23 05:45+0000\n" -"PO-Revision-Date: 2014-09-01 22:29+0200\n" +"PO-Revision-Date: 2015-06-11 20:58+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -78,7 +78,7 @@ "The number of spaces per tab is controled by the editor." msgstr "" "Nombre d'espais que es convertiran en una tabulació.\n" -"El nombre d'espais per tabulació es controlat a l'editor." +"El nombre d'espais per tabulació és controlat a l'editor." #. i18n: ectx: property (toolTip), widget (QCheckBox, chkConvertTabs) #: astyle/astyle_preferences.ui:92 @@ -254,12 +254,12 @@ "\n" "2. Comments are broken from the block.\n" msgstr "" -"Insereix línies buides al voltant del blocs no vinculats, etiquetes, \n" +"Insereix línies buides al voltant dels blocs no vinculats, etiquetes,\n" "classes.... Problemes coneguts:\n" "\n" -"1. Si una sentencia no forma part d'un bloc.\n" -"s'usara un doble espaiat per les sentencies següents. \n" -"Les sentencies tancades en un bloc es formataran\n" +"1. Si una sentència no forma part d'un bloc.\n" +"s'usara un espaiat doble a les sentències següents.\n" +"Les sentències tancades en un bloc es formataran\n" "correctament.\n" "2. Els comentaris se separen del bloc.\n" @@ -290,8 +290,8 @@ "\n" "Problemes coneguts:\n" "\n" -"1. Si una sentencia NO és part d'un bloc, \n" -"les sentencies següents tindran un doble espaiat. \n" +"1. Si una sentència NO és part d'un bloc, \n" +"les sentències següents tindran un doble espaiat. \n" "Les declaracions tancades en un bloc es formataran \n" "correctament.\n" "\n" @@ -301,12 +301,12 @@ #: astyle/astyle_preferences.ui:391 msgctxt "Means break all blocks with a newline" msgid "Break all bl&ocks" -msgstr "Divideix tots el bl&ocs" +msgstr "Divideix tots els bl&ocs" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkBlockIfElse) #: astyle/astyle_preferences.ui:398 msgid "Break 'else if()' statements into two different lines." -msgstr "Divideix les sentencies «else if()» en dos línies diferents." +msgstr "Divideix les sentències «else if()» en dues línies diferents." #. i18n: ectx: property (text), widget (QCheckBox, chkBlockIfElse) #: astyle/astyle_preferences.ui:401 @@ -385,8 +385,8 @@ "Do not break lines containing multiple statements into\n" "multiple single-statement lines." msgstr "" -"No divideixis les línies que contenen múltiples sentencies\n" -"en múltiples línies d'una sola sentencia." +"No divideixis les línies que contenen múltiples sentències\n" +"en múltiples línies d'una sola sentència." #. i18n: ectx: property (text), widget (QCheckBox, chkKeepStatements) #: astyle/astyle_preferences.ui:501 diff -Nru kdevelop-4.7.1/po/ca/kdevgdb.po kdevelop-4.7.3/po/ca/kdevgdb.po --- kdevelop-4.7.1/po/ca/kdevgdb.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevgdb.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,18 +1,18 @@ # Translation of kdevgdb.po to Catalan -# Copyright (C) 2009-2014 This_file_is_part_of_KDE +# 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 , 2009. -# Josep Ma. Ferrer , 2009, 2010, 2011, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Manuel Tortosa Moreno , 2010. # Antoni Bella Pérez , 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2014-06-26 23:06+0200\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2015-05-12 19:52+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -21,7 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -59,7 +59,7 @@ #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_gdbPath) #: debuggerconfigwidget.ui:51 msgid "Gdb executable" -msgstr "Executable gdb" +msgstr "Executable «gdb»" #. i18n: ectx: property (whatsThis), widget (KUrlRequester, kcfg_gdbPath) #: debuggerconfigwidget.ui:54 @@ -86,18 +86,18 @@ "debuggerArguments. So script.sh must invoke \"debugger\" executable manually.

" msgstr "" -"

Si voleu que gdb sigui executat per un script de shell " -"especial, que per exemple estableix correctament el camí de la biblioteca, " -"inseriu-lo aquí p. ex.: /camí/a/script.sh --scriptArguments

Nota: el " -"vostre script s'invoca com segueix: /camí/a/script.sh --scriptArguments " -"debbuger --debuggerArguments. De manera que script.sh haurà d'invocar manualment l'executable del «depurador»." -"

" +"

Si voleu que gdb sigui executat per un script de " +"l'intèrpret d'ordes especial, que per exemple estableix correctament el camí " +"de la biblioteca, inseriu-lo aquí p. ex.: /camí/a/script.sh --" +"scriptArguments

Nota: el vostre script s'invoca com segueix: /camí/a/" +"script.sh --scriptArguments debbuger --debuggerArguments. De manera que " +"script.sh haurà d'invocar " +"manualment l'executable del «depurador».

" #. i18n: ectx: property (text), widget (QLabel, debuggingShell_label) #: debuggerconfigwidget.ui:73 msgid "&Shell script:" -msgstr "&Script de consola:" +msgstr "&Script de l'intèrpret d'ordes:" #. i18n: ectx: property (whatsThis), widget (KUrlRequester, kcfg_debuggingShell) #: debuggerconfigwidget.ui:89 @@ -125,9 +125,9 @@ "check this option." msgstr "" "Mostrar els membres estàtics fa que GDB\n" -"sigui més lent al produir les dades dins de\n" +"sigui més lent en produir les dades dins de\n" "KDE i Qt. Podeu canviar la «signatura» de\n" -"les dades de les que depenen QString i\n" +"les dades de les quals depenen QString i\n" "companyia però si necessiteu depurar\n" "aquests valors, activeu aquesta opció." @@ -178,7 +178,7 @@ msgstr "" "Aquest script està pensat per a les ordres reals necessàries per connectar-" "se a un executable funcionant remotament.\n" -"\tshell sleep 5\ttemps d'espera per que s'executi el programa remot\n" +"\tshell sleep 5\ttemps d'espera perquè s'executi el programa remot\n" "\ttarget remote\tconnecta amb el depurador remot\n" "\tcontinue\t[opcional] executa la depuració fins al primer punt d'interrupció" @@ -200,18 +200,19 @@ "body>" msgstr "" "

Script per iniciar aplicacions remotes

Aquest script de consola s'executa després que l'script de configuració " -"gdb ha estat generat per gdb.

El seu propòsit és iniciar realment el " -"procés remot.

1) Trobeu una manera d'executar una ordre remotament " -"(rsh, ssh, telnet...)

2a) Executeu «gdbserver ... aplicació» a la " -"destinació.

o si el vostre executable conté el bloc d'adaptació de gdb:" -"

2b) Executeu «aplicació» a la destinació.

" +"p>

Aquest script de l'intèrpret d'ordes s'executa després que l'script de " +"configuració gdb ha estat generat per gdb.

El seu propòsit és iniciar " +"realment el procés remot.

1) Trobeu una manera d'executar una ordre " +"remotament (rsh, ssh, telnet...)

2a) Executeu «gdbserver ... " +"aplicació» a la destinació.

O si el vostre executable conté el bloc " +"d'adaptació de gdb:

2b) Executeu «aplicació» a la destinació.

" #. i18n: ectx: property (text), widget (QLabel, runShellScript_label) #: debuggerconfigwidget.ui:202 msgctxt "Shell script to be executed at run time" msgid "R&un shell script:" -msgstr "Exec&uta l'script de consola:" +msgstr "Exec&uta l'script de l'intèrpret d'ordes:" #. i18n: ectx: property (toolTip), widget (QLabel, configGdbScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_configGdbScript) @@ -238,10 +239,10 @@ "[optional] run debugging to the first breakpoint.

" msgstr "" "

Script per a connectar amb aplicacions remotes

Per exemple:

\tshell sleep 5\t # temps d'espera per a que " -"s'executi el programa remot

\ttarget remote\t # connecta amb el " -"depurador remot

\tcontinue\t # [opcional] executa la depuració fins al " -"primer punt d'interrupció.

" +"p>

Per exemple:

\tshell sleep 5\t # temps d'espera per què s'executi " +"el programa remot

\ttarget remote\t # connecta amb el depurador remot

\tcontinue\t # [opcional] executa la depuració fins al primer punt " +"d'interrupció.

" #. i18n: ectx: property (text), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:254 @@ -258,8 +259,8 @@ "This plugin provides a frontend for GDB, a source-level debugger for C, C++ " "and more." msgstr "" -"Aquest connector proveeix d'un frontal per GDB, un depurador a nivell de " -"codi per C, C++ i més llenguatges." +"Aquest connector proveeix d'un frontal per GDB, un depurador quant a codi " +"per C, C++ i més llenguatges." #: debuggerplugin.cpp:155 msgid "Disassemble/Registers" @@ -291,7 +292,7 @@ "Examina el fitxer de nucli

Això carrega un fitxer de nucli, que " "normalment es crea després que l'aplicació ha fallat, p.ex. un error de " "segmentació. El fitxer de nucli conté una imatge de la memòria del programa " -"al moment de la fallada, permetent-vos de fer un anàlisi pot-mortem.

" +"al moment de la fallada, permetent-vos de fer una anàlisi post mortem.

" #: debuggerplugin.cpp:212 msgid "Attach to Process" @@ -351,7 +352,7 @@ #: debuggerplugin.cpp:377 msgid "Choose a process to attach to..." -msgstr "Seleccioneu un procés al que adjuntar..." +msgstr "Seleccioneu un procés al qual adjuntar..." #: debuggerplugin.cpp:386 #, kde-format @@ -609,11 +610,11 @@ #: disassemblewidget.cpp:114 msgid "&Run to Cursor" -msgstr "E&xecuta fins el cursor" +msgstr "Executa fins al cu&rsor" #: disassemblewidget.cpp:115 msgid "Continues execution until the cursor position is reached." -msgstr "Continua l'execució fins assolir la posició del cursor." +msgstr "Continua l'execució fins a assolir la posició del cursor." #: disassemblewidget.cpp:155 msgid "" @@ -643,16 +644,16 @@ msgid "Disassemble/Registers View" msgstr "Vista del desassemblador/registres" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "No s'ha pogut localitzar la capa de depuració «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "No s'ha trobat la capa de depuració" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -661,7 +662,7 @@ "

El component del depurador ha trobat un error intern en el processament " "de la resposta de gdb. Envieu un informe d'error." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -670,11 +671,11 @@ "L'excepció és: %1\n" "La resposta MI és: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Error intern del depurador" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -683,11 +684,11 @@ "No s'ha pogut iniciar el depurador.

No s'ha pogut executar «%1»." "Assegureu-vos que el nom de camí s'ha especificat correctament." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "No s'ha pogut iniciar el depurador" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -696,7 +697,7 @@ "depuració.
Intenteu reproduir la fallada amb el gdb normal i informeu de " "l'error.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "El gdb ha fallat" @@ -935,7 +936,7 @@ #. i18n: ectx: property (toolTip), widget (QWidget, SelectAddress) #: selectaddress.ui:23 msgid "Select the address to disassemble around" -msgstr "Seleccioneu l'adreça a l'entorn de la que es desassemblarà" +msgstr "Seleccioneu l'adreça al voltant de la qual es desassemblarà" #. i18n: ectx: property (text), widget (QLabel, label) #: selectaddress.ui:29 diff -Nru kdevelop-4.7.1/po/ca/kdevghprovider.po kdevelop-4.7.3/po/ca/kdevghprovider.po --- kdevelop-4.7.1/po/ca/kdevghprovider.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevghprovider.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,22 +1,24 @@ # Translation of kdevghprovider.po to Catalan -# Copyright (C) 2013-2014 This_file_is_part_of_KDE +# Copyright (C) 2013-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. # # Antoni Bella Pérez , 2013, 2014. +# Josep Ma. Ferrer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevghprovider\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-19 05:48+0000\n" -"PO-Revision-Date: 2014-07-03 19:20+0200\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 18:18+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\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-Accelerator-Marker: &\n" "X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" @@ -77,7 +79,7 @@ #: ghproviderwidget.cpp:66 msgid "You can press the Return key if you don't want to wait" -msgstr "Si no voleu esperar podeu prémer la tecla de Retorn" +msgstr "Si no voleu esperar, podeu prémer la tecla de Retorn" #: ghproviderwidget.cpp:78 msgid "Click this button to configure your Github account" diff -Nru kdevelop-4.7.1/po/ca/kdevkdeprovider.po kdevelop-4.7.3/po/ca/kdevkdeprovider.po --- kdevelop-4.7.1/po/ca/kdevkdeprovider.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevkdeprovider.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,25 +1,25 @@ # Translation of kdevkdeprovider.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Copyright (C) 2013-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. # -# Josep Ma. Ferrer , 2013. +# Josep Ma. Ferrer , 2013, 2015. # Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevkdeprovider\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-07 05:06+0000\n" -"PO-Revision-Date: 2013-11-10 15:02+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-06-11 21:08+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" "X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -63,7 +63,7 @@ "GitKdeOrgManual#Overview_of_repository_URL_schemes\">here.

" msgstr "" -"

URL del que clonar el protocol, com:
git clone " +"

URL del qual clonar el protocol, com:
git clone " "git://anongit.kde.org/kdevelop
git clone kde:kdevelop

Per a més " "informació, aneu , 2009. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2013. +# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2015. # Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevmakebuilder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-11-10 13:25+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 19:35+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -81,7 +81,7 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: makeconfig.ui:112 msgid "&Number of simultaneous jobs:" -msgstr "&Nombre de tasques simultànies:" +msgstr "&Nombre de treballs simultanis:" #. i18n: ectx: property (text), widget (QLabel, label_4) #: makeconfig.ui:132 diff -Nru kdevelop-4.7.1/po/ca/kdevmanpage.po kdevelop-4.7.3/po/ca/kdevmanpage.po --- kdevelop-4.7.1/po/ca/kdevmanpage.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -# Translation of kdevmanpage.po to Catalan -# Copyright (C) 2011 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. -# -# Josep Ma. Ferrer , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-07-22 22:12+0200\n" -"Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Accelerator-Marker: &\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Josep Ma. Ferrer" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "txemaq@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "No s'ha pogut trobar cap documentació per «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Pàgina de contingut del «man»" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "S'estan carregant les pàgines man..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Comprova documentació de la pàgina man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Pàgina man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca/kdevninja.po kdevelop-4.7.3/po/ca/kdevninja.po --- kdevelop-4.7.1/po/ca/kdevninja.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevninja.po 2016-01-22 18:19:04.000000000 +0000 @@ -1,22 +1,24 @@ # Translation of kdevninja.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Copyright (C) 2013-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. # # Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevninja\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-10 13:27+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 19:33+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\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-Accelerator-Marker: &\n" "X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" @@ -53,7 +55,7 @@ #. i18n: ectx: property (text), widget (QLabel, jobOverrideLabel) #: ninjaconfig.ui:98 msgid "&Number of simultaneous jobs:" -msgstr "&Nombre de tasques simultànies:" +msgstr "&Nombre de treballs simultanis:" #. i18n: ectx: property (text), widget (QLabel, label_1) #: ninjaconfig.ui:121 @@ -73,7 +75,7 @@ #. i18n: ectx: property (text), widget (QLabel, label_3) #: ninjaconfig.ui:196 msgid "O&verride number of jobs:" -msgstr "&Solapa el nombre de tasques:" +msgstr "&Superposa el nombre de treballs:" #: ninjajob.cpp:41 msgid "Ninja" diff -Nru kdevelop-4.7.1/po/ca/kdevqthelp.po kdevelop-4.7.3/po/ca/kdevqthelp.po --- kdevelop-4.7.1/po/ca/kdevqthelp.po 2015-02-02 14:20:14.000000000 +0000 +++ kdevelop-4.7.3/po/ca/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,189 +0,0 @@ -# Translation of kdevqthelp.po to Catalan -# Copyright (C) 2009-2014 This_file_is_part_of_KDE -# This file is distributed under the license LGPL version 2.1 or -# version 3 or later versions approved by the membership of KDE e.V. -# -# Manuel Tortosa , 2009, 2010. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2014. -# Antoni Bella Pérez , 2013. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-26 23:08+0200\n" -"Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Accelerator-Marker: &\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Manuel Tortosa Moreno" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "manutortosa@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modifica l'entrada" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Afegeix una entrada nova" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "El nom no pot estar buit." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obtén la documentació nova" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentació subministrada per GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "El fitxer d'ajuda comprimida del Qt no és vàlid." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Ja s'ha importat la documentació" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gestiona la documentació del QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nom" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Camí" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Cerca els fitxers «qch» al directori..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Afegeix" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modifica" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Elimina" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Mou amunt" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Mou avall" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Trieu un directori" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Carrega la documentació de Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Diàleg" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Icona:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Seleccioneu una icona" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nom:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Seleccioneu un nom" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Camí:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Seleccioneu un fitxer QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "No s'ha pogut trobar cap documentació per «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Pàgina inicial del QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Comproveu la documentació d'ajuda de Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificador a cercar:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Pàgina d'ajuda:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "quant a: en blanc" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informació de depuració:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevcmakebuilder.po kdevelop-4.7.3/po/ca@valencia/kdevcmakebuilder.po --- kdevelop-4.7.1/po/ca@valencia/kdevcmakebuilder.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevcmakebuilder.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,18 +1,18 @@ -# Translation of kdevcmakebuilder.po to Catalan -# Copyright (C) 2009-2013 This_file_is_part_of_KDE +# Translation of kdevcmakebuilder.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 , 2009. -# Josep Ma. Ferrer , 2011, 2013. -# Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2011, 2013, 2015. +# Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevcmakebuilder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-11-10 13:47+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 13:34+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -87,7 +87,7 @@ #: prunejob.cpp:52 msgid "No Build Directory configured, cannot clear builddir" msgstr "" -"No s'ha configurat un directori de construcció, no s'ha pogut netejat el " +"No s'ha configurat un directori de construcció, no s'ha pogut netejar el " "directori de construcció" #: prunejob.cpp:58 diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevcmake.po kdevelop-4.7.3/po/ca@valencia/kdevcmake.po --- kdevelop-4.7.1/po/ca@valencia/kdevcmake.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevcmake.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,18 +1,18 @@ -# Translation of kdevcmake.po to Catalan -# Copyright (C) 2009-2013 This_file_is_part_of_KDE +# Translation of kdevcmake.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 , 2009, 2010. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2013. -# Antoni Bella Pérez , 2012, 2013. +# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2014, 2015. +# Antoni Bella Pérez , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: kdevcmake\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-08-09 05:44+0000\n" -"PO-Revision-Date: 2013-11-10 13:44+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-06-19 19:07+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -238,16 +238,12 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: cmakepossibleroots.ui:16 -#, fuzzy -#| msgid "" -#| "KDevelop has found several possible project root for your project, please " -#| "select the correct one." msgid "" "KDevelop has found several possible root directories for your project, " "please select the correct one." msgstr "" -"KDevelop ha trobat diverses arrels possibles pel seu projecte. Seleccioneu " -"la correcta." +"El KDevelop ha trobat diversos directoris arrel possibles pel vostre " +"projecte. Seleccioneu el correcte." #: parser/cmakeprojectvisitor.cpp:2375 #, kde-format @@ -334,8 +330,8 @@ "The %1 directory is about to be removed in KDevelop's list.\n" "Do you want KDevelop to remove it in the file system as well?" msgstr "" -"El directori %1 és a punt d'ésser eliminat de la llista de KDevelop.\n" -"Voleu que KDevelop n'elimini també el sistema de fitxers?" +"El directori %1 està a punt d'ésser eliminat de la llista del KDevelop.\n" +"Voleu que el KDevelop l'elimini també del sistema de fitxers?" #: settings/cmakepreferences.cpp:332 #, kde-format @@ -355,12 +351,12 @@ #, kde-format msgctxt "running test %1, %2 test case" msgid "CTest %1: %2" -msgstr "" +msgstr "CTest %1: %2" #: testing/ctestrunjob.cpp:133 #, kde-format msgctxt "running test %1, %2 number of test cases" msgid "CTest %2 (%1)" msgid_plural "CTest %2 (%1)" -msgstr[0] "" -msgstr[1] "" \ No newline at end of file +msgstr[0] "CTest %2 (%1)" +msgstr[1] "CTest %2 (%1)" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevcpp.po kdevelop-4.7.3/po/ca@valencia/kdevcpp.po --- kdevelop-4.7.1/po/ca@valencia/kdevcpp.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevcpp.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,18 +1,18 @@ -# Translation of kdevcpp.po to Catalan -# Copyright (C) 2009-2013 This_file_is_part_of_KDE +# Translation of kdevcpp.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 , 2009, 2010. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2013. -# Antoni Bella Pérez , 2012, 2013. +# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2014, 2015. +# Antoni Bella Pérez , 2012, 2013. msgid "" msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" -"PO-Revision-Date: 2013-11-10 13:53+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" +"PO-Revision-Date: 2015-05-12 13:50+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -21,7 +21,6 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" "X-Generator: Lokalize 1.5\n" -"X-Language: ca@valencia_ES\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -35,11 +34,11 @@ msgid "Initialize" msgstr "Inicialitza" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "No inclòs" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -50,29 +49,29 @@ msgstr[0] "%1 sobrecàrrega més de %2 (mostra'n més)" msgstr[1] "%1 sobrecàrregues més de %2 (mostra'n més)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Connecta a %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Senyals/ranures" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Sobreescriu virtual" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementa funció" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ integrat" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Coincidències d'anticipació" @@ -104,7 +103,7 @@ #, kde-format msgctxt "file content unknown" msgid "%1, %2" -msgstr "" +msgstr "%1, %2" #: codecompletion/missingincludeitem.cpp:564 msgid "Add Forward-Declaration" @@ -268,7 +267,7 @@ msgstr "" "El camí d'inclusió personalitzat s'emmagatzemarà en un fitxer especial " "anomenat «kdev_include_paths», i que es guardarà a un directori del codi " -"font. El camí personalitzat s'usarà per tots els fitxers situats per sota " +"font. El camí personalitzat s'usarà per a tots els fitxers situats per sota " "d'este directori." #. i18n: ectx: property (text), widget (QLabel, label_4) @@ -319,12 +318,12 @@ #. i18n: ectx: property (toolTip), widget (QPushButton, directorySelector) #: codegen/ui/custom_include_paths.ui:148 msgid "Select a directory to include." -msgstr "" +msgstr "Seleccioneu un directori per incloure." #. i18n: ectx: property (text), widget (QPushButton, directorySelector) #: codegen/ui/custom_include_paths.ui:151 msgid "..." -msgstr "" +msgstr "..." #. i18n: ectx: property (text), widget (QLabel, label_7) #: codegen/ui/custom_include_paths.ui:168 @@ -438,7 +437,7 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Nota: Totes les referències i variables " "amb tipus que no ofereixen constructors per omissió es mouen independentment " -"de l'estat d'esta opció .

" +"de l'estat d'esta opció.

" #. i18n: ectx: property (text), widget (QCheckBox, variableOption) #: codegen/ui/privateimplementation.ui:100 @@ -488,7 +487,7 @@ #: codegen/unresolvedincludeassistant.cpp:101 #: codegen/unresolvedincludeassistant.cpp:144 msgid "Add Custom Include Path" -msgstr "Afig camí d'inclusió personalitzada" +msgstr "Afig camí cap a una inclusió personalitzada" #: codegen/unresolvedincludeassistant.cpp:114 msgid "Open Project" @@ -594,42 +593,39 @@ msgstr "Macro" #: cppduchain/usebuilder.cpp:151 -#, fuzzy, kde-format -#| msgid "use of deleted function" +#, kde-format msgid "Use of deleted function: %1" -msgstr "ús de funció suprimida" +msgstr "Ús de funció eliminada: %1" -#: cpplanguagesupport.cpp:141 -#, fuzzy -#| msgid "Add include directive" +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" -msgstr "Afig directiva d'inclusió" +msgstr "Edita els directoris «include»" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Implementació de C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Implementació del llenguatge C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Fitxers" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Canvia la definició/declaració" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Reanomena la declaració" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Mou al codi font" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Buidat per preprocessador
" @@ -644,11 +640,11 @@ #: cppparsejob.cpp:581 #, kde-format msgid "Not updating duchain for %1" -msgstr "No s'està actualitzar la cadena DU per %1" +msgstr "No s'està actualitzant la cadena DU per %1" #: cppparsejob.cpp:710 msgid "Building uses" -msgstr "S'estan construint l'usos" +msgstr "S'estan construint els usos" #: cppparsejob.cpp:858 msgid "Ready" @@ -665,7 +661,7 @@ #: includepathresolver.cpp:613 #, kde-format msgid "Makefile is missing in folder \"%1\"" -msgstr "Falta el makefile a la carpeta «%1»" +msgstr "Falta el Makefile a la carpeta «%1»" #: includepathresolver.cpp:613 #, kde-format @@ -685,7 +681,7 @@ #: includepathresolver.cpp:806 msgid "Failed to extract new working directory" -msgstr "Ha fallat en extraure el nou directori de treball" +msgstr "Ha fallat en extreure el nou directori de treball" #: includepathresolver.cpp:806 includepathresolver.cpp:835 #, kde-format @@ -713,7 +709,7 @@ #: includepathresolver.cpp:887 msgid "Could not extract include paths from make output" -msgstr "No s'han pogut extraure els camins d'inclusió de l'eixida de Make" +msgstr "No s'han pogut extreure els camins d'inclusió de l'eixida de Make" #: includepathresolver.cpp:888 #, kde-format @@ -866,7 +862,7 @@ #: quickopen.cpp:166 #, kde-format msgid "In include path %1" -msgstr "al camí d'inclusió %1" +msgstr "En el camí d'inclusió %1" #: quickopen.cpp:170 #, kde-format @@ -893,4 +889,4 @@ #: quickopen.cpp:410 quickopen.cpp:417 msgid "Includers" -msgstr "Includers" \ No newline at end of file +msgstr "Incloses a" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevcustombuildsystem.po kdevelop-4.7.3/po/ca@valencia/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/ca@valencia/kdevcustombuildsystem.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevcustombuildsystem.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,25 +1,25 @@ -# Translation of kdevcustombuildsystem.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Translation of kdevcustombuildsystem.po to Catalan (Valencian) +# Copyright (C) 2013-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. # -# Josep Ma. Ferrer , 2013. -# Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2013, 2015. +# Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevcustombuildsystem\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-10 13:21+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 13:54+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" "X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -61,7 +61,7 @@ "If this is the same as the source directory you can leave it empty." msgstr "" "Selecciona el directori a on s'executaran les eines.\n" -"Sí és el mateix que el directori del codi font, el podeu deixar buit." +"Si és el mateix que el directori del codi font, el podeu deixar buit." #. i18n: ectx: property (clickMessage), widget (KUrlRequester, buildDir) #: configwidget.ui:33 @@ -153,8 +153,8 @@ msgid "" "The given arguments would need a real shell, this is not supported currently." msgstr "" -"Els arguments indicats necessiten una shell real, que actualment no està " -"implementada." +"Els arguments indicats necessiten un intèrpret d'ordes real, que actualment " +"no està implementat." #: custombuildjob.cpp:154 msgid "Failed to start command." diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevcustommake.po kdevelop-4.7.3/po/ca@valencia/kdevcustommake.po --- kdevelop-4.7.1/po/ca@valencia/kdevcustommake.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevcustommake.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,22 +1,23 @@ -# Translation of kdevcustommake.po to Catalan -# Copyright (C) 2009 This_file_is_part_of_KDE +# Translation of kdevcustommake.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 , 2009. +# Josep Ma. Ferrer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevcustommake\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2012-08-19 15:29+0200\n" -"PO-Revision-Date: 2009-05-11 19:08+0200\n" -"Last-Translator: Manuel Tortosa \n" +"PO-Revision-Date: 2015-05-12 13:55+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.3\n" +"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -30,11 +31,11 @@ #: custommakemanager.cpp:39 msgid "Custom Makefile Manager" -msgstr "Gestor de makefiles personalitzats" +msgstr "Gestor de Makefiles personalitzats" #: custommakemanager.cpp:39 msgid "Support for managing custom makefile projects" -msgstr "Implementació de la gestió de projectes amb makefiles personalitzats" +msgstr "Implementació de la gestió de projectes amb Makefiles personalitzats" #. i18n: ectx: Menu (run) #: kdevcustommakemanager.rc:5 diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevelop.po kdevelop-4.7.3/po/ca@valencia/kdevelop.po --- kdevelop-4.7.1/po/ca@valencia/kdevelop.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevelop.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,10 +1,10 @@ -# Translation of kdevelop.po to Catalan -# Copyright (C) 2002-2013 This_file_is_part_of_KDE. +# Translation of kdevelop.po to Catalan (Valencian) +# Copyright (C) 2002-2015 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2 or later # # Albert Astals Cid , 2002, 2003, 2004, 2005. -# Antoni Bella Pérez , 2003, 2005, 2006, 2007, 2013. -# Josep Ma. Ferrer , 2007, 2009, 2010, 2011, 2012, 2013. +# Antoni Bella Pérez , 2003, 2005, 2006, 2007, 2013, 2014. +# Josep Ma. Ferrer , 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Aleix Pol Gonzalez , 2007. # Manuel Tortosa Moreno , 2009, 2010. msgid "" @@ -12,8 +12,8 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2013-11-12 13:51+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 14:06+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -29,7 +29,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "aacid@kde.org,antonibella5@orange.es,manutortosa@gmail.com" +msgstr "aacid@kde.org,antonibella5@yahoo.com,manutortosa@gmail.com" #. i18n: ectx: Menu (file) #: katepartui.rc:4 vendor/kate/katepartui.rc:4 @@ -139,10 +139,9 @@ msgstr "Fitxers de projecte del KDevelop4" #: main.cpp:148 -#, fuzzy, kde-format -#| msgid "Could not open %1" +#, kde-format msgid "Could not open file %1." -msgstr "No s'ha pogut obrir %1" +msgstr "No s'ha pogut obrir el fitxer %1." #: main.cpp:178 msgid "Select the session to open the document in" @@ -157,10 +156,8 @@ msgstr "KDevelop" #: main.cpp:202 -#, fuzzy -#| msgid "Copyright 1999-2013, The KDevelop developers" msgid "Copyright 1999-2014, The KDevelop developers" -msgstr "Copyright 1999-2013, Els desenvolupadors del KDevelop" +msgstr "Copyright 1999-2014, Els desenvolupadors del KDevelop" #: main.cpp:203 msgid "Andreas Pakulat" @@ -297,7 +294,7 @@ #: main.cpp:221 msgid "Ported to Qt 3, patches, valgrind, diff and perforce support" -msgstr "Portat a Qt 3, pedaços, implementació per a valgrind, diff i perforce" +msgstr "Adaptat a Qt 3, pedaços, implementació per a valgrind, diff i perforce" #: main.cpp:222 msgid "Roberto Raggi" @@ -421,7 +418,7 @@ #: main.cpp:238 msgid "Ada support" -msgstr "Implementació d'Ada" +msgstr "Implementació de l'Ada" #: main.cpp:239 msgid "Jakob Simon-Gaarde" @@ -742,14 +739,12 @@ msgstr "A&rranjament" #: welcomepage/qml/area_code.qml:38 -#, fuzzy -#| msgid "KDevelop" msgid "Develop" -msgstr "KDevelop" +msgstr "Desenvolupament" #: welcomepage/qml/area_code.qml:43 msgid "Getting Started" -msgstr "" +msgstr "Com començar" #: welcomepage/qml/area_debug.qml:35 welcomepage/qml/area_review.qml:35 msgid "Back to code" @@ -858,13 +853,9 @@ msgstr "Documentació pels usuaris del KDevelop" #: welcomepage/qml/GettingStarted.qml:78 -#, fuzzy -#| msgid "Keep up with KDevelop's development!" msgid "Keep up with KDevelop's development" -msgstr "Conegueu el desenvolupament del KDevelop!" +msgstr "Conegueu el desenvolupament del KDevelop" #: welcomepage/qml/GettingStarted.qml:83 -#, fuzzy -#| msgid "Help us improve KDevelop!" msgid "Help us improve KDevelop" -msgstr "Ajudeu-nos a millorar el KDevelop!" \ No newline at end of file +msgstr "Ajudeu-nos a millorar el KDevelop" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevexecuteplasmoid.po kdevelop-4.7.3/po/ca@valencia/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/ca@valencia/kdevexecuteplasmoid.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevexecuteplasmoid.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,4 +1,4 @@ -# Translation of kdevexecuteplasmoid.po to Catalan +# Translation of kdevexecuteplasmoid.po to Catalan (Valencian) # Copyright (C) 2013 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. @@ -17,8 +17,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.4\n" "X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 1.4\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevformatters.po kdevelop-4.7.3/po/ca@valencia/kdevformatters.po --- kdevelop-4.7.1/po/ca@valencia/kdevformatters.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevformatters.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,18 +1,18 @@ -# Translation of kdevformatters.po to Catalan -# Copyright (C) 2009-2013 This_file_is_part_of_KDE +# Translation of kdevformatters.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 , 2009. -# Josep Ma. Ferrer , 2010, 2012, 2013. -# Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2010, 2012, 2013, 2014, 2015. +# Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevformatters\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-23 05:45+0000\n" -"PO-Revision-Date: 2013-11-10 14:27+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-06-11 20:58+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -78,7 +78,7 @@ "The number of spaces per tab is controled by the editor." msgstr "" "Nombre d'espais que es convertiran en una tabulació.\n" -"El nombre d'espais per tabulació es controlat a l'editor." +"El nombre d'espais per tabulació és controlat a l'editor." #. i18n: ectx: property (toolTip), widget (QCheckBox, chkConvertTabs) #: astyle/astyle_preferences.ui:92 @@ -254,12 +254,12 @@ "\n" "2. Comments are broken from the block.\n" msgstr "" -"Insereix línies buides al voltant del blocs no vinculats, etiquetes, \n" +"Insereix línies buides al voltant dels blocs no vinculats, etiquetes,\n" "classes.... Problemes coneguts:\n" "\n" -"1. Si una sentencia no forma part d'un bloc.\n" -"s'usara un doble espaiat per les sentencies següents. \n" -"Les sentencies tancades en un bloc es formataran\n" +"1. Si una sentència no forma part d'un bloc.\n" +"s'usara un espaiat doble a les sentències següents.\n" +"Les sentències tancades en un bloc es formataran\n" "correctament.\n" "2. Els comentaris se separen del bloc.\n" @@ -290,8 +290,8 @@ "\n" "Problemes coneguts:\n" "\n" -"1. Si una sentencia NO és part d'un bloc, \n" -"les sentencies següents tindran un doble espaiat. \n" +"1. Si una sentència NO és part d'un bloc, \n" +"les sentències següents tindran un doble espaiat. \n" "Les declaracions tancades en un bloc es formataran \n" "correctament.\n" "\n" @@ -301,12 +301,12 @@ #: astyle/astyle_preferences.ui:391 msgctxt "Means break all blocks with a newline" msgid "Break all bl&ocks" -msgstr "Divideix tots el bl&ocs" +msgstr "Divideix tots els bl&ocs" #. i18n: ectx: property (toolTip), widget (QCheckBox, chkBlockIfElse) #: astyle/astyle_preferences.ui:398 msgid "Break 'else if()' statements into two different lines." -msgstr "Divideix les sentencies «else if()» en dos línies diferents." +msgstr "Divideix les sentències «else if()» en dues línies diferents." #. i18n: ectx: property (text), widget (QCheckBox, chkBlockIfElse) #: astyle/astyle_preferences.ui:401 @@ -385,8 +385,8 @@ "Do not break lines containing multiple statements into\n" "multiple single-statement lines." msgstr "" -"No dividisques les línies que contenen múltiples sentencies\n" -"en múltiples línies d'una sola sentencia." +"No dividisques les línies que contenen múltiples sentències\n" +"en múltiples línies d'una sola sentència." #. i18n: ectx: property (text), widget (QCheckBox, chkKeepStatements) #: astyle/astyle_preferences.ui:501 @@ -406,7 +406,7 @@ #. i18n: ectx: property (text), widget (QLabel, lblPointerAlign) #: astyle/astyle_preferences.ui:527 msgid "Pointer Alignment" -msgstr "Alineament de punter" +msgstr "Alineació de punter" #. i18n: ectx: property (text), item, widget (QComboBox, cbPointerAlign) #: astyle/astyle_preferences.ui:540 diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevgdb.po kdevelop-4.7.3/po/ca@valencia/kdevgdb.po --- kdevelop-4.7.1/po/ca@valencia/kdevgdb.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevgdb.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,18 +1,18 @@ -# Translation of kdevgdb.po to Catalan -# Copyright (C) 2009-2013 This_file_is_part_of_KDE +# Translation of kdevgdb.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 , 2009. -# Josep Ma. Ferrer , 2009, 2010, 2011, 2012, 2013. +# Josep Ma. Ferrer , 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Manuel Tortosa Moreno , 2010. -# Antoni Bella Pérez , 2012, 2013. +# Antoni Bella Pérez , 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2013-11-23 20:36+0100\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2015-05-12 19:52+0200\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" @@ -21,8 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 1.4\n" -"X-Language: ca@valencia_ES\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -60,7 +59,7 @@ #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_gdbPath) #: debuggerconfigwidget.ui:51 msgid "Gdb executable" -msgstr "Executable gdb" +msgstr "Executable «gdb»" #. i18n: ectx: property (whatsThis), widget (KUrlRequester, kcfg_gdbPath) #: debuggerconfigwidget.ui:54 @@ -87,19 +86,23 @@ "debuggerArguments. So script.sh must invoke \"debugger\" executable manually.

" msgstr "" +"

Si voleu que gdb siga executat per un script de " +"l'intèrpret d'ordes especial, que per exemple estableix correctament el camí " +"de la biblioteca, inseriu-lo ací p. ex.: /camí/a/script.sh --" +"scriptArguments

Nota: el vostre script s'invoca com segueix: /camí/a/" +"script.sh --scriptArguments debbuger --debuggerArguments. De manera que " +"script.sh haurà d'invocar " +"manualment l'executable del «depurador».

" #. i18n: ectx: property (text), widget (QLabel, debuggingShell_label) #: debuggerconfigwidget.ui:73 -#, fuzzy -#| msgctxt "Shell script to be executed at run time" -#| msgid "R&un shell script:" msgid "&Shell script:" -msgstr "Exec&uta l'script de consola:" +msgstr "&Script de l'intèrpret d'ordes:" #. i18n: ectx: property (whatsThis), widget (KUrlRequester, kcfg_debuggingShell) #: debuggerconfigwidget.ui:89 msgid "


" -msgstr "" +msgstr "


" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #: debuggerconfigwidget.ui:99 @@ -122,9 +125,9 @@ "check this option." msgstr "" "Mostrar els membres estàtics fa que GDB\n" -"siga més lent al produir les dades dins de\n" +"siga més lent en produir les dades dins de\n" "KDE i Qt. Podeu canviar la «signatura» de\n" -"les dades de les que depenen QString i\n" +"les dades de les quals depenen QString i\n" "companyia però si necessiteu depurar\n" "estos valors, activeu esta opció." @@ -175,7 +178,7 @@ msgstr "" "Este script està pensat per a les ordes reals necessàries per connectar-se a " "un executable funcionant remotament.\n" -"\tshell sleep 5\ttemps d'espera per que s'execute el programa remot\n" +"\tshell sleep 5\ttemps d'espera perquè s'execute el programa remot\n" "\ttarget remote\tconnecta amb el depurador remot\n" "\tcontinue\t[opcional] executa la depuració fins al primer punt d'interrupció" @@ -187,18 +190,6 @@ #. i18n: ectx: property (toolTip), widget (QLabel, runShellScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runShellScript) #: debuggerconfigwidget.ui:199 debuggerconfigwidget.ui:215 -#, fuzzy -#| msgid "" -#| "This shell script is run after the Config gdb script has been sourced by " -#| "gdb.\n" -#| "When debugging remotely this script is intended to actually start the " -#| "remote process.\n" -#| "[It is expected that the debug executable can be reached on the target, " -#| "maybe by downloading it as a final build step]\n" -#| "1) Find a way to execute a command remotely - rsh, ssh, telnet, ...\n" -#| "2a) Execute \"gdbserver ... application\" on target.\n" -#| "or if your executable contains the gdb stub\n" -#| "2b) Execute \"application\" on target." msgid "" "

Script to start remote application

This " "shell script is run after the Gdb Config script has been sourced by gdb.

2b) Execute \"application\" on target.

" msgstr "" -"Este script s'executa després que l'script de configuració gdb ha estat " -"generat per gdb.\n" -"Quan s'està depurant remotament este script es fa servir per iniciar procés " -"remot.\n" -"[S'espera que l'executable del depurador siga accessible a la destinació, " -"pot ser baixant-lo com últim pas del procés de construcció]\n" -"1) Trobeu una manera d'executar una orde remotament (rsh, ssh, telnet...)\n" -"2a) Executeu «gdbserver ... aplicació» a la destinació.\n" -"2b) Executeu «aplicació» a la destinació." +"

Script per iniciar aplicacions remotes

Este script de l'intèrpret d'ordes s'executa després que l'script de " +"configuració gdb ha estat generat per gdb.

El seu propòsit és iniciar " +"realment el procés remot.

1) Trobeu una manera d'executar una orde " +"remotament (rsh, ssh, telnet...)

2a) Executeu «gdbserver ... " +"aplicació» a la destinació.

O si el vostre executable conté el bloc " +"d'adaptació de gdb:

2b) Executeu «aplicació» a la destinació.

" #. i18n: ectx: property (text), widget (QLabel, runShellScript_label) #: debuggerconfigwidget.ui:202 msgctxt "Shell script to be executed at run time" msgid "R&un shell script:" -msgstr "Exec&uta l'script de consola:" +msgstr "Exec&uta l'script de l'intèrpret d'ordes:" #. i18n: ectx: property (toolTip), widget (QLabel, configGdbScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_configGdbScript) #: debuggerconfigwidget.ui:225 debuggerconfigwidget.ui:267 -#, fuzzy -#| msgid "This script is sourced by gdb when the debugging starts." msgid "" "

This script is sourced by gdb when the debugging " "starts.

" -msgstr "Este script és originat per gdb en començar la depuració." +msgstr "" +"

Este script és originat per gdb en començar la " +"depuració.

" #. i18n: ectx: property (text), widget (QLabel, configGdbScript_label) #: debuggerconfigwidget.ui:228 -#, fuzzy -#| msgid "Gdb configure script" msgid "Gdb &config script:" -msgstr "Script de configuració de gdb" +msgstr "Script de &configuració de gdb:" #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runGdbScript) #. i18n: ectx: property (toolTip), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:241 debuggerconfigwidget.ui:251 -#, fuzzy -#| msgid "" -#| "This script is intended for the actual commands needed to connect to a " -#| "remotely running executable.\n" -#| "\tshell sleep 5\twait for remote program to start\n" -#| "\ttarget remote ...\tconnect to the remote debugger\n" -#| "\tcontinue\t[optional] run debugging to the first breakpoint" msgid "" "

Script to connect with remote application

For " "example:

\tshell sleep 5\t #wait for remote program to start

" "\ttarget remote ...\t#connect to the remote debugger

\tcontinue\t#" "[optional] run debugging to the first breakpoint.

" msgstr "" -"Este script està pensat per a les ordes reals necessàries per connectar-se a " -"un executable funcionant remotament.\n" -"\tshell sleep 5\ttemps d'espera per que s'execute el programa remot\n" -"\ttarget remote\tconnecta amb el depurador remot\n" -"\tcontinue\t[opcional] executa la depuració fins al primer punt d'interrupció" +"

Script per a connectar amb aplicacions remotes

Per exemple:

\tshell sleep 5\t # temps d'espera per què s'execute " +"el programa remot

\ttarget remote\t # connecta amb el depurador remot

\tcontinue\t # [opcional] executa la depuració fins al primer punt " +"d'interrupció.

" #. i18n: ectx: property (text), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:254 @@ -278,8 +259,8 @@ "This plugin provides a frontend for GDB, a source-level debugger for C, C++ " "and more." msgstr "" -"Este connector proveeix d'un frontal per GDB, un depurador a nivell de codi " -"per C, C++ i més llenguatges." +"Este connector proveeix d'un frontal per GDB, un depurador quant a codi per " +"C, C++ i més llenguatges." #: debuggerplugin.cpp:155 msgid "Disassemble/Registers" @@ -311,7 +292,7 @@ "Examina el fitxer de nucli

Això carrega un fitxer de nucli, que " "normalment es crea després que l'aplicació ha fallat, p.ex. un error de " "segmentació. El fitxer de nucli conté una imatge de la memòria del programa " -"al moment de la fallada, permetent-vos de fer un anàlisi pot-mortem.

" +"al moment de la fallada, permetent-vos de fer una anàlisi post mortem.

" #: debuggerplugin.cpp:212 msgid "Attach to Process" @@ -371,7 +352,7 @@ #: debuggerplugin.cpp:377 msgid "Choose a process to attach to..." -msgstr "Seleccioneu un procés al que adjuntar..." +msgstr "Seleccioneu un procés al qual adjuntar..." #: debuggerplugin.cpp:386 #, kde-format @@ -427,7 +408,7 @@ #. i18n: ectx: property (text), widget (QPushButton, okButton) #: debuggertracingdialog.ui:47 memviewdlg.cpp:98 msgid "OK" -msgstr "Bé" +msgstr "D'acord" #. i18n: ectx: property (whatsThis), widget (KLineEdit, customFormat) #: debuggertracingdialog.ui:79 @@ -455,7 +436,7 @@ #: debugsession.cpp:157 msgid "Debugger stopped" -msgstr "Depurador parat" +msgstr "Depurador aturat" #: debugsession.cpp:186 msgid "Application interrupted" @@ -479,7 +460,7 @@ "output window and then stop the debugger" msgstr "" "GDB ha eixit anormalment

Això és probablement un error en gdb. " -"Examineu la finestra d'eixida de gdb i després pareu el depurador" +"Examineu la finestra d'eixida de gdb i després atureu el depurador" #: debugsession.cpp:419 msgid "GDB exited abnormally" @@ -509,7 +490,7 @@ #: debugsession.cpp:676 #, kde-format msgid "Exited with return code: %1" -msgstr "Ha eixit amb el codi de retorn: %1" +msgstr "Ha eixit retornant el codi: %1" #: debugsession.cpp:678 msgid "Exited normally" @@ -518,7 +499,7 @@ #: debugsession.cpp:686 #, kde-format msgid "Exited on signal %1" -msgstr "S'ha parat en rebre el senyal %1" +msgstr "S'ha aturat en rebre el senyal %1" #: debugsession.cpp:745 #, kde-format @@ -628,11 +609,11 @@ #: disassemblewidget.cpp:114 msgid "&Run to Cursor" -msgstr "E&xecuta fins el cursor" +msgstr "Executa fins al cu&rsor" #: disassemblewidget.cpp:115 msgid "Continues execution until the cursor position is reached." -msgstr "Continua l'execució fins assolir la posició del cursor." +msgstr "Continua l'execució fins a assolir la posició del cursor." #: disassemblewidget.cpp:155 msgid "" @@ -662,16 +643,16 @@ msgid "Disassemble/Registers View" msgstr "Vista del desassemblador/registres" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "No s'ha pogut localitzar la capa de depuració «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "No s'ha trobat la capa de depuració" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -680,7 +661,7 @@ "

El component del depurador ha trobat un error intern en el processament " "de la resposta de gdb. Envieu un informe d'error." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -689,11 +670,11 @@ "L'excepció és: %1\n" "La resposta MI és: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Error intern del depurador" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -702,11 +683,11 @@ "No s'ha pogut iniciar el depurador.

No s'ha pogut executar «%1»." "Assegureu-vos que el nom de camí s'ha especificat correctament." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "No s'ha pogut iniciar el depurador" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -715,7 +696,7 @@ "depuració.
Intenteu reproduir la fallada amb el gdb normal i informeu de " "l'error.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "El gdb ha fallat" @@ -954,7 +935,7 @@ #. i18n: ectx: property (toolTip), widget (QWidget, SelectAddress) #: selectaddress.ui:23 msgid "Select the address to disassemble around" -msgstr "Seleccioneu l'adreça a l'entorn de la que es desassemblarà" +msgstr "Seleccioneu l'adreça al voltant de la qual es desassemblarà" #. i18n: ectx: property (text), widget (QLabel, label) #: selectaddress.ui:29 @@ -998,16 +979,12 @@ msgstr "No s'ha pogut crear un fitxer temporal" #: stty.cpp:341 -#, fuzzy, kde-format -#| msgid "" -#| "Can't get %1 tty/pty. Check that %1 is actually a terminal and that it " -#| "accepts these arguments: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do " -#| "sleep 3600;done\"" +#, kde-format msgid "" "Can't receive %1 tty/pty. Check that %1 is actually a terminal and that it " "accepts these arguments: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do " "sleep 3600;done\"" msgstr "" -"No s'ha pogut obtindre el dispositiu tty/pty de %1. Comproveu que %1 és " +"No s'ha pogut rebre el dispositiu tty/pty de %1. Comproveu que %1 és " "realment un terminal i que accepta estos arguments: -e sh -c \"tty> %2 ;" "exec<&-;exec>&-;while :;do sleep 3600;done\"" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevghprovider.po kdevelop-4.7.3/po/ca@valencia/kdevghprovider.po --- kdevelop-4.7.1/po/ca@valencia/kdevghprovider.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevghprovider.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,22 +1,24 @@ -# Translation of kdevghprovider.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Translation of kdevghprovider.po to Catalan (Valencian) +# Copyright (C) 2013-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. # -# Antoni Bella Pérez , 2013. +# Antoni Bella Pérez , 2013, 2014. +# Josep Ma. Ferrer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevghprovider\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-19 05:48+0000\n" -"PO-Revision-Date: 2013-11-10 13:17+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 18:18+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\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-Accelerator-Marker: &\n" "X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" @@ -25,7 +27,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "antonibella5@orange.es" +msgstr "antonibella5@yahoo.com" #: ghdialog.cpp:52 msgid "Log out" @@ -77,7 +79,7 @@ #: ghproviderwidget.cpp:66 msgid "You can press the Return key if you don't want to wait" -msgstr "Si no voleu esperar podeu prémer la tecla de Retorn" +msgstr "Si no voleu esperar, podeu prémer la tecla de Retorn" #: ghproviderwidget.cpp:78 msgid "Click this button to configure your Github account" @@ -89,6 +91,4 @@ #: ghproviderwidget.cpp:111 msgid "Organization" -msgstr "Organització" - -#, fuzzy \ No newline at end of file +msgstr "Organització" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevkdeprovider.po kdevelop-4.7.3/po/ca@valencia/kdevkdeprovider.po --- kdevelop-4.7.1/po/ca@valencia/kdevkdeprovider.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevkdeprovider.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,25 +1,25 @@ -# Translation of kdevkdeprovider.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Translation of kdevkdeprovider.po to Catalan (Valencian) +# Copyright (C) 2013-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. # -# Josep Ma. Ferrer , 2013. -# Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2013, 2015. +# Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevkdeprovider\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-07 05:06+0000\n" -"PO-Revision-Date: 2013-11-10 15:02+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-06-11 21:08+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" "X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -63,7 +63,7 @@ "GitKdeOrgManual#Overview_of_repository_URL_schemes\">here
.

" msgstr "" -"

URL del que clonar el protocol, com:
git clone " +"

URL del qual clonar el protocol, com:
git clone " "git://anongit.kde.org/kdevelop
git clone kde:kdevelop

Per a més " "informació, aneu , 2009. -# Josep Ma. Ferrer , 2010, 2011, 2012, 2013. -# Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2010, 2011, 2012, 2013, 2015. +# Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: kdevmakebuilder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-11-10 13:25+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 19:35+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -81,7 +81,7 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: makeconfig.ui:112 msgid "&Number of simultaneous jobs:" -msgstr "&Nombre de tasques simultànies:" +msgstr "&Nombre de treballs simultanis:" #. i18n: ectx: property (text), widget (QLabel, label_4) #: makeconfig.ui:132 diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevmanpage.po kdevelop-4.7.3/po/ca@valencia/kdevmanpage.po --- kdevelop-4.7.1/po/ca@valencia/kdevmanpage.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -# Translation of kdevmanpage.po to Catalan -# Copyright (C) 2011 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. -# -# Josep Ma. Ferrer , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-07-22 22:12+0200\n" -"Last-Translator: Josep Ma. Ferrer \n" -"Language-Team: Catalan \n" -"Language: ca@valencia\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Accelerator-Marker: &\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Josep Ma. Ferrer" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "txemaq@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "No s'ha pogut trobar cap documentació per «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Pàgina de contingut del «man»" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "S'estan carregant les pàgines man..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Comprova documentació de la pàgina man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Pàgina man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevninja.po kdevelop-4.7.3/po/ca@valencia/kdevninja.po --- kdevelop-4.7.1/po/ca@valencia/kdevninja.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevninja.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,22 +1,24 @@ -# Translation of kdevninja.po to Catalan -# Copyright (C) 2013 This_file_is_part_of_KDE +# Translation of kdevninja.po to Catalan (Valencian) +# Copyright (C) 2013-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. # -# Antoni Bella Pérez , 2013. +# Antoni Bella Pérez , 2013. +# Josep Ma. Ferrer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevninja\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-10 13:27+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"PO-Revision-Date: 2015-05-12 19:33+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\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-Accelerator-Marker: &\n" "X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" @@ -25,7 +27,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "antonibella5@orange.es" +msgstr "antonibella5@yahoo.com" #: kdevninjabuilderplugin.cpp:33 msgid "Ninja Builder" @@ -53,7 +55,7 @@ #. i18n: ectx: property (text), widget (QLabel, jobOverrideLabel) #: ninjaconfig.ui:98 msgid "&Number of simultaneous jobs:" -msgstr "&Nombre de tasques simultànies:" +msgstr "&Nombre de treballs simultanis:" #. i18n: ectx: property (text), widget (QLabel, label_1) #: ninjaconfig.ui:121 @@ -73,7 +75,7 @@ #. i18n: ectx: property (text), widget (QLabel, label_3) #: ninjaconfig.ui:196 msgid "O&verride number of jobs:" -msgstr "&Solapa el nombre de tasques:" +msgstr "&Superposa el nombre de treballs:" #: ninjajob.cpp:41 msgid "Ninja" diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevokteta.po kdevelop-4.7.3/po/ca@valencia/kdevokteta.po --- kdevelop-4.7.1/po/ca@valencia/kdevokteta.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevokteta.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,4 +1,4 @@ -# Translation of kdevokteta.po to Catalan +# Translation of kdevokteta.po to Catalan (Valencian) # Copyright (C) 2010-2013 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. diff -Nru kdevelop-4.7.1/po/ca@valencia/kdevqthelp.po kdevelop-4.7.3/po/ca@valencia/kdevqthelp.po --- kdevelop-4.7.1/po/ca@valencia/kdevqthelp.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,197 +0,0 @@ -# Translation of kdevqthelp.po to Catalan -# Copyright (C) 2009-2013 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 , 2009, 2010. -# Josep Ma. Ferrer , 2010, 2011, 2012. -# Antoni Bella Pérez , 2013. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-10 16:10+0100\n" -"Last-Translator: Antoni Bella Pérez \n" -"Language-Team: Catalan \n" -"Language: ca@valencia\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Accelerator-Marker: &\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Manuel Tortosa Moreno" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "manutortosa@gmail.com" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Modifica" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "El nom no pot estar buit." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obtén la documentació nova" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentació subministrada per GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "El fitxer d'ajuda comprimida del Qt no és vàlid." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Ja s'ha importat la documentació" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gestiona la documentació del QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nom" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Camí" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Afig" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modifica" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Elimina" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Mou amunt" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Mou avall" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Carrega la documentació de Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Nom d'icona" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Seleccioneu una icona" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Nom" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Seleccioneu un nom" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Camí" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Seleccioneu un fitxer QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "No s'ha pogut trobar cap documentació per «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Pàgina inicial del QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Comproveu la documentació d'ajuda de Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificador a cercar:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Pàgina d'ajuda:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "quant a: en blanc" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informació de depuració:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ca@valencia/plasma_applet_kdevelopsessions.po kdevelop-4.7.3/po/ca@valencia/plasma_applet_kdevelopsessions.po --- kdevelop-4.7.1/po/ca@valencia/plasma_applet_kdevelopsessions.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/plasma_applet_kdevelopsessions.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,4 +1,4 @@ -# Translation of plasma_applet_kdevelopsessions.po to Catalan +# Translation of plasma_applet_kdevelopsessions.po to Catalan (Valencian) # Copyright (C) 2012 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. diff -Nru kdevelop-4.7.1/po/ca@valencia/plasma_runner_kdevelopsessions.po kdevelop-4.7.3/po/ca@valencia/plasma_runner_kdevelopsessions.po --- kdevelop-4.7.1/po/ca@valencia/plasma_runner_kdevelopsessions.po 2015-02-02 14:20:16.000000000 +0000 +++ kdevelop-4.7.3/po/ca@valencia/plasma_runner_kdevelopsessions.po 2016-01-22 18:19:05.000000000 +0000 @@ -1,17 +1,17 @@ -# Translation of plasma_runner_kdevelopsessions.po to Catalan +# Translation of plasma_runner_kdevelopsessions.po to Catalan (Valencian) # Copyright (C) 2012-2013 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. # # Josep Ma. Ferrer , 2012. -# Antoni Bella Pérez , 2013. +# Antoni Bella Pérez , 2013. msgid "" msgstr "" "Project-Id-Version: plasma_runner_kdevelopsessions\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-05-22 05:50+0000\n" "PO-Revision-Date: 2013-11-10 13:41+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"Last-Translator: Antoni Bella Pérez \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" diff -Nru kdevelop-4.7.1/po/CMakeLists.txt kdevelop-4.7.3/po/CMakeLists.txt --- kdevelop-4.7.1/po/CMakeLists.txt 2015-02-02 14:23:53.000000000 +0000 +++ kdevelop-4.7.3/po/CMakeLists.txt 2016-01-22 18:20:15.000000000 +0000 @@ -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") diff -Nru kdevelop-4.7.1/po/da/kdevcpp.po kdevelop-4.7.3/po/da/kdevcpp.po --- kdevelop-4.7.1/po/da/kdevcpp.po 2015-02-02 14:20:28.000000000 +0000 +++ kdevelop-4.7.3/po/da/kdevcpp.po 2016-01-22 18:19:09.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-28 16:50+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Initialisér" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Ikke inkluderet" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgstr[0] "Yderligere 1 overload af %2 (vis mere)" msgstr[1] "Yderligere %1 overloads af %2 (vis mere)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Forbind til %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signals/Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuel override" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementér funktion" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++-builtin" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Fremadskuende matches" @@ -587,35 +587,35 @@ msgid "Use of deleted function: %1" msgstr "brug af slettet funktion" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Redigér include-mapper" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++-understøttelse" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Understøttelse af C++-sproget" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Filer" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Skift definering/erklæring" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Omdøb erklæring" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Flyt ind i kilden" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Tømt af præprocessoren
" diff -Nru kdevelop-4.7.1/po/da/kdevgdb.po kdevelop-4.7.3/po/da/kdevgdb.po --- kdevelop-4.7.1/po/da/kdevgdb.po 2015-02-02 14:20:28.000000000 +0000 +++ kdevelop-4.7.3/po/da/kdevgdb.po 2016-01-22 18:19:09.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2013-11-25 22:07+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -649,16 +649,16 @@ msgid "Disassemble/Registers View" msgstr "Disassemble-/registervisning" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Kunne ikke finde fejlsøgnings shell \"%1\"." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Fejlsøgnings-shell ikke fundet" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -667,7 +667,7 @@ "

Fejlsøgerkomponenten kom ud for en intern fejl under behandling af svar " "fra GDB. Indsend venligst en fejlreport." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -676,11 +676,11 @@ "Undtagelsen er: %1\n" "MI svaret er: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Intern fejlsøger-fejl" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -689,11 +689,11 @@ "Kunne ikke starte fejlsøger.

Kunne ikke køre \"%1\". Sørg for at " "stien er angivet korrekt." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Kunne ikke starte fejlsøgeren" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -702,7 +702,7 @@ "afsluttet.
Prøv at reproducere sammenbruddet med gdb alene og indsend en " "fejlrapport.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb brød sammen" diff -Nru kdevelop-4.7.1/po/da/kdevmanpage.po kdevelop-4.7.3/po/da/kdevmanpage.po --- kdevelop-4.7.1/po/da/kdevmanpage.po 2015-02-02 14:20:28.000000000 +0000 +++ kdevelop-4.7.3/po/da/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Martin Schlander , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-27 09:17+0200\n" -"Last-Translator: Martin Schlander \n" -"Language-Team: Danish \n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Martin Schlander" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "mschlander@opensuse.org" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kunne ikke finde nogen dokumentation til \"%1\"" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Side med man-indhold" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Indlæser man-sider..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Man-side" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Se man-sidedokumentation" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man-side" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/da/kdevqthelp.po kdevelop-4.7.3/po/da/kdevqthelp.po --- kdevelop-4.7.1/po/da/kdevqthelp.po 2015-02-02 14:20:28.000000000 +0000 +++ kdevelop-4.7.3/po/da/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,193 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Morten Anton Bach Sjøgren , 2010. -# Martin Schlander , 2010, 2011, 2012, 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-25 22:23+0100\n" -"Last-Translator: Martin Schlander \n" -"Language-Team: Danish \n" -"Language: da\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Morten Anton Bach Sjøgren" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "m_abs@mabs.dk" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Ændr" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Navnet må ikke være tomt." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Hent ny dokumentation" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Dokumentation leveret af GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt Compressed Help-fil er ikke gyldig." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentation er allerede importeret" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Håndtér QtHelp-dokumentation" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Navn" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Sti" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Tilføj" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Ændr" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Fjern" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Flyt op" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Flyt ned" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Indlæs Qt-dokumentation" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Ikonnavn" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Vælg et ikon" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Navn" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Vælg et navn" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Sti" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Vælg en QtHelp-fil..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kunne ikke finde nogen dokumentation til \"%1\"" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelps hjemmeside" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Tjek Qt Help-dokumentationen" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifikator at søge efter:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Hjælpeside:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Fejlsøgningsinfo:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/de/kdevcpp.po kdevelop-4.7.3/po/de/kdevcpp.po --- kdevelop-4.7.1/po/de/kdevcpp.po 2015-02-02 14:20:30.000000000 +0000 +++ kdevelop-4.7.3/po/de/kdevcpp.po 2016-01-22 18:19:10.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-07-12 10:00+0200\n" "Last-Translator: Frederik Schwarzer \n" "Language-Team: German \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Initialisieren" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Nicht inkludiert" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgstr[0] "Eine weitere Überladung von %2 (weitere anzeigen)" msgstr[1] "%1 weitere Überladungen von %2 (weitere anzeigen)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Verbinden mit %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signale/Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuelles Überschreiben" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Funktion implementieren" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++-Builtin" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Vorausschauende Übereinstimmungen" @@ -592,35 +592,35 @@ msgid "Use of deleted function: %1" msgstr "Benutzung einer gelöschten Funktion: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Include-Ordner bearbeiten" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++-Unterstützung" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Unterstützung für die Sprache C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Dateien" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Zwischen Definition/Deklaration &wechseln" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Deklaration umbenennen" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "In Quelltextdatei verschieben" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Durch den Präprozessor geleert
" diff -Nru kdevelop-4.7.1/po/de/kdevgdb.po kdevelop-4.7.3/po/de/kdevgdb.po --- kdevelop-4.7.1/po/de/kdevgdb.po 2015-02-02 14:20:30.000000000 +0000 +++ kdevelop-4.7.3/po/de/kdevgdb.po 2016-01-22 18:19:10.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-07-12 10:25+0200\n" "Last-Translator: Frederik Schwarzer \n" "Language-Team: German \n" @@ -641,16 +641,16 @@ msgid "Disassemble/Registers View" msgstr "Disassemblieren/Register-Ansicht" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Kann die Debugger-Shell „%1“ nicht finden." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Debugger-Shell nicht gefunden" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -659,7 +659,7 @@ "

Beim Verarbeiten einer Antwort von GDB ist ein Fehler in der Debugger-" "Komponente aufgetreten. Bitte erstellen Sie einen Fehlerbericht." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -668,11 +668,11 @@ "Der Ausnahme-Code ist: %1\n" "Die MI-Antwort ist: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Interner Debugger-Fehler" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -681,11 +681,11 @@ "Debugger kann nicht gestartet werden.

„%1“ kann nicht ausgeführt " "werden. Stellen Sie sicher, dass der Pfad richtig angegeben ist." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Debugger kann nicht gestartet werden" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -694,7 +694,7 @@ "
Versuchen Sie, den Absturz direkt mit GDB zu reproduzieren und erstellen " "Sie einen Fehlerbericht.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "GDB ist abgestürzt" diff -Nru kdevelop-4.7.1/po/de/kdevmanpage.po kdevelop-4.7.3/po/de/kdevmanpage.po --- kdevelop-4.7.1/po/de/kdevmanpage.po 2015-02-02 14:20:30.000000000 +0000 +++ kdevelop-4.7.3/po/de/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,48 +0,0 @@ -# Gerhard Stengel , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-26 16:30+0200\n" -"Last-Translator: Gerhard Stengel \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Gerhard Stengel" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "gstengel@gmx.net" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Dokumentation für „%1“ kann nicht gefunden werden" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Übersicht der Handbuch-Seiten" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Handbuch-Seiten werden geladen ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Handbuch-Seiten" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Nachschlagen in Handbuch-Seiten" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Handbuch-Seiten" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/de/kdevqthelp.po kdevelop-4.7.3/po/de/kdevqthelp.po --- kdevelop-4.7.1/po/de/kdevqthelp.po 2015-02-02 14:20:30.000000000 +0000 +++ kdevelop-4.7.3/po/de/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,184 +0,0 @@ -# Frederik Schwarzer , 2009, 2010, 2012, 2014. -# Gerhard Stengel , 2010. -# Jonathan Kolberg , 2010. -# Burkhard Lück , 2012, 2013. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-07-12 10:23+0200\n" -"Last-Translator: Frederik Schwarzer \n" -"Language-Team: German \n" -"Language: de\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Frederik Schwarzer" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "schwarzer@kde.org" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Eintrag ändern" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Neuen Eintrag hinzufügen" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Der Name darf nicht leer sein." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Neue Dokumentation herunterladen" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Durch GHNS bereitgestellte Dokumentation" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Komprimierte Qt-Hilfedatei ist ungültig." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentation ist bereits importiert" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Qt-Hilfe-Dokumentation verwalten" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Name" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Pfad" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "qch-Dateien in Ordner suchen ..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Hinzufügen" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Ändern" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Entfernen" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Nach oben" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Nach unten" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Ordner auswählen" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt-Dokumentation laden" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialog" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Symbol:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Symbol auswählen" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Name:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Namen auswählen" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Pfad:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Qt-Hilfedatei auswählen ..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Für „%1“ kann keine Dokumentation gefunden werden" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Homepage der Qt-Hilfe" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "Qt-Hilfe" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Qt-Hilfe aufrufen" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Zu suchendes Schlüsselwort:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Hilfeseite:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Debug-Info:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/el/kdevcpp.po kdevelop-4.7.3/po/el/kdevcpp.po --- kdevelop-4.7.1/po/el/kdevcpp.po 2015-02-02 14:20:33.000000000 +0000 +++ kdevelop-4.7.3/po/el/kdevcpp.po 2016-01-22 18:19:11.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2013-01-18 21:25+0100\n" "Last-Translator: Stelios \n" "Language-Team: Greek \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Αρχικοποίηση" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Δεν συμπεριλαμβάνεται" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgstr[0] "1 παραπάνω υπερκάλυψη του %2 (εμφάνιση περισσότερων)" msgstr[1] "%1 παραπάνω υπερκαλύψεις του %2 (εμφάνιση περισσότερων)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Σύνδεση με %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Σήματα/Υποδοχές" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Εικονική αντικατάσταση" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Εφαρμογή συνάρτησης" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Ενσωματωμένη C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Ταιριάσματα βάθους αναζήτησης" @@ -593,37 +593,37 @@ msgid "Use of deleted function: %1" msgstr "χρήση διαγραμμένης συνάρτησης" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 #, fuzzy #| msgid "Add include directive" msgid "Edit include directories" msgstr "Προσθήκη οδηγίας ενσωμάτωσης" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Υποστήριξη C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Υποστήριξη γλώσσας C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Αρχεία" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Εναλλαγή ορισμού/δήλωσης" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Μετονομασία Δήλωσης" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Μετακίνηση μέσα στην Πηγή" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Καθαρισμός από τον προεπεξεργαστή
" diff -Nru kdevelop-4.7.1/po/el/kdevgdb.po kdevelop-4.7.3/po/el/kdevgdb.po --- kdevelop-4.7.1/po/el/kdevgdb.po 2015-02-02 14:20:33.000000000 +0000 +++ kdevelop-4.7.3/po/el/kdevgdb.po 2016-01-22 18:19:11.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2012-10-04 14:34+0300\n" "Last-Translator: Petros Vidalis \n" "Language-Team: Greek \n" @@ -667,16 +667,16 @@ msgid "Disassemble/Registers View" msgstr "Προβολή τελεστών μηχανής" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Αδυναμία εντοπισμού του φλοιού διόρθωσης '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Το κέλυφος αποσφαλμάτωσης δε βρέθηκε" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -685,7 +685,7 @@ "

Το συστατικό debugger εμφανίστηκε εσωτερικό σφάλμα κατά την επεξεργασία " "της απάντησης από το gdb. Παρακαλώ υποβάλετε μια αναφορά σφάλματος." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -694,11 +694,11 @@ "Η εξαίρεση είναι: %1\n" "Η απάντηση MI είναι: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Εσωτερικό σφάλμα debugger" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -707,11 +707,11 @@ "Αδυναμία εκκίνησης του debugger.

Αδυναμία εκτέλεσης του '%1'. " "Σιγουρευτείτε ότι δώσατε τη διαδρομή και το όνομα σωστά." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Αδυναμία εκκίνησης του debugger" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -720,7 +720,7 @@ "πρέπει να τερματιστεί.
Προσπαθήστε να αναπαραγάγετε την κατάρρευση με " "απλό gdb και στείλτε αναφορά σφάλματος.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Το gdb κατέρρευσε" diff -Nru kdevelop-4.7.1/po/el/kdevmanpage.po kdevelop-4.7.3/po/el/kdevmanpage.po --- kdevelop-4.7.1/po/el/kdevmanpage.po 2015-02-02 14:20:33.000000000 +0000 +++ kdevelop-4.7.3/po/el/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# el translation of kdevmanpage.po -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# -# Stelios , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-12 03:05+0300\n" -"Last-Translator: Stelios \n" -"Language-Team: Greek \n" -"Language: el\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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Stelios" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "sstavra@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Αδυναμία εύρεσης τεκμηρίωσης για το '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Σελίδα εγχειριδίου" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Φόρτωση σελίδων εγχειριδίου ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Επιλογή τεκμηρίωσης σελίδων εγχειριδίου" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Σελίδα εγχειριδίου" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/el/kdevqthelp.po kdevelop-4.7.3/po/el/kdevqthelp.po --- kdevelop-4.7.1/po/el/kdevqthelp.po 2015-02-02 14:20:33.000000000 +0000 +++ kdevelop-4.7.3/po/el/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ -# translation of kdevqthelp.po into [el] -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# -# Stelios , 2011. -# Dimitris Kardarakos , 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-03-20 22:10+0200\n" -"Last-Translator: Dimitris Kardarakos \n" -"Language-Team: Greek \n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Stelios" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "sstavra@gmail.com" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Τροποποίηση" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Το όνομα δεν μπορεί να είναι κενό" - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Λήψη νέας τεκμηρίωσης" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Η τεκμηρίωση παρέχει η GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Το συμπιεσμένο αρχείο βοήθειας για την Qt δεν είναι έγκυρο." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Έχει γίνει εισαγωγή τεκμηρίωσης" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Διαχείριση τεκμηρίωσης QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Όνομα" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Διαδρομή" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Προσθήκη" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Τροποποίηση" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Αφαίρεση" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Μετακίνηση πάνω" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Μετακίνηση κάτω" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Φόρτωση τεκμηρίωσης Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Όνομα εικονιδίου" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Επιλογή εικονιδίου" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Όνομα" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Επιλογή ονόματος" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Διαδρομή" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Επιλογή αρχείου QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Αδυναμία εύρεσης τεκμηρίωσης για '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp αρχική σελίδα" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Εξετάστε την τεκμηρίωση βοήθειας για Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Αναγνωριστικό προς αναζήτηση:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Σελίδα βοήθειας:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Πληροφορίες διόρθωσης:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/en_GB/kdevcpp.po kdevelop-4.7.3/po/en_GB/kdevcpp.po --- kdevelop-4.7.1/po/en_GB/kdevcpp.po 2015-02-02 14:20:37.000000000 +0000 +++ kdevelop-4.7.3/po/en_GB/kdevcpp.po 2016-01-22 18:19:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-27 00:38+0100\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" @@ -31,11 +31,11 @@ msgid "Initialize" msgstr "Initialise" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Not Included" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -46,29 +46,29 @@ msgstr[0] "1 more overload of %2 (show more)" msgstr[1] "%1 more overloads of %2 (show more)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Connect to %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signals/Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtual Override" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implement Function" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ Builtin" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Lookahead Matches" @@ -588,35 +588,35 @@ msgid "Use of deleted function: %1" msgstr "Use of deleted function: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Edit include directories" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ Support" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Support for C++ Language" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Files" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Switch Definition/Declaration" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Rename Declaration" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Move into Source" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Emptied by preprocessor
" diff -Nru kdevelop-4.7.1/po/en_GB/kdevgdb.po kdevelop-4.7.3/po/en_GB/kdevgdb.po --- kdevelop-4.7.1/po/en_GB/kdevgdb.po 2015-02-02 14:20:37.000000000 +0000 +++ kdevelop-4.7.3/po/en_GB/kdevgdb.po 2016-01-22 18:19:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-27 00:46+0100\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" @@ -631,16 +631,16 @@ msgid "Disassemble/Registers View" msgstr "Disassemble/Registers View" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Could not locate the debugging shell '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Debugging Shell Not Found" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -649,7 +649,7 @@ "

The debugger component encountered internal error while processing reply " "from gdb. Please submit a bug report." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -658,11 +658,11 @@ "The exception is: %1\n" "The MI response is: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Internal debugger error" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -671,11 +671,11 @@ "Could not start debugger.

Could not run '%1'. Make sure that the " "path name is specified correctly." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Could not start debugger" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -683,7 +683,7 @@ "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb crashed" diff -Nru kdevelop-4.7.1/po/en_GB/kdevmanpage.po kdevelop-4.7.3/po/en_GB/kdevmanpage.po --- kdevelop-4.7.1/po/en_GB/kdevmanpage.po 2015-02-02 14:20:37.000000000 +0000 +++ kdevelop-4.7.3/po/en_GB/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Steve Allewell , 2014. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-21 11:06+0100\n" -"Last-Translator: Steve Allewell \n" -"Language-Team: British English \n" -"Language: en_GB\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Steve Allewell" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "steve.allewell@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Could not find any documentation for '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man Content Page" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Loading man pages ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Check Man Page documentation" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man Page" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/en_GB/kdevqthelp.po kdevelop-4.7.3/po/en_GB/kdevqthelp.po --- kdevelop-4.7.1/po/en_GB/kdevqthelp.po 2015-02-02 14:20:37.000000000 +0000 +++ kdevelop-4.7.3/po/en_GB/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Andrew Coles , 2009, 2010. -# Steve Allewell , 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-27 00:53+0100\n" -"Last-Translator: Steve Allewell \n" -"Language-Team: British English \n" -"Language: en_GB\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Andrew Coles, Steve Allewell" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "andrew_coles@yahoo.co.uk, steve.allewell@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modify Entry" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Add New Entry" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Name cannot be empty." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Get New Documentation" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentation provided by GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt Compressed Help file is not valid." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Documentation already imported" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Manage QtHelp Documentation" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Name" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Path" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Search qch files in directory..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Add" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modify" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Remove" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Move Up" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Move Down" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Choose dir" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Load Qt documentation" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialog" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Icon:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Select an icon" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Name:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Select a name" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Path:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Select a QtHelp file..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Could not find any documentation for '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp Home Page" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Check Qt Help documentation" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifier to search:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Help page:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Debug info:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/es/kdevcpp.po kdevelop-4.7.3/po/es/kdevcpp.po --- kdevelop-4.7.1/po/es/kdevcpp.po 2015-02-02 14:20:44.000000000 +0000 +++ kdevelop-4.7.3/po/es/kdevcpp.po 2016-01-22 18:19:14.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-27 12:16+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Inicializar" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "No incluido" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgstr[0] "1 sobrecarga más de %2 (mostrar más)" msgstr[1] "%1 sobrecargas más de %2 (mostrar más)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Conectar a %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Señales/slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Redefinir virtual" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementar función" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ integrado" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Coincidencias posteriores" @@ -592,35 +592,35 @@ msgid "Use of deleted function: %1" msgstr "Uso de función borrada: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Editar directorios de inclusión" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Implementación de C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Implementación del lenguaje C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Archivos" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Cam&biar a definición/declaración" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Cambiar nombre de la declaración" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Mover al código fuente" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Vaciado por el preprocesador
" diff -Nru kdevelop-4.7.1/po/es/kdevgdb.po kdevelop-4.7.3/po/es/kdevgdb.po --- kdevelop-4.7.1/po/es/kdevgdb.po 2015-02-02 14:20:44.000000000 +0000 +++ kdevelop-4.7.3/po/es/kdevgdb.po 2016-01-22 18:19:14.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-12-14 22:26+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -644,16 +644,16 @@ msgid "Disassemble/Registers View" msgstr "Vista de desensamblar/registros" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "No se ha podido localizar la capa de depuración «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Capa de depuración no encontrada" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -662,7 +662,7 @@ "

El componente de depuración ha encontrado un error interno mientras " "procesaba la respuesta de gdb. Por favor, informe de este fallo." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -671,11 +671,11 @@ "La excepción es: %1\n" "La respuesta MI es: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Error interno del depurador" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -684,11 +684,11 @@ "No se puede iniciar el depurador.

No se puede ejecutar «%1». " "Asegúrese de que la ruta especificada es correcta." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "No se puede iniciar el depurador" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -697,7 +697,7 @@ "terminado.
Trate de reproducir el fallo usando un «gdb» plano e informe " "del fallo.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb ha fallado" diff -Nru kdevelop-4.7.1/po/es/kdevmanpage.po kdevelop-4.7.3/po/es/kdevmanpage.po --- kdevelop-4.7.1/po/es/kdevmanpage.po 2015-02-02 14:20:44.000000000 +0000 +++ kdevelop-4.7.3/po/es/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Eloy Cuadra , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-28 19:23+0200\n" -"Last-Translator: Eloy Cuadra \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Eloy Cuadra" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "ecuadra@eloihr.net" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "No se puede encontrar ninguna documentación para «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Página de contenido man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Cargando páginas man..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Comprobar la documentación de páginas man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Página man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/es/kdevqthelp.po kdevelop-4.7.3/po/es/kdevqthelp.po --- kdevelop-4.7.1/po/es/kdevqthelp.po 2015-02-02 14:20:44.000000000 +0000 +++ kdevelop-4.7.3/po/es/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# translation of kdevqthelp.po to Spanish -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Eloy Cuadra , 2009, 2010, 2012, 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-27 12:19+0200\n" -"Last-Translator: Eloy Cuadra \n" -"Language-Team: Spanish \n" -"Language: es\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Eloy Cuadra" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "ecuadra@eloihr.net" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modificar entrada" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Añadir nueva entrada" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "El nombre no puede estar vacío." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obtener nueva documentación" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentación proporcionada por GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "El archivo comprimido de ayuda de Qt no es válido." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Documentación ya importada" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gestionar la documentación de la ayuda Qt" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nombre" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Ruta" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Buscar archivos qch en el directorio..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Añadir" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modificar" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Eliminar" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Subir" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Bajar" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Elija directorio" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Cargar la documentación de Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Diálogo" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Icono:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Seleccione un icono" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nombre:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Seleccione un nombre" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Ruta:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Seleccione un archivo de QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "No se puede encontrar ninguna documentación para «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Página de inicio de QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Comprobar la documentación de la ayuda Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificador a buscar:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Página de ayuda:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Información de depuración:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/et/kdevcpp.po kdevelop-4.7.3/po/et/kdevcpp.po --- kdevelop-4.7.1/po/et/kdevcpp.po 2015-02-02 14:20:47.000000000 +0000 +++ kdevelop-4.7.3/po/et/kdevcpp.po 2016-01-22 18:19:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-07-03 16:34+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Initsialiseerimine" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Pole kaasatud" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgstr[0] "Veel 1 %2 ülekoormus (näita rohkem)" msgstr[1] "Veel %1 %2 ülekoormust (näita rohkem)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Ühenda deklaratsiooniga %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signaalid/pesad" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuaalne tühistus" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Funktsiooni teostus" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ sisseehitatud" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Ettevaate vasted" @@ -585,35 +585,35 @@ msgid "Use of deleted function: %1" msgstr "Kustutatud funktsiooni kasutus: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Muuda kaasatud katalooge" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ toetus" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "C++ keele toetus" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Failid" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Lülita definit&siooni/deklaratsiooni" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Muuda deklaratsiooni nime" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Liigu lähtekoodi" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Tühjendatud eelprotsessori poolt
" diff -Nru kdevelop-4.7.1/po/et/kdevgdb.po kdevelop-4.7.3/po/et/kdevgdb.po --- kdevelop-4.7.1/po/et/kdevgdb.po 2015-02-02 14:20:47.000000000 +0000 +++ kdevelop-4.7.3/po/et/kdevgdb.po 2016-01-22 18:19:15.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-07-03 17:08+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -627,16 +627,16 @@ msgid "Disassemble/Registers View" msgstr "Pöördtransleerimise/registrite vaade" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Silumisshelli \"%1\" tuvastamine nurjus." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Silumisshelli ei leitud" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -645,7 +645,7 @@ "

Siluri komponenti tabas GDB vastuse töötlemisel sisemine viga. Palun anna " "veast teada." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -654,11 +654,11 @@ "Erind on: %1\n" "MI vastus on: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Sisemine siluri viga" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -667,11 +667,11 @@ "Siluri käivitamine nurjus.

\"%1\" käivitamine nurjus. Kontrolli, " "kas asukoht on korrektselt määratud." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Siluri käivitamine nurjus" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -679,7 +679,7 @@ "Gdb-d tabas krahh

Seepärast tulu lõpetada silumisseanss.
Proovi " "krahhi korrata ainult gdb abil ja anna veast teada.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb-d tabas krahh" diff -Nru kdevelop-4.7.1/po/et/kdevmanpage.po kdevelop-4.7.3/po/et/kdevmanpage.po --- kdevelop-4.7.1/po/et/kdevmanpage.po 2015-02-02 14:20:47.000000000 +0000 +++ kdevelop-4.7.3/po/et/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Marek Laane , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-30 11:00+0300\n" -"Last-Translator: Marek Laane \n" -"Language-Team: Estonian \n" -"Language: et\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Marek Laane" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "bald@smail.ee" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "\"%1\" kohta ei leitud mingit dokumentatsiooni" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man-sisulehekülg" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Manuaalilehekülgede laadimine..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Manuaalilehekülg" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Manuaalilehekülgede dokumentatsiooni kontrollimine" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Manuaalilehekülg" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/et/kdevqthelp.po kdevelop-4.7.3/po/et/kdevqthelp.po --- kdevelop-4.7.1/po/et/kdevqthelp.po 2015-02-02 14:20:47.000000000 +0000 +++ kdevelop-4.7.3/po/et/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# translation of kdevqthelp.po to Estonian -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Marek Laane , 2009, 2010, 2012, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-07-03 17:56+0300\n" -"Last-Translator: Marek Laane \n" -"Language-Team: Estonian \n" -"Language: et\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Marek Laane" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "bald@smail.ee" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Kirje muutmine" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Uue kirje lisamine" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Nimi ei saa olla tühi." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Hangi uut dokumentatsiooni" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "GHNS jagatav dokumentatsioon" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt tihendatud abifail ei ole korrektne." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentatsioon on juba imporditud" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "QtHelpi dokumentatsiooni haldamine" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nimi" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Asukoht" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "qch-failide otsimine kataloogis..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Lisa" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Muuda" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Eemalda" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Liiguta üles" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Liiguta alla" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Vali kataloog" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt dokumentatsiooni laadimine" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialoog" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ikoon:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Ikooni valimine" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nimi:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Nime valimine" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Asukoht:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "QtHelpi faili valimine..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "\"%1\" kohta ei leitud mingit dokumentatsiooni" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelpi kodulehekülg" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Qt abidokumentatsiooni uurimine" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Otsitav identifikaator:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Abilehekülg:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Silumisteave:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/fi/kdevcmakebuilder.po kdevelop-4.7.3/po/fi/kdevcmakebuilder.po --- kdevelop-4.7.1/po/fi/kdevcmakebuilder.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevcmakebuilder.po 2016-01-22 18:19:18.000000000 +0000 @@ -2,7 +2,7 @@ # Copyright © 2009 This_file_is_part_of_KDE # This file is distributed under the same license as the kdevcmakebuilder package. # Jorma Karvonen , 2009. -# Lasse Liehu , 2011, 2012, 2013, 2014. +# Lasse Liehu , 2011, 2012, 2013, 2014, 2015, 2016. # # KDE Finnish translation sprint participants: msgid "" @@ -12,14 +12,14 @@ "POT-Creation-Date: 2013-11-12 05:17+0000\n" "PO-Revision-Date: 2014-12-23 19:55+0200\n" "Last-Translator: Lasse Liehu \n" -"Language-Team: Finnish \n" +"Language-Team: Finnish \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:28+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/fi/kdevcmake.po kdevelop-4.7.3/po/fi/kdevcmake.po --- kdevelop-4.7.1/po/fi/kdevcmake.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevcmake.po 2016-01-22 18:19:18.000000000 +0000 @@ -2,7 +2,7 @@ # Copyright © 2009, 2011, 2012 This_file_is_part_of_KDE # This file is distributed under the same license as the kdevelop package. # Jorma Karvonen , 2009, 2011. -# Lasse Liehu , 2011, 2012, 2013, 2014. +# Lasse Liehu , 2011, 2012, 2013, 2014, 2015. # # KDE Finnish translation sprint participants: # Author: Karvjorm @@ -20,7 +20,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2012-12-01 22:20:28+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/fi/kdevcpp.po kdevelop-4.7.3/po/fi/kdevcpp.po --- kdevelop-4.7.1/po/fi/kdevcpp.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevcpp.po 2016-01-22 18:19:18.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-08-16 15:09+0300\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -34,11 +34,11 @@ msgid "Initialize" msgstr "Alusta" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Ei sisällytetty" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -49,29 +49,29 @@ msgstr[0] "Näytä funktion %2 viimeinenkin kuormitus" msgstr[1] "Näytä loput %1 funktion %2 kuormitusta" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Yhdistetty kohteeseen %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signaalit/Slot-funktiot" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuaalinen korvaus" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Toteuta funktio" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Sisäänrakennettu C++-toiminto" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Kurkistusosumat" @@ -593,35 +593,35 @@ msgid "Use of deleted function: %1" msgstr "Poistetun funktion käyttö: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Muokkaa include-kansioita" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++-tuki" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Tuki C++-kielelle" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Tiedostot" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Vaihda määrittelyyn/esittelyyn" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Muuta esittelyn nimeä" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Siirry lähdekoodiin" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Esiprosessorin tyhjentämä
" diff -Nru kdevelop-4.7.1/po/fi/kdevcustombuildsystem.po kdevelop-4.7.3/po/fi/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/fi/kdevcustombuildsystem.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevcustombuildsystem.po 2016-01-22 18:19:18.000000000 +0000 @@ -2,13 +2,13 @@ # Author: Karvjorm # Author: Lliehu # Author: Niklas Laxström -# Lasse Liehu , 2012, 2013, 2014. +# Lasse Liehu , 2012, 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: kdevcustombuildsystem\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-27 20:13+0200\n" +"PO-Revision-Date: 2015-03-10 23:52+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-12-01 22:20:29+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgctxt "NAME OF TRANSLATORS" @@ -134,7 +134,7 @@ #: custombuildjob.cpp:66 msgid "Pruning:" -msgstr "Karsitaan:" +msgstr "Tyhjennetään:" #: custombuildjob.cpp:90 msgid "Undefined Build type" diff -Nru kdevelop-4.7.1/po/fi/kdevelop.po kdevelop-4.7.3/po/fi/kdevelop.po --- kdevelop-4.7.1/po/fi/kdevelop.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevelop.po 2016-01-22 18:19:18.000000000 +0000 @@ -7,7 +7,7 @@ # Teemu Rytilahti , 2003. # Tapio Mattila , 2004. # Ilpo Kantonen , 2005. -# Lasse Liehu , 2005, 2006, 2011, 2012, 2013, 2014. +# Lasse Liehu , 2005, 2006, 2011, 2012, 2013, 2014, 2015, 2016. # Jorma Karvonen , 2009,2011. # # KDE Finnish translation sprint participants: @@ -17,7 +17,7 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2014-11-24 15:29+0200\n" +"PO-Revision-Date: 2016-01-05 23:30+0200\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -26,7 +26,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2012-12-01 22:20:29+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -287,7 +287,7 @@ #: main.cpp:219 msgid "SnippetPart, debugger and usability patches" -msgstr "SnippetPart, virheenjäljitin ja käytettävyyskorjauksia" +msgstr "SnippetPart, virheenpaikannin ja käytettävyyskorjauksia" #: main.cpp:220 msgid "Dukju Ahn" @@ -371,7 +371,7 @@ #: main.cpp:231 msgid "Debugger frontend" -msgstr "Virheenjäljittimen käyttöliittymä" +msgstr "Virheenpaikantimen käyttöliittymä" #: main.cpp:232 msgid "Sandy Meier" @@ -576,7 +576,7 @@ "bugfixes ... " msgstr "" "Dokumentaatioetsijä, qmake-projektinhallintakorjauksia, " -"käytettävyysparannuksia, virheenkorjauksia … " +"käytettävyysparannuksia, virheenkorjauksia…" #: main.cpp:258 msgid "Andreas Koepfle" @@ -639,10 +639,10 @@ "The binary that should be debugged must follow - including arguments.\n" "Example: kdevelop --debug gdb myapp --foo bar" msgstr "" -"Aloita sovelluksen virheiden jäljittäminen KDevelopissa käyttäen annettua " -"virheenjäljitintä.\n" -"Jäljitettävän binaarin tulisi olla perässä, mukaan lukien kaikki sille " -"annettavat parametrit.\n" +"Aloita sovelluksen virheiden paikantaminen KDevelopissa käyttäen annettua " +"virheenpaikanninta.\n" +"Paikannuksessa käytettävän binaarin tulisi olla perässä, mukaan lukien " +"kaikki sille annettavat parametrit.\n" "Esimerkiksi: kdevelop --debug gdb myapp --foo bar" #: main.cpp:310 @@ -684,12 +684,12 @@ #: main.cpp:405 msgctxt "@info:shell" msgid "Specify the binary you want to debug." -msgstr "Valitse ohjelmatiedosto, jonka vikoja haluat jäljittää." +msgstr "Valitse ohjelmatiedosto, jonka virheitä haluat paikantaa." #: main.cpp:408 #, kde-format msgid "Debug %1" -msgstr "Vianjäljitys – %1" +msgstr "Virheenpaikannus – %1" #: main.cpp:417 #, kde-format @@ -767,11 +767,11 @@ #: welcomepage/qml/area_debug.qml:57 msgid "Debug your program" -msgstr "Jäljitä ohjelmasi vikoja" +msgstr "Paikanna ohjelmasi virheitä" #: welcomepage/qml/area_debug.qml:60 msgid "Debug Area" -msgstr "Vianjäljitysalue" +msgstr "Virheenpaikannusalue" #: welcomepage/qml/area_debug.qml:63 msgid "" @@ -782,10 +782,10 @@ "select what is going to be run by configuring the launches and selecting the " "one you want to use in the Current Launch Configuration sub-menu." msgstr "" -"Vianjäljitys-alueella voit nähdä ja analysoida ohjelmasi " +"Virheenpaikannus-alueella voit nähdä ja analysoida ohjelmasi " "ajonaikaista toimintaa. Löydät kaikki mahdolliset valinnat Suorita-" -"valikosta.

Kuten huomaat, voit suorittaa sovellustasi tai jäljittää " -"sen vikoja, jos tarvitset lisää ajonaikaista tietoa. Voit valita " +"valikosta.

Kuten huomaat, voit suorittaa sovellustasi tai paikantaa " +"sen virheitä, jos tarvitset lisää ajonaikaista tietoa. Voit valita " "suoritettavan ohjelman määrittämällä käynnistyksen ja valitsemalla haluamasi " "Aktiivinen käynnistysmääritys-alivalikosta." diff -Nru kdevelop-4.7.1/po/fi/kdevexecuteplasmoid.po kdevelop-4.7.3/po/fi/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/fi/kdevexecuteplasmoid.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevexecuteplasmoid.po 2016-01-22 18:19:18.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Lasse Liehu , 2013. +# Lasse Liehu , 2013, 2015. # msgid "" msgstr "" @@ -9,13 +9,13 @@ "POT-Creation-Date: 2013-11-07 05:06+0000\n" "PO-Revision-Date: 2013-05-04 17:19+0300\n" "Last-Translator: Lasse Liehu \n" -"Language-Team: Finnish \n" +"Language-Team: Finnish \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-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/fi/kdevgdb.po kdevelop-4.7.3/po/fi/kdevgdb.po --- kdevelop-4.7.1/po/fi/kdevgdb.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevgdb.po 2016-01-22 18:19:18.000000000 +0000 @@ -2,7 +2,7 @@ # Copyright © 2011, 2012 This_file_is_part_of_KDE # This file is distributed under the same license as the kdevelop package. # Jorma Karvonen , 2011. -# Lasse Liehu , 2011, 2012, 2013, 2014, 2015. +# Lasse Liehu , 2011, 2012, 2013, 2014, 2015, 2016. # # KDE Finnish translation sprint participants: # Author: Lliehu @@ -10,17 +10,17 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2014-11-09 00:20+0200\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2016-01-07 18:24+0200\n" "Last-Translator: Lasse Liehu \n" -"Language-Team: Finnish \n" +"Language-Team: Finnish \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:30+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -43,17 +43,17 @@ #. i18n: ectx: property (windowTitle), widget (QWidget, DebuggerConfigWidget) #: debuggerconfigwidget.ui:14 msgid "Debugger Configuration" -msgstr "Vianjäljitinasetus" +msgstr "Virheenpaikanninasetus" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #: debuggerconfigwidget.ui:26 debuggerplugin.cpp:416 msgid "Debugger" -msgstr "Vianjäljitin" +msgstr "Virheenpaikannin" #. i18n: ectx: property (text), widget (QLabel, gdbPath_label) #: debuggerconfigwidget.ui:38 msgid "Debugger executable:" -msgstr "Vianjäljittimen ohjelmatiedosto:" +msgstr "Virheenpaikantimen ohjelmatiedosto:" #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_gdbPath) #: debuggerconfigwidget.ui:51 @@ -69,7 +69,7 @@ "\"), by typing the name here, or specify full path to the gdb executable." msgstr "" "Jätä tämä kenttä tyhjäksi binaaritiedoston ”gdb” suorittamiseksi polusta " -"$PATH. Kirjoita suoritettavan tiedoston nimi tänne räätälöidyn gdb-ohjelman " +"$PATH. Kirjoita suoritettavan tiedoston nimi tänne mukautetun gdb-ohjelman " "suorittamiseksi, esimerkiksi eri arkkitehtuurissa. Voit suorittaa gdb-" "ohjelman joko $PATH-polusta, mutta eri nimellä (sanotaan, ”arm-gdb”) " "kirjoittamalla nimen tänne, tai määrittämällä täydellisen tiedostopolun " @@ -90,9 +90,9 @@ "komentotulkkiskripti, joka esimerkiksi asettaa kirjastopolut, kirjoita se " "tähän. Esimerkiksi: /polku/skriptiin/skripti.sh --skriptinArgumentit

Huomaa: skriptiä kutsutaan näin: /polku/skriptiin/skripti.sh --" -"skriptinArgumentit vianjäljitin --vianjäljittimenArgumentit. Skripti.sh:n " -"täytyy siis käynnistää " -"”vianjäljitin” itse.

" +"skriptinArgumentit virheenpaikannin --virheenpaikantimenArgumentit. Skripti." +"sh:n täytyy siis käynnistää " +"”virheenpaikannin” itse.

" #. i18n: ectx: property (text), widget (QLabel, debuggingShell_label) #: debuggerconfigwidget.ui:73 @@ -128,7 +128,7 @@ "tietojen tuottamisessa KDE:n ja Qt:n sisällä.\n" "Se voi vaihtaa sitä tietojen ”allekirjoitusta”, \n" "joista QString ja ystävät ovat riippuvaisia, mutta\n" -"jos sinun on jäljitettävä vikaa näihin arvoihin,\n" +"jos sinun on paikannettava virheitä näihin arvoihin,\n" "valitse silloin tämä valitsin." #. i18n: ectx: property (text), widget (QLabel, label_2) @@ -150,7 +150,7 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: debuggerconfigwidget.ui:155 msgid "Start Debugger with:" -msgstr "Käynnistä vianjäljitin näkymällä:" +msgstr "Käynnistä virheenpaikannin näkymällä:" #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_startWith) #: debuggerconfigwidget.ui:166 @@ -179,14 +179,14 @@ "Tämä skripti on tarkoitettu todellisille komennoille, joita tarvitaan " "etäkoneella käynnissä olevaan ohjelmatiedostoon yhdistämiseen.\n" "\tshell sleep 5\todota etäohjelman käynnistymistä\n" -"\ttarget remote …\tyhdistä etävianjäljittimeen\n" -"\tcontinue\t[optional] suorita ohjelmaa vianjäljitystilassa ensimmäiseen " +"\ttarget remote …\tyhdistä etävirheenpaikantimeen\n" +"\tcontinue\t[optional] suorita ohjelmaa virheenpaikannustilassa ensimmäiseen " "keskeytyskohtaan asti." #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: debuggerconfigwidget.ui:193 msgid "Remote Debugging" -msgstr "Etävianjäljitys" +msgstr "Etävirheenpaikannus" #. i18n: ectx: property (toolTip), widget (QLabel, runShellScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runShellScript) @@ -220,8 +220,8 @@ "

This script is sourced by gdb when the debugging " "starts.

" msgstr "" -"

Tämän skriptin lähde on gdb, kun vianjäljitys alkaa." +"

Tämän skriptin lähde on gdb, kun virheenpaikannus " +"alkaa.

" #. i18n: ectx: property (text), widget (QLabel, configGdbScript_label) #: debuggerconfigwidget.ui:228 @@ -239,7 +239,7 @@ msgstr "" "

Skripti etäsovellukseen yhdistämiseen

Esimerkiksi:

\tshell sleep 5\t #odota etäohjelman käynnistymistä

\ttarget remote …\t#yhdistä etävianjäljittimeen

\tcontinue\t#" +"p>

\ttarget remote …\t#yhdistä etävirheenpaikantimeen

\tcontinue\t#" "[valinnainen] suorita ohjelmaa ensimmäiseen keskeytyskohtaan saakka.

" @@ -259,7 +259,7 @@ "and more." msgstr "" "Tämä liitännäinen tarjoaa GDB-käyttöliittymän, lähdekooditason " -"virheenjäljittimen C-, C++-kielille ja paljon muuta" +"virheenpaikantimen C-, C++-kielille ja paljon muuta" #: debuggerplugin.cpp:155 msgid "Disassemble/Registers" @@ -305,7 +305,7 @@ msgid "" "Attach to process

Attaches the debugger to a running process.

" msgstr "" -"Liity prosessiin

Liittää vianjäljittimen käynnissä olevaan " +"Liity prosessiin

Liittää virheenpaikantimen käynnissä olevaan " "prosessiin.

" #: debuggerplugin.cpp:246 @@ -349,7 +349,7 @@ #: debuggerplugin.cpp:369 msgid "Debug core file" -msgstr "Vikojen jäljitys muistivedostiedostosta" +msgstr "Virheenpaikannus muistivedostiedostosta" #: debuggerplugin.cpp:377 msgid "Choose a process to attach to..." @@ -358,7 +358,8 @@ #: debuggerplugin.cpp:386 #, kde-format msgid "Not attaching to process %1: cannot attach the debugger to itself." -msgstr "Ei liittynyt prosessiin %1: vianjäljitintä ei voi liittää itseensä." +msgstr "" +"Ei liittynyt prosessiin %1: virheenpaikanninta ei voi liittää itseensä." #: debuggerplugin.cpp:394 #, kde-format @@ -368,12 +369,12 @@ #: debuggerplugin.cpp:400 #, kde-format msgid "Debug process %1" -msgstr "Jäljitä prosessin %1 vikoja" +msgstr "Paikanna prosessin %1 virheitä" #. i18n: ectx: property (windowTitle), widget (QDialog, DebuggerTracingDialog) #: debuggertracingdialog.ui:13 msgid "Tracing Configuration" -msgstr "Jäljitysasetus" +msgstr "Seurannan asetukset" #. i18n: ectx: property (whatsThis), widget (QCheckBox, enable) #: debuggertracingdialog.ui:20 @@ -383,16 +384,16 @@ "expressions and continue execution when breakpoint is hit. You can think of " "it as printf debugging that does not require modifying the source.

" msgstr "" -"Ota käyttöön jäljitys\n" -"

Jäljitys on mekanismi, joka automaattisesti tulostaa valitun lausekkeen " +"Ota käyttöön seuranta\n" +"

Seuranta on mekanismi, joka automaattisesti tulostaa valitun lausekkeen " "arvoja ja jatkaa suoritusta kun keskeytyskohta löytyy. Voit ajatella sitä " -"printf-vianjäljitystulostuskäskynä, joka ei vaadi lähdekoodin muuttamista." +"printf-virheenpaikannustulostuskäskynä, joka ei vaadi lähdekoodin " +"muuttamista.

" #. i18n: ectx: property (text), widget (QCheckBox, enable) #: debuggertracingdialog.ui:23 msgid "Enable tracing" -msgstr "Ota käyttöön jäljitys" +msgstr "Ota käyttöön seuranta" #. i18n: ectx: property (text), widget (QPushButton, cancelButton) #: debuggertracingdialog.ui:30 memviewdlg.cpp:101 @@ -402,7 +403,7 @@ #. i18n: ectx: property (text), widget (QCheckBox, enableCustomFormat) #: debuggertracingdialog.ui:40 msgid "Custom format string" -msgstr "Räätälöity muotomerkkijono" +msgstr "Mukautettu muotomerkkijono" #. i18n: ectx: property (text), widget (QPushButton, okButton) #: debuggertracingdialog.ui:47 memviewdlg.cpp:98 @@ -420,11 +421,11 @@ "If custom format string is not enabled, names and values of all expressions " "will be printed, using \"%d\" as format specifier for all expressions." msgstr "" -"Räätälöity muotomerkkijono\n" +"Mukautettu muotomerkkijono\n" "

Määrittelee C-tyylisen muotomerkkijonon, jota käytetään tulostamaan " "valittu lauseke. Esimerkiksi:\n" -"

Jäljityspiste 1: g = %d

\n" -"Jos räätälöyty muotomerkkijono ei ole otettu käyttöön, kaikkien lausekkeiden " +"

Seurantapiste 1: g = %d

\n" +"Jos mukautettu muotomerkkijono ei ole otettu käyttöön, kaikkien lausekkeiden " "nimet ja arvot tulostetaan käyttäen ”%d” muotomääritteenä kaikille " "lausekkeille." @@ -435,7 +436,7 @@ #: debugsession.cpp:157 msgid "Debugger stopped" -msgstr "Vianjäljitin pysähtyi" +msgstr "Virheenpaikannin pysähtyi" #: debugsession.cpp:186 msgid "Application interrupted" @@ -458,8 +459,8 @@ "GDB exited abnormally

This is likely a bug in GDB. Examine the gdb " "output window and then stop the debugger" msgstr "" -"GDB päättyi epänormaalisti

Tämä vaikuttaa GDB-vialta. Tutki gdb-" -"tulosteikkunaa ja pysäytä vianjäljitin" +"GDB päättyi epänormaalisti

Tämä vaikuttaa ohjelmavirheeltä GDB:ssä. " +"Tutki gdb-tulosteikkunaa ja pysäytä virheenpaikannin" #: debugsession.cpp:419 msgid "GDB exited abnormally" @@ -471,8 +472,8 @@ "Gdb command sent when debugger is not running
The command was:
" "%1" msgstr "" -"Gdb-komento lähetetty, kun vianjäljitys ei ole käynnissä
Komento " -"oli:
%1" +"Gdb-komento lähetetty, kun virheenpaikannus ei ole käynnissä
Komento oli:
%1" #: debugsession.cpp:550 msgid "Internal error" @@ -481,11 +482,11 @@ #: debugsession.cpp:647 #, kde-format msgid "Invalid debugger command
%1" -msgstr "Virheellinen vianjäljitinkomento
%1" +msgstr "Virheellinen virheenpaikanninkomento
%1" #: debugsession.cpp:648 msgid "Invalid debugger command" -msgstr "Virheellinen vianjäljitinkomento" +msgstr "Virheellinen virheenpaikanninkomento" #: debugsession.cpp:676 #, kde-format @@ -528,12 +529,12 @@ #, kde-format msgid "Debugger error

Debugger reported the following error:

%1" msgstr "" -"Vianjäljitinvirhe

Vianjäljitin ilmoitti seuraavasta virheestä:" -"

%1" +"Virheenpaikanninvirhe

Virheenpaikannin ilmoitti seuraavasta " +"virheestä:

%1" #: debugsession.cpp:1226 msgid "Debugger error" -msgstr "Vianjäljitinvirhe" +msgstr "Virheenpaikanninvirhe" #: debugsession.cpp:1325 #, kde-format @@ -553,7 +554,7 @@ #: debugsession.cpp:1327 #, kde-format msgid "Debugger state: %1\n" -msgstr "Vianjäljittimen tila: %1\n" +msgstr "Virheenpaikantimen tila: %1\n" #: debugsession.cpp:1331 #, kde-format @@ -568,7 +569,7 @@ #: debugsession.cpp:1342 msgid "Debugger status" -msgstr "Vianjäljittimen tila" +msgstr "Virheenpaikantimen tila" #: debugsession.cpp:1445 #, kde-format @@ -582,7 +583,7 @@ #: debugsession.cpp:1458 msgid "Could not start debugger:
" -msgstr "Vianjäljittimen käynnistäminen epäonnistui:
" +msgstr "Virheenpaikantimen käynnistäminen epäonnistui:
" #: debugsession.cpp:1460 debugsession.cpp:1472 msgid "Startup error" @@ -590,7 +591,7 @@ #: debugsession.cpp:1470 msgid "Could not attach debugger:
" -msgstr "Vianjäljittimen liittäminen epäonnistui:
" +msgstr "Virheenpaikantimen liittäminen epäonnistui:
" #: disassemblewidget.cpp:66 msgid "Address Selector" @@ -625,8 +626,8 @@ msgstr "" "Konekoodinäyttö

Konekoodinäkymä käynnissä olevaan suoritettavaan " "tiedostoon nykyinen käsky korostettuna. Voit askeltaa käsky-käskyltä " -"käyttäen vianjäljittimen työkalupainikkeiden ”step over”-komentoa ja ”step " -"into”-komentoa." +"käyttäen virheenpaikantimen työkalupainikkeiden ”step over”-komentoa ja " +"”step into”-komentoa." #: disassemblewidget.cpp:169 msgid "Address" @@ -644,25 +645,25 @@ msgid "Disassemble/Registers View" msgstr "Puretun binaarikoodin ja rekisterien näkymä" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." -msgstr "Ei voitu paikallistaa vianjäljityskomentotulkkia ”%1”" +msgstr "Ei voitu paikallistaa virheenpaikannuskomentotulkkia ”%1”." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" -msgstr "Vianjäljityskomentotulkkia ei löytynyt" +msgstr "Virheenpaikannuskomentotulkkia ei löytynyt" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " "from gdb. Please submit a bug report." msgstr "" -"

Vianjäljitinkomponentti kohtasi sisäisen virheen käsitellessään gdb-" +"

Virheenpaikanninkomponentti kohtasi sisäisen virheen käsitellessään gdb-" "vastausta. Lähetä tästä vikailmoitus." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -671,32 +672,32 @@ "Poikkeus on: %1\n" "MI-vastaus on: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" -msgstr "Sisäinen vianjäljitinvirhe" +msgstr "Sisäinen virheenpaikanninvirhe" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " "path name is specified correctly." msgstr "" -"Vianjäljittimen käynnistäminen epäonnistui.

Kohteen ”%1” " +"Virheenpaikantimen käynnistäminen epäonnistui.

Kohteen ”%1” " "suorittaminen epäonnistui. Varmista, että määritetty polku on oikein." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" -msgstr "Ei voitu käynnistää vianjäljitintä" +msgstr "Ei voitu käynnistää virheenpaikanninta" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" msgstr "" -"Gdb kaatui.

Vianjäljitysistunto täytyy siksi päättää.
Yritä " -"toistaa kaatuminen pelkällä gdb:llä ja ilmoita viasta.
" +"Gdb kaatui.

Virheenpaikannusistunto täytyy siksi päättää.
Yritä " +"toistaa kaatuminen pelkällä gdb:llä ja ilmoita ohjelmavirheestä.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb kaatui" @@ -718,7 +719,7 @@ "issue any other gdb command while debugging.

" msgstr "" "GDB-tuloste

Näyttää kaikki suoritettavat gdb-komennot. Voit myös " -"julkaista kaikkia muita gdb-komentoja vianjäljityksen aikana.

" +"julkaista kaikkia muita gdb-komentoja virheenpaikannuksen aikana.

" #: gdboutputwidget.cpp:78 msgid "&GDB cmd:" @@ -755,7 +756,7 @@ #. i18n: ectx: ToolBar (debugToolBar) #: kdevgdbui.rc:16 msgid "Debugger Toolbar" -msgstr "Vianjäljitystyökalurivi" +msgstr "Virheenpaikannustyökalurivi" # Tarkoittaa näytettävän muistialueen alkukohtaa. #: memviewdlg.cpp:80 diff -Nru kdevelop-4.7.1/po/fi/kdevghprovider.po kdevelop-4.7.3/po/fi/kdevghprovider.po --- kdevelop-4.7.1/po/fi/kdevghprovider.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevghprovider.po 2016-01-22 18:19:18.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Lasse Liehu , 2013, 2014. +# Lasse Liehu , 2013, 2014, 2015. # msgid "" msgstr "" @@ -9,13 +9,13 @@ "POT-Creation-Date: 2014-07-19 05:48+0000\n" "PO-Revision-Date: 2014-07-02 20:01+0300\n" "Last-Translator: Lasse Liehu \n" -"Language-Team: Finnish \n" +"Language-Team: Finnish \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-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/fi/kdevmanpage.po kdevelop-4.7.3/po/fi/kdevmanpage.po --- kdevelop-4.7.1/po/fi/kdevmanpage.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -# Copyright © 2011 This_file_is_part_of_KDE -# This file is distributed under the same license as the kdevelop package. -# Lasse Liehu , 2011, 2013. -# -# KDE Finnish translation sprint participants: -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-12-22 13:53+0200\n" -"Last-Translator: Lasse Liehu \n" -"Language-Team: Finnish \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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Lasse Liehu" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "lasse.liehu@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Ei löydetty mitään dokumentaatiota kohteesta ”%1”" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man-sisällysluettelo" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Ladataan man-sivuja…" - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Man-sivu" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Tarkista man-sivudokumentaatio" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man-sivu" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/fi/kdevninja.po kdevelop-4.7.3/po/fi/kdevninja.po --- kdevelop-4.7.1/po/fi/kdevninja.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevninja.po 2016-01-22 18:19:18.000000000 +0000 @@ -1,5 +1,5 @@ # KDE Finnish translation sprint participants: -# Lasse Liehu , 2013, 2014. +# Lasse Liehu , 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: kdevninja\n" @@ -13,7 +13,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-12-01 22:26:53+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgctxt "NAME OF TRANSLATORS" diff -Nru kdevelop-4.7.1/po/fi/kdevqthelp.po kdevelop-4.7.3/po/fi/kdevqthelp.po --- kdevelop-4.7.1/po/fi/kdevqthelp.po 2015-02-02 14:20:58.000000000 +0000 +++ kdevelop-4.7.3/po/fi/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,188 +0,0 @@ -# Finnish messages for kdevqthelp. -# Copyright © 2009, 2011, 2012 This_file_is_part_of_KDE -# This file is distributed under the same license as the kdevelop package. -# Jorma Karvonen , 2009. -# Lasse Liehu , 2011, 2012, 2013, 2014. -# -# KDE Finnish translation sprint participants: -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-04-23 18:13+0300\n" -"Last-Translator: Lasse Liehu \n" -"Language-Team: Finnish \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:33+0000\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Jorma Karvonen, Lasse Liehu" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "karvonen.jorma@gmail.com,lasse.liehu@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Muuta tietuetta" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Lisää uusi tietue" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Nimi ei voi olla tyhjä." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Hae uusia dokumentaatioita" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "GHNS:n tarjoama dokumentaatio" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Pakattu Qt-ohjetiedosto ei ole kelvollinen." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentaatio on jo tuotu" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Hallitse Qt-ohjedokumentaatiota" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nimi" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Polku" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Etsi qch-tiedostoja kansiosta…" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Lisää" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Muuta" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Poista" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Siirrä ylemmäs" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Siirrä alemmas" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Valitse kansio" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Lataa Qt-dokumentaatio" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Ikkuna" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Kuvake:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Valitse kuvake" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nimi:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Valitse nimi" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Polku:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Valitse Qt-ohjetiedosto…" - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Ei löydetty mitään dokumentaatiota kohteesta ”%1”" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Qt-ohjeen aloitussivu" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "Qt-ohje" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Tarkista Qt-ohjedokumentaatio" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Etsittävä tunniste:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Ohjesivu:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Vianjäljitystiedot:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/fr/kdevcpp.po kdevelop-4.7.3/po/fr/kdevcpp.po --- kdevelop-4.7.1/po/fr/kdevcpp.po 2015-02-02 14:21:01.000000000 +0000 +++ kdevelop-4.7.3/po/fr/kdevcpp.po 2016-01-22 18:19:19.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-09-02 17:15+0200\n" "Last-Translator: Vincent PINON \n" "Language-Team: French \n" @@ -35,11 +35,11 @@ msgid "Initialize" msgstr "Initialiser" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Non inclus" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -50,29 +50,29 @@ msgstr[0] "1 surcharge de plus sur %2 (en afficher plus)" msgstr[1] "%1 surcharges de plus sur %2 (en afficher plus)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Se connecter à %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signaux / Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Méthode « virtual-override »" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implémenter une fonction" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Commande interne C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Correspondances postérieures" @@ -599,35 +599,35 @@ msgid "Use of deleted function: %1" msgstr "Utilisation de la fonction de suppression : %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Modifier les dossiers d'inclusion" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Prise en charge du C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Prise en charge du langage C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Fichiers" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Changer de définition/déclaration" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Renommer une déclaration" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Déplacer dans le source" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Vidé par le préprocesseur
" diff -Nru kdevelop-4.7.1/po/fr/kdevelop.po kdevelop-4.7.3/po/fr/kdevelop.po --- kdevelop-4.7.1/po/fr/kdevelop.po 2015-02-02 14:21:01.000000000 +0000 +++ kdevelop-4.7.3/po/fr/kdevelop.po 2016-01-22 18:19:19.000000000 +0000 @@ -10,7 +10,8 @@ # Matthieu Robin , 2005. # Sébastien Renard , 2008. # Joëlle Cornavin , 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013. -# Vincent PINON , 2014. +# Vincent PINON , 2014. +# Thomas Vergnaud , 2015. # # msgid "" @@ -18,15 +19,15 @@ "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2014-03-03 17:03+0100\n" -"Last-Translator: Vincent PINON \n" +"PO-Revision-Date: 2015-10-04 10:53+0100\n" +"Last-Translator: Thomas Vergnaud \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -34,11 +35,14 @@ msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" -"Gilles Caulier,Joëlle Cornavin,Thibaut Cousin,François-Xavier Duranceau" +"Gilles Caulier,Joëlle Cornavin,Thibaut Cousin,François-Xavier Duranceau, " +"Thomas Vergnaud" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "caulier.gilles@free.fr,jcorn@free.fr,cousin@kde.org,duranceau@kde.org" +msgstr "" +"caulier.gilles@free.fr,jcorn@free.fr,cousin@kde.org,duranceau@kde.org, " +"thomas.vergnaud@gmx.fr" #. i18n: ectx: Menu (file) #: katepartui.rc:4 vendor/kate/katepartui.rc:4 diff -Nru kdevelop-4.7.1/po/fr/kdevgdb.po kdevelop-4.7.3/po/fr/kdevgdb.po --- kdevelop-4.7.1/po/fr/kdevgdb.po 2015-02-02 14:21:01.000000000 +0000 +++ kdevelop-4.7.3/po/fr/kdevgdb.po 2016-01-22 18:19:19.000000000 +0000 @@ -3,16 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # Joëlle Cornavin , 2008, 2009, 2010, 2011, 2012, 2013. # Anne-Marie Mahfouf , 2012. -# Vincent PINON , 2013, 2014. -# Vincent Pinon , 2014, 2015. +# Vincent PINON , 2013, 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2014-08-25 17:29+0200\n" -"Last-Translator: Vincent PINON \n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2015-06-11 15:36+0200\n" +"Last-Translator: Vincent Pinon \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -30,7 +29,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "jcorn@free.fr, vincent.pinon@laposte.net" +msgstr "jcorn@free.fr, vpinon@kde.org" #: breakpointcontroller.cpp:555 #, kde-format @@ -241,7 +240,7 @@ msgstr "" "

Script pour la connexion à l'application distante.

Par exemple :

\tshell sleep 5\t# attendre le lancement du " -"programme distant

\ttarget remote ...\t# connecter au débogueur " +"programme distant

\ttarget remote...\t# connecter au débogueur " "distant

\tcontinue\t# [optionnel] lance le débogage jusqu'au premier " "point d'arrêt

" @@ -653,16 +652,16 @@ msgid "Disassemble/Registers View" msgstr "Vue du désassemblage/registres" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Il est impossible de trouver le shell de débogage « %1 »." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Il est impossible de trouver le shell de débogage" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -671,7 +670,7 @@ "

Le composant de débogage a rencontré un problème interne en traitant la " "réponse de gdb. Veuillez envoyer un rapport de bogue." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -680,11 +679,11 @@ "L'exception est : %1\n" "La réponse de MI est : %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Erreur interne du débogueur" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -694,11 +693,11 @@ "d'exécuter « %1 ». Vérifiez que le nom de l'emplacement est spécifié " "correctement." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Il est impossible de démarrer le débogueur" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -707,7 +706,7 @@ "mettre fin à la session de débogage
Essayez de reproduire la panne avec " "le programme « gdb » complet et établissez un rapport de bogue.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb s'est arrêté de façon anormale" @@ -1001,5 +1000,5 @@ "sleep 3600;done\"" msgstr "" "Impossible d'obtenir le tty/pty %1. Vérifiez que %1 est bien un terminal et " -"qu'il accepte ces arguments : -e sh -c \"tty> %2 ; exec <&- ; exec >&- ; " -"while : ; do sleep 3600 ; done\"" \ No newline at end of file +"qu'il accepte ces arguments : -e sh -c \"tty> %2 ; exec <&- ; exec >&- ; " +"while : ; do sleep 3600 ; done\"" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/fr/kdevghprovider.po kdevelop-4.7.3/po/fr/kdevghprovider.po --- kdevelop-4.7.1/po/fr/kdevghprovider.po 2015-02-02 14:21:01.000000000 +0000 +++ kdevelop-4.7.3/po/fr/kdevghprovider.po 2016-01-22 18:19:19.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vincent PINON , 2013. +# Vincent PINON , 2013, 2015. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-19 05:48+0000\n" -"PO-Revision-Date: 2013-11-18 13:33+0100\n" -"Last-Translator: Vincent PINON \n" +"PO-Revision-Date: 2015-06-11 15:35+0200\n" +"Last-Translator: Vincent PINON \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -26,7 +26,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "vincent.pinon@laposte.net" +msgstr "vpinon@kde.org" #: ghdialog.cpp:52 msgid "Log out" diff -Nru kdevelop-4.7.1/po/fr/kdevmanpage.po kdevelop-4.7.3/po/fr/kdevmanpage.po --- kdevelop-4.7.1/po/fr/kdevmanpage.po 2015-02-02 14:21:01.000000000 +0000 +++ kdevelop-4.7.3/po/fr/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -# translation of kdevmanpage.po to Français -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# Joëlle Cornavin , 2011. -# xavier , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-07-11 09:50+0200\n" -"Last-Translator: xavier \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" -"X-Environment: kde\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Joëlle Cornavin" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "jcornavin@laposte.net" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Impossible de trouver une quelconque documentation pour « %1 »" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Page de contenu du manuel" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Chargement des pages de manuel..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Page de manuel" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Vérifier la documentation des pages de manuel" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Page de manuel" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/fr/kdevqthelp.po kdevelop-4.7.3/po/fr/kdevqthelp.po --- kdevelop-4.7.1/po/fr/kdevqthelp.po 2015-02-02 14:21:01.000000000 +0000 +++ kdevelop-4.7.3/po/fr/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,191 +0,0 @@ -# translation of kdevqthelp.po to Français -# translation of kdevqthelp.po to -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# Joëlle Cornavin , 2009, 2010, 2011, 2012, 2013. -# xavier , 2013. -# Vincent PINON , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-09-02 17:20+0200\n" -"Last-Translator: Vincent PINON \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" -"X-Environment: kde\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Joëlle Cornavin" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "jcornavin@laposte.net" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modifier l'entrée" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Ajouter une entrée" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Il est impossible qu'un nom soit vide." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obtenir la nouvelle documentation" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentation fournie par GHNS (Get Hot New Stuff)" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Le fichier comprimé d'aide de Qt n'est pas valable." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Documentation déjà importée" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gérer la documentation d'aide pour Qt" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nom" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Emplacement" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Rechercher des fichiers qch dans le dossier..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Ajouter" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modifier" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Supprimer" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Déplacer vers le haut" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Déplacer vers le bas" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Choisir un dossier" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Charger la documentation de Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Boîte de dialogue" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Icône :" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Sélectionner une icône" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nom :" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Sélectionner un nom" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Emplacement :" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Sélectionner un fichier d'aide pour Qt..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Impossible de trouver de la documentation pour « %1 »" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Page d'accueil de QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Vérifier la documentation d'aide pour Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifiant à rechercher :" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Page d'aide :" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informations de débogage :" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/gl/kdevcmake.po kdevelop-4.7.3/po/gl/kdevcmake.po --- kdevelop-4.7.1/po/gl/kdevcmake.po 2015-02-02 14:21:09.000000000 +0000 +++ kdevelop-4.7.3/po/gl/kdevcmake.po 2016-01-22 18:19:22.000000000 +0000 @@ -5,21 +5,22 @@ # mvillarino , 2008, 2009. # Marce Villarino , 2008, 2009. # Marce Villarino , 2009, 2013. -# Adrian Chaves Fernandez , 2012, 2013. +# Adrian Chaves Fernandez , 2012, 2013, 2016. # Xosé , 2013. msgid "" msgstr "" "Project-Id-Version: kdevcmake\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-08-09 05:44+0000\n" -"PO-Revision-Date: 2013-11-08 23:29+0100\n" -"Last-Translator: Marce Villarino \n" +"PO-Revision-Date: 2016-01-06 10:15+0100\n" +"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" "Language-Team: Galician \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" @@ -250,15 +251,12 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: cmakepossibleroots.ui:16 -#, fuzzy -#| msgid "" -#| "KDevelop has found several possible project root for your project, please " -#| "select the correct one." msgid "" "KDevelop has found several possible root directories for your project, " "please select the correct one." msgstr "" -"KDevelop atopou varias posíbeis raíces do proxecto, escolla a correcta." +"KDevelop atopou varios posíbeis directorios raíces do proxecto, escolla o " +"correcto." #: parser/cmakeprojectvisitor.cpp:2375 #, kde-format @@ -366,12 +364,12 @@ #, kde-format msgctxt "running test %1, %2 test case" msgid "CTest %1: %2" -msgstr "" +msgstr "CTest %1: %2" #: testing/ctestrunjob.cpp:133 #, kde-format msgctxt "running test %1, %2 number of test cases" msgid "CTest %2 (%1)" msgid_plural "CTest %2 (%1)" -msgstr[0] "" -msgstr[1] "" \ No newline at end of file +msgstr[0] "CTest %2 (%1)" +msgstr[1] "CTest %2 (%1)" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/gl/kdevcpp.po kdevelop-4.7.3/po/gl/kdevcpp.po --- kdevelop-4.7.1/po/gl/kdevcpp.po 2015-02-02 14:21:09.000000000 +0000 +++ kdevelop-4.7.3/po/gl/kdevcpp.po 2016-01-22 18:19:22.000000000 +0000 @@ -5,21 +5,22 @@ # mvillarino , 2008, 2009. # Marce Villarino , 2009. # Marce Villarino , 2009, 2013. -# Adrian Chaves Fernandez , 2012. +# Adrian Chaves Fernandez , 2012, 2016. # Xosé , 2013. msgid "" msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" -"PO-Revision-Date: 2013-12-31 09:57+0100\n" -"Last-Translator: Marce Villarino \n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" +"PO-Revision-Date: 2016-01-06 10:10+0100\n" +"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" "Language-Team: Galician \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" @@ -41,11 +42,11 @@ msgid "Initialize" msgstr "Inicializar" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Non incluída" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -56,29 +57,29 @@ msgstr[0] "1 sobrecarga adicional de %2 (mostrar máis)" msgstr[1] "%1 sobrecargas adicionais de %2 (mostrar máis)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Conectar con %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Sinais/Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Sobreposición virtual" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Definir a función" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Incorporado en C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Coincidencias da busca cara diante" @@ -110,7 +111,7 @@ #, kde-format msgctxt "file content unknown" msgid "%1, %2" -msgstr "" +msgstr "%1, %2" #: codecompletion/missingincludeitem.cpp:564 msgid "Add Forward-Declaration" @@ -325,12 +326,12 @@ #. i18n: ectx: property (toolTip), widget (QPushButton, directorySelector) #: codegen/ui/custom_include_paths.ui:148 msgid "Select a directory to include." -msgstr "" +msgstr "Seleccione un cartafol para incluír." #. i18n: ectx: property (text), widget (QPushButton, directorySelector) #: codegen/ui/custom_include_paths.ui:151 msgid "..." -msgstr "" +msgstr "…" #. i18n: ectx: property (text), widget (QLabel, label_7) #: codegen/ui/custom_include_paths.ui:168 @@ -599,42 +600,39 @@ msgstr "Macro" #: cppduchain/usebuilder.cpp:151 -#, fuzzy, kde-format -#| msgid "use of deleted function" +#, kde-format msgid "Use of deleted function: %1" -msgstr "uso dunha función eliminada" +msgstr "Uso dunha función eliminada: %1" -#: cpplanguagesupport.cpp:141 -#, fuzzy -#| msgid "Add include directive" +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" -msgstr "Engadir unha directiva de inclusión" +msgstr "Modificar os cartafoles incluídos" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Soporte de C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Soporte para a linguaxe C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Ficheiros" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Ir á &definición/declaración" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Mudar o nome da declaración" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Mover á fonte" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Baleirado polo preprocesador
" diff -Nru kdevelop-4.7.1/po/gl/kdevelop.po kdevelop-4.7.3/po/gl/kdevelop.po --- kdevelop-4.7.1/po/gl/kdevelop.po 2015-02-02 14:21:09.000000000 +0000 +++ kdevelop-4.7.3/po/gl/kdevelop.po 2016-01-22 18:19:22.000000000 +0000 @@ -7,21 +7,22 @@ # Marce Villarino , 2009. # Marce Villarino , 2009, 2013. # Xabier Villar , 2012. -# Adrian Chaves Fernandez , 2012. +# Adrian Chaves Fernandez , 2012, 2016. # Xosé , 2013. msgid "" msgstr "" "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2013-11-09 11:18+0100\n" -"Last-Translator: Marce Villarino \n" +"PO-Revision-Date: 2016-01-06 10:14+0100\n" +"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" "Language-Team: Galician \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" @@ -147,10 +148,9 @@ msgstr "Ficheiros de proxecto de KDevelop4" #: main.cpp:148 -#, fuzzy, kde-format -#| msgid "Could not open %1" +#, kde-format msgid "Could not open file %1." -msgstr "Non foi posíbel abrir %1" +msgstr "Non foi posíbel abrir o ficheiro %1." #: main.cpp:178 msgid "Select the session to open the document in" @@ -165,10 +165,8 @@ msgstr "KDevelop" #: main.cpp:202 -#, fuzzy -#| msgid "Copyright 1999-2013, The KDevelop developers" msgid "Copyright 1999-2014, The KDevelop developers" -msgstr "Copyright 1999-2013, Os desenvolvedores de KDevelop" +msgstr "© 1999-2014 Os desenvolvedores de KDevelop" #: main.cpp:203 msgid "Andreas Pakulat" @@ -746,14 +744,12 @@ msgstr "&Configuración" #: welcomepage/qml/area_code.qml:38 -#, fuzzy -#| msgid "KDevelop" msgid "Develop" -msgstr "KDevelop" +msgstr "Desenvolver" #: welcomepage/qml/area_code.qml:43 msgid "Getting Started" -msgstr "" +msgstr "Comezando" #: welcomepage/qml/area_debug.qml:35 welcomepage/qml/area_review.qml:35 msgid "Back to code" @@ -862,13 +858,9 @@ msgstr "Documentación para usuarios de KDevelop" #: welcomepage/qml/GettingStarted.qml:78 -#, fuzzy -#| msgid "Keep up with KDevelop's development!" msgid "Keep up with KDevelop's development" -msgstr "Non se perda as novidades sobre o desenvolvemento de KDevelop!" +msgstr "Seguir o desenvolvemento de KDevelop" #: welcomepage/qml/GettingStarted.qml:83 -#, fuzzy -#| msgid "Help us improve KDevelop!" msgid "Help us improve KDevelop" -msgstr "Axúdenos a mellorar KDevelop!" \ No newline at end of file +msgstr "Axúdenos a mellorar KDevelop" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/gl/kdevgdb.po kdevelop-4.7.3/po/gl/kdevgdb.po --- kdevelop-4.7.1/po/gl/kdevgdb.po 2015-02-02 14:21:09.000000000 +0000 +++ kdevelop-4.7.3/po/gl/kdevgdb.po 2016-01-22 18:19:22.000000000 +0000 @@ -6,19 +6,21 @@ # Marce Villarino , 2009. # Marce Villarino , 2009, 2013, 2014. # Xosé , 2013. +# Adrián Chaves Fernández (Gallaecio) , 2016. msgid "" msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2014-01-19 09:20+0100\n" -"Last-Translator: Marce Villarino \n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2016-01-06 10:12+0100\n" +"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" "Language-Team: Galician \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" @@ -91,19 +93,23 @@ "debuggerArguments. So script.sh must invoke \"debugger\" executable manually.

" msgstr "" +"

Se quere que «gdb» o execute un script de shell " +"especial, como un que configure correctamente as rutas de busca de " +"bibliotecas, insira aquí ese script. Por exemplo: «/ruta/ao/script.sh --" +"parámetros».

Nota: O script executarase do seguinte xeito: «/ruta/ao/" +"script.sh --parámetros depurador -- parámetros-do-depurador». Así que o " +"script debe invocar o executábel do " +"«depurador» manualmente.

" #. i18n: ectx: property (text), widget (QLabel, debuggingShell_label) #: debuggerconfigwidget.ui:73 -#, fuzzy -#| msgctxt "Shell script to be executed at run time" -#| msgid "R&un shell script:" msgid "&Shell script:" -msgstr "Executar o script de &shell:" +msgstr "Script de &shell:" #. i18n: ectx: property (whatsThis), widget (KUrlRequester, kcfg_debuggingShell) #: debuggerconfigwidget.ui:89 msgid "


" -msgstr "" +msgstr "


" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #: debuggerconfigwidget.ui:99 @@ -191,18 +197,6 @@ #. i18n: ectx: property (toolTip), widget (QLabel, runShellScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runShellScript) #: debuggerconfigwidget.ui:199 debuggerconfigwidget.ui:215 -#, fuzzy -#| msgid "" -#| "This shell script is run after the Config gdb script has been sourced by " -#| "gdb.\n" -#| "When debugging remotely this script is intended to actually start the " -#| "remote process.\n" -#| "[It is expected that the debug executable can be reached on the target, " -#| "maybe by downloading it as a final build step]\n" -#| "1) Find a way to execute a command remotely - rsh, ssh, telnet, ...\n" -#| "2a) Execute \"gdbserver ... application\" on target.\n" -#| "or if your executable contains the gdb stub\n" -#| "2b) Execute \"application\" on target." msgid "" "

Script to start remote application

This " "shell script is run after the Gdb Config script has been sourced by gdb.

2b) Execute \"application\" on target.

" msgstr "" -"Este script de shell execútase tras que gdb orixine o script de " -"configuración de gdb.\n" -"Cando se depura de xeito remoto este script serve para iniciar o proceso " -"remoto.\n" -"[Agárdase que o executábel depurador poida ser accedido no obxectivo, " -"posibelmente obténdoo como etapa final da construción]\n" -"1) Atope un xeito de executar unha orde remotamente - rsh, ssh, telnet, ...\n" -"2a) Execute «gdbserver ... programa» no obxectivo.\n" -"ou se o seu executábel contén a matriz de gdb.\n" -"2b) Execute «programa» no obxectivo." +"

Script para iniciar un programa remoto

" +"

Este script de shell execútase despois de que GDB importe o seu script de " +"configuración.

Cando se depura de xeito remoto, este script serve " +"para iniciar o proceso remoto.

1) Atope un xeito de executar unha " +"orde remotamente - rsh, ssh, telnet…

2a) Execute «gdbserver … " +"programa» no obxectivo.

ou se o seu executábel contén a matriz de gdb:" +"

2b) Execute «programa» no obxectivo.

" #. i18n: ectx: property (text), widget (QLabel, runShellScript_label) #: debuggerconfigwidget.ui:202 @@ -232,41 +223,32 @@ #. i18n: ectx: property (toolTip), widget (QLabel, configGdbScript_label) #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_configGdbScript) #: debuggerconfigwidget.ui:225 debuggerconfigwidget.ui:267 -#, fuzzy -#| msgid "This script is sourced by gdb when the debugging starts." msgid "" "

This script is sourced by gdb when the debugging " "starts.

" -msgstr "Este script é usado como fonte por gdb cando comeza a depuración." +msgstr "" +"

Este script impórtao GDB cando comeza a depuración." #. i18n: ectx: property (text), widget (QLabel, configGdbScript_label) #: debuggerconfigwidget.ui:228 -#, fuzzy -#| msgid "Gdb configure script" msgid "Gdb &config script:" -msgstr "Script de configuración de GDB" +msgstr "Script de &configuración de GDB:" #. i18n: ectx: property (toolTip), widget (KUrlRequester, kcfg_runGdbScript) #. i18n: ectx: property (toolTip), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:241 debuggerconfigwidget.ui:251 -#, fuzzy -#| msgid "" -#| "This script is intended for the actual commands needed to connect to a " -#| "remotely running executable.\n" -#| "\tshell sleep 5\twait for remote program to start\n" -#| "\ttarget remote ...\tconnect to the remote debugger\n" -#| "\tcontinue\t[optional] run debugging to the first breakpoint" msgid "" "

Script to connect with remote application

For " "example:

\tshell sleep 5\t #wait for remote program to start

" "\ttarget remote ...\t#connect to the remote debugger

\tcontinue\t#" "[optional] run debugging to the first breakpoint.

" msgstr "" -"Este script fornécese para as ordes reais precisas para conectar cun " -"executábel remoto en execución.\n" -"\tshell sleep5\tagarda que o programa remoto se inicie\n" -"\ttarget remote ...\tconecta co depurador remoto\n" -"\tcontinue\t[opcional] executa a depuración até o primeiro punto de parada" +"

Script para conectar cun programa remoto

Por " +"exemplo:

\tshell sleep 5\t# Agarda a que se inicie o programa remoto." +"

\ttarget remote …\t# Conectar co depurador remoto.

\tcontinue" +"\t# Opcionalmente, executar o depurador ata o primeiro punto de ruptura.

" +"" #. i18n: ectx: property (text), widget (QLabel, runGdbScript_label) #: debuggerconfigwidget.ui:254 @@ -668,16 +650,16 @@ msgid "Disassemble/Registers View" msgstr "Vista do Desensamblado/Rexistros" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Non foi posíbel localizar a shell de depuración «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Non se atopou a shell de depuración" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -686,7 +668,7 @@ "

A compoñente de depuración atopou un erro interno ao procesar a resposta " "de gdb. Por favor, envíe un informe de erro" -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -695,11 +677,11 @@ "A excepción é: %1\n" "A resposta MI é: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Erro interno do depurador" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -708,11 +690,11 @@ "Non foi posíbel iniciar o depurador.

Non foi posíbel executar «%1». " "Verifique que o nome da rota é correcto." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Non foi posíbel iniciar o depurador" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -721,7 +703,7 @@ "sesión de depuración.
Tente reproducir esta falla co gdb normal e informe " "do erro.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb fallou inesperadamente" @@ -1003,16 +985,12 @@ msgstr "Non foi posíbel crear un ficheiro temporal" #: stty.cpp:341 -#, fuzzy, kde-format -#| msgid "" -#| "Can't get %1 tty/pty. Check that %1 is actually a terminal and that it " -#| "accepts these arguments: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do " -#| "sleep 3600;done\"" +#, kde-format msgid "" "Can't receive %1 tty/pty. Check that %1 is actually a terminal and that it " "accepts these arguments: -e sh -c \"tty> %2 ;exec<&-;exec>&-;while :;do " "sleep 3600;done\"" msgstr "" -"Non foi posíbel obter a tty/pty %1. Comprobe que %1 sexa realmente unha " -"terminal e que acepte estes argumentos: -e sh -c \"tty> %2 ;exec>&-;while :;" -"do sleep 3600;done\"" \ No newline at end of file +"Non foi posíbel obter a tty/pty %1. Comprobe que %1 sexa realmente un " +"terminal e que acepte estes argumentos: -e sh -c \"tty> %2 ;exec<&-;exec>&-;" +"while :;do sleep 3600;done\"" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/gl/kdevmanpage.po kdevelop-4.7.3/po/gl/kdevmanpage.po --- kdevelop-4.7.1/po/gl/kdevmanpage.po 2015-02-02 14:21:09.000000000 +0000 +++ kdevelop-4.7.3/po/gl/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,59 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Marce Villarino , 2013. -# Xosé , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-12-31 10:03+0100\n" -"Last-Translator: Marce Villarino \n" -"Language-Team: Galician \n" -"Language: gl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" -"X-Environment: kde, development\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "" -"Marce Villarino,\n" -"Xosé Calvo" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "" -"mvillarino@users.sourceforge.net,\n" -"xosecalvo@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Non se achou ningunha documentación de «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Páxina de contido de man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Estanse a cargar as páxinas man..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "PáxinaMan" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Comprobar a documentación das páxinas man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Páxina man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/gl/kdevqthelp.po kdevelop-4.7.3/po/gl/kdevqthelp.po --- kdevelop-4.7.1/po/gl/kdevqthelp.po 2015-02-02 14:21:09.000000000 +0000 +++ kdevelop-4.7.3/po/gl/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,202 +0,0 @@ -# translation of kdevqthelp.po to galician -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Marce Villarino , 2009. -# Marce Villarino , 2009, 2013. -# Xosé , 2012, 2013. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-08 23:23+0100\n" -"Last-Translator: Marce Villarino \n" -"Language-Team: Galician \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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Environment: kde, development\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "" -"Marce Villarino,\n" -"Xosé Calvo" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "" -"mvillarino@gmail.com,\n" -"xosecalvo@gmail.com" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Modificar" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "O nome non pode estar baleiro." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obter documentación nova" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentación fornecida por GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "O ficheiro de axuda comprimida de Qt non é válido." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Xa se importou a documentación" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Xestionar a documentación de QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nome" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Ruta" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Engadir" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modificar" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Eliminar" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Subir" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Baixar" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Cargar a documentación de Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "NomeDaIcona" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Escolla unha icona" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Nome" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Escolla un nome" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Ruta" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Escolla un ficheiro de QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Non se achou ningunha documentación de «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Páxina de inicio de QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Comproba a documentación de Qt Help" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificador que buscar:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Páxina de axuda:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "sobre:baleiro" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Información de depuración:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/hu/kdevcpp.po kdevelop-4.7.3/po/hu/kdevcpp.po --- kdevelop-4.7.1/po/hu/kdevcpp.po 2015-02-02 14:21:23.000000000 +0000 +++ kdevelop-4.7.3/po/hu/kdevcpp.po 2016-01-22 18:19:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2013-10-25 10:46+0200\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -29,11 +29,11 @@ msgid "Initialize" msgstr "Előkészítés" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Nem tartalmazza" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -44,29 +44,29 @@ msgstr[0] "" msgstr[1] "" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Csatlakozás ehhez: %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Szignálok/szignálfogadók" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuális felülírás" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Függvény megvalósítása" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ beépített" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Előre néző illeszkedések" @@ -554,37 +554,37 @@ msgid "Use of deleted function: %1" msgstr "törölt függvény használata" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 #, fuzzy #| msgid "invalid include directive" msgid "Edit include directories" msgstr "érvénytelen felvételi direktíva" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ támogatás" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Támogatás a C++ nyelvhez" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Fájlok" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Váltás a definíció/deklaráció között" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Deklaráció átnevezése" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Áthelyezés a forrásba" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "" diff -Nru kdevelop-4.7.1/po/hu/kdevgdb.po kdevelop-4.7.3/po/hu/kdevgdb.po --- kdevelop-4.7.1/po/hu/kdevgdb.po 2015-02-02 14:21:23.000000000 +0000 +++ kdevelop-4.7.3/po/hu/kdevgdb.po 2016-01-22 18:19:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-01-26 00:22+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -594,23 +594,23 @@ msgid "Disassemble/Registers View" msgstr "Szétszerelés/Regiszterek nézet" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Nem sikerült megtalálni a hibakeresés parancsértelmezőt: „%1”." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "A hibakeresés parancsértelmező nem található" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " "from gdb. Please submit a bug report." msgstr "" -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -619,11 +619,11 @@ "A kivétel: %1\n" "Az MI válasz: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Belső hibakereső hiba" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -632,11 +632,11 @@ "Nem sikerült elindítani a hibakeresőt.

Nem sikerült futtatni: „%1”. " "Győződjön meg arról, hogy az útvonal neve helyesen van-e megadva." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Nem sikerült elindítani a hibakeresőt" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -645,7 +645,7 @@ "fejezni.
Próbálja meg reprodukálni az összeomlást egyszerű gdb " "használatával és jelentse a hibát.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "A GDB összeomlott" diff -Nru kdevelop-4.7.1/po/hu/kdevmanpage.po kdevelop-4.7.3/po/hu/kdevmanpage.po --- kdevelop-4.7.1/po/hu/kdevmanpage.po 2015-02-02 14:21:23.000000000 +0000 +++ kdevelop-4.7.3/po/hu/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Balázs Úr , 2012. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2012-07-08 14:14+0200\n" -"Last-Translator: Balázs Úr \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Úr Balázs" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "urbalazs@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Nem sikerült dokumentációt találni ehhez: „%1”" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man tartalom oldal" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Man oldalak betöltése …" - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Man oldalak" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Man oldalak dokumentáció ellenőrzése" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man oldal" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/hu/kdevqthelp.po kdevelop-4.7.3/po/hu/kdevqthelp.po --- kdevelop-4.7.1/po/hu/kdevqthelp.po 2015-02-02 14:21:23.000000000 +0000 +++ kdevelop-4.7.3/po/hu/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,194 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Laszlo Papp , 2010. -# Kiszel Kristóf , 2010, 2012. -# Balázs Úr , 2012, 2014. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-01-26 00:26+0100\n" -"Last-Translator: Balázs Úr \n" -"Language-Team: Hungarian \n" -"Language: hu\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" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Kiszel Kristóf,Úr Balázs" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "ulysses@kubuntu.org,urbalazs@gmail.com" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Módosítás" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "A név nem lehet üres." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Új dokumentáció beszerzése" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "A dokumentációt a GHNS biztosítja" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "A Qt Compressed Help fájl nem érvényes." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "A dokumentáció már importálva van" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "A QtHelp dokumentáció kezelése" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Név" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Elérési út" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Hozzáadás" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Módosítás" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Eltávolítás" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Mozgatás fel" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Mozgatás le" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt dokumentáció betöltése" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Ikonnév" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Válasszon egy ikont" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Név" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Válasszon egy nevet" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Elérési út" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Válasszon egy QtHelp fájlt…" - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Nem sikerült egyetlen '%1' dokumentációt sem találni" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtSúgó Honlap" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtSúgó" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Qt Help dokumentáció ellenőrzése" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Keresendő azonosító:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Súgóoldal:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Hibakeresési információ:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/it/kdevcpp.po kdevelop-4.7.3/po/it/kdevcpp.po --- kdevelop-4.7.1/po/it/kdevcpp.po 2015-02-02 14:21:33.000000000 +0000 +++ kdevelop-4.7.3/po/it/kdevcpp.po 2016-01-22 18:19:30.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-08-10 15:13+0200\n" "Last-Translator: Simone Solinas \n" "Language-Team: Italian \n" @@ -28,11 +28,11 @@ msgid "Initialize" msgstr "Inizializza" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Non incluso" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -43,29 +43,29 @@ msgstr[0] "1 più sovracarico del %2 (mostra di più)" msgstr[1] "%1 più sovracarichi del %2 (mostra di più)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Connetti a %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Segnali/Slot" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Sovrascrittura virtuale" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementa la funzione" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ integrato" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Corrispondenze successive" @@ -594,35 +594,35 @@ msgid "Use of deleted function: %1" msgstr "Uso della funzione rimossa: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Modifica le cartelle di inclusione" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Supporto C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Supporto per il linguaggio C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "File" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Commuta definizione/dichiarazione" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Rinomina dichiarazione" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Sposta il sorgente" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Svuotato dal preprocessore
" diff -Nru kdevelop-4.7.1/po/it/kdevcustombuildsystem.po kdevelop-4.7.3/po/it/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/it/kdevcustombuildsystem.po 2015-02-02 14:21:33.000000000 +0000 +++ kdevelop-4.7.3/po/it/kdevcustombuildsystem.po 2016-01-22 18:19:30.000000000 +0000 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the kdevcustombuildsystem package. -# Simone Solinas , 2011, 2012, 2013, 2014. +# Simone Solinas , 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" diff -Nru kdevelop-4.7.1/po/it/kdevgdb.po kdevelop-4.7.3/po/it/kdevgdb.po --- kdevelop-4.7.1/po/it/kdevgdb.po 2015-02-02 14:21:33.000000000 +0000 +++ kdevelop-4.7.3/po/it/kdevgdb.po 2016-01-22 18:19:30.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the kdevgdb package. -# # Marco Poletti , 2009, 2010, 2011. -# Simone Solinas , 2012, 2013, 2014. +# Simone Solinas , 2012, 2013, 2014, 2015. +# msgid "" msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-12-09 22:01+0000\n" "Last-Translator: Simone Solinas \n" "Language-Team: Italian \n" @@ -639,16 +639,16 @@ msgid "Disassemble/Registers View" msgstr "Disassembla/Vista registri" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Impossibile trovare la shell di debug «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Shell di debug non trovata" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -657,7 +657,7 @@ "

C'è stato un errore interno del componente per il debug, mentre " "processava la risposta di gdb. Si prega di segnalare un bug." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -666,11 +666,11 @@ "Eccezione: %1\n" "Risposta MI: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Errore interno di debug" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -679,11 +679,11 @@ "Impossibile avviare il debug.

Impossibile eseguire «%1». Assicurati " "che il percorso sia specificato in modo corretto." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Impossibile avviare il debug" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -692,7 +692,7 @@ "essere conclusa.
Prova a riprodurre il crash con gdb e segnala un bug." "
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb è andato in crash" diff -Nru kdevelop-4.7.1/po/it/kdevmanpage.po kdevelop-4.7.3/po/it/kdevmanpage.po --- kdevelop-4.7.1/po/it/kdevmanpage.po 2015-02-02 14:21:33.000000000 +0000 +++ kdevelop-4.7.3/po/it/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Simone Solinas , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-10-30 19:22+0100\n" -"Last-Translator: Simone Solinas \n" -"Language-Team: Italian \n" -"Language: it\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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Simone Solinas" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "ksolsim@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Impossibile trovare alcuna documentazione per «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Contenuto pagine man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Caricamento pagine man ... " - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Controlla la documentazione delle pagine man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Pagine man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/it/kdevqthelp.po kdevelop-4.7.3/po/it/kdevqthelp.po --- kdevelop-4.7.1/po/it/kdevqthelp.po 2015-02-02 14:21:33.000000000 +0000 +++ kdevelop-4.7.3/po/it/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the kdevqthelp package. -# -# -# Simone Solinas , 2010, 2011, 2012, 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-08-10 16:24+0200\n" -"Last-Translator: Simone Solinas \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Simone Solinas" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "ksolsim@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modifica voce" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Aggiungi una nuova voce" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Il nome non può essere vuoto." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Ottieni nuova documentazione" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentazione fornita da GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Il file compresso d'aiuto di Qt non è valido." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "La documentazione è stata già importata." - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gestisci la documentazione QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nome" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Percorso" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Ricerca dei file qch nella cartella..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Aggiungi" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modifica" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Rimuovi" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Sposta in alto" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Sposta in basso" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Scegli una cartella" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Carica la documentazione di Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Finestra di dialogo" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Icona:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Seleziona un'icona" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nome:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Seleziona un nome" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Percorso:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Seleziona un file QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Impossibile trovare la documentazione di «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Pagina iniziale di QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Controlla la documentazione di Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificatore da cercare:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Guida:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informazioni di debug:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/kk/kdevcpp.po kdevelop-4.7.3/po/kk/kdevcpp.po --- kdevelop-4.7.1/po/kk/kdevcpp.po 2015-02-02 14:21:41.000000000 +0000 +++ kdevelop-4.7.3/po/kk/kdevcpp.po 2016-01-22 18:19:32.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2013-11-11 04:33+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -31,11 +31,11 @@ msgid "Initialize" msgstr "Бастау күйіне келтіру" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Кірмеген" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgid_plural "%1 more overloads of %2 (show more)" msgstr[0] "%2 деген %1 рет қайталанып анықталған (қосымша көрсету)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "%1 (%2) дегенмен байланысу" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Сигнал/слотары" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Виртуалды әдісіті нақтылау" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Функцияны іске асыру" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Құрамындағы C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Алдын-ала сәйкестіктері" @@ -585,37 +585,37 @@ msgid "Use of deleted function: %1" msgstr "өшірілген функцияны пайдалану" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 #, fuzzy #| msgid "Add include directive" msgid "Edit include directories" msgstr "Кіргізу бұйрығын қосу" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ қолдауы" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "C++ тілін қолдау" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Файлдар" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Мәлімдеме/анықтама &ауыстыруы" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Мәлімдеме атауын өзгерту" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Бастапқы кодына жылжыту" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Алдын-ала өңдеумен босатылған
" diff -Nru kdevelop-4.7.1/po/kk/kdevgdb.po kdevelop-4.7.3/po/kk/kdevgdb.po --- kdevelop-4.7.1/po/kk/kdevgdb.po 2015-02-02 14:21:41.000000000 +0000 +++ kdevelop-4.7.3/po/kk/kdevgdb.po 2016-01-22 18:19:32.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2013-11-15 06:17+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -648,16 +648,16 @@ msgid "Disassemble/Registers View" msgstr "Дизассемблдеу/Регистрлер көрінісі" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "'%1' жөндеу ортасы табылмады." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Жөндеу ортасы табылмады" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -666,7 +666,7 @@ "

gdb-ден келген жауапты талдау кезде жөндегіш компоненті бір ішкі қатеге " "тап болды. Қате туралы хабарлаңыз." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -675,11 +675,11 @@ "Ерекшелігі: %1\n" "MI жауабы: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Жөндегіштің ішкі қатесі" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -688,11 +688,11 @@ "Жөндеу басталмады.

'%1' жегілмеді. Жолы дұрыс келтірілгенін " "тексеріңіз." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Жөндеу басталмады" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -700,7 +700,7 @@ "Gdb қирады.

Сондықтан жөндеу сеансы аяқталып қалды.
Жәй gdb " "көмегімен қайталап көріңіз де, қате туралы хабарлаңыз.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb қирады" diff -Nru kdevelop-4.7.1/po/kk/kdevmanpage.po kdevelop-4.7.3/po/kk/kdevmanpage.po --- kdevelop-4.7.1/po/kk/kdevmanpage.po 2015-02-02 14:21:41.000000000 +0000 +++ kdevelop-4.7.3/po/kk/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Sairan Kikkarin , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-04-17 06:19+0600\n" -"Last-Translator: Sairan Kikkarin \n" -"Language-Team: Kazakh \n" -"Language: kk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -# -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Сайран Киккарин" - -# -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "sairan@computer.org" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "'%1' дегеннің ешбір құжаттамасы табылмады" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man парақ мазмұны" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Man парақтарын жүктеу ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Man парағы" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Man парақ құжаттамасын қарау" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man парағы" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/kk/kdevqthelp.po kdevelop-4.7.3/po/kk/kdevqthelp.po --- kdevelop-4.7.1/po/kk/kdevqthelp.po 2015-02-02 14:21:41.000000000 +0000 +++ kdevelop-4.7.3/po/kk/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,194 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Sairan Kikkarin , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-14 03:01+0600\n" -"Last-Translator: Sairan Kikkarin \n" -"Language-Team: Kazakh \n" -"Language: kk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -# -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Сайран Киккарин" - -# -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "sairan@computer.org" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Өзгерту" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Атауы бос бола алмайды." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Жаңа құжаттамасын табу" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "GHNS қамтамасыз еткен құжаттама" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt сығылған көмек файлы жарамсыз." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Құжаттама импортталған екен" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "QtHelp құжаттамасын басқару" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Атауы" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Жолы" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Қосу" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Өзгерту" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Өшіру" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Жоғарлату" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Төмендету" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt құжаттамасын жүктеу" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Таңбаша атауы" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Таңбашаны таңдау" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Атауы" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Атауын таңдау" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Жолы" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "QtHelp файлын таңдау..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "'%1' дегеннің ешбір құжаттамасы табылмады" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp мекен парағы" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Qt Help құжаттамасын қарау" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Іздейтін индентификаторы:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Көмек парағы:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Жөндеу ақпары:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/nb/kdevcpp.po kdevelop-4.7.3/po/nb/kdevcpp.po --- kdevelop-4.7.1/po/nb/kdevcpp.po 2015-02-02 14:22:12.000000000 +0000 +++ kdevelop-4.7.3/po/nb/kdevcpp.po 2016-01-22 18:19:42.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2013-04-01 13:58+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -31,11 +31,11 @@ msgid "Initialize" msgstr "Klargjør" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Ikke inkludert" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -46,29 +46,29 @@ msgstr[0] "1 overstyring til av %2 (vis mer)" msgstr[1] "%1 overstyringer til av %2 (vis mer)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Koble til %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signaler/Spor" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuell overstyring" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementer funksjon" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Innebygd i C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Framsynt samsvar" @@ -588,35 +588,35 @@ msgid "Use of deleted function: %1" msgstr "" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++-støtte" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Støtte for C++-språket" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Filer" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Bytt om definisjon/deklarasjon" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Gi deklarasjon nytt navn" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Flytt inn i kilden" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Tømt av forbehandleren
" diff -Nru kdevelop-4.7.1/po/nb/kdevgdb.po kdevelop-4.7.3/po/nb/kdevgdb.po --- kdevelop-4.7.1/po/nb/kdevgdb.po 2015-02-02 14:22:12.000000000 +0000 +++ kdevelop-4.7.3/po/nb/kdevgdb.po 2016-01-22 18:19:42.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2013-09-16 12:41+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -610,16 +610,16 @@ msgid "Disassemble/Registers View" msgstr "" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Klarte ikke finne feilsøkingsskallet «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Fant ikke feilsøkingsskall" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -628,7 +628,7 @@ "Feilsøkerkomponenten støtte på en intern feil mens den behandlet et svar " "fra gdb. Vennligst rapporter feilen." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -637,11 +637,11 @@ "Unntaket er: %1\n" "MI-svaret er: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Intern feil i feilsøker" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -650,11 +650,11 @@ "Klarte ikke starte feilsøkeren.

Klarte ikke å kjøre «%1». Forsikre " "deg om at sti-navnet er oppgitt riktig." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Klarte ikke starte feilsøkeren" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -662,7 +662,7 @@ "Gdb krasjet.

Derfor må feilsøkingsøkta avsluttes.
Forsøk å " "gjenskape krasjet med bare gdb og meld inn en feil.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb krasjet." diff -Nru kdevelop-4.7.1/po/nb/kdevmanpage.po kdevelop-4.7.3/po/nb/kdevmanpage.po --- kdevelop-4.7.1/po/nb/kdevmanpage.po 2015-02-02 14:22:12.000000000 +0000 +++ kdevelop-4.7.3/po/nb/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -# Translation of kdevmanpage to Norwegian Bokmål -# -# Bjørn Steensrud , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-10 16:24+0200\n" -"Last-Translator: Bjørn Steensrud \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Environment: kde\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Bjørn Steensrud" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "bjornst@skogkatt.homelinux.org" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kunne ikke finne noe dokumentasjon for «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man innholdsside" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Laster inn man-sider …" - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Sjekk Man Page-dokumentasjon" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man Page" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/nb/kdevqthelp.po kdevelop-4.7.3/po/nb/kdevqthelp.po --- kdevelop-4.7.1/po/nb/kdevqthelp.po 2015-02-02 14:22:12.000000000 +0000 +++ kdevelop-4.7.3/po/nb/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# Translation of kdevqthelp to Norwegian Bokmål -# -# Bjørn Steensrud , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-02-22 20:08+0100\n" -"Last-Translator: Bjørn Steensrud \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Environment: kde\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Bjørn Steensrud" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "bjornst@skogkatt.homelinux.org" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Navnet kan ikke være tomt." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt komprimert hjelpefil er ikke gyldig." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentasjon er allerede importert" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Håndter QtHelp-dokumentasjon" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Navn" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Sti" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Legg til" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Endre" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Fjern" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Flytt opp" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Flytt ned" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Last inn Qt-dokumentasjon" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialog" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Velg et ikon" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Navn:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Velg et navn" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Sti:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Velg en QtHelp-fil …" - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kunne ikke finne noe dokumentasjon for «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Nettside for QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Sjekk Qt Help-dokumentasjon" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifikator det skal søkes etter:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Hjelpeside:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Feilsøkingsinformasjon:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/nds/kdevcpp.po kdevelop-4.7.3/po/nds/kdevcpp.po --- kdevelop-4.7.1/po/nds/kdevcpp.po 2015-02-02 14:22:15.000000000 +0000 +++ kdevelop-4.7.3/po/nds/kdevcpp.po 2016-01-22 18:19:43.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-03-18 18:26+0100\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" @@ -32,11 +32,11 @@ msgid "Initialize" msgstr "Torechtmaken" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Nich inslaten" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -47,30 +47,30 @@ msgstr[0] "Noch 1 Överladen vun %2 (mehr wiesen)" msgstr[1] "Noch %1 Överladen vun %2 (mehr wiesen)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Tokoppeln na %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signalen/Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuell Övergahn" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 #, fuzzy msgctxt "@action" msgid "Implement Function" msgstr "Funkschoon ümsetten" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Na C++ inbuut" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "" @@ -602,37 +602,37 @@ msgid "Use of deleted function: %1" msgstr "Bruuk vun en wegdaan Funkschoon: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 #, fuzzy #| msgid "Add include directive" msgid "Edit include directories" msgstr "Koppdatei-Anwiesen tofögen" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++-Ünnerstütten" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Spraakünnerstütten för C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Dateien" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Definitschoon/Deklaratschoon &wesseln" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Deklaratschoon ümnömen" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Na Born verschuven" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Bi de Vörverarbeiden leddig maakt
" diff -Nru kdevelop-4.7.1/po/nds/kdevgdb.po kdevelop-4.7.3/po/nds/kdevgdb.po --- kdevelop-4.7.1/po/nds/kdevgdb.po 2015-02-02 14:22:15.000000000 +0000 +++ kdevelop-4.7.3/po/nds/kdevgdb.po 2016-01-22 18:19:43.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2012-01-25 22:29+0100\n" "Last-Translator: Manfred Wiese \n" "Language-Team: Low Saxon \n" @@ -682,16 +682,16 @@ msgid "Disassemble/Registers View" msgstr "Disassembleert" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Fehlersöök-Konsool \"%1\" lett sik nich finnen." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Fehlersöök-Konsool lett sik nich finnen" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -700,7 +700,7 @@ "

Binnen de Fehlersöker-Komponent hett dat en Fehler geven, bides se en " "Antwoort vun \"gdb\" afarbeidt hett. Bericht dissen Fehler bitte." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -709,11 +709,11 @@ "De Utnahm is: %1\n" "De MI-Antwoort is: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Intern Fehlersöök-Fehler" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -722,17 +722,17 @@ "De Fehlersöker lett sik nich starten.

\"%1\" lett sik nich starten. " "Kiek, wat de Paddnaam richtig angeven is." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Fehlersöker lett sik nich opropen" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" msgstr "" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "\"gdb\" is afstört" diff -Nru kdevelop-4.7.1/po/nds/kdevmanpage.po kdevelop-4.7.3/po/nds/kdevmanpage.po --- kdevelop-4.7.1/po/nds/kdevmanpage.po 2015-02-02 14:22:15.000000000 +0000 +++ kdevelop-4.7.3/po/nds/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# translation of kdevmanpage.po to Low Saxon -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Manfred Wiese , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-10 16:11+0200\n" -"Last-Translator: Manfred Wiese \n" -"Language-Team: Low Saxon \n" -"Language: nds\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Manfred Wiese" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "m.j.wiese@web.de" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "För \"%1\" lett sik keen Dokmentatschoon finnen." - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Handbookinholt" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Handbooksieden warrt laadt…" - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Handbooksiet" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Handbook-Dokmentatschoon naslaan" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Handbooksiet" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/nds/kdevqthelp.po kdevelop-4.7.3/po/nds/kdevqthelp.po --- kdevelop-4.7.1/po/nds/kdevqthelp.po 2015-02-02 14:22:15.000000000 +0000 +++ kdevelop-4.7.3/po/nds/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# Sönke Dibbern , 2009. -# Manfred Wiese , 2010, 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-12 08:09+0200\n" -"Last-Translator: Manfred Wiese \n" -"Language-Team: Low Saxon \n" -"Language: nds\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Sönke Dibbern" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "s_dibbern@web.de" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Ännern" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Naam mutt nich leddig wesen." - -#: qthelpconfig.cpp:122 -#, fuzzy -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Qt-Hülp versöken" - -#: qthelpconfig.cpp:253 -#, fuzzy -msgid "Documentation provided by GHNS" -msgstr "Dokmentatschoon al importeert" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Komprimeert Qt-Hülpdatei is leeg." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokmentatschoon al importeert" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "De Dokmentatschoon för de Qt-Hülp plegen" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Naam" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Padd" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Tofögen" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Ännern" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Wegmaken" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Na baven" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Na nerrn" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt-Dokmentatschonen laden" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Lüttbildnaam" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Söök en Lüttbild ut" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Naam" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Söök en Naam ut" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Padd" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Söök en Qt-Hülpdatei ut..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "För \"%1\" lett sik keen Dokmentatschoon finnen" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp-Tohuussiet" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Qt-Hülp versöken" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Beteker, den Du söken wullt:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Hülpsiet:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Fehlersöök-Informatschonen:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/nl/kdevcpp.po kdevelop-4.7.3/po/nl/kdevcpp.po --- kdevelop-4.7.1/po/nl/kdevcpp.po 2015-02-02 14:22:20.000000000 +0000 +++ kdevelop-4.7.3/po/nl/kdevcpp.po 2016-01-22 18:19:45.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2015-01-10 11:20+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Initialiseren" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Niet bijgesloten" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +45,29 @@ msgstr[0] "nog 1 overlading van %2 (toon er meer)" msgstr[1] "nog %1 overladingen van %2 (toon er meer)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Verbinden met %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signalen/Slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtueel overschrijven" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Functie implementeren" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Buildin van C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Overeenkomsten bij vooruitblikken" @@ -588,35 +588,35 @@ msgid "Use of deleted function: %1" msgstr "Gebruik van de verwijderde functie: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "In te sluiten mappen bewerken" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Ondersteuning voor C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Ondersteuning voor de C++-taal" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Bestanden" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Schakel definitie/declaratie om" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Declaraties hernoemen" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Verplaatsen naar bron" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Leeggemaakt door preprocessor
" diff -Nru kdevelop-4.7.1/po/nl/kdevgdb.po kdevelop-4.7.3/po/nl/kdevgdb.po --- kdevelop-4.7.1/po/nl/kdevgdb.po 2015-02-02 14:22:20.000000000 +0000 +++ kdevelop-4.7.3/po/nl/kdevgdb.po 2016-01-22 18:19:45.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-26 12:34+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -640,16 +640,16 @@ msgid "Disassemble/Registers View" msgstr "Beeld van disassembleren/registers" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "De debugger '%1' is niet gevonden." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "De debugger is niet gevonden" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -658,7 +658,7 @@ "

De component debugger kwam terecht in een interne fout bij het verwerken " "van een antwoord van gdb. Gaarne een bug-report indienen." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -667,11 +667,11 @@ "De uitzondering is: %1\n" "Het antwoord van MI is: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Interne debuggerfout" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -680,11 +680,11 @@ "Kon debugger niet uitvoeren.

Kon '%1' niet uitvoeren. Controleer of " "het pad correct is opgegeven." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Kon debugger niet starten" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -693,7 +693,7 @@ "
Probeer de crash te reproduceren met de gewone gdb en rapporteer een bug." "
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb is gecrasht" diff -Nru kdevelop-4.7.1/po/nl/kdevmanpage.po kdevelop-4.7.3/po/nl/kdevmanpage.po --- kdevelop-4.7.1/po/nl/kdevmanpage.po 2015-02-02 14:22:20.000000000 +0000 +++ kdevelop-4.7.3/po/nl/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Freek de Kruijf , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-24 10:09+0200\n" -"Last-Translator: Freek de Kruijf \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Freek de Kruijf" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "freekdekruijf@kde.nl" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kon geen documentation voor '%1' vinden" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Inhoudspagina van Man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Man-pagina's laden..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Man-pagina" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "De documentatie van Man-pagina controleren" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man-pagina" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/nl/kdevqthelp.po kdevelop-4.7.3/po/nl/kdevqthelp.po --- kdevelop-4.7.1/po/nl/kdevqthelp.po 2015-02-02 14:22:20.000000000 +0000 +++ kdevelop-4.7.3/po/nl/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# translation of kdevqthelp.po to Dutch -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Freek de Kruijf , 2009, 2010, 2012, 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-26 12:37+0200\n" -"Last-Translator: Freek de Kruijf \n" -"Language-Team: Dutch \n" -"Language: nl\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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Freek de Kruijf" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "f.de.kruijf@gnmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Item wijzigen" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Nieuw item toevoegen" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Naam mag niet leeg zijn." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Nieuwe documentatie ophalen" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentatie geleverd door GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt-gecomprimeerd hulpbestand is niet geldig." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Documentatie is al geïmporteerd" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "QtHelp-documentatie beheren" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Naam" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Pad" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "qch-bestanden in map zoeken..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Toevoegen" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Wijzigen" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Verwijderen" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Omhoog" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Omlaag" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Map kiezen" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt-documentatie laden" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialoog" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Pictogram:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Een pictogram selecteren" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Naam:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Een naam selecteren" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Pad:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Een QtHelp-bestand selecteren..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kon geen documentation voor '%1' vinden" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp Home-pagina" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Kijk in de QtHelp-documentatie" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Te zoeken identifier:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Help-pagina:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "over:leeg" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Debuginformatie:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/pl/kdevcpp.po kdevelop-4.7.3/po/pl/kdevcpp.po --- kdevelop-4.7.1/po/pl/kdevcpp.po 2015-02-02 14:22:36.000000000 +0000 +++ kdevelop-4.7.3/po/pl/kdevcpp.po 2016-01-22 18:19:49.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-29 09:42+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -45,11 +45,11 @@ msgid "Initialize" msgstr "Inicjalizuj" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Nie dołączone" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -61,29 +61,29 @@ msgstr[1] "%1 więcej przeładowania %2 (pokaż więcej)" msgstr[2] "%1 więcej przeładowań %2 (pokaż więcej)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Połącz z %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Sygnały/sloty" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Wirtualne zastąpienie" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementuj funkcję" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Wbudowane w C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Przewidywane dopasowania" @@ -604,35 +604,35 @@ msgid "Use of deleted function: %1" msgstr "Użycie usuniętej funkcji: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Edytuj katalogi plików dołączanych" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Obsługa C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Obsługa języka C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Pliki" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Przełącz definicję/deklarację" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Zmień nazwę deklaracji" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Przenieś do źródeł" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Wyczyszczone przez preprocesor
" diff -Nru kdevelop-4.7.1/po/pl/kdevelop.po kdevelop-4.7.3/po/pl/kdevelop.po --- kdevelop-4.7.1/po/pl/kdevelop.po 2015-02-02 14:22:36.000000000 +0000 +++ kdevelop-4.7.3/po/pl/kdevelop.po 2016-01-22 18:19:49.000000000 +0000 @@ -1,5 +1,5 @@ # translation of kdevelop.po to -# Version: $Revision: 1409147 $ +# Version: $Revision: 1434511 $ # KDevelop polish translation file. # Translation work: # Jacek Wojdeł @@ -14,20 +14,20 @@ # Michal Rudolf , 2004, 2005. # Krzysztof Lichota , 2005, 2006. # Marta Rybczyńska , 2007, 2008, 2010. -# Łukasz Wojniłowicz , 2011, 2012, 2013, 2014. +# Łukasz Wojniłowicz , 2011, 2012, 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2014-06-29 09:41+0200\n" +"PO-Revision-Date: 2015-08-09 08:20+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" @@ -277,7 +277,7 @@ #: main.cpp:216 msgid "Distributed VCS, Git, Mercurial" -msgstr "Rozproszone systemy kontroli wersji, Git, Mercurial" +msgstr "Rozproszone systemy zarządzania wersją, Git, Mercurial" #: main.cpp:219 msgid "Robert Gruber" @@ -285,7 +285,7 @@ #: main.cpp:219 msgid "SnippetPart, debugger and usability patches" -msgstr "SnippetPart, debugger i łaty dotyczące funkcjonalności" +msgstr "SnippetPart, program diagnostyczny i łaty dotyczące funkcjonalności" #: main.cpp:220 msgid "Dukju Ahn" @@ -370,7 +370,7 @@ #: main.cpp:231 msgid "Debugger frontend" -msgstr "Nakładka na debugger" +msgstr "Interfejs diagnostyczny" #: main.cpp:232 msgid "Sandy Meier" @@ -638,9 +638,10 @@ "The binary that should be debugged must follow - including arguments.\n" "Example: kdevelop --debug gdb myapp --foo bar" msgstr "" -"Rozpocznij debugowanie programu w KDevelop z danym debuggerem.\n" -"Plik binarny mający być poddany debugowaniu musi być na końcu - włączając w " -"to argumenty.\n" +"Rozpocznij diagnozowanie programu w KDevelop z danym programem " +"diagnostycznym.\n" +"Plik binarny poddany diagnostyce musi być na końcu - włączając w to " +"argumenty.\n" "Przykład: kdevelop --debug gdb mójprogram --foo bar" #: main.cpp:310 @@ -682,12 +683,12 @@ #: main.cpp:405 msgctxt "@info:shell" msgid "Specify the binary you want to debug." -msgstr "Proszę podać plik binarny do debugowania." +msgstr "Proszę podać plik binarny do zdiagnozowania." #: main.cpp:408 #, kde-format msgid "Debug %1" -msgstr "Debuguj %1" +msgstr "Diagnozuj %1" #: main.cpp:417 #, kde-format @@ -745,11 +746,11 @@ #: welcomepage/qml/area_code.qml:38 msgid "Develop" -msgstr "Rozwijaj" +msgstr "Pracuj" #: welcomepage/qml/area_code.qml:43 msgid "Getting Started" -msgstr "Wdrażanie się" +msgstr "Poznawaj" #: welcomepage/qml/area_debug.qml:35 welcomepage/qml/area_review.qml:35 msgid "Back to code" @@ -765,11 +766,11 @@ #: welcomepage/qml/area_debug.qml:57 msgid "Debug your program" -msgstr "Debuguj swój program" +msgstr "Diagnozuj swój program" #: welcomepage/qml/area_debug.qml:60 msgid "Debug Area" -msgstr "Debug obszar" +msgstr "Diagnozuj obszar" #: welcomepage/qml/area_debug.qml:63 msgid "" @@ -780,13 +781,13 @@ "select what is going to be run by configuring the launches and selecting the " "one you want to use in the Current Launch Configuration sub-menu." msgstr "" -"W obszarze Debugowania będzie można przeanalizować działanie i " +"W obszarze Diagnozowania będzie można przeanalizować działanie i " "wykonanie swojego programu. W menu Uruchamiania znajdziesz " "wszystkie możliwe opcje.

Jak zauważysz, tutaj możesz albo tylko " -"wykonać swoje programy albo dodatkowo dokonać ich debugowania, jeśli " +"wykonać swoje programy albo dodatkowo dokonać ich diagnostyki, jeśli " "potrzebujesz dalszych informacji o procedurach. Możesz wybrać co zostanie " "uruchomione poprzez konfigurację uruchamiań i wybraniu wybranie ich z pod-" -"menu Bieżące ustawienia uruchamiania." +"menu Bieżące ustawienia uruchomieniowe." #: welcomepage/qml/area_review.qml:57 msgid "Review a Patch" diff -Nru kdevelop-4.7.1/po/pl/kdevgdb.po kdevelop-4.7.3/po/pl/kdevgdb.po --- kdevelop-4.7.1/po/pl/kdevgdb.po 2015-02-02 14:22:36.000000000 +0000 +++ kdevelop-4.7.3/po/pl/kdevgdb.po 2016-01-22 18:19:49.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-29 09:38+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" @@ -653,16 +653,16 @@ msgid "Disassemble/Registers View" msgstr "Widok Rozłożenia/Rejestrów" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Nie można znaleźć powłoki debugującej '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Nie znaleziono powłoki debugowania" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -671,7 +671,7 @@ "

Składnik debuggera napotkał wewnętrzny błąd podczas przetwarzania " "odpowiedzi z gdb. Proszę podesłać zgłoszenie błędu." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -680,11 +680,11 @@ "Wyjątek: %1\n" "Odpowiedź MI: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Błąd wewnętrzny debuggera" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -693,11 +693,11 @@ "Nie można uruchomić debuggera

Nie można uruchomić \"%1\". Sprawdź, " "czy ścieżka jest podana prawidłowo." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Nie można uruchomić debuggera" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -705,7 +705,7 @@ "Awaria Gdb.

Ze względu na to sesja debugowania musi zostać " "zakończona.
Spróbuj powtórzyć awarię na zwykłym gdb i zgłoś błąd.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb uległ awarii" diff -Nru kdevelop-4.7.1/po/pl/kdevmanpage.po kdevelop-4.7.3/po/pl/kdevmanpage.po --- kdevelop-4.7.1/po/pl/kdevmanpage.po 2015-02-02 14:22:36.000000000 +0000 +++ kdevelop-4.7.3/po/pl/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Łukasz Wojniłowicz , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-07-27 18:06+0200\n" -"Last-Translator: Łukasz Wojniłowicz \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Łukasz Wojniłowicz" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "lukasz.wojnilowicz@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Nie można znaleźć żadnej dokumentacji dla '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Strona spisu treści instrukcji" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Wczytywanie stron instrukcji ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "StronaInstrukcji" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Sprawdź stronę instrukcji dokumentacji" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Strona instrukcji" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/pl/kdevqthelp.po kdevelop-4.7.3/po/pl/kdevqthelp.po --- kdevelop-4.7.1/po/pl/kdevqthelp.po 2015-02-02 14:22:36.000000000 +0000 +++ kdevelop-4.7.3/po/pl/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Łukasz Wojniłowicz , 2011, 2012, 2014. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-29 09:33+0200\n" -"Last-Translator: Łukasz Wojniłowicz \n" -"Language-Team: Polish \n" -"Language: pl\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" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Łukasz Wojniłowicz" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "lukasz.wojnilowicz@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Zmień wpis" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Dodaj nowy wpis" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Nazwa nie może być pusta." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Uzyskaj nową dokumentację" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Dokumentacja dostarczona przez GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Nieprawidłowy skompresowany plik pomocy Qt." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Zaimportowano już dokumentację" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Zarządzaj dokumentacją QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nazwa" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Ścieżka" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Znajdź pliki qch w katalogu..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Dodaj" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Zmień" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Usuń" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Przesuń w górę" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Przesuń w dół" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Wybierz katalog" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Wczytaj dokumentację Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Okno dialogowe" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ikona:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Wybierz ikonę" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nazwa:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Wybierz nazwę" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Ścieżka:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Wybierz plik QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Nie można znaleźć żadnej dokumentacji dla '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Strona domowa QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Sprawdź dokumentację pomocy Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identyfikator do znalezienia:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Strona pomocy:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informacje diagnostyczne:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/pt/kdevcpp.po kdevelop-4.7.3/po/pt/kdevcpp.po --- kdevelop-4.7.1/po/pt/kdevcpp.po 2015-02-02 14:22:40.000000000 +0000 +++ kdevelop-4.7.3/po/pt/kdevcpp.po 2016-01-22 18:19:51.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-26 22:23+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -28,11 +28,11 @@ msgid "Initialize" msgstr "Inicializar" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Não Incluídos" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -43,29 +43,29 @@ msgstr[0] "mais %1 sobreposição de %2 (mostrar mais)" msgstr[1] "mais %1 sobreposições de %2 (mostrar mais)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Ligar a %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Sinais/'Slots'" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Substituto Virtual" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Função de Implementação" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Incorporado do C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Correspondências Posteriores" @@ -590,35 +590,35 @@ msgid "Use of deleted function: %1" msgstr "Uso de função removida: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Editar as pastas de inclusão" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Suporte para C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Suporte para a Linguagem C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Ficheiros" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "M&udar para a Definição/Declaração" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Mudar o Nome da Declaração" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Mover para o Código" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Esvaziado pelo pré-processador
" diff -Nru kdevelop-4.7.1/po/pt/kdevgdb.po kdevelop-4.7.3/po/pt/kdevgdb.po --- kdevelop-4.7.1/po/pt/kdevgdb.po 2015-02-02 14:22:40.000000000 +0000 +++ kdevelop-4.7.3/po/pt/kdevgdb.po 2016-01-22 18:19:51.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2013-10-27 11:40+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -644,16 +644,16 @@ msgid "Disassemble/Registers View" msgstr "Janela de Descodificação/Registos" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Não foi possível localizar a linha de comandos de depuração '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Linha de Comandos de Depuração Não Encontrada" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -662,7 +662,7 @@ "

A componente de depuração encontrou um erro interno ao processar a " "resposta do 'gdb'. Por favor envie um relatório de erros." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -671,11 +671,11 @@ "A excepção é: %1\n" "A resposta do MI é: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Erro interno do depurador" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -684,11 +684,11 @@ "Não foi possível iniciar o depurador.

Não foi possível executar o " "'%1'. Certifique-se que o local foi indicado correctamente." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Não foi possível iniciar o depurador" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -697,7 +697,7 @@ "interrompida.
Tente reproduzir o estoiro com um 'gdb' normal e comunique " "um erro.

" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "O GDB estoirou" diff -Nru kdevelop-4.7.1/po/pt/kdevmanpage.po kdevelop-4.7.3/po/pt/kdevmanpage.po --- kdevelop-4.7.1/po/pt/kdevmanpage.po 2015-02-02 14:22:40.000000000 +0000 +++ kdevelop-4.7.3/po/pt/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-10 12:26+0100\n" -"Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: Portuguese \n" -"Language: pt\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" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "José Nuno Pires" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "zepires@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Não foi possível encontrar qualquer documentação sobre '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Página de Conteúdo do Manual" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "A carregar as páginas do manual..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Página do Manual" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Verificar a documentação das páginas do manual" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Página do Manual" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/pt/kdevqthelp.po kdevelop-4.7.3/po/pt/kdevqthelp.po --- kdevelop-4.7.1/po/pt/kdevqthelp.po 2015-02-02 14:22:40.000000000 +0000 +++ kdevelop-4.7.3/po/pt/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-05-09 13:36+0100\n" -"Last-Translator: José Nuno Coelho Pires \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-POFile-SpellExtra: QtHelp about blank Ghns GHNS qch\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "José Nuno Pires" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "zepires@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modificar o Item" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Adicionar um Novo Item" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "O nome não pode estar em branco." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obter Nova Documentação" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentação fornecida pelo GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "O ficheiro de ajuda comprimido do Qt não é válido." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Documentação já importada" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gerir a Documentação do QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nome" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Localização" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Procurar por ficheiros 'qch' na pasta..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Adicionar" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modificar" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Remover" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Subir" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Descer" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Escolher a pasta" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Carregar a documentação do Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Janela" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ícone:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Seleccionar um ícone" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nome:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Seleccionar um nome" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Localização:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Seleccionar um ficheiro do QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Não foi possível encontrar qualquer documentação sobre '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Página Pessoal do QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Verificar a documentação de ajuda do Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificador a pesquisar:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Página de ajuda:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informação de depuração:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/pt_BR/kdevcpp.po kdevelop-4.7.3/po/pt_BR/kdevcpp.po --- kdevelop-4.7.1/po/pt_BR/kdevcpp.po 2015-02-02 14:22:42.000000000 +0000 +++ kdevelop-4.7.3/po/pt_BR/kdevcpp.po 2016-01-22 18:19:52.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-26 23:00-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -33,11 +33,11 @@ msgid "Initialize" msgstr "Inicializar" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Não incluídos" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -48,29 +48,29 @@ msgstr[0] "mais 1 sobreposição de %2 (mostrar mais)" msgstr[1] "mais %1 sobreposições de %2 (mostrar mais)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Conectar a %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Sinais/'Slots'" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Substituto virtual" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Função de implementação" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Incorporado do C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Ocorrências posteriores" @@ -594,35 +594,35 @@ msgid "Use of deleted function: %1" msgstr "Uso de função excluída: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Adicionar os diretório de inclusão" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Suporte à C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Suporte à linguagem C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Arquivos" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "M&udar para a definição/declaração" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Renomear a declaração" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Mover para o código" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Esvaziado pelo pré-processador
" diff -Nru kdevelop-4.7.1/po/pt_BR/kdevexecuteplasmoid.po kdevelop-4.7.3/po/pt_BR/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/pt_BR/kdevexecuteplasmoid.po 2015-02-02 14:22:42.000000000 +0000 +++ kdevelop-4.7.3/po/pt_BR/kdevexecuteplasmoid.po 2016-01-22 18:19:52.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# André Marcelo Alvarenga , 2013. +# André Marcelo Alvarenga , 2013, 2015. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-07 05:06+0000\n" -"PO-Revision-Date: 2013-05-05 00:48-0300\n" +"PO-Revision-Date: 2015-02-05 08:18-0200\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" @@ -82,10 +82,11 @@ msgid "Form Factor" msgstr "Fator de formato" +# Opção do 'Fator de formato'. (Alvarenga) #. i18n: ectx: property (text), item, widget (QComboBox, formFactor) #: plasmoidexecutionconfig.ui:66 msgid "planar" -msgstr "planar" +msgstr "plano" #. i18n: ectx: property (text), item, widget (QComboBox, formFactor) #: plasmoidexecutionconfig.ui:71 diff -Nru kdevelop-4.7.1/po/pt_BR/kdevformatters.po kdevelop-4.7.3/po/pt_BR/kdevformatters.po --- kdevelop-4.7.1/po/pt_BR/kdevformatters.po 2015-02-02 14:22:42.000000000 +0000 +++ kdevelop-4.7.3/po/pt_BR/kdevformatters.po 2016-01-22 18:19:52.000000000 +0000 @@ -1,34 +1,32 @@ -# tradução do kdevformatters.po para Brazilian Portuguese -# translation of kdevformatters.po to Brazilian Portuguese -# Copyright (C) YEAR This_file_is_part_of_KDE +# Translation of kdevformatters.po to Brazilian Portuguese +# Copyright (C) 2008-2015 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # # Luiz Fernando Ranghetti , 2008, 2009, 2010, 2012. # Marcus Vinícius de Andrade Gama , 2010, 2012. -# André Marcelo Alvarenga , 2010, 2011. -# André Marcelo Alvarenga , 2012, 2013. +# André Marcelo Alvarenga , 2010, 2011, 2012, 2013, 2015. msgid "" msgstr "" "Project-Id-Version: kdevformatters\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-07-23 05:45+0000\n" -"PO-Revision-Date: 2013-11-26 18:34-0200\n" +"PO-Revision-Date: 2015-03-01 13:02-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Marcus Gama" +msgstr "Marcus Gama, André Marcelo Alvarenga" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "marcus.gama@gmail.com" +msgstr "marcus.gama@gmail.com, alvarenga@kde.org" #: astyle/astyle_plugin.cpp:37 msgid "Astyle Formatter" @@ -216,7 +214,7 @@ #: astyle/astyle_preferences.ui:314 astyle/astyle_preferences.ui:426 #: astyle/astyle_preferences.ui:535 msgid "No change" -msgstr "Sem alterações" +msgstr "Sem alteração" #. i18n: ectx: property (text), item, widget (KComboBox, cbBrackets) #: astyle/astyle_preferences.ui:319 diff -Nru kdevelop-4.7.1/po/pt_BR/kdevgdb.po kdevelop-4.7.3/po/pt_BR/kdevgdb.po --- kdevelop-4.7.1/po/pt_BR/kdevgdb.po 2015-02-02 14:22:42.000000000 +0000 +++ kdevelop-4.7.3/po/pt_BR/kdevgdb.po 2016-01-22 18:19:52.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-26 23:02-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -642,16 +642,16 @@ msgid "Disassemble/Registers View" msgstr "Janela de decodificação/registradores" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Não foi possível localizar a linha de comando de depuração '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Linha de comando de depuração não encontrada" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -660,7 +660,7 @@ "

A componente de depuração encontrou um erro interno ao processar a " "resposta do 'gdb'. Por favor envie um relatório de erros." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -669,11 +669,11 @@ "A exceção é: %1\n" "A resposta do MI é: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Erro interno do depurador" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -682,11 +682,11 @@ "Não foi possível iniciar o depurador.

Não foi possível executar o " "'%1'. Certifique-se de que o local foi indicado corretamente." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Não foi possível iniciar o depurador" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -695,7 +695,7 @@ "interrompida.
Tente reproduzir a falha com um 'gdb' normal e comunique um " "erro.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "O Gdb falhou" diff -Nru kdevelop-4.7.1/po/pt_BR/kdevmanpage.po kdevelop-4.7.3/po/pt_BR/kdevmanpage.po --- kdevelop-4.7.1/po/pt_BR/kdevmanpage.po 2015-02-02 14:22:42.000000000 +0000 +++ kdevelop-4.7.3/po/pt_BR/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Marcus Gama , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-24 19:58-0300\n" -"Last-Translator: Marcus Gama \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Marcus Gama" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "marcus.gama@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Não foi possível localizar uma documentação para '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Página de conteúdo do manual" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Carregando páginas do manual..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Página do manual" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Verificar a documentação das páginas do manual" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Página do manual" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/pt_BR/kdevqthelp.po kdevelop-4.7.3/po/pt_BR/kdevqthelp.po --- kdevelop-4.7.1/po/pt_BR/kdevqthelp.po 2015-02-02 14:22:42.000000000 +0000 +++ kdevelop-4.7.3/po/pt_BR/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,187 +0,0 @@ -# Translation of kdevqthelp.po to Brazilian Portuguese -# Copyright (C) 2009-2014 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Luiz Fernando Ranghetti , 2009, 2012. -# André Marcelo Alvarenga , 2009, 2010, 2012, 2013, 2014. -# Marcus Vinícius de Andrade Gama , 2010, 2012. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-26 23:16-0300\n" -"Last-Translator: André Marcelo Alvarenga \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Luiz Fernando Ranghetti, André Marcelo Alvarenga" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "elchevive@opensuse.org, alvarenga@kde.org" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Modificar o item" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Adicionar novo item" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "O nome não pode estar em branco." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Obter nova documentação" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Documentação fornecida pelo GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Arquivo de ajuda comprimido do Qt não é válido." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Documentação já importada" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Gerenciar a documentação do QTHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Nome" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Caminho" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Procurar por arquivos 'qch' na pasta..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Adicionar" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Modificar" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Remover" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Mover para cima" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Mover para baixo" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Escolher a pasta" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Carregar a documentação do Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Janela" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ícone:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Selecionar um ícone" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Nome:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Selecionar um nome" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Caminho:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Selecionar um arquivo do QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Não foi possível localizar uma documentação para '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Site do QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Verificar a documentação do QT Help" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identificador a pesquisar:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Página de ajuda:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Informação de depuração:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ru/kdevcpp.po kdevelop-4.7.3/po/ru/kdevcpp.po --- kdevelop-4.7.1/po/ru/kdevcpp.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevcpp.po 2016-01-22 18:19:54.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2013-08-23 19:08+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -35,11 +35,11 @@ msgid "Initialize" msgstr "Инициализация" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Не включено" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -52,29 +52,29 @@ msgstr[2] "ещё %1 перегрузок для %2 (показать)" msgstr[3] "ещё %1 перегрузка для %2 (показать)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Соединить с %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Сигналы/слоты" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Переопределение виртуального метода" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Реализовать функцию" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Встроенный тип C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Предположительные варианты" @@ -594,37 +594,37 @@ msgid "Use of deleted function: %1" msgstr "использование удалённой функции" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 #, fuzzy #| msgid "Add include directive" msgid "Edit include directories" msgstr "Добавить директиву включения" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Поддержка C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Поддержка языка C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Файлы" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Перейти к определению/объявлению" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Переименовать объявление" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Перейти к коду" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Очищено препроцессором
" diff -Nru kdevelop-4.7.1/po/ru/kdevcustombuildsystem.po kdevelop-4.7.3/po/ru/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/ru/kdevcustombuildsystem.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevcustombuildsystem.po 2016-01-22 18:19:54.000000000 +0000 @@ -17,6 +17,9 @@ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/ru/kdevexecuteplasmoid.po kdevelop-4.7.3/po/ru/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/ru/kdevexecuteplasmoid.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevexecuteplasmoid.po 2016-01-22 18:19:54.000000000 +0000 @@ -17,6 +17,9 @@ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/ru/kdevgdb.po kdevelop-4.7.3/po/ru/kdevgdb.po --- kdevelop-4.7.1/po/ru/kdevgdb.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevgdb.po 2016-01-22 18:19:54.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2013-09-10 19:41+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" @@ -674,16 +674,16 @@ msgid "Disassemble/Registers View" msgstr "Ассемблерный код" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Не удалось найти отладочную оболочку «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Отладочная оболочка не найдена" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -692,7 +692,7 @@ "

В компоненте управления отладчиком при обработке ответа от gdb произошла " "ошибка. Пожалуйста, отправьте отчёт об ошибке." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -701,11 +701,11 @@ "Исключение: %1\n" "Ответ, полученный от MI: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Внутренняя ошибка отладчика" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -714,11 +714,11 @@ "Невозможно запустить отладчик.

Не удалось запустить «%1». Проверьте " "правильность заданного пути." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Не удалось запустить отладчик" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -726,7 +726,7 @@ "Произошёл сбой gdb.

В результате сеанс отладки был прекращён." "
Попробуйте воспроизвести сбой с обычным gdb и сообщите об ошибке.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Сбой gdb" diff -Nru kdevelop-4.7.1/po/ru/kdevkdeprovider.po kdevelop-4.7.3/po/ru/kdevkdeprovider.po --- kdevelop-4.7.1/po/ru/kdevkdeprovider.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevkdeprovider.po 2016-01-22 18:19:54.000000000 +0000 @@ -17,6 +17,9 @@ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" diff -Nru kdevelop-4.7.1/po/ru/kdevmanpage.po kdevelop-4.7.3/po/ru/kdevmanpage.po --- kdevelop-4.7.1/po/ru/kdevmanpage.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Alexander Lakhin , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-08-23 11:55+0400\n" -"Last-Translator: Alexander Lakhin \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" -"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Александр Лахин" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "exclusion@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Найти документацию по запросу «%1» не удалось" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Страница содержимого man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Загрузка страниц руководства..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Вызов страниц документации man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Страница man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ru/kdevqthelp.po kdevelop-4.7.3/po/ru/kdevqthelp.po --- kdevelop-4.7.1/po/ru/kdevqthelp.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,202 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Yury G. Kudryashov , 2009. -# Artem Sereda , 2009. -# Alexander Potashev , 2011. -# Alexander Lakhin , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-08-20 16:24+0400\n" -"Last-Translator: Alexander Lakhin \n" -"Language-Team: Russian \n" -"Language: ru\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" -"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" -"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Environment: kde\n" -"X-Accelerator-Marker: &\n" -"X-Text-Markup: kde4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Юрий Кудряшов,Александр Поташев" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "urkud@ya.ru,aspotashev@gmail.com" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "Изменить" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Название не может быть пустым." - -#: qthelpconfig.cpp:122 -#, fuzzy -#| msgctxt "Allow user to get some API documentation with GHNS" -#| msgid "Get new documentation" -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Получить другую документацию" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Документация, представленная в службе GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Некорректный сжатый файл QtHelp." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Документация уже была импортирована" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Настройка документации QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Название" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Путь" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Добавить" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Изменить" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Удалить" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Вверх" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Вниз" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Загружать документацию по Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "Значок" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Выберите значок" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "Название" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Введите название" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "Путь" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Выберите файл QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Найти документацию по запросу «%1» не удалось" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Домашняя страница документации по Qt" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "Документация Qt" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Просмотр документации QtHelp" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Поиск идентификатора:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Страница документации:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Отладочная информация:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/ru/plasma_applet_kdevelopsessions.po kdevelop-4.7.3/po/ru/plasma_applet_kdevelopsessions.po --- kdevelop-4.7.1/po/ru/plasma_applet_kdevelopsessions.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/plasma_applet_kdevelopsessions.po 2016-01-22 18:19:54.000000000 +0000 @@ -17,6 +17,9 @@ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" #: package/contents/ui/kdevelopsessions.qml:74 msgid "KDevelop Sessions" diff -Nru kdevelop-4.7.1/po/ru/plasma_runner_kdevelopsessions.po kdevelop-4.7.3/po/ru/plasma_runner_kdevelopsessions.po --- kdevelop-4.7.1/po/ru/plasma_runner_kdevelopsessions.po 2015-02-02 14:22:50.000000000 +0000 +++ kdevelop-4.7.3/po/ru/plasma_runner_kdevelopsessions.po 2016-01-22 18:19:54.000000000 +0000 @@ -17,6 +17,9 @@ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" #: kdevelopsessions.cpp:58 msgid "Finds KDevelop sessions matching :q:." diff -Nru kdevelop-4.7.1/po/sk/kdevcpp.po kdevelop-4.7.3/po/sk/kdevcpp.po --- kdevelop-4.7.1/po/sk/kdevcpp.po 2015-02-02 14:23:02.000000000 +0000 +++ kdevelop-4.7.3/po/sk/kdevcpp.po 2016-01-22 18:19:56.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-26 14:21+0200\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -28,11 +28,11 @@ msgid "Initialize" msgstr "Inicializovať" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Nevložené" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -44,29 +44,29 @@ msgstr[1] "%1 ďalších preťažení z %2 (ukázať viac)" msgstr[2] "%1 ďalších preťažení z %2 (ukázať viac)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Pripojiť ku %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signály/Štrbiny" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuálne preťaženie" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementovať funkciu" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ zabudované" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Predvídané zhody" @@ -588,35 +588,35 @@ msgid "Use of deleted function: %1" msgstr "Použitie vymazanej funkcie: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Upraviť zahrnuté adresáre" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Podpora C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Podpora pre jazyk C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Súbory" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Prepnúť definíciu/deklaráciu" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Premenovať deklaráciu" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Presunúť do zdroja" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Vyprázdnené preprocesorom
" diff -Nru kdevelop-4.7.1/po/sk/kdevgdb.po kdevelop-4.7.3/po/sk/kdevgdb.po --- kdevelop-4.7.1/po/sk/kdevgdb.po 2015-02-02 14:23:02.000000000 +0000 +++ kdevelop-4.7.3/po/sk/kdevgdb.po 2016-01-22 18:19:56.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-26 14:21+0200\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -631,16 +631,16 @@ msgid "Disassemble/Registers View" msgstr "Pohľad disassemblovania/registrov" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Nemožno nájsť ladiaci shell '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Shell ladenia sa nenašiel" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -649,7 +649,7 @@ "

Došlo k internej chybe komponentu ladiaceho programu pri spracovaní " "odpovede z gdb. Prosím o zaslanie správy o chybe." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -658,11 +658,11 @@ "Výnimka je: %1\n" "Odpoveď MI je: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Vnútorná chyba ladiaceho programu" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -671,11 +671,11 @@ "Nepodarilo sa spustiť ladiaci program.

Nepodarilo sa spustiť '%1'. " "Uistite sa, že názov cesty je zadaný správne." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Nepodarilo sa spustiť ladiaci proces" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -683,7 +683,7 @@ "Gdb spadol.

Z tohto dôvodu musí byť ladiace sedenie ukončené." "
Pokúste sa reprodukovať pád s čistým gdb a nahlásiť chybu.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb spadol" diff -Nru kdevelop-4.7.1/po/sk/kdevmanpage.po kdevelop-4.7.3/po/sk/kdevmanpage.po --- kdevelop-4.7.1/po/sk/kdevmanpage.po 2015-02-02 14:23:02.000000000 +0000 +++ kdevelop-4.7.3/po/sk/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -# translation of kdevmanpage.po to Slovak -# Richard Fric , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2012-02-10 15:09+0100\n" -"Last-Translator: Roman Paholík \n" -"Language-Team: Slovak \n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Roman Paholík" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "wizzardsk@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Nemôžem nájsť žiadnu dokumentáciu pre '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Stránka obsahu manuálu" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Načítavanie manuálových stránok..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Skontrolovať dokumentáciu manuálovej stránky" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Manuálová stránka" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/sk/kdevqthelp.po kdevelop-4.7.3/po/sk/kdevqthelp.po --- kdevelop-4.7.1/po/sk/kdevqthelp.po 2015-02-02 14:23:02.000000000 +0000 +++ kdevelop-4.7.3/po/sk/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,183 +0,0 @@ -# translation of kdevqthelp.po to Slovak -# Richard Fric , 2009. -# Roman Paholík , 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-26 14:22+0200\n" -"Last-Translator: Roman Paholik \n" -"Language-Team: Slovak \n" -"Language: sk\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" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Roman Paholík" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "wizzardsk@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Upraviť položku" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Pridať novú položku" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Názov nesmie byť prázdny." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Získať novú dokumentáciu" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Dokumentácia poskytnutá GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Komprimovaný súbor pomocníka Qt nie je platný." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentácia je už importovaná" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Spravovať dokumentáciu QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Názov" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Cesta" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Hľadať qch súbory v adresári..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Pridať" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Upraviť" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Odstrániť" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Presunúť hore" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Presunúť dole" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Vybrať adresár" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Načítať Qt dokumentáciu" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialóg" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ikona:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Vyberte ikonu" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Názov:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Vyberte názov" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Cesta:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Vyberte súbor QtHelp..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Nemôžem nájsť žiadnu dokumentáciu pre '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Domovská stránka QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Skontrolovať dokumentáciu Qt Help" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifikátor na hľadanie:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Stránka pomocníka:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Ladiace info:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/sl/kdevcpp.po kdevelop-4.7.3/po/sl/kdevcpp.po --- kdevelop-4.7.1/po/sl/kdevcpp.po 2015-02-02 14:23:06.000000000 +0000 +++ kdevelop-4.7.3/po/sl/kdevcpp.po 2016-01-22 18:19:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-07-05 20:08+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -30,11 +30,11 @@ msgid "Initialize" msgstr "Nastavi začetne vrednosti" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Ni vključeno" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -47,29 +47,29 @@ msgstr[2] "%1 preobremenjena od %2 (pokaži več)" msgstr[3] "%1 preobremenjeni od %2 (pokaži več)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Poveži se z %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signali/reže" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Navidezni prepis" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Vključi funkcijo" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Vgrajeno v C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Ujemanja za poglej vnaprej" @@ -588,35 +588,35 @@ msgid "Use of deleted function: %1" msgstr "Uporaba izbrisane funkcije: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Uredi mape z vključitvami" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Podpora za C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Podpora jeziku C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Datoteke" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Preklopi določilo/deklaracijo" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Preimenuj deklaracijo" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Premakni v izvorno kodo" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Izpraznil predobdelovalnik
" diff -Nru kdevelop-4.7.1/po/sl/kdevgdb.po kdevelop-4.7.3/po/sl/kdevgdb.po --- kdevelop-4.7.1/po/sl/kdevgdb.po 2015-02-02 14:23:06.000000000 +0000 +++ kdevelop-4.7.3/po/sl/kdevgdb.po 2016-01-22 18:19:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-07-05 20:12+0200\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -637,16 +637,16 @@ msgid "Disassemble/Registers View" msgstr "Razberi/pogled registrov" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Ni bilo mogoče najti lupine za razhroščevanje '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Lupine za razhroščevanje ni bilo mogoče najti" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -655,7 +655,7 @@ "

Med obdelovanjem odziva od gdb je enota razhroščevalnika naletela na " "notranjo napako. Pošljite sporočilo o napaki." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -664,11 +664,11 @@ "Izjema je: %1\n" "Odziv MI je: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Notranja napaka razhroščevalnika" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -677,11 +677,11 @@ "Razhroščevalnika ni bilo mogoče zagnati.

Ni bilo mogoče zagnati " "'%1'. Prepričajte se, da je ime poti pravilno." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Razhroščevalnika ni bilo mogoče zagnati" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -689,7 +689,7 @@ "Gdb se je sesul.

Posledično se je končala razhroščevalna seja." "
Poskusite ponoviti sesutje z gdb-jem samim in poročajte o napaki.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "gdb se je sesul" diff -Nru kdevelop-4.7.1/po/sl/kdevmanpage.po kdevelop-4.7.3/po/sl/kdevmanpage.po --- kdevelop-4.7.1/po/sl/kdevmanpage.po 2015-02-02 14:23:06.000000000 +0000 +++ kdevelop-4.7.3/po/sl/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Andrej Mernik , 2013. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-05-05 19:43+0200\n" -"Last-Translator: Andrej Mernik \n" -"Language-Team: Slovenian \n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" -"%100==4 ? 3 : 0);\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Andrej Mernik" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "andrejm@ubuntu.si" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Ni bilo mogoče najti dokumentacije za '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Stran vsebine Man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Nalaganje strani Man ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Preveri dokumentacijo strani Man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Stran Man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/sl/kdevqthelp.po kdevelop-4.7.3/po/sl/kdevqthelp.po --- kdevelop-4.7.1/po/sl/kdevqthelp.po 2015-02-02 14:23:06.000000000 +0000 +++ kdevelop-4.7.3/po/sl/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Andrej Mernik , 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-07-05 20:16+0200\n" -"Last-Translator: Andrej Mernik \n" -"Language-Team: Slovenian \n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" -"%100==4 ? 3 : 0);\n" -"X-Generator: Lokalize 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Andrej Mernik" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "andrejm@ubuntu.si" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Spremeni vnos" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Dodaj nov vnos" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Ime ne more biti prazno." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Dobi novo dokumentacijo" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Dokumentacijo ponuja GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Stisnjena datoteka s pomočjo Qt ni veljavna." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentacija je že uvožena" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Upravljaj z dokumentacijo QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Ime" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Pot" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Poišči datoteke qch v mapi ..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Dodaj" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Spremeni" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Odstrani" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Premakni gor" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Premakni dol" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Izberi mapo" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Naloži dokumentacijo za Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Pogovorno okno" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ikona:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Izberite ikono" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Ime:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Izberite ime" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Pot:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Izberite datoteko QtHelp ..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Ni bilo mogoče najti dokumentacije za '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Domača stran QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Preverite dokumentacijo QtHelp" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Določilnik za iskanje:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Stran s pomočjo:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Podrobnosti o razhroščevanju:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/sv/kdevcpp.po kdevelop-4.7.3/po/sv/kdevcpp.po --- kdevelop-4.7.1/po/sv/kdevcpp.po 2015-02-02 14:23:12.000000000 +0000 +++ kdevelop-4.7.3/po/sv/kdevcpp.po 2016-01-22 18:19:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-26 17:06+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -31,11 +31,11 @@ msgid "Initialize" msgstr "Initiera" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Inte inkluderad" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -46,29 +46,29 @@ msgstr[0] "1 ytterligare överlastning av %2 (visa fler)" msgstr[1] "%1 ytterligare överlastningar av %2 (visa fler)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Anslut till %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Signaler/slots" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Virtuellt överskriden" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Implementera funktion" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Inbyggd i C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Framåtreferens matchar" @@ -590,35 +590,35 @@ msgid "Use of deleted function: %1" msgstr "användning av borttagen funktion: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Redigera inkluderade kataloger" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ stöd" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Stöd för C++ språket" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Filer" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Byt definition med deklaration" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Byt namn på deklaration" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Flytta in i källkod" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Tömd av preprocessor
" diff -Nru kdevelop-4.7.1/po/sv/kdevgdb.po kdevelop-4.7.3/po/sv/kdevgdb.po --- kdevelop-4.7.1/po/sv/kdevgdb.po 2015-02-02 14:23:12.000000000 +0000 +++ kdevelop-4.7.3/po/sv/kdevgdb.po 2016-01-22 18:19:59.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-26 17:11+0200\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -632,16 +632,16 @@ msgid "Disassemble/Registers View" msgstr "Visning av assemblerkod och register" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Kunde inte hitta avlusningsskalet '%1'." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Avlusningsskal hittades inte" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -650,7 +650,7 @@ "

Avlusningskomponenten upptäckte ett internt fel när ett svar från gdb " "behandlades. Skicka gärna in en felrapport." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -659,11 +659,11 @@ "Undantaget är: %1\n" "MI-svaret är: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Internt fel i avlusaren" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -672,11 +672,11 @@ "Kunde inte starta avlusaren.

Kunde inte köra '%1'. Försäkra dig om " "att sökvägsnamnet är riktigt angivet." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Kunde inte starta avlusaren" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -684,7 +684,7 @@ "Gdb kraschade.

På grund av det måste avlusningssessionen avslutas." "
Försök att upprepa kraschen med bara gdb och rapportera felet.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb kraschade" diff -Nru kdevelop-4.7.1/po/sv/kdevmanpage.po kdevelop-4.7.3/po/sv/kdevmanpage.po --- kdevelop-4.7.1/po/sv/kdevmanpage.po 2015-02-02 14:23:12.000000000 +0000 +++ kdevelop-4.7.3/po/sv/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Stefan Asserhall , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-24 18:16+0200\n" -"Last-Translator: Stefan Asserhall \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Stefan Asserhäll" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "stefan.asserhall@bredband.net" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kunde inte hitta någon dokumentation om '%1'" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Innehållssida för manual" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Läser in manualsidor..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Manualsida" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Kontrollera dokumentation på manualsida" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Manualsida" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/sv/kdevqthelp.po kdevelop-4.7.3/po/sv/kdevqthelp.po --- kdevelop-4.7.1/po/sv/kdevqthelp.po 2015-02-02 14:23:12.000000000 +0000 +++ kdevelop-4.7.3/po/sv/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# translation of kdevqthelp.po to Swedish -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Stefan Asserhäll , 2009, 2010. -# Stefan Asserhall , 2010, 2011, 2012, 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-26 17:16+0200\n" -"Last-Translator: Stefan Asserhäll \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Stefan Asserhäll" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "stefan.asserhall@bredband.net" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Ändra post" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Lägg till ny post" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Namn kan inte vara tomt." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Hämta ny dokumentation" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Dokumentation som tillhandahålls av GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt komprimerad hjälpfil är inte giltig." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Dokumentation redan importerad" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Kontrollera Qt-hjälpdokumentation" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Namn" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Sökväg" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Sök igenom qch-filer i katalog..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Lägg till" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Ändra" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Ta bort" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Flytta upp" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Flytta ner" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Välj katalog" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Läs in Qt-dokumentation" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Dialogruta" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Ikon:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Välj en ikon" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Namn:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Välj ett namn" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Sökväg:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Välj en Qt-hjälpfil..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Kunde inte hitta någon dokumentation om '%1'" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Hemsida för QtHelp:" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "Qt-hjälp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Kontrollera Qt-hjälpdokumentation" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Identifierare att söka efter:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Hjälpsida:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Felsökningsinformation:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/tr/kdevcpp.po kdevelop-4.7.3/po/tr/kdevcpp.po --- kdevelop-4.7.1/po/tr/kdevcpp.po 2015-02-02 14:23:23.000000000 +0000 +++ kdevelop-4.7.3/po/tr/kdevcpp.po 2016-01-22 18:20:04.000000000 +0000 @@ -3,20 +3,21 @@ # # Serdar Soytetir , 2008, 2009, 2011. # Kaan Ozdincer , 2014. +# Volkan Gezer , 2015. msgid "" msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" -"PO-Revision-Date: 2014-12-15 19:04+0000\n" -"Last-Translator: Kaan \n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" +"PO-Revision-Date: 2015-02-09 11:36+0100\n" +"Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -30,11 +31,11 @@ msgid "Initialize" msgstr "Başlat" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "İçerilmedi" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -45,29 +46,29 @@ msgstr[0] "%2 için 1 tane daha aşırı yükleme (fazlasını göster)" msgstr[1] "%2 için %1 tane daha aşırı yükleme (fazlasını göster)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "Buna bağlan %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Sinyaller/Slotlar" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Sanal üzerine Yazma" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Fonksiyon Gerçekle" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ Bütünleşik Ögesi" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Eşleşenlere Bak" @@ -375,8 +376,8 @@ "\n" "

Varsayılan genel erişim " -"sahibi olabilmek için varsayılan özel uygulama yapıları Öntanımlı genel erişim " +"sahibi olabilmek için öntanımlı özel uygulama yapıları struct/yapı olarak ifade edilirler.

\n" "

Eğer özel uygulama " @@ -428,7 +429,7 @@ "p>\n" "

Not: Tüm kaynaklar ve varsayılan " +"size:12pt; font-weight:600;\">Not: Tüm kaynaklar ve öntanımlı " "yapıcının sunmadığı türden değişkenler bu seçeneğin durumundan bağımsız " "taşınırlar.

" @@ -585,35 +586,35 @@ msgid "Use of deleted function: %1" msgstr "Silinen fonksiyonun kullanımı: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "İçerilen dizinleri düzenle" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ Desteği" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "C++ Dili Desteği" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Dosyalar" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "Tanımı/Bildirimi &Değiştir" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Bildirimi Yeniden Adlandır" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Kaynağa Taşı" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Önişleyici tarafından boşaltıldı
" diff -Nru kdevelop-4.7.1/po/tr/kdevgdb.po kdevelop-4.7.3/po/tr/kdevgdb.po --- kdevelop-4.7.1/po/tr/kdevgdb.po 2015-02-02 14:23:23.000000000 +0000 +++ kdevelop-4.7.3/po/tr/kdevgdb.po 2016-01-22 18:20:04.000000000 +0000 @@ -2,22 +2,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Serdar Soytetir , 2008, 2009, 2011. -# Volkan Gezer , 2013. +# Volkan Gezer , 2013, 2015. # Kaan Ozdincer , 2014. msgid "" msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" -"PO-Revision-Date: 2014-12-14 18:15+0000\n" -"Last-Translator: Necdet Yücel \n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" +"PO-Revision-Date: 2015-02-09 11:36+0100\n" +"Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -510,7 +510,7 @@ "check run configuration '%1'. Using default environment group." msgstr "" "Bir ortam grubu seçilemiş, bozuk bir yapılandırma gibi görünüyor, lütfen " -"'%1' çalıştırma yapılandırmasını kontrol edin. Varsayılan ortam grubu " +"'%1' çalıştırma yapılandırmasını kontrol edin. Öntanımlı ortam grubu " "kullanılıyor." #: debugsession.cpp:1019 @@ -637,16 +637,16 @@ msgid "Disassemble/Registers View" msgstr "Parçalama/Yazmaçlar Görünümü" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Hata ayıklama kabuğu '%1' bulunamadı." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Hata Ayıklama Kabuğu Bulunamadı" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -655,7 +655,7 @@ "

Hata ayıklama bileşeni gdb'den yanıt beklerken bir iç hata ile " "karşılaştı. Lütfen bir hata kaydı açın." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -664,11 +664,11 @@ "Oluşan istisna: %1\n" "MI yanıtı: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Geçersiz hata ayıklayıcı hatası" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -677,11 +677,11 @@ "Hata ayıklayıcı başlatılamadı.

'%1' çalıştırılamadı. Uygulama " "yolunun doğru bir şekilde verildiğinden emin olun." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Hata ayıklayıcı başlatılamadı" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -690,7 +690,7 @@ "
Çokmeyi temiz bir gdb ile yeniden üretmeyi deneyin ve bir hata kaydı " "açın.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb çöktü" diff -Nru kdevelop-4.7.1/po/tr/kdevmanpage.po kdevelop-4.7.3/po/tr/kdevmanpage.po --- kdevelop-4.7.1/po/tr/kdevmanpage.po 2015-02-02 14:23:23.000000000 +0000 +++ kdevelop-4.7.3/po/tr/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Serdar Soytetir, 2011. -# Kaan Ozdincer , 2014. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-11-10 20:57+0000\n" -"Last-Translator: Simge \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Serdar Soytetir" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "tulliana@gmail.com" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "'%1' için herhangi bir belgelendirme bulunamadı" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Kılavuz İçindekiler Sayfası" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Kılavuz sayfaları yükleniyor ..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Kılavuz Sayfası" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Kılavuz Sayfası belgelendirmesini kontrol et" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Kılavuz Sayfası" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/tr/kdevqthelp.po kdevelop-4.7.3/po/tr/kdevqthelp.po --- kdevelop-4.7.1/po/tr/kdevqthelp.po 2015-02-02 14:23:23.000000000 +0000 +++ kdevelop-4.7.3/po/tr/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Serdar Soytetir , 2009, 2011. -# Volkan Gezer , 2013. -# Kaan Ozdincer , 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-11-10 21:04+0000\n" -"Last-Translator: Necdet Yücel \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.4\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Serdar Soytetir, Kaan Özdinçer" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "tulliana@gmail.com, kaanozdincer@gmail.com" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Girdiyi Düzenle" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Yeni Girdi Ekle" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "İsim boş olamaz." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Yeni Belgelendirme Al" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Belgelendirme GHNS tarafından sağlanmaktadır" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt Sıkıştırılmış Yardım dosyası geçerli değil." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Belgelendirme zaten içeriye aktarıldı" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Qt Yardım Belgelendirmesini Yönet" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "İsim" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Yol" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Dizinde qch dosyalarını ara..." - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Ekle" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Düzenle" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Kaldır" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Yukarıya Taşı" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Aşağıya Taşı" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Dizin seç" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Qt belgelendirmesini yükle" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Pencere" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Simge:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Bir simge seçin" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "İsim:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Bir isim seçin" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Yol:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Bir QtHelp dosyası seçin..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "'%1' için herhangi bir belgelendirme bulunamadı" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp Ana Sayfası" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "Qt Yardım" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Qt Yardım belgelerini kontrol et" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Arama için tanımlayıcı:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Yardım sayfası:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Hata ayıklama bilgileri:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/uk/kdevcmakebuilder.po kdevelop-4.7.3/po/uk/kdevcmakebuilder.po --- kdevelop-4.7.1/po/uk/kdevcmakebuilder.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevcmakebuilder.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,6 +1,7 @@ -# translation of kdevcmakebuilder.po to Ukrainian +# Translation of kdevcmakebuilder.po to Ukrainian # Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# 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. # # Yuri Chornoivan , 2008, 2009, 2011, 2012, 2013. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevcmake.po kdevelop-4.7.3/po/uk/kdevcmake.po --- kdevelop-4.7.1/po/uk/kdevcmake.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevcmake.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,6 +1,7 @@ -# translation of kdevcmake.po to Ukrainian -# Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevcmake.po to Ukrainian +# Copyright (C) 2008-2014 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. # # Yuri Chornoivan , 2008, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevcpp.po kdevelop-4.7.3/po/uk/kdevcpp.po --- kdevelop-4.7.1/po/uk/kdevcpp.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevcpp.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,13 +1,14 @@ -# translation of kdevcpp.po to Ukrainian -# Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevcpp.po to Ukrainian +# Copyright (C) 2008-2014 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. # # Yuri Chornoivan , 2008, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2014-06-26 18:45+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -31,11 +32,11 @@ msgid "Initialize" msgstr "Ініціалізувати" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "Невключені" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -48,29 +49,29 @@ msgstr[2] "ще %1 перевантажень %2 (показати інші)" msgstr[3] "ще %1 перевантаження %2 (показати інші)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "З’єднати з %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "Сигнали/Слоти" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "Віртуальне перевизначення" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "Реалізувати функцію" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "Вбудовані C++" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Відповідники з випередженням" @@ -592,35 +593,35 @@ msgid "Use of deleted function: %1" msgstr "Використання вилученої функції: %1" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" msgstr "Змінити каталоги включень" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "Підтримка C++" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "Підтримка мови C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "Файли" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "&Перемкнути визначення/оголошення" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "Перейменувати оголошення" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "Пересунути до коду" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "Спорожнено процесором попередньої обробки
" diff -Nru kdevelop-4.7.1/po/uk/kdevcustombuildsystem.po kdevelop-4.7.3/po/uk/kdevcustombuildsystem.po --- kdevelop-4.7.1/po/uk/kdevcustombuildsystem.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevcustombuildsystem.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevcustombuildsystem.po to Ukrainian +# Copyright (C) 2011-2012 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. # # Yuri Chornoivan , 2011, 2012. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevcustommake.po kdevelop-4.7.3/po/uk/kdevcustommake.po --- kdevelop-4.7.1/po/uk/kdevcustommake.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevcustommake.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,6 +1,7 @@ -# translation of kdevcustommake.po to Ukrainian +# Translation of kdevcustommake.po to Ukrainian # Copyright (C) 2008-2009 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# 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. # # Yuri Chornoivan , 2008, 2009. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevelop.po kdevelop-4.7.3/po/uk/kdevelop.po --- kdevelop-4.7.1/po/uk/kdevelop.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevelop.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,6 +1,7 @@ -# translation of kdevelop.po to Ukrainian -# Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevelop.po to Ukrainian +# Copyright (C) 2008-2014 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. # # Yuri Chornoivan , 2008, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevexecuteplasmoid.po kdevelop-4.7.3/po/uk/kdevexecuteplasmoid.po --- kdevelop-4.7.1/po/uk/kdevexecuteplasmoid.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevexecuteplasmoid.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevexecuteplasmoid.po to Ukrainian +# Copyright (C) 2013 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. # # Yuri Chornoivan , 2013. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevformatters.po kdevelop-4.7.3/po/uk/kdevformatters.po --- kdevelop-4.7.1/po/uk/kdevformatters.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevformatters.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,6 +1,7 @@ -# translation of kdevformatters.po to Ukrainian +# Translation of kdevformatters.po to Ukrainian # Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# 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. # # Yuri Chornoivan , 2008, 2009, 2011, 2012, 2013. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevgdb.po kdevelop-4.7.3/po/uk/kdevgdb.po --- kdevelop-4.7.1/po/uk/kdevgdb.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevgdb.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,13 +1,14 @@ -# translation of kdevgdb.po to Ukrainian -# Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevgdb.po to Ukrainian +# Copyright (C) 2008-2014 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. # # Yuri Chornoivan , 2008, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2014-06-26 18:46+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -643,16 +644,16 @@ msgid "Disassemble/Registers View" msgstr "Перегляд результатів дизасемблювання/регістрів" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "Не вдалося виявити оболонку налагодження «%1»." -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "Оболонку налагодження не знайдено" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " @@ -661,7 +662,7 @@ "

У компоненті зневадника сталася внутрішня помилка під час обробки " "відповіді з gdb. Будь ласка, повідомте про цю ваду." -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -670,11 +671,11 @@ "Виключення: %1\n" "Відповідь макроінструкції: %2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "Внутрішня помилка зневадника" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " @@ -683,11 +684,11 @@ "Не вдалося запустити зневадник.

Не вдалося виконати «%1». " "Перевірте, чи вірно ви вказали шлях." -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "Не вдалося запустити зневадник" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -697,7 +698,7 @@ "звичайному режимі gdb (без KDevelop) і повідомте про ваду, якщо таку буде " "виявлено.
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Роботу gdb завершено у аварійному режимі" diff -Nru kdevelop-4.7.1/po/uk/kdevghprovider.po kdevelop-4.7.3/po/uk/kdevghprovider.po --- kdevelop-4.7.1/po/uk/kdevghprovider.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevghprovider.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevghprovider.po to Ukrainian +# Copyright (C) 2013-2014 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. # # Yuri Chornoivan , 2013, 2014. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevkdeprovider.po kdevelop-4.7.3/po/uk/kdevkdeprovider.po --- kdevelop-4.7.1/po/uk/kdevkdeprovider.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevkdeprovider.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevkdeprovider.po to Ukrainian +# Copyright (C) 2013 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. # # Yuri Chornoivan , 2013. msgid "" @@ -88,8 +90,7 @@ "The Git plugin could not be loaded which is required to download a KDE " "project." msgstr "" -"Не вдалося завантажити додаток git, який потрібне для звантаження проекту " -"KDE." +"Не вдалося завантажити додаток git, який потрібне для отримання проекту KDE." #: kdeproviderwidget.cpp:94 msgid "KDE Provider Error" diff -Nru kdevelop-4.7.1/po/uk/kdevmakebuilder.po kdevelop-4.7.3/po/uk/kdevmakebuilder.po --- kdevelop-4.7.1/po/uk/kdevmakebuilder.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevmakebuilder.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,6 +1,7 @@ -# translation of kdevmakebuilder.po to Ukrainian +# Translation of kdevmakebuilder.po to Ukrainian # Copyright (C) 2008-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# 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. # # Yuri Chornoivan , 2008, 2009, 2011, 2012, 2013. # I. Petrouchtchak , 2010. diff -Nru kdevelop-4.7.1/po/uk/kdevmanpage.po kdevelop-4.7.3/po/uk/kdevmanpage.po --- kdevelop-4.7.1/po/uk/kdevmanpage.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Yuri Chornoivan , 2011. -msgid "" -msgstr "" -"Project-Id-Version: kdevmanpage\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-10 06:55+0300\n" -"Last-Translator: Yuri Chornoivan \n" -"Language-Team: Ukrainian \n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" -"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Юрій Чорноіван" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "yurchor@ukr.net" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Не вдалося знайти жодної документації щодо «%1»" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Сторінка змісту man" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "Завантаження сторінок man…" - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "Сторінка man" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "Ознайомитися зі сторінкою man" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Сторінка man" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/uk/kdevninja.po kdevelop-4.7.3/po/uk/kdevninja.po --- kdevelop-4.7.1/po/uk/kdevninja.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevninja.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevninja.po to Ukrainian +# Copyright (C) 2012 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. # # Yuri Chornoivan , 2012. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevokteta.po kdevelop-4.7.3/po/uk/kdevokteta.po --- kdevelop-4.7.1/po/uk/kdevokteta.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevokteta.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of kdevokteta.po to Ukrainian +# Copyright (C) 2010-2012 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. # # Yuri Chornoivan , 2010, 2012. msgid "" diff -Nru kdevelop-4.7.1/po/uk/kdevqthelp.po kdevelop-4.7.3/po/uk/kdevqthelp.po --- kdevelop-4.7.1/po/uk/kdevqthelp.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# translation of kdevqthelp.po to Ukrainian -# Copyright (C) 2009-2013 This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Yuri Chornoivan , 2009, 2010, 2011, 2012, 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2014-06-26 18:47+0300\n" -"Last-Translator: Yuri Chornoivan \n" -"Language-Team: Ukrainian \n" -"Language: uk\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" -"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" -"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Юрій Чорноіван" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "yurchor@ukr.net" - -#: qthelpconfig.cpp:62 -msgid "Modify Entry" -msgstr "Внесення змін до запису" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "Додавання нового запису" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "Назва не може бути порожньою." - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "Отримати нову документацію" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "Документація, що надається за допомогою GHNS" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Некоректний файл стиснутої довідки до Qt." - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "Документацію вже імпортовано" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "Керування документацією QtHelp" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "Назва" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "Шлях" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "Шукати файли qch у каталозі…" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "Додати" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "Змінити" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "Вилучити" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "Пересунути вгору" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "Пересунути вниз" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "Вибрати каталог" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "Завантажувати документацію до Qt" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "Діалогове вікно" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -msgid "Icon:" -msgstr "Піктограма:" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "Вибрати піктограму" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -msgid "Name:" -msgstr "Назва:" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "Вибрати назву" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -msgid "Path:" -msgstr "Шлях:" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "Вибрати файл QtHelp…" - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "Не вдалося знайти жодної документації щодо «%1»" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "Домашня сторінка QtHelp" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "Знайти документацію у довідці з Qt" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "Ключ пошуку:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "Довідкова сторінка:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "Діагностичні відомості:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/uk/plasma_applet_kdevelopsessions.po kdevelop-4.7.3/po/uk/plasma_applet_kdevelopsessions.po --- kdevelop-4.7.1/po/uk/plasma_applet_kdevelopsessions.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/plasma_applet_kdevelopsessions.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of plasma_applet_kdevelopsessions.po to Ukrainian +# Copyright (C) 2013 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. # # Yuri Chornoivan , 2013. msgid "" diff -Nru kdevelop-4.7.1/po/uk/plasma_runner_kdevelopsessions.po kdevelop-4.7.3/po/uk/plasma_runner_kdevelopsessions.po --- kdevelop-4.7.1/po/uk/plasma_runner_kdevelopsessions.po 2015-02-02 14:23:29.000000000 +0000 +++ kdevelop-4.7.3/po/uk/plasma_runner_kdevelopsessions.po 2016-01-22 18:20:06.000000000 +0000 @@ -1,5 +1,7 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# Translation of plasma_runner_kdevelopsessions.po to Ukrainian +# Copyright (C) 2011-2013 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. # # Yuri Chornoivan , 2011, 2013. msgid "" diff -Nru kdevelop-4.7.1/po/zh_CN/kdevcmakebuilder.po kdevelop-4.7.3/po/zh_CN/kdevcmakebuilder.po --- kdevelop-4.7.1/po/zh_CN/kdevcmakebuilder.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevcmakebuilder.po 2016-01-22 18:20:11.000000000 +0000 @@ -6,20 +6,21 @@ # Funda Wang , 2005. # Ni Hui , 2008, 2009. # Sign , 2013. +# Feng Chao , 2015. msgid "" msgstr "" "Project-Id-Version: kdevcmakebuilder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2013-01-26 14:57+0800\n" -"Last-Translator: Sign \n" +"PO-Revision-Date: 2015-01-25 14:22+0800\n" +"Last-Translator: Feng Chao \n" "Language-Team: Chinese Simplified \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -71,10 +72,8 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: cmakebuildersettings.ui:17 -#, fuzzy -#| msgid "Generator" msgid "Generator:" -msgstr "生成器" +msgstr "生成器:" #: cmakejob.cpp:50 prunejob.cpp:38 msgid "CMake" @@ -96,13 +95,13 @@ #: prunejob.cpp:71 #, kde-format msgid "%1> rm -rf %2" -msgstr "" +msgstr "%1> rm -rf %2" #: prunejob.cpp:86 msgid "** Prune successful **" -msgstr "" +msgstr "** 成功清理 **" #: prunejob.cpp:88 #, kde-format msgid "** Prune failed: %1 **" -msgstr "" \ No newline at end of file +msgstr "** 清理失败:%1 **" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/zh_CN/kdevcmake.po kdevelop-4.7.3/po/zh_CN/kdevcmake.po --- kdevelop-4.7.1/po/zh_CN/kdevcmake.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevcmake.po 2016-01-22 18:20:11.000000000 +0000 @@ -6,20 +6,21 @@ # Funda Wang , 2005. # Ni Hui , 2008, 2009, 2010. # Sign , 2013. +# Feng Chao , 2015. msgid "" msgstr "" "Project-Id-Version: kdevcmake\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-08-09 05:44+0000\n" -"PO-Revision-Date: 2013-01-26 14:53+0800\n" -"Last-Translator: Sign \n" +"PO-Revision-Date: 2015-01-25 14:21+0800\n" +"Last-Translator: Feng Chao \n" "Language-Team: Chinese Simplified \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -122,7 +123,7 @@ #: cmakecodecompletionmodel.cpp:249 msgid "wrong" -msgstr "" +msgstr "错误" #: cmakedocumentation.cpp:43 msgid "CMake Documentation" @@ -237,14 +238,10 @@ #. i18n: ectx: property (text), widget (QLabel, label) #: cmakepossibleroots.ui:16 -#, fuzzy -#| msgid "" -#| "KDevelop has found several possible project root for your project, please " -#| "select the correct one." msgid "" "KDevelop has found several possible root directories for your project, " "please select the correct one." -msgstr "KDevelop 在您的工程中找到多个可能的工程根路径,请选择一个当前根路径。" +msgstr "KDevelop 发现有多个目录可能作为工程的根目录,请选择正确的根目录。" #: parser/cmakeprojectvisitor.cpp:2375 #, kde-format @@ -352,11 +349,11 @@ #, kde-format msgctxt "running test %1, %2 test case" msgid "CTest %1: %2" -msgstr "" +msgstr "CTest %1: %2" #: testing/ctestrunjob.cpp:133 #, kde-format msgctxt "running test %1, %2 number of test cases" msgid "CTest %2 (%1)" msgid_plural "CTest %2 (%1)" -msgstr[0] "" \ No newline at end of file +msgstr[0] "CTest %2 (%1)" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/zh_CN/kdevcpp.po kdevelop-4.7.3/po/zh_CN/kdevcpp.po --- kdevelop-4.7.1/po/zh_CN/kdevcpp.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevcpp.po 2016-01-22 18:20:11.000000000 +0000 @@ -5,22 +5,22 @@ # Xiong Jiang , 2002,2003, 2004. # Funda Wang , 2005. # Ni Hui , 2008, 2009, 2010. -# FengChao , 2013. # Sign , 2013. +# Feng Chao , 2013, 2015. msgid "" msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" -"PO-Revision-Date: 2013-01-26 14:59+0800\n" -"Last-Translator: Sign \n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" +"PO-Revision-Date: 2015-01-25 14:06+0800\n" +"Last-Translator: Feng Chao \n" "Language-Team: Chinese Simplified \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -34,11 +34,11 @@ msgid "Initialize" msgstr "初始化" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "未包含" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -48,29 +48,29 @@ msgid_plural "%1 more overloads of %2 (show more)" msgstr[0] "%2 的 %1 个重载(显示更多)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "连接到 %1 (%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "信号/槽" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "虚覆盖" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "实现函数" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ 内建" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "正向查找匹配" @@ -102,7 +102,7 @@ #, kde-format msgctxt "file content unknown" msgid "%1, %2" -msgstr "" +msgstr "%1<未知内容>, %2" #: codecompletion/missingincludeitem.cpp:564 msgid "Add Forward-Declaration" @@ -571,42 +571,39 @@ msgstr "宏" #: cppduchain/usebuilder.cpp:151 -#, fuzzy, kde-format -#| msgid "use of deleted function" +#, kde-format msgid "Use of deleted function: %1" -msgstr "已删除函数的使用" +msgstr "使用已删除的函数:%1" -#: cpplanguagesupport.cpp:141 -#, fuzzy -#| msgid "Add include directive" +#: cpplanguagesupport.cpp:142 msgid "Edit include directories" -msgstr "添加包含指令" +msgstr "编辑引用目录" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ 支持" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "C++ 语言支持" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "文件" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "切换定义/声明(&S)" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "重命名声明" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "移入源文件" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "由预处理器清空
" diff -Nru kdevelop-4.7.1/po/zh_CN/kdevelop.po kdevelop-4.7.3/po/zh_CN/kdevelop.po --- kdevelop-4.7.1/po/zh_CN/kdevelop.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevelop.po 2016-01-22 18:20:11.000000000 +0000 @@ -5,22 +5,22 @@ # Xiong Jiang , 2002,2003, 2004. # Funda Wang , 2005. # Ni Hui , 2008, 2009, 2010. -# FengChao , 2013. # Sign , 2013. +# Feng Chao , 2013, 2015. msgid "" msgstr "" "Project-Id-Version: kdevelop\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-12-19 05:35+0000\n" -"PO-Revision-Date: 2013-01-26 14:33+0800\n" -"Last-Translator: Sign \n" +"PO-Revision-Date: 2015-01-25 14:09+0800\n" +"Last-Translator: Feng Chao \n" "Language-Team: Chinese Simplified \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -138,16 +138,13 @@ msgstr "KDevelop4 工程文件" #: main.cpp:148 -#, fuzzy, kde-format -#| msgid "Could not open %1" +#, kde-format msgid "Could not open file %1." -msgstr "无法打开 %1" +msgstr "无法打开文件 %1。" #: main.cpp:178 -#, fuzzy -#| msgid "Select the session you would like to use" msgid "Select the session to open the document in" -msgstr "选择您想要打开的会话。" +msgstr "选择您想要使用的会话" #: main.cpp:200 msgid "The KDevelop Integrated Development Environment" @@ -158,10 +155,8 @@ msgstr "KDevelop" #: main.cpp:202 -#, fuzzy -#| msgid "Copyright 1999-2012, The KDevelop developers" msgid "Copyright 1999-2014, The KDevelop developers" -msgstr "版权所有 1999-2012,KDevelop 开发者" +msgstr "版权所有 1999-2014,KDevelop 开发者" #: main.cpp:203 msgid "Andreas Pakulat" @@ -241,11 +236,11 @@ #: main.cpp:212 msgid "Sven Brauch" -msgstr "" +msgstr "Sven Brauch" #: main.cpp:212 msgid "Python Support, User Interface improvements" -msgstr "" +msgstr "Python 支持,用户界面改进" #: main.cpp:214 msgid "Matt Rogers" diff -Nru kdevelop-4.7.1/po/zh_CN/kdevgdb.po kdevelop-4.7.3/po/zh_CN/kdevgdb.po --- kdevelop-4.7.1/po/zh_CN/kdevgdb.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevgdb.po 2016-01-22 18:20:11.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevgdb\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2010-11-16 14:09+0800\n" "Last-Translator: Ni Hui \n" "Language-Team: Chinese Simplified \n" @@ -624,23 +624,23 @@ msgid "Disassemble/Registers View" msgstr "反汇编视图" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "无法定位调试器 shell“%1”。" -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "未找到调试器 Shell " -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " "from gdb. Please submit a bug report." msgstr "

调试器组件在处理 gdb 响应时遇到内部错误。请提交错误报告。" -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -649,28 +649,28 @@ "异常为:%1\n" "MI 响应为:%2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "内部调试器错误" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " "path name is specified correctly." msgstr "无法启动调试器。

“%1”不能运行。请确认您指定的路径名无误。" -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "无法启动调试器" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" msgstr "" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb 已崩溃" diff -Nru kdevelop-4.7.1/po/zh_CN/kdevmakebuilder.po kdevelop-4.7.3/po/zh_CN/kdevmakebuilder.po --- kdevelop-4.7.1/po/zh_CN/kdevmakebuilder.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevmakebuilder.po 2016-01-22 18:20:11.000000000 +0000 @@ -5,20 +5,21 @@ # Xiong Jiang , 2002,2003, 2004. # Funda Wang , 2005. # Ni Hui , 2008, 2009, 2010. +# Feng Chao , 2015. msgid "" msgstr "" "Project-Id-Version: kdevmakebuilder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2013-11-12 05:17+0000\n" -"PO-Revision-Date: 2010-07-25 00:02+0800\n" -"Last-Translator: Ni Hui \n" +"PO-Revision-Date: 2015-01-25 14:15+0800\n" +"Last-Translator: Feng Chao \n" "Language-Team: Chinese Simplified \n" -"Language: \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.1\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -98,28 +99,22 @@ #. i18n: ectx: property (text), widget (QLabel, label_2) #: makeconfig.ui:195 -#, fuzzy -#| msgid "Active Environment &Profile:" msgid "Active environment &profile:" -msgstr "启动环境变量配置文件(&P):" +msgstr "活动的环境配置(&P):" #: makejob.cpp:61 -#, fuzzy, kde-format -#| msgid "Make: %1" +#, kde-format msgid "Make (%1): %2" -msgstr "Make:%1" +msgstr "Make (%1): %2" #: makejob.cpp:63 -#, fuzzy, kde-format -#| msgid "Make: %1" +#, kde-format msgid "Make (%1)" -msgstr "Make:%1" +msgstr "Make (%1)" #: makejob.cpp:65 -#, fuzzy -#| msgid "Make: %1" msgid "Make" -msgstr "Make:%1" +msgstr "Make" #: makejob.cpp:79 msgid "Build item no longer available" diff -Nru kdevelop-4.7.1/po/zh_CN/kdevmanpage.po kdevelop-4.7.3/po/zh_CN/kdevmanpage.po --- kdevelop-4.7.1/po/zh_CN/kdevmanpage.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Feng Chao , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-12 22:52+0800\n" -"Last-Translator: Feng Chao \n" -"Language-Team: Chinese Simplified \n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "KDE 中国" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "kde-china@kde.org" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "无法找到任何“%1”的文档" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "手册内容页面" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "装入手册页面..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "检查帮助页面文档" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "手册页面" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/zh_CN/kdevqthelp.po kdevelop-4.7.3/po/zh_CN/kdevqthelp.po --- kdevelop-4.7.1/po/zh_CN/kdevqthelp.po 2015-02-02 14:23:43.000000000 +0000 +++ kdevelop-4.7.3/po/zh_CN/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,197 +0,0 @@ -# translation of kdevqthelp.po to 简体中文 -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Ni Hui , 2009, 2010. -# Weng Xuetian , 2013. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-04-16 14:51-0400\n" -"Last-Translator: Weng Xuetian \n" -"Language-Team: Chinese Simplified \n" -"Language: zh_CN\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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Ni Hui" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "shuizhuyuanluo@126.com" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "修改" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "名称不能为空。" - -#: qthelpconfig.cpp:122 -#, fuzzy -#| msgctxt "Allow user to get some API documentation with GHNS" -#| msgid "Get new documentation" -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "获得新文档" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "百宝箱提供的文档" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt 已压缩帮助文件无效。" - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "文档已导入" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "管理 Qt 帮助文档" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "名称" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "路径" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "添加" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "修改" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "删除" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "上移" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "下移" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "装入 Qt 文档" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "图标名" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "选择图标" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "名称" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "选择名称" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "路径" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "选择 QtHelp 文件..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "无法找到任何“%1”的文档" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp 主页" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "检查 Qt 帮助文档" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "要搜索的标示符:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "帮助页面:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "调试信息:" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/zh_TW/kdevcpp.po kdevelop-4.7.3/po/zh_TW/kdevcpp.po --- kdevelop-4.7.1/po/zh_TW/kdevcpp.po 2015-02-02 14:23:46.000000000 +0000 +++ kdevelop-4.7.3/po/zh_TW/kdevcpp.po 2016-01-22 18:20:12.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevcpp\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-12-17 05:11+0000\n" +"POT-Creation-Date: 2015-09-20 05:57+0000\n" "PO-Revision-Date: 2013-11-07 15:29+0800\n" "Last-Translator: Franklin Weng \n" "Language-Team: Chinese Traditional \n" @@ -32,11 +32,11 @@ msgid "Initialize" msgstr "初始化" -#: codecompletion/context.cpp:1338 codecompletion/context.cpp:2038 +#: codecompletion/context.cpp:1339 codecompletion/context.cpp:2039 msgid "Not Included" msgstr "未引入" -#: codecompletion/context.cpp:1490 +#: codecompletion/context.cpp:1491 #, kde-format msgctxt "" "Here, overload is used as a programming term. This string is used to " @@ -46,29 +46,29 @@ msgid_plural "%1 more overloads of %2 (show more)" msgstr[0] "%2 的 %1 個過載(顯示更多)" -#: codecompletion/context.cpp:1614 +#: codecompletion/context.cpp:1615 #, kde-format msgid "Connect to %1 (%2)" msgstr "連接到 %1(%2)" -#: codecompletion/context.cpp:1666 +#: codecompletion/context.cpp:1667 msgid "Signals/Slots" msgstr "信號/信號槽" -#: codecompletion/context.cpp:1935 +#: codecompletion/context.cpp:1936 msgid "Virtual Override" msgstr "虛擬覆寫" -#: codecompletion/context.cpp:1942 +#: codecompletion/context.cpp:1943 msgctxt "@action" msgid "Implement Function" msgstr "實作函式" -#: codecompletion/context.cpp:1971 codecompletion/context.cpp:1973 +#: codecompletion/context.cpp:1972 codecompletion/context.cpp:1974 msgid "C++ Builtin" msgstr "C++ 內建" -#: codecompletion/context.cpp:2098 +#: codecompletion/context.cpp:2099 msgid "Lookahead Matches" msgstr "Lookahead 比對" @@ -572,37 +572,37 @@ msgid "Use of deleted function: %1" msgstr "使用已刪除的函式" -#: cpplanguagesupport.cpp:141 +#: cpplanguagesupport.cpp:142 #, fuzzy #| msgid "Add include directive" msgid "Edit include directories" msgstr "新增引入項目" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "C++ Support" msgstr "C++ 支援" -#: cpplanguagesupport.cpp:175 +#: cpplanguagesupport.cpp:176 msgid "Support for C++ Language" msgstr "支援 C++" -#: cpplanguagesupport.cpp:220 +#: cpplanguagesupport.cpp:221 msgid "Files" msgstr "檔案" -#: cpplanguagesupport.cpp:240 +#: cpplanguagesupport.cpp:241 msgid "&Switch Definition/Declaration" msgstr "切換定義/宣告(&S)" -#: cpplanguagesupport.cpp:250 +#: cpplanguagesupport.cpp:251 msgid "Rename Declaration" msgstr "重新命名宣告" -#: cpplanguagesupport.cpp:256 +#: cpplanguagesupport.cpp:257 msgid "Move into Source" msgstr "移到源碼內" -#: cpplanguagesupport.cpp:810 +#: cpplanguagesupport.cpp:811 msgid "Emptied by preprocessor
" msgstr "被前置處理器清空
" diff -Nru kdevelop-4.7.1/po/zh_TW/kdevgdb.po kdevelop-4.7.3/po/zh_TW/kdevgdb.po --- kdevelop-4.7.1/po/zh_TW/kdevgdb.po 2015-02-02 14:23:46.000000000 +0000 +++ kdevelop-4.7.3/po/zh_TW/kdevgdb.po 2016-01-22 18:20:12.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdevcppdebugger\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-10-17 05:40+0000\n" +"POT-Creation-Date: 2015-08-14 05:36+0000\n" "PO-Revision-Date: 2013-11-07 15:34+0800\n" "Last-Translator: Franklin Weng \n" "Language-Team: Chinese Traditional \n" @@ -625,23 +625,23 @@ msgid "Disassemble/Registers View" msgstr "反組譯/暫存器檢視" -#: gdb.cpp:104 +#: gdb.cpp:107 #, kde-format msgid "Could not locate the debugging shell '%1'." msgstr "無法找到除錯 shell %1。" -#: gdb.cpp:105 +#: gdb.cpp:108 msgid "Debugging Shell Not Found" msgstr "找不到除錯 Shell" -#: gdb.cpp:351 +#: gdb.cpp:362 msgctxt "Internal debugger error" msgid "" "

The debugger component encountered internal error while processing reply " "from gdb. Please submit a bug report." msgstr "

除錯器組件處理 gdb 的回覆時遇到內部錯誤。請回報此問題。" -#: gdb.cpp:353 +#: gdb.cpp:364 #, kde-format msgid "" "The exception is: %1\n" @@ -650,22 +650,22 @@ "例外:%1\n" "MI 回覆:%2" -#: gdb.cpp:356 +#: gdb.cpp:367 msgid "Internal debugger error" msgstr "內部除錯器錯誤" -#: gdb.cpp:408 +#: gdb.cpp:419 #, kde-format msgid "" "Could not start debugger.

Could not run '%1'. Make sure that the " "path name is specified correctly." msgstr "無法啟動除錯器:

無法執行 %1。請確定指定的路徑是否正確。" -#: gdb.cpp:412 +#: gdb.cpp:423 msgid "Could not start debugger" msgstr "無法啟動除錯器" -#: gdb.cpp:429 +#: gdb.cpp:440 msgid "" "Gdb crashed.

Because of that the debug session has to be ended." "
Try to reproduce the crash with plain gdb and report a bug.
" @@ -673,7 +673,7 @@ "Gdb 已崩潰。

因此,此除錯階段已被中止。
請試著用命令列執行 gdb " "再試著重現此問題,並回報錯誤。
" -#: gdb.cpp:432 +#: gdb.cpp:443 msgid "Gdb crashed" msgstr "Gdb 已崩潰" diff -Nru kdevelop-4.7.1/po/zh_TW/kdevmanpage.po kdevelop-4.7.3/po/zh_TW/kdevmanpage.po --- kdevelop-4.7.1/po/zh_TW/kdevmanpage.po 2015-02-02 14:23:46.000000000 +0000 +++ kdevelop-4.7.3/po/zh_TW/kdevmanpage.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,51 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Franklin Weng , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2011-06-27 08:22+0800\n" -"Last-Translator: Franklin Weng \n" -"Language-Team: Chinese Traditional \n" -"Language: zh_TW\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Frank Weng (a.k.a. Franklin)" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "franklin at goodhorse dot idv dot tw" - -#: manpagedocumentation.cpp:56 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "找不到 %1 的文件" - -#: manpagedocumentation.cpp:99 -msgid "Man Content Page" -msgstr "Man pages 內容" - -#: manpagedocumentationwidget.cpp:43 -msgid "Loading man pages ..." -msgstr "載入 man pages 中..." - -#: manpageplugin.cpp:57 -msgid "ManPage" -msgstr "ManPage" - -#: manpageplugin.cpp:58 -msgid "Check Man Page documentation" -msgstr "檢查 Man Page 文件" - -#: manpageplugin.cpp:77 -msgid "Man Page" -msgstr "Man Page" \ No newline at end of file diff -Nru kdevelop-4.7.1/po/zh_TW/kdevqthelp.po kdevelop-4.7.3/po/zh_TW/kdevqthelp.po --- kdevelop-4.7.1/po/zh_TW/kdevqthelp.po 2015-02-02 14:23:46.000000000 +0000 +++ kdevelop-4.7.3/po/zh_TW/kdevqthelp.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,194 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Frank Weng (a.k.a. Franklin) , 2009. -# Franklin Weng , 2010, 2012. -# Franklin Weng , 2012, 2013. -msgid "" -msgstr "" -"Project-Id-Version: kdevqthelp\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2014-06-26 05:39+0000\n" -"PO-Revision-Date: 2013-11-07 15:50+0800\n" -"Last-Translator: Franklin Weng \n" -"Language-Team: Chinese Traditional \n" -"Language: zh_TW\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" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Frank Weng (a.k.a. Franklin)" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "franklin at goodhorse dot idv dot tw" - -#: qthelpconfig.cpp:62 -#, fuzzy -#| msgid "Modify" -msgid "Modify Entry" -msgstr "變更" - -#: qthelpconfig.cpp:64 -msgid "Add New Entry" -msgstr "" - -#: qthelpconfig.cpp:82 -msgid "Name cannot be empty." -msgstr "名稱不能為空白。" - -#: qthelpconfig.cpp:122 -msgctxt "Allow user to get some API documentation with GHNS" -msgid "Get New Documentation" -msgstr "取得新文件" - -#: qthelpconfig.cpp:253 -msgid "Documentation provided by GHNS" -msgstr "由 GHNS 提供的文件" - -#: qthelpconfig.cpp:279 -msgid "Qt Compressed Help file is not valid." -msgstr "Qt 壓縮說明檔不合法。" - -#: qthelpconfig.cpp:288 -msgid "Documentation already imported" -msgstr "文件已匯入" - -#. i18n: ectx: property (title), widget (QGroupBox, qchManage) -#: qthelpconfig.ui:20 -msgid "Manage QtHelp Documentation" -msgstr "管理 QtHelp 說明文件" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:52 -msgid "Name" -msgstr "名稱" - -#. i18n: ectx: property (text), widget (QTreeWidget, qchTable) -#: qthelpconfig.ui:57 -msgid "Path" -msgstr "路徑" - -#. i18n: ectx: property (placeholderText), widget (QLineEdit, qchSearchDir) -#: qthelpconfig.ui:83 -msgid "Search qch files in directory..." -msgstr "" - -#. i18n: ectx: property (text), widget (KPushButton, addButton) -#: qthelpconfig.ui:96 -msgid "Add" -msgstr "新增" - -#. i18n: ectx: property (text), widget (KPushButton, editButton) -#: qthelpconfig.ui:103 -msgid "Modify" -msgstr "變更" - -#. i18n: ectx: property (text), widget (KPushButton, removeButton) -#: qthelpconfig.ui:110 -msgid "Remove" -msgstr "移除" - -#. i18n: ectx: property (text), widget (KPushButton, upButton) -#: qthelpconfig.ui:117 -msgid "Move Up" -msgstr "上移" - -#. i18n: ectx: property (text), widget (KPushButton, downButton) -#: qthelpconfig.ui:124 -msgid "Move Down" -msgstr "下移" - -#. i18n: ectx: property (text), widget (QPushButton, qchSearchDirButton) -#: qthelpconfig.ui:144 -msgid "Choose dir" -msgstr "" - -#. i18n: ectx: property (text), widget (QCheckBox, loadQtDocsCheckBox) -#: qthelpconfig.ui:155 -msgid "Load Qt documentation" -msgstr "載入 Qt 說明文件" - -#. i18n: ectx: property (windowTitle), widget (QDialog, QtHelpConfigEditDialog) -#: qthelpconfigeditdialog.ui:14 -msgid "Dialog" -msgstr "" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: qthelpconfigeditdialog.ui:20 -#, fuzzy -#| msgid "IconName" -msgid "Icon:" -msgstr "圖示名稱" - -#. i18n: ectx: property (toolTip), widget (KIconButton, qchIcon) -#: qthelpconfigeditdialog.ui:27 -msgid "Select an icon" -msgstr "選擇圖示" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: qthelpconfigeditdialog.ui:40 -#, fuzzy -#| msgid "Name" -msgid "Name:" -msgstr "名稱" - -#. i18n: ectx: property (toolTip), widget (KLineEdit, qchName) -#. i18n: ectx: property (clickMessage), widget (KLineEdit, qchName) -#: qthelpconfigeditdialog.ui:47 qthelpconfigeditdialog.ui:50 -msgid "Select a name" -msgstr "選擇名稱" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: qthelpconfigeditdialog.ui:57 -#, fuzzy -#| msgid "Path" -msgid "Path:" -msgstr "路徑" - -#. i18n: ectx: property (toolTip), widget (KUrlRequester, qchRequester) -#. i18n: ectx: property (clickMessage), widget (KUrlRequester, qchRequester) -#: qthelpconfigeditdialog.ui:70 qthelpconfigeditdialog.ui:76 -msgid "Select a QtHelp file..." -msgstr "選擇 QtHelp 檔..." - -#: qthelpdocumentation.cpp:193 -#, kde-format -msgid "Could not find any documentation for '%1'" -msgstr "找不到 %1 的文件" - -#: qthelpdocumentation.cpp:290 -msgid "QtHelp Home Page" -msgstr "QtHelp 首頁" - -#: qthelpplugin.cpp:38 qthelpqtdoc.cpp:94 -msgid "QtHelp" -msgstr "QtHelp" - -#: qthelpplugin.cpp:38 -msgid "Check Qt Help documentation" -msgstr "檢查 Qt 說明文件" - -#. i18n: ectx: property (text), widget (QLabel, label) -#: testqthelp/docwidget.ui:17 -msgid "Identifier to search:" -msgstr "要搜尋的識別子:" - -#. i18n: ectx: property (text), widget (QLabel, label_2) -#: testqthelp/docwidget.ui:30 -msgid "Help page:" -msgstr "說明頁面:" - -#. i18n: ectx: property (url), widget (QWebView, help) -#: testqthelp/docwidget.ui:41 -msgid "about:blank" -msgstr "about:blank" - -#. i18n: ectx: property (text), widget (QLabel, label_3) -#: testqthelp/docwidget.ui:49 -msgid "Debug info:" -msgstr "除錯資訊:" \ No newline at end of file diff -Nru kdevelop-4.7.1/projectmanagers/cmake/parser/.krazy kdevelop-4.7.3/projectmanagers/cmake/parser/.krazy --- kdevelop-4.7.1/projectmanagers/cmake/parser/.krazy 1970-01-01 00:00:00.000000000 +0000 +++ kdevelop-4.7.3/projectmanagers/cmake/parser/.krazy 2016-01-22 18:18:56.000000000 +0000 @@ -0,0 +1 @@ +SKIP cmListFileLexer\.h \ No newline at end of file