diff options
Diffstat (limited to 'tde-i18n-sk/messages/kdeartwork')
-rw-r--r-- | tde-i18n-sk/messages/kdeartwork/Makefile.in | 38 | ||||
-rw-r--r-- | tde-i18n-sk/messages/kdeartwork/klock.po | 2 | ||||
-rw-r--r-- | tde-i18n-sk/messages/kdeartwork/kstyle_phase_config.po | 2 | ||||
-rw-r--r-- | tde-i18n-sk/messages/kdeartwork/kwin_art_clients.po | 24 | ||||
-rw-r--r-- | tde-i18n-sk/messages/kdeartwork/kxsconfig.po | 2 |
5 files changed, 34 insertions, 34 deletions
diff --git a/tde-i18n-sk/messages/kdeartwork/Makefile.in b/tde-i18n-sk/messages/kdeartwork/Makefile.in index b8f4ce64240..d552eb756c9 100644 --- a/tde-i18n-sk/messages/kdeartwork/Makefile.in +++ b/tde-i18n-sk/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 = sk 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-sk/messages/kdeartwork/klock.po b/tde-i18n-sk/messages/kdeartwork/klock.po index 26734cf35e4..a26db677a46 100644 --- a/tde-i18n-sk/messages/kdeartwork/klock.po +++ b/tde-i18n-sk/messages/kdeartwork/klock.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2008-07-08 01:23+0200\n" "PO-Revision-Date: 2006-04-15 19:06+0200\n" "Last-Translator: Richard Fric <Richard.Fric@kdemail.net>\n" -"Language-Team: Slovak <kde-i18n-doc@kde.org>\n" +"Language-Team: Slovak <tde-i18n-doc@kde.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/tde-i18n-sk/messages/kdeartwork/kstyle_phase_config.po b/tde-i18n-sk/messages/kdeartwork/kstyle_phase_config.po index 1eba385bbce..036765ed810 100644 --- a/tde-i18n-sk/messages/kdeartwork/kstyle_phase_config.po +++ b/tde-i18n-sk/messages/kdeartwork/kstyle_phase_config.po @@ -7,7 +7,7 @@ msgstr "" "POT-Creation-Date: 2005-01-31 01:35+0100\n" "PO-Revision-Date: 2006-04-12 18:55+0200\n" "Last-Translator: Richard Fric <Richard.Fric@kdemail.net>\n" -"Language-Team: Slovak <kde-i18n-doc@kde.org>\n" +"Language-Team: Slovak <tde-i18n-doc@kde.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/tde-i18n-sk/messages/kdeartwork/kwin_art_clients.po b/tde-i18n-sk/messages/kdeartwork/kwin_art_clients.po index cc7e0688e98..82be38db10e 100644 --- a/tde-i18n-sk/messages/kdeartwork/kwin_art_clients.po +++ b/tde-i18n-sk/messages/kdeartwork/kwin_art_clients.po @@ -1,26 +1,26 @@ -# translation of kwin_art_clients.po to Slovak +# translation of twin_art_clients.po to Slovak # Stanislav Visnovsky <visnovsky@kde.org>, 2004. # Stanislav Visnovsky <visnovsky@kde.org>, 2004.#. # Richard Fric <Richard.Fric@kdemail.net>, 2006. -# #-#-#-#-# kwin_cde.po (kwin_cde) #-#-#-#-# +# #-#-#-#-# twin_cde.po (twin_cde) #-#-#-#-# # Copyright (C) 2004, 2006 Free Software Foundation, Inc. -# #-#-#-#-# kwin_glow.po (kwin_glow) #-#-#-#-# +# #-#-#-#-# twin_glow.po (twin_glow) #-#-#-#-# # Copyright (C) 2004 Free Software Foundation, Inc. -# #-#-#-#-# kwin_icewm.po (kwin_icewm) #-#-#-#-# -# #-#-#-#-# kwin_kde1.po (kwin_kde1) #-#-#-#-# -# #-#-#-#-# kwin_kstep.po (kwin_kstep) #-#-#-#-# -# #-#-#-#-# kwin_openlook.po (kwin_openlook) #-#-#-#-# +# #-#-#-#-# twin_icewm.po (twin_icewm) #-#-#-#-# +# #-#-#-#-# twin_kde1.po (twin_kde1) #-#-#-#-# +# #-#-#-#-# twin_kstep.po (twin_kstep) #-#-#-#-# +# #-#-#-#-# twin_openlook.po (twin_openlook) #-#-#-#-# # Copyright (C) 2004 Free Software Foundation, Inc. -# #-#-#-#-# kwin_plastik.po (kwin_plastik) #-#-#-#-# -# #-#-#-#-# kwin_riscos.po (kwin_riscos) #-#-#-#-# -# #-#-#-#-# kwin_system.po (kwin_system) #-#-#-#-# +# #-#-#-#-# twin_plastik.po (twin_plastik) #-#-#-#-# +# #-#-#-#-# twin_riscos.po (twin_riscos) #-#-#-#-# +# #-#-#-#-# twin_system.po (twin_system) #-#-#-#-# 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: 2006-04-15 19:31+0200\n" "Last-Translator: Richard Fric <Richard.Fric@kdemail.net>\n" -"Language-Team: Slovak <kde-i18n-doc@kde.org>\n" +"Language-Team: Slovak <tde-i18n-doc@kde.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/tde-i18n-sk/messages/kdeartwork/kxsconfig.po b/tde-i18n-sk/messages/kdeartwork/kxsconfig.po index 5aeb284537d..73a10c9d8f1 100644 --- a/tde-i18n-sk/messages/kdeartwork/kxsconfig.po +++ b/tde-i18n-sk/messages/kdeartwork/kxsconfig.po @@ -9,7 +9,7 @@ msgstr "" "POT-Creation-Date: 2007-05-22 02:17+0200\n" "PO-Revision-Date: 2006-09-24 16:51+0200\n" "Last-Translator: Richard Fric <Richard.Fric@kdemail.net>\n" -"Language-Team: Slovak <kde-i18n-doc@kde.org>\n" +"Language-Team: Slovak <tde-i18n-doc@kde.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" |