From 85ca18776aa487b06b9d5ab7459b8f837ba637f3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Dec 2011 22:36:59 -0600 Subject: Initial kde-tde rename --- tde-i18n-nl/messages/kdeartwork/Makefile.in | 38 +++++++++++----------- tde-i18n-nl/messages/kdeartwork/klock.po | 2 +- .../messages/kdeartwork/kwin_art_clients.po | 6 ++-- tde-i18n-nl/messages/kdeartwork/kxsconfig.po | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) (limited to 'tde-i18n-nl/messages/kdeartwork') diff --git a/tde-i18n-nl/messages/kdeartwork/Makefile.in b/tde-i18n-nl/messages/kdeartwork/Makefile.in index c97cf9665b9..94562b3c308 100644 --- a/tde-i18n-nl/messages/kdeartwork/Makefile.in +++ b/tde-i18n-nl/messages/kdeartwork/Makefile.in @@ -30,7 +30,7 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -subdir = messages/kdeartwork +subdir = messages/tdeartwork DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -164,7 +164,7 @@ kde_styledir = @kde_styledir@ kde_templatesdir = @kde_templatesdir@ kde_wallpaperdir = @kde_wallpaperdir@ kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ +tdeinitdir = @tdeinitdir@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -192,8 +192,8 @@ KDE_LANG = nl SUBDIRS =. #>- POFILES = AUTO #>+ 2 -POFILES = klock.po kwin_art_clients.po kstyle_phase_config.po kxsconfig.po kpartsaver.po -GMOFILES = klock.gmo kwin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo +POFILES = klock.po twin_art_clients.po kstyle_phase_config.po kxsconfig.po kpartsaver.po +GMOFILES = klock.gmo twin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo #>- all: all-recursive #>+ 1 all: all-nls docs-am all-recursive @@ -208,9 +208,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) #>- exit 1;; \ #>- esac; \ #>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeartwork/Makefile'; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeartwork/Makefile'; \ #>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --gnu messages/kdeartwork/Makefile +#>- $(AUTOMAKE) --gnu messages/tdeartwork/Makefile #>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -220,10 +220,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeartwork/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeartwork/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeartwork/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeartwork/Makefile.in + $(AUTOMAKE) --gnu messages/tdeartwork/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeartwork/Makefile.in .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -531,15 +531,15 @@ uninstall-am: .NOEXPORT: #>+ 2 -KDE_DIST=klock.po kxsconfig.po kpartsaver.po kwin_art_clients.po Makefile.in kstyle_phase_config.po Makefile.am +KDE_DIST=klock.po kxsconfig.po kpartsaver.po twin_art_clients.po Makefile.in kstyle_phase_config.po Makefile.am #>+ 16 klock.gmo: klock.po rm -f klock.gmo; $(GMSGFMT) -o klock.gmo $(srcdir)/klock.po test ! -f klock.gmo || touch klock.gmo -kwin_art_clients.gmo: kwin_art_clients.po - rm -f kwin_art_clients.gmo; $(GMSGFMT) -o kwin_art_clients.gmo $(srcdir)/kwin_art_clients.po - test ! -f kwin_art_clients.gmo || touch kwin_art_clients.gmo +twin_art_clients.gmo: twin_art_clients.po + rm -f twin_art_clients.gmo; $(GMSGFMT) -o twin_art_clients.gmo $(srcdir)/twin_art_clients.po + test ! -f twin_art_clients.gmo || touch twin_art_clients.gmo kstyle_phase_config.gmo: kstyle_phase_config.po rm -f kstyle_phase_config.gmo; $(GMSGFMT) -o kstyle_phase_config.gmo $(srcdir)/kstyle_phase_config.po test ! -f kstyle_phase_config.gmo || touch kstyle_phase_config.gmo @@ -552,12 +552,12 @@ kpartsaver.gmo: kpartsaver.po #>+ 3 clean-nls: - -rm -f klock.gmo kwin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo + -rm -f klock.gmo twin_art_clients.gmo kstyle_phase_config.gmo kxsconfig.gmo kpartsaver.gmo #>+ 10 install-nls: $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES - @for base in klock kwin_art_clients kstyle_phase_config kxsconfig kpartsaver ; do \ + @for base in klock twin_art_clients kstyle_phase_config kxsconfig kpartsaver ; do \ echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/$$base.mo ;\ @@ -568,7 +568,7 @@ install-nls: #>+ 7 uninstall-nls: rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/klock.mo - rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kwin_art_clients.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/twin_art_clients.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kstyle_phase_config.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kxsconfig.mo rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kpartsaver.mo @@ -598,10 +598,10 @@ force-reedit: exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/kdeartwork/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdeartwork/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu messages/kdeartwork/Makefile - cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/kdeartwork/Makefile.in + $(AUTOMAKE) --gnu messages/tdeartwork/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdeartwork/Makefile.in #>+ 21 diff --git a/tde-i18n-nl/messages/kdeartwork/klock.po b/tde-i18n-nl/messages/kdeartwork/klock.po index 143235b2f75..89563b43354 100644 --- a/tde-i18n-nl/messages/kdeartwork/klock.po +++ b/tde-i18n-nl/messages/kdeartwork/klock.po @@ -15,7 +15,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 01:23+0200\n" "PO-Revision-Date: 2007-09-12 00:00+0200\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/tde-i18n-nl/messages/kdeartwork/kwin_art_clients.po b/tde-i18n-nl/messages/kdeartwork/kwin_art_clients.po index d17ea8a22f0..c55d6d3f9ca 100644 --- a/tde-i18n-nl/messages/kdeartwork/kwin_art_clients.po +++ b/tde-i18n-nl/messages/kdeartwork/kwin_art_clients.po @@ -1,10 +1,10 @@ -# translation of kwin_art_clients.po to -# translation of kwin_art_clients.po to +# translation of twin_art_clients.po to +# translation of twin_art_clients.po to # Rinse de Vries , 2004, 2005. # msgid "" msgstr "" -"Project-Id-Version: kwin_art_clients\n" +"Project-Id-Version: twin_art_clients\n" "POT-Creation-Date: 2005-12-17 03:14+0100\n" "PO-Revision-Date: 2005-01-26 11:57+0100\n" "Last-Translator: Rinse de Vries \n" diff --git a/tde-i18n-nl/messages/kdeartwork/kxsconfig.po b/tde-i18n-nl/messages/kdeartwork/kxsconfig.po index 707fd4f3ea8..931450daa64 100644 --- a/tde-i18n-nl/messages/kdeartwork/kxsconfig.po +++ b/tde-i18n-nl/messages/kdeartwork/kxsconfig.po @@ -15,7 +15,7 @@ msgstr "" "POT-Creation-Date: 2007-05-22 02:17+0200\n" "PO-Revision-Date: 2005-10-02 20:25+0200\n" "Last-Translator: Rinse de Vries \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -- cgit v1.2.1