Additional k => tde renaming and fixes

r14.0.x
Slávek Banko 11 years ago
parent 56c65f08b5
commit 2dd17b2e88

@ -128,7 +128,7 @@ AND/OR
Get KDevelop and use the supplied kmymoney2.kdevprj located in the Get KDevelop and use the supplied kmymoney2.kdevprj located in the
base directory. For more information on KDevelop please visit base directory. For more information on KDevelop please visit
http://www.tdevelop.org. http://www.kdevelop.org.
--------------------------------- ---------------------------------
More documentation More documentation

@ -2070,35 +2070,35 @@ if test $kde_qtver = 3; then
AC_SUBST(LIB_KDED, $lib_kded) AC_SUBST(LIB_KDED, $lib_kded)
AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui") AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-ltdeio") AC_SUBST(LIB_TDEIO, "-ltdeio")
AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_KJS, "-lkjs")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_TDEABC, "-ltdeabc") AC_SUBST(LIB_TDEABC, "-ltdeabc")
AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_TDEHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_TDESPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
AC_SUBST(LIB_KUTILS, "-ltdeutils") AC_SUBST(LIB_TDEUTILS, "-ltdeutils")
AC_SUBST(LIB_TDEPIM, "-ltdepim") AC_SUBST(LIB_TDEPIM, "-ltdepim")
AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy") AC_SUBST(LIB_TDEIMPROXY, "-ltdeimproxy")
AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
AC_SUBST(LIB_KDNSSD, "-ltdednssd") AC_SUBST(LIB_TDEDNSSD, "-ltdednssd")
AC_SUBST(LIB_KUNITTEST, "-ltdeunittest") AC_SUBST(LIB_TDEUNITTEST, "-ltdeunittest")
# these are for backward compatibility # these are for backward compatibility
AC_SUBST(LIB_KSYCOCA, "-ltdeio") AC_SUBST(LIB_TDESYCOCA, "-ltdeio")
AC_SUBST(LIB_TDEFILE, "-ltdeio") AC_SUBST(LIB_TDEFILE, "-ltdeio")
elif test $kde_qtver = 2; then elif test $kde_qtver = 2; then
AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui") AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-ltdeio") AC_SUBST(LIB_TDEIO, "-ltdeio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca") AC_SUBST(LIB_TDESYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_TDEFILE, "-ltdefile") AC_SUBST(LIB_TDEFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_TDEHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_TDESPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint") AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
else else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")

@ -1 +1 @@
Subproject commit b4d585c643d92787bfa17b935ce00b09960ee360 Subproject commit 6b7f7225eff4c49b2dd71804d5fdacb03efcf461

@ -4,7 +4,7 @@ bin_PROGRAMS = kmymoney2
kmymoney2_SOURCES = kmymoneyutils.cpp kstartuplogo.cpp kmymoney2.cpp main.cpp kmymoney2.stub kmymoney2.skel kmymoneysettings.kcfgc kmymoneyglobalsettings.cpp kmymoney2_SOURCES = kmymoneyutils.cpp kstartuplogo.cpp kmymoney2.cpp main.cpp kmymoney2.stub kmymoney2.skel kmymoneysettings.kcfgc kmymoneyglobalsettings.cpp
kmymoney2_LDADD = $(top_builddir)/kmymoney2/views/libviews.a $(top_builddir)/kmymoney2/reports/libreports.a $(top_builddir)/kmymoney2/wizards/newuserwizard/libnewuserwizard.a $(top_builddir)/kmymoney2/wizards/newaccountwizard/libnewaccountwizard.a $(top_builddir)/kmymoney2/wizards/wizardpages/libwizardpages.a $(top_builddir)/kmymoney2/dialogs/libdialogs.a $(top_builddir)/kmymoney2/dialogs/settings/libsettings.a $(top_builddir)/kmymoney2/widgets/libwidgets.a $(top_builddir)/kmymoney2/converter/libconverter.a $(top_builddir)/kmymoney2/mymoney/storage/libstorage.a $(top_builddir)/kmymoney2/mymoney/libkmm_mymoney.la $(top_builddir)/libkgpgfile/libkgpgfile.la $(top_builddir)/kmymoney2/plugins/interfaces/libinterfaces.a $(top_builddir)/kmymoney2/plugins/libkmm_plugin.la $(top_builddir)/libkdchart/libkmm_kdchart.la dialogs/libdialogs.a $(LIB_TDEABC) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIB_KUTILS) kmymoney2_LDADD = $(top_builddir)/kmymoney2/views/libviews.a $(top_builddir)/kmymoney2/reports/libreports.a $(top_builddir)/kmymoney2/wizards/newuserwizard/libnewuserwizard.a $(top_builddir)/kmymoney2/wizards/newaccountwizard/libnewaccountwizard.a $(top_builddir)/kmymoney2/wizards/wizardpages/libwizardpages.a $(top_builddir)/kmymoney2/dialogs/libdialogs.a $(top_builddir)/kmymoney2/dialogs/settings/libsettings.a $(top_builddir)/kmymoney2/widgets/libwidgets.a $(top_builddir)/kmymoney2/converter/libconverter.a $(top_builddir)/kmymoney2/mymoney/storage/libstorage.a $(top_builddir)/kmymoney2/mymoney/libkmm_mymoney.la $(top_builddir)/libkgpgfile/libkgpgfile.la $(top_builddir)/kmymoney2/plugins/interfaces/libinterfaces.a $(top_builddir)/kmymoney2/plugins/libkmm_plugin.la $(top_builddir)/libkdchart/libkmm_kdchart.la dialogs/libdialogs.a $(LIB_TDEABC) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIB_TDEUTILS)
SUBDIRS = mymoney widgets dialogs wizards views converter pics icons html templates plugins reports misc SUBDIRS = mymoney widgets dialogs wizards views converter pics icons html templates plugins reports misc
@ -99,7 +99,7 @@ INCLUDES= $(all_includes) -I$(top_srcdir) -I. -I$(top_builddir)/kmymoney2/dialog
METASOURCES = AUTO METASOURCES = AUTO
# the library search path. # the library search path.
kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KUTILS) kmymoney2_LDFLAGS = $(all_libraries) $(kde_RPATH) -export-dynamic $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEUTILS)
# Uncomment the following two lines if you add a ui.rc file for your application to make use of # Uncomment the following two lines if you add a ui.rc file for your application to make use of
# KDE # KDE
@ -166,6 +166,6 @@ kmymoneytest_SOURCES = kmymoneytest.cpp kmymoneyutils.cpp kmymoneyglobalsettings
kmymoneytest_LDADD = ./mymoney/storage/libstoragetest.a ./mymoney/libmymoneytest.a ./converter/libconvertertest.a ./reports/libreportstest.a $(kmymoney2_LDADD) kmymoneysettings.$(OBJEXT) kmymoneytest_LDADD = ./mymoney/storage/libstoragetest.a ./mymoney/libmymoneytest.a ./converter/libconvertertest.a ./reports/libreportstest.a $(kmymoney2_LDADD) kmymoneysettings.$(OBJEXT)
# the library search path. # the library search path.
kmymoneytest_LDFLAGS = $(all_libraries) $(kde_RPATH) $(CPPUNIT_LIBS) $(LIB_KUTILS) kmymoneytest_LDFLAGS = $(all_libraries) $(kde_RPATH) $(CPPUNIT_LIBS) $(LIB_TDEUTILS)
endif endif

@ -82,13 +82,13 @@ void KNewFileDlg::init(const TQString& title)
#endif #endif
if(!showLoadButton) if(!showLoadButton)
kabcBtn->hide(); tdeabcBtn->hide();
userNameEdit->setFocus(); userNameEdit->setFocus();
connect(cancelBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(reject())); connect(cancelBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(reject()));
connect(okBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(okClicked())); connect(okBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(okClicked()));
connect(kabcBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(loadFromKABC())); connect(tdeabcBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(loadFromKABC()));
} }
KNewFileDlg::~KNewFileDlg(){ KNewFileDlg::~KNewFileDlg(){

@ -219,7 +219,7 @@ your KMyMoney file.</string>
</property> </property>
<widget class="KPushButton"> <widget class="KPushButton">
<property name="name"> <property name="name">
<cstring>kabcBtn</cstring> <cstring>tdeabcBtn</cstring>
</property> </property>
<property name="text"> <property name="text">
<string>Load from Addressbook</string> <string>Load from Addressbook</string>
@ -320,7 +320,7 @@ your KMyMoney file.</string>
<tabstop>postcodeEdit</tabstop> <tabstop>postcodeEdit</tabstop>
<tabstop>telephoneEdit</tabstop> <tabstop>telephoneEdit</tabstop>
<tabstop>emailEdit</tabstop> <tabstop>emailEdit</tabstop>
<tabstop>kabcBtn</tabstop> <tabstop>tdeabcBtn</tabstop>
<tabstop>okBtn</tabstop> <tabstop>okBtn</tabstop>
<tabstop>cancelBtn</tabstop> <tabstop>cancelBtn</tabstop>
</tabstops> </tabstops>

@ -15,8 +15,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KCONFIRMMANUALENTERDLG_H #ifndef TDECONFIRMMANUALENTERDLG_H
#define KCONFIRMMANUALENTERDLG_H #define TDECONFIRMMANUALENTERDLG_H
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// QT Includes // QT Includes
@ -58,4 +58,4 @@ public:
Action action(void) const; Action action(void) const;
}; };
#endif // KCONFIRMMANUALENTERDLG_H #endif // TDECONFIRMMANUALENTERDLG_H

@ -19,8 +19,8 @@
* (at your option) any later version. * * (at your option) any later version. *
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KRECENTFILEITEM_H #ifndef TDERECENTFILEITEM_H
#define KRECENTFILEITEM_H #define TDERECENTFILEITEM_H
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// QT Includes // QT Includes

@ -15,8 +15,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KSELECTDATABASEDLG_H #ifndef TDESELECTDATABASEDLG_H
#define KSELECTDATABASEDLG_H #define TDESELECTDATABASEDLG_H
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// QT Includes // QT Includes

@ -15,8 +15,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef KSELECTTRANSACTIONSDLG_H #ifndef TDESELECTTRANSACTIONSDLG_H
#define KSELECTTRANSACTIONSDLG_H #define TDESELECTTRANSACTIONSDLG_H
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// QT Includes // QT Includes

@ -16,7 +16,7 @@ kmm_ofximport_la_LIBADD = @OFX_LIBS@ dialogs/libdialogs.la ../libkmm_plugin.la .
# LD flags for the plugin # LD flags for the plugin
# -module says: this is a module, i.e. something you're going to dlopen # -module says: this is a module, i.e. something you're going to dlopen
# so e.g. it has no version number like a normal shared lib would have. # so e.g. it has no version number like a normal shared lib would have.
kmm_ofximport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TDEHTML) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) $(LIB_QT) -L../.libs kmm_ofximport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TDEHTML) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_QT) -L../.libs
# rc file containing the GUI for the plugin # rc file containing the GUI for the plugin
pluginsdir = $(kde_datadir)/kmm_ofximport pluginsdir = $(kde_datadir)/kmm_ofximport

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KLISTVIEWSEARCHLINE_H #ifndef TDELISTVIEWSEARCHLINE_H
#define KLISTVIEWSEARCHLINE_H #define TDELISTVIEWSEARCHLINE_H
#include <klineedit.h> #include <klineedit.h>
#include <tqhbox.h> #include <tqhbox.h>

@ -5,7 +5,7 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libkgpgfile.la noinst_LTLIBRARIES = libkgpgfile.la
libkgpgfile_la_SOURCES = kgpgfile.cpp libkgpgfile_la_SOURCES = kgpgfile.cpp
libkgpgfile_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor libkgpgfile_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
#libkgpgfile_la_LIBADD = $(top_builddir)/libtdepim/libtdepim.la #libkgpgfile_la_LIBADD = $(top_builddir)/libtdepim/libtdepim.la
instdir=$(includedir)/kmymoney instdir=$(includedir)/kmymoney

@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2006-08-28 02:34+0200\n" "PO-Revision-Date: 2006-08-28 02:34+0200\n"
"Last-Translator: Orestes Mas <orestes@tsc.upc.edu>\n" "Last-Translator: Orestes Mas <orestes@tsc.upc.edu>\n"
"Language-Team: Catalan <tde-i18n-ca@kde.org>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -17,7 +17,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-10-17 11:11+0200\n" "PO-Revision-Date: 2009-10-17 11:11+0200\n"
"Last-Translator: Markus Drexelius <markusd112@web.de>\n" "Last-Translator: Markus Drexelius <markusd112@web.de>\n"
"Language-Team: Deutsch <tde-i18n-de@kde.org>\n" "Language-Team: Deutsch <kde-i18n-de@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-06-26 07:44-0300\n" "PO-Revision-Date: 2009-06-26 07:44-0300\n"
"Last-Translator: Alvaro Soliverez <asoliverez@gmail.com>\n" "Last-Translator: Alvaro Soliverez <asoliverez@gmail.com>\n"
"Language-Team: Spanish <tde-i18n-doc@kde.org>\n" "Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -12,7 +12,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-06-26 07:45-0300\n" "PO-Revision-Date: 2009-06-26 07:45-0300\n"
"Last-Translator: Alvaro Soliverez <asoliverez@gmail.com>\n" "Last-Translator: Alvaro Soliverez <asoliverez@gmail.com>\n"
"Language-Team: Spanish <tde-i18n-doc@kde.org>\n" "Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2010-03-28 22:43+0300\n" "PO-Revision-Date: 2010-03-28 22:43+0300\n"
"Last-Translator: Mikael Kujanpää <mikael.kujanpaa@iki.fi>\n" "Last-Translator: Mikael Kujanpää <mikael.kujanpaa@iki.fi>\n"
"Language-Team: Suomi <tde-i18n-doc@kde.org>\n" "Language-Team: Suomi <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-07-04 08:35+0200\n" "PO-Revision-Date: 2009-07-04 08:35+0200\n"
"Last-Translator: Patrick PETIT <patrick.petit17@orange.fr>\n" "Last-Translator: Patrick PETIT <patrick.petit17@orange.fr>\n"
"Language-Team: Français <tde-i18n-doc@kde.org>\n" "Language-Team: Français <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-08-17 08:39+0100\n" "PO-Revision-Date: 2009-08-17 08:39+0100\n"
"Last-Translator: Sandro Bonazzola <sandro.bonazzola@gmail.com>\n" "Last-Translator: Sandro Bonazzola <sandro.bonazzola@gmail.com>\n"
"Language-Team: Italian <tde-i18n-it@lists.kde.org>\n" "Language-Team: Italian <kde-i18n-it@lists.kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2006-02-03 08:43+0200\n" "PO-Revision-Date: 2006-02-03 08:43+0200\n"
"Last-Translator: Donatas Glodenis <dgvirtual@akl.lt>\n" "Last-Translator: Donatas Glodenis <dgvirtual@akl.lt>\n"
"Language-Team: Lithuanian <tde-i18n-lt@kde.org>\n" "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -15,7 +15,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-08-30 16:01+0200\n" "PO-Revision-Date: 2009-08-30 16:01+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Nederlands <tde-i18n-doc@kde.org>\n" "Language-Team: Nederlands <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -14,7 +14,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-06-26 19:21-0300\n" "PO-Revision-Date: 2009-06-26 19:21-0300\n"
"Last-Translator: Marcus Gama <marcus.gama@gmail.com>\n" "Last-Translator: Marcus Gama <marcus.gama@gmail.com>\n"
"Language-Team: Brazilian Portuguese <tde-i18n-pt_br@kde.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt_br@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -8,7 +8,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2009-06-25 20:43+0300\n" "PO-Revision-Date: 2009-06-25 20:43+0300\n"
"Last-Translator: Cristian Oneţ <onet.cristian@gmail.com>\n" "Last-Translator: Cristian Oneţ <onet.cristian@gmail.com>\n"
"Language-Team: Romanian <tde-i18n-doc@kde.org>\n" "Language-Team: Romanian <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -7,7 +7,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2008-07-05 22:56+0300\n" "PO-Revision-Date: 2008-07-05 22:56+0300\n"
"Last-Translator: Serdar Soytetir <tulliana@gmail.com>\n" "Last-Translator: Serdar Soytetir <tulliana@gmail.com>\n"
"Language-Team: Turkish <tde-i18n-doc@lists.kde.org>\n" "Language-Team: Turkish <kde-i18n-doc@lists.kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2009-06-25 19:04+0200\n" "POT-Creation-Date: 2009-06-25 19:04+0200\n"
"PO-Revision-Date: 2008-11-12 09:14+0800\n" "PO-Revision-Date: 2008-11-12 09:14+0800\n"
"Last-Translator: Roy Qu <royqh1979@gmail.com>\n" "Last-Translator: Roy Qu <royqh1979@gmail.com>\n"
"Language-Team: Chinese Simplified <tde-i18n-doc@lists.kde.org>\n" "Language-Team: Chinese Simplified <kde-i18n-doc@lists.kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

Loading…
Cancel
Save