From f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 11:05:10 -0600 Subject: Second part of prior commit --- tde-i18n-ca/messages/tdetoys/Makefile.am | 3 + tde-i18n-ca/messages/tdetoys/Makefile.in | 663 +++++++++++++++++++++++ tde-i18n-ca/messages/tdetoys/amor.po | 228 ++++++++ tde-i18n-ca/messages/tdetoys/kfifteenapplet.po | 65 +++ tde-i18n-ca/messages/tdetoys/kmoon.po | 190 +++++++ tde-i18n-ca/messages/tdetoys/kodo.po | 103 ++++ tde-i18n-ca/messages/tdetoys/kteatime.po | 186 +++++++ tde-i18n-ca/messages/tdetoys/ktux.po | 43 ++ tde-i18n-ca/messages/tdetoys/kweather.po | 716 +++++++++++++++++++++++++ tde-i18n-ca/messages/tdetoys/kworldclock.po | 224 ++++++++ 10 files changed, 2421 insertions(+) create mode 100644 tde-i18n-ca/messages/tdetoys/Makefile.am create mode 100644 tde-i18n-ca/messages/tdetoys/Makefile.in create mode 100644 tde-i18n-ca/messages/tdetoys/amor.po create mode 100644 tde-i18n-ca/messages/tdetoys/kfifteenapplet.po create mode 100644 tde-i18n-ca/messages/tdetoys/kmoon.po create mode 100644 tde-i18n-ca/messages/tdetoys/kodo.po create mode 100644 tde-i18n-ca/messages/tdetoys/kteatime.po create mode 100644 tde-i18n-ca/messages/tdetoys/ktux.po create mode 100644 tde-i18n-ca/messages/tdetoys/kweather.po create mode 100644 tde-i18n-ca/messages/tdetoys/kworldclock.po (limited to 'tde-i18n-ca/messages/tdetoys') diff --git a/tde-i18n-ca/messages/tdetoys/Makefile.am b/tde-i18n-ca/messages/tdetoys/Makefile.am new file mode 100644 index 00000000000..8f8e4c6c7b8 --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = ca +SUBDIRS = $(AUTODIRS) +POFILES = AUTO diff --git a/tde-i18n-ca/messages/tdetoys/Makefile.in b/tde-i18n-ca/messages/tdetoys/Makefile.in new file mode 100644 index 00000000000..e3ecda39bed --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/Makefile.in @@ -0,0 +1,663 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# KDE tags expanded automatically by am_edit - $Revision: 483858 $ +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = messages/tdetoys +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ +#>- html-recursive info-recursive install-data-recursive \ +#>- install-dvi-recursive install-exec-recursive \ +#>- install-html-recursive install-info-recursive \ +#>- install-pdf-recursive install-ps-recursive install-recursive \ +#>- installcheck-recursive installdirs-recursive pdf-recursive \ +#>- ps-recursive uninstall-recursive +#>+ 7 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive nmcheck-recursive bcheck-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +#>+ 1 +#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) +#>+ 1 +DISTFILES = $(GMOFILES) $(POFILES) $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +ARTSCCONFIG = @ARTSCCONFIG@ +AUTOCONF = @AUTOCONF@ +AUTODIRS = @AUTODIRS@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CONF_FILES = @CONF_FILES@ +CYGPATH_W = @CYGPATH_W@ +DCOPIDL = @DCOPIDL@ +DCOPIDL2CPP = @DCOPIDL2CPP@ +DCOPIDLNG = @DCOPIDLNG@ +DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +GMSGFMT = @GMSGFMT@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@ +KCONFIG_COMPILER = @KCONFIG_COMPILER@ +KDECONFIG = @KDECONFIG@ +KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@ +KDE_RPATH = @KDE_RPATH@ +KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ +MCOPIDL = @MCOPIDL@ +MEINPROC = @MEINPROC@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TOPSUBDIRS = @TOPSUBDIRS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XMLLINT = @XMLLINT@ +X_RPATH = @X_RPATH@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +#>- bindir = @bindir@ +#>+ 2 +DEPDIR = .deps +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +kde_appsdir = @kde_appsdir@ +kde_bindir = @kde_bindir@ +kde_confdir = @kde_confdir@ +kde_datadir = @kde_datadir@ +kde_htmldir = @kde_htmldir@ +kde_icondir = @kde_icondir@ +kde_kcfgdir = @kde_kcfgdir@ +kde_libs_htmldir = @kde_libs_htmldir@ +kde_libs_prefix = @kde_libs_prefix@ +kde_locale = @kde_locale@ +kde_mimedir = @kde_mimedir@ +kde_moduledir = @kde_moduledir@ +kde_servicesdir = @kde_servicesdir@ +kde_servicetypesdir = @kde_servicetypesdir@ +kde_sounddir = @kde_sounddir@ +kde_styledir = @kde_styledir@ +kde_templatesdir = @kde_templatesdir@ +kde_wallpaperdir = @kde_wallpaperdir@ +kde_widgetdir = @kde_widgetdir@ +tdeinitdir = @tdeinitdir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +xdg_appsdir = @xdg_appsdir@ +xdg_directorydir = @xdg_directorydir@ +xdg_menudir = @xdg_menudir@ +KDE_LANG = ca +#>- SUBDIRS = $(AUTODIRS) +#>+ 1 +SUBDIRS =. +#>- POFILES = AUTO +#>+ 2 +POFILES = kmoon.po kteatime.po kweather.po ktux.po kfifteenapplet.po amor.po kodo.po kworldclock.po +GMOFILES = kmoon.gmo kteatime.gmo kweather.gmo ktux.gmo kfifteenapplet.gmo amor.gmo kodo.gmo kworldclock.gmo +#>- all: all-recursive +#>+ 1 +all: all-nls docs-am all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +#>- @for dep in $?; do \ +#>- case '$(am__configure_deps)' in \ +#>- *$$dep*) \ +#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ +#>- && exit 0; \ +#>- exit 1;; \ +#>- esac; \ +#>- done; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdetoys/Makefile'; \ +#>- cd $(top_srcdir) && \ +#>- $(AUTOMAKE) --gnu messages/tdetoys/Makefile +#>+ 12 + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdetoys/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu messages/tdetoys/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdetoys/Makefile.in +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +#>- distdir: $(DISTFILES) +#>+ 1 +distdir: distdir-nls $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +#>- uninstall: uninstall-recursive +#>+ 1 +uninstall: uninstall-nls uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +#>- clean: clean-recursive +#>+ 1 +clean: kde-rpo-clean clean-recursive + +#>- clean-am: clean-generic mostlyclean-am +#>+ 1 +clean-am: clean-bcheck clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +#>- install-data-am: +#>+ 1 +install-data-am: install-nls + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +#>- maintainer-clean: maintainer-clean-recursive +#>+ 1 +maintainer-clean: clean-nls maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic ctags \ + ctags-recursive distclean distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: + +#>+ 2 +KDE_DIST=kfifteenapplet.po kodo.po Makefile.in amor.po kmoon.po ktux.po kteatime.po kworldclock.po kweather.po Makefile.am + +#>+ 25 +kmoon.gmo: kmoon.po + rm -f kmoon.gmo; $(GMSGFMT) -o kmoon.gmo $(srcdir)/kmoon.po + test ! -f kmoon.gmo || touch kmoon.gmo +kteatime.gmo: kteatime.po + rm -f kteatime.gmo; $(GMSGFMT) -o kteatime.gmo $(srcdir)/kteatime.po + test ! -f kteatime.gmo || touch kteatime.gmo +kweather.gmo: kweather.po + rm -f kweather.gmo; $(GMSGFMT) -o kweather.gmo $(srcdir)/kweather.po + test ! -f kweather.gmo || touch kweather.gmo +ktux.gmo: ktux.po + rm -f ktux.gmo; $(GMSGFMT) -o ktux.gmo $(srcdir)/ktux.po + test ! -f ktux.gmo || touch ktux.gmo +kfifteenapplet.gmo: kfifteenapplet.po + rm -f kfifteenapplet.gmo; $(GMSGFMT) -o kfifteenapplet.gmo $(srcdir)/kfifteenapplet.po + test ! -f kfifteenapplet.gmo || touch kfifteenapplet.gmo +amor.gmo: amor.po + rm -f amor.gmo; $(GMSGFMT) -o amor.gmo $(srcdir)/amor.po + test ! -f amor.gmo || touch amor.gmo +kodo.gmo: kodo.po + rm -f kodo.gmo; $(GMSGFMT) -o kodo.gmo $(srcdir)/kodo.po + test ! -f kodo.gmo || touch kodo.gmo +kworldclock.gmo: kworldclock.po + rm -f kworldclock.gmo; $(GMSGFMT) -o kworldclock.gmo $(srcdir)/kworldclock.po + test ! -f kworldclock.gmo || touch kworldclock.gmo + +#>+ 3 +clean-nls: + -rm -f kmoon.gmo kteatime.gmo kweather.gmo ktux.gmo kfifteenapplet.gmo amor.gmo kodo.gmo kworldclock.gmo + +#>+ 10 +install-nls: + $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES + @for base in kmoon kteatime kweather ktux kfifteenapplet amor kodo kworldclock ; 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 ;\ + fi ;\ + done + + +#>+ 10 +uninstall-nls: + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kmoon.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kteatime.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kweather.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/ktux.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kfifteenapplet.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/amor.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kodo.mo + rm -f $(DESTDIR)$(kde_locale)/$(KDE_LANG)/LC_MESSAGES/kworldclock.mo + +#>+ 2 +all-nls: $(GMOFILES) + +#>+ 8 +distdir-nls:$(GMOFILES) + for file in $(POFILES); do \ + cp $(srcdir)/$$file $(distdir); \ + done + for file in $(GMOFILES); do \ + cp $(srcdir)/$$file $(distdir); \ + done + +#>+ 2 +docs-am: + +#>+ 15 +force-reedit: + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu messages/tdetoys/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu messages/tdetoys/Makefile + cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin messages/tdetoys/Makefile.in + + +#>+ 21 +clean-bcheck: + rm -f *.bchecktest.cc *.bchecktest.cc.class a.out + +bcheck: bcheck-recursive + +bcheck-am: + @for i in ; do \ + if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ + echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ + echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ + echo "$$i"; \ + if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ + rm -f $$i.bchecktest.cc; exit 1; \ + fi ; \ + echo "" >> $$i.bchecktest.cc.class; \ + perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ + rm -f a.out; \ + fi ; \ + done + + +#>+ 3 +final: + $(MAKE) all-am + +#>+ 3 +final-install: + $(MAKE) install-am + +#>+ 3 +no-final: + $(MAKE) all-am + +#>+ 3 +no-final-install: + $(MAKE) install-am + +#>+ 3 +kde-rpo-clean: + -rm -f *.rpo + +#>+ 3 +nmcheck: +nmcheck-am: nmcheck diff --git a/tde-i18n-ca/messages/tdetoys/amor.po b/tde-i18n-ca/messages/tdetoys/amor.po new file mode 100644 index 00000000000..34136fad61c --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/amor.po @@ -0,0 +1,228 @@ +# translation of amor.po to Catalan +# AMOR CATALAN TRANSLATION +# Copyright (C) 2000, 2004, 2005 Free Software Foundation, Inc. +# Sebastià Pla , 2000. +# Josep Ma. Ferrer , 2002. +# Albert Astals Cid , 2004. +# Josep Ma. Ferrer , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: amor\n" +"POT-Creation-Date: 2005-11-30 03:24+0100\n" +"PO-Revision-Date: 2005-01-19 22:08+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: tips.cpp:2 +msgid "Don't run with scissors." +msgstr "No corris amb unes tisores." + +#: tips.cpp:5 +msgid "Never trust car salesmen or politicians." +msgstr "Mai cregueu un venedor de cotxes o un polític." + +#: tips.cpp:8 +msgid "" +"Real programmers don't comment their code. It was hard to write, it should be " +"hard to understand." +msgstr "" +"Els programadors autèntics no comenten el codi. Fou difícil d'escriure, ha de " +"ser difícil d'entendre." + +#: tips.cpp:11 +msgid "" +"It is much easier to suggest solutions when you know nothing about the problem." +msgstr "" +"És molt més senzill suggerir solucions quan no coneixeu res del problema." + +#: tips.cpp:14 +msgid "You can never have too much memory or disk space." +msgstr "Mai podeu tenir massa memòria o espai en disc." + +#: tips.cpp:17 +msgid "The answer is 42." +msgstr "La resposta és 42." + +#: tips.cpp:20 +msgid "It's not a bug. It's a misfeature." +msgstr "No és un error. És un característica equivocada." + +#: tips.cpp:23 +msgid "Help stamp out and abolish redundancy." +msgstr "Elimina l'ajuda i acaba amb la redundància." + +#: tips.cpp:26 +msgid "" +"To maximize a window vertically, click the maximize button with the middle " +"mouse button." +msgstr "" +"Per maximitzar verticalment una finestra, cliqueu sobre el botó de maximitzar " +"amb el botó central del ratolí." + +#: tips.cpp:29 +msgid "You can use Alt+Tab to switch between applications." +msgstr "Podeu emprar Alt+Tab per canviar entre les aplicacions." + +#: tips.cpp:32 +msgid "" +"Press Ctrl+Esc to show the applications running in your current session." +msgstr "" +"Premeu Ctrl+Esc per mostrar les aplicacions que s'executen a la sessió actual." + +#: tips.cpp:35 +msgid "Alt+F2 displays a small window that you can type a command into." +msgstr "Alt+F2 mostra una finestra petita en la que podeu teclejar una ordre." + +#: tips.cpp:38 +msgid "Ctrl+F1 to Ctrl+F8 can be used to switch virtual desktops." +msgstr "" +"Ctrl+F1 a Ctrl+F8 es poden usar per canviar entre els escritoris virtuals." + +#: tips.cpp:41 +msgid "You can move buttons on the panel using the middle mouse button." +msgstr "Podeu moure els botons del plafó emprant el botó central del ratolí." + +#: tips.cpp:44 +msgid "Alt+F1 pops-up the system menu." +msgstr "Alt+F1 emergeix el menú del sistema." + +#: tips.cpp:47 +msgid "" +"Ctrl+Alt+Esc can be used to kill an application that has stopped responding." +msgstr "Ctrl+Alt+Esc es pot usar per matar una aplicació que no reacciona." + +#: tips.cpp:50 +msgid "" +"If you leave KDE applications open when you logout, they will be restarted " +"automatically when you log back in." +msgstr "" +"Si deixeu aplicacions KDE obertes quan sortiu, es reiniciaran automàticament " +"quan torneu a entrar." + +#: tips.cpp:53 +msgid "The KDE file manager is also a web browser and an FTP client." +msgstr "El gestor de fitxers de KDE es també un navegador web i un client FTP." + +#: tips.cpp:56 +msgid "" +"Applications can display messages and tips in an Amor bubble using the " +"showMessage() and\n" +"showTip() DCOP calls" +msgstr "" +"Les aplicacions poden mostrar missatges i consells a una bafarada de l'Amor " +"emprant les crides DCOP showMessage() i showTip()" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Sebastià Pla i Sanz,Josep Ma. Ferrer" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "sps@sastia.com,txemaq@bigfoot.com" + +#: amor.cpp:325 +msgid "Error reading theme: " +msgstr "Error en llegir el tema: " + +#: amor.cpp:339 amor.cpp:348 +msgid "Error reading group: " +msgstr "Error en llegir el grup: " + +#: amor.cpp:613 +msgid "&Configure..." +msgstr "&Configura..." + +#: amor.cpp:751 +msgid "" +"Amor Version %1\n" +"\n" +msgstr "" +"Amor versió %1\n" +"\n" + +#: amor.cpp:752 +msgid "" +"Amusing Misuse Of Resources\n" +"\n" +msgstr "" +"Malbaratament alegre de recursos\n" +"\n" + +#: amor.cpp:753 +msgid "" +"Copyright (c) 1999 Martin R. Jones \n" +"\n" +msgstr "" +"Copyright (c) 1999 Martin R. Jones \n" +"\n" + +#: amor.cpp:754 +msgid "" +"Original Author: Martin R. Jones \n" +msgstr "" +"Autor original: Martin R. Jones \n" + +#: amor.cpp:755 +msgid "" +"Current Maintainer: Gerardo Puga \n" +msgstr "" +"Mantenidor actual: Gerardo Puga \n" + +#: amor.cpp:757 +msgid "About Amor" +msgstr "Quant a l'Amor" + +#: amordialog.cpp:57 +msgid "Theme:" +msgstr "Tema:" + +#: amordialog.cpp:74 +msgid "Offset:" +msgstr "Desplaçament:" + +#: amordialog.cpp:81 +msgid "Always on top" +msgstr "Sempre a dalt" + +#: amordialog.cpp:85 +msgid "Show random tips" +msgstr "Mostra consells aleatoris" + +#: amordialog.cpp:89 +msgid "Use a random character" +msgstr "Usa un caràcter aleatori" + +#: amordialog.cpp:93 +msgid "Allow application tips" +msgstr "Permet consells d'aplicació" + +#: amortips.cpp:82 +msgid "No tip" +msgstr "Sense consells" + +#: main.cpp:43 +msgid "KDE creature for your desktop" +msgstr "Una criatura KDE pel vostre escriptori" + +#: main.cpp:47 +msgid "amor" +msgstr "amor" + +#: main.cpp:51 +msgid "Current maintainer" +msgstr "Mantenidor actual" + +#~ msgid "According to the latest official figures, 43% of all statistics are totally worthless." +#~ msgstr "D'acord amb les darreres xifres oficials, el 43% de totes les estadístiques són totalment inútils." + +#~ msgid "&Options..." +#~ msgstr "&Opcions..." diff --git a/tde-i18n-ca/messages/tdetoys/kfifteenapplet.po b/tde-i18n-ca/messages/tdetoys/kfifteenapplet.po new file mode 100644 index 00000000000..79a7eba30cb --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/kfifteenapplet.po @@ -0,0 +1,65 @@ +# KFIFTEENAPPLET CATALAN TRANSLATION. +# Copyright (C) 2002 Free Software Foundation, Inc. +# Josep Ma. Ferrer , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: kfifteenapplet\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2002-12-22 16:31+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.6\n" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Josep Ma. Ferrer" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "txemaq@bigfoot.com" + +#: fifteenapplet.cpp:77 +msgid "KFifteenApplet" +msgstr "KQuinzeMiniApl" + +#: fifteenapplet.cpp:78 +msgid "" +"Fifteen pieces applet.\n" +"\n" +"The goal is to put the sliding pieces into numerical order.\n" +"Select \"Randomize Pieces\" from the right mouse button menu\n" +"to start a game." +msgstr "" +"Miniaplicació quinze peces.\n" +"\n" +"La finalitat és colocar les peces mòbils en ordre numèric.\n" +"Seleccioneu \"Barrejar les peces\" amb el botó dret del ratolí\n" +"per a engegar el joc." + +#: fifteenapplet.cpp:94 +msgid "R&andomize Pieces" +msgstr "B&arrejar les peces" + +#: fifteenapplet.cpp:95 +msgid "&Reset Pieces" +msgstr "&Reinicia les peces" + +#: fifteenapplet.cpp:221 +msgid "" +"Congratulations!\n" +"You win the game!" +msgstr "" +"Felicitats!\n" +"Heu guanyat el joc!" + +#: fifteenapplet.cpp:221 +msgid "Fifteen Pieces" +msgstr "Quinze peces" diff --git a/tde-i18n-ca/messages/tdetoys/kmoon.po b/tde-i18n-ca/messages/tdetoys/kmoon.po new file mode 100644 index 00000000000..ad3221b3e7b --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/kmoon.po @@ -0,0 +1,190 @@ +# translation of kmoon.po to Catalan +# Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc. +# Francesc J Devesa i Berenguer , 1999. +# Josep Ma. Ferrer , 2003, 2004. +# Albert Astals Cid , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: kmoon\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2004-07-24 19:40+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: kmoonapplet.cpp:52 +msgid "Moon Phase Indicator for KDE" +msgstr "Indicador de fase lunar pel KDE" + +#: kmoonapplet.cpp:84 +msgid "&Configure..." +msgstr "&Configura..." + +#: kmoonapplet.cpp:100 +msgid "About Moon Phase Indicator" +msgstr "Quant a l'indicador de la fase lunar" + +#: kmoonapplet.cpp:108 +msgid "" +"Written by Stephan Kulow \n" +"\n" +"Made an applet by M G Berberich \n" +"\n" +"Lunar code by Chris Osburn \n" +"\n" +"Moon graphics by Tim Beauchamp " +msgstr "" +"Escrit per Stephan Kulow \n" +"\n" +"Convertit en aplet per M G Berberich \n" +"\n" +"Codi de la lluna per Chris Osburn \n" +"\n" +"Gràfics de la lluna per Tim Beauchamp " + +#: kmoondlg.cpp:33 +msgid "Change View" +msgstr "Canvia la vista" + +#: kmoondlg.cpp:44 +msgid "View angle:" +msgstr "Angle de vista:" + +#: kmoondlg.cpp:45 +msgid "" +"You can use this to rotate the moon to the correct\n" +"angle for your location.\n" +"\n" +"This angle is (almost) impossible to\n" +"calculate from any system-given data,\n" +"therefore you can configure how you\n" +"want KMoon to display your moon here.\n" +"The default value is 0, but it is very\n" +"unlikely that you would see the moon\n" +"at this angle." +msgstr "" +"Aquí podeu girar la lluna a l'angle\n" +"correcte per a la vostra situació.\n" +"\n" +"Aquest angle és (quasi) impossible de\n" +"calcular amb les dades del sistema,\n" +"per tant, aquí podeu configurar com\n" +"voleu que KMoon us mostri la lluna.\n" +"El valor per defecte és 0, però és poc\n" +"probable que vulgueu veure la lluna des\n" +"d'aquest angle." + +#: kmoondlg.cpp:69 kmoondlg.cpp:103 +msgid "Switch to Southern Hemisphere" +msgstr "Canvia a l'hemisferi sud" + +#: kmoondlg.cpp:70 kmoondlg.cpp:104 +msgid "Switch to Northern Hemisphere" +msgstr "Canvia a l'hemisferi nord" + +#: kmoondlg.cpp:75 kmoondlg.cpp:110 +msgid "Switch Masking Off" +msgstr "Treu l'emmascarament" + +#: kmoondlg.cpp:76 kmoondlg.cpp:111 +msgid "Switch Masking On" +msgstr "Posa l'emmascarament" + +#: kmoondlg.cpp:84 +msgid "" +"The moon as KMoon would display it\n" +"following your current setting and time." +msgstr "" +"La lluna que KMoon mostrarà\n" +"seguirà la configuració i l'hora actuals." + +#: kmoonwidget.cpp:127 +msgid "Full Moon" +msgstr "Lluna plena" + +#: kmoonwidget.cpp:170 +msgid "New Moon" +msgstr "Lluna nova" + +#: kmoonwidget.cpp:178 +#, c-format +msgid "" +"_n: Waxing Crescent (New Moon was yesterday)\n" +"Waxing Crescent (%n days since New Moon)" +msgstr "" +"Lluna creixent (ahir fou lluna nova)\n" +"Lluna creixent (%n dies des de la lluna nova)" + +#: kmoonwidget.cpp:181 +msgid "First Quarter" +msgstr "Primer quart" + +#: kmoonwidget.cpp:189 +#, c-format +msgid "" +"_n: Waxing Gibbous (Tomorrow is Full Moon)\n" +"Waxing Gibbous (%n days to Full Moon)" +msgstr "" +"Lluna creixent (demà és lluna plena)\n" +"Lluna creixent (%n dies per la lluna plena)" + +#: kmoonwidget.cpp:200 +#, c-format +msgid "" +"_n: Waning Gibbous (Yesterday was Full Moon)\n" +"Waning Gibbous (%n days since Full Moon)" +msgstr "" +"Lluna minvant (ahir fou lluna plena)\n" +"Lluna minvant (%n dies des de la lluna plena)" + +#: kmoonwidget.cpp:203 +msgid "Last Quarter" +msgstr "Darrer quart" + +#: kmoonwidget.cpp:213 +#, c-format +msgid "" +"_n: Waning Crescent (Tomorrow is New Moon)\n" +"Waning Crescent (%n days to New Moon)" +msgstr "" +"Lluna minvant (demà és lluna nova)\n" +"Lluna minvant (%n dies per la lluna nova)" + +#~ msgid "" +#~ "_: NAME OF TRANSLATORS\n" +#~ "Your names" +#~ msgstr "Francesc J Devesa i Berenguer,Josep Ma. Ferrer" + +#~ msgid "" +#~ "_: EMAIL OF TRANSLATORS\n" +#~ "Your emails" +#~ msgstr "frandeve@mixmail.com,txemaq@bigfoot.com" + +#~ msgid "" +#~ "Written by Stephan Kulow \n" +#~ "\n" +#~ "Lunar code by Chris Osburn \n" +#~ "\n" +#~ "Moon graphics by Tim Beauchamp " +#~ msgstr "" +#~ "Escrit per Stephan Kulow \n" +#~ "\n" +#~ "Codi de la lluna per Chris Osburn \n" +#~ "\n" +#~ "Gràfics de la lluna per Tim Beauchamp " + +#~ msgid "Set the moon some days off" +#~ msgstr "Amaga la lluna uns quants dies" + +#~ msgid "KMoon" +#~ msgstr "KMoon" + +#~ msgid "&Settings..." +#~ msgstr "&Arranjament..." + +#~ msgid "Moon is %1 days old." +#~ msgstr "La lluna té %1 dies d'edat." diff --git a/tde-i18n-ca/messages/tdetoys/kodo.po b/tde-i18n-ca/messages/tdetoys/kodo.po new file mode 100644 index 00000000000..5681d965e88 --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/kodo.po @@ -0,0 +1,103 @@ +# KODO CATALAN TRANSLATION. +# Copyright (C) 2002 Free Software Foundation, Inc. +# Josep Ma. Ferrer, , 2002. +# +msgid "" +msgstr "" +"Project-Id-Version: kodo\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2002-12-22 16:39+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.6\n" + +#: main.cpp:67 +msgid "KOdometer" +msgstr "Ratometratge (KOdometer)" + +#: main.cpp:68 +msgid "KOdometer measures your desktop mileage" +msgstr "Ratometratge mesura el kilometratge del vostre escriptori" + +#: main.cpp:71 +msgid "A mouse odometer" +msgstr "Un odòmetre del ratolí" + +#: main.cpp:77 +msgid "KDE 2 porting and some code cleanups" +msgstr "Implementat a KDE2 i neteja del codi" + +#: kodometer.cpp:33 +msgid "inch" +msgstr "polzada" + +#: kodometer.cpp:33 +msgid "inches" +msgstr "polzades" + +#: kodometer.cpp:34 +msgid "cm" +msgstr "cm" + +#: kodometer.cpp:35 +msgid "foot" +msgstr "peu" + +#: kodometer.cpp:35 +msgid "feet" +msgstr "peus" + +#: kodometer.cpp:36 +msgid "meter" +msgstr "metre" + +#: kodometer.cpp:36 +msgid "meters" +msgstr "metres" + +#: kodometer.cpp:37 +msgid "mile" +msgstr "milla" + +#: kodometer.cpp:37 +msgid "miles" +msgstr "milles" + +#: kodometer.cpp:38 +msgid "km" +msgstr "km" + +#: kodometer.cpp:91 +msgid "&Enable" +msgstr "&Habilitat" + +#: kodometer.cpp:92 +msgid "&Metric Display" +msgstr "Mostra en &metres" + +#: kodometer.cpp:94 +msgid "Auto &Reset Trip" +msgstr "Auto&reinici del viatge" + +#: kodometer.cpp:96 +msgid "Reset &Trip" +msgstr "Reinicia el via&tge" + +#: kodometer.cpp:97 +msgid "Reset &Odometer" +msgstr "Reinicia l'&odòmetre" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Josep Ma. Ferrer" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "txemaq@bigfoot.com" diff --git a/tde-i18n-ca/messages/tdetoys/kteatime.po b/tde-i18n-ca/messages/tdetoys/kteatime.po new file mode 100644 index 00000000000..f1fa7fd7801 --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/kteatime.po @@ -0,0 +1,186 @@ +# Translation of kteatime.po to Catalan +# Copyright (C) +# +# Sebastià Pla , 2000, 2001. +# Josep Ma. Ferrer , 2002, 2003, 2004. +# Albert Astals Cid , 2004, 2005. +# Josep Ma. Ferrer , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kteatime\n" +"POT-Creation-Date: 2006-04-20 04:01+0200\n" +"PO-Revision-Date: 2006-05-07 13:38+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.1\n" + +#: main.cpp:36 +msgid "KDE utility for making a fine cup of tea" +msgstr "Utilitat KDE per fer una bona tassa de te" + +#: main.cpp:42 +msgid "KTeaTime" +msgstr "KTeaTime" + +#: main.cpp:47 +msgid "Many patches" +msgstr "Molts pedaços" + +#: toplevel.cpp:93 +msgid "Black Tea" +msgstr "Te negre" + +#: toplevel.cpp:96 +msgid "Earl Grey" +msgstr "Earl Grey" + +#: toplevel.cpp:99 +msgid "Fruit Tea" +msgstr "Te de fruita" + +#: toplevel.cpp:108 +msgid "Other Tea" +msgstr "Altres tes" + +#: toplevel.cpp:122 +msgid "Sto&p" +msgstr "&Atura" + +#: toplevel.cpp:124 +msgid "&Configure..." +msgstr "&Configura..." + +#: toplevel.cpp:126 +msgid "&Anonymous..." +msgstr "Te &anònim..." + +#: toplevel.cpp:297 +msgid "The %1 is now ready!" +msgstr "El %1 ja està preparat!" + +#: toplevel.cpp:308 toplevel.cpp:345 toplevel.cpp:461 +msgid "The Tea Cooker" +msgstr "El cuiner de te" + +#: toplevel.cpp:325 +msgid "%1 left for %2" +msgstr "queden %1 per %2" + +#: toplevel.cpp:425 +msgid "There is no tea to begin steeping." +msgstr "No hi ha te per a iniciar la preparació." + +#: toplevel.cpp:425 +msgid "No Tea" +msgstr "Sense te" + +#: toplevel.cpp:470 +msgid "Anonymous Tea" +msgstr "Te anònim" + +#: toplevel.cpp:484 toplevel.cpp:729 +msgid "Tea time:" +msgstr "Hora del te:" + +#: toplevel.cpp:500 +msgid "tea" +msgstr "te" + +#: toplevel.cpp:575 +msgid "New Tea" +msgstr "Nou te" + +#: toplevel.cpp:653 +msgid "Configure Tea Cooker" +msgstr "Configura el cuiner de te" + +#: toplevel.cpp:665 +msgid "Tea List" +msgstr "Llista de tes" + +#: toplevel.cpp:669 +msgid "Name" +msgstr "Nom" + +#: toplevel.cpp:671 +msgid "Time" +msgstr "Temps" + +#: toplevel.cpp:681 +msgid "New" +msgstr "Nou" + +#: toplevel.cpp:695 +msgid "Up" +msgstr "Amunt" + +#: toplevel.cpp:702 +msgid "Down" +msgstr "Avall" + +#: toplevel.cpp:712 +msgid "Tea Properties" +msgstr "Propietats del te" + +#: toplevel.cpp:723 +msgid "Name:" +msgstr "Nom:" + +#: toplevel.cpp:734 +msgid "Action" +msgstr "Acció" + +#: toplevel.cpp:739 +msgid "Configure Events..." +msgstr "Configura esdeveniments..." + +#: toplevel.cpp:744 +msgid "Event" +msgstr "Esdeveniment" + +#: toplevel.cpp:745 +msgid "Popup" +msgstr "Emergent" + +#: toplevel.cpp:755 +msgid "Enter command here; '%t' will be replaced with name of steeping tea" +msgstr "Introduïu l'ordre aquí; '%t' es reemplaçarà pel nom del te" + +#: toplevel.cpp:760 +msgid "Visualize progress in icon tray" +msgstr "Mostrar el progrés a la safata d'icones" + +#: tealist.cpp:18 +msgid "%1 min" +msgstr "%1 min" + +#: tealist.cpp:21 +msgid "%1 s" +msgstr "%1 s" + +#: tealist.cpp:23 +msgid " %1 s" +msgstr " %1 s" + +#: timeedit.cpp:59 +msgid " min" +msgstr " min" + +#: timeedit.cpp:65 +msgid " sec" +msgstr " seg" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Sebastià Pla i Sanz,Josep Ma. Ferrer" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "sps@sastia.com,txemaq@bigfoot.com" diff --git a/tde-i18n-ca/messages/tdetoys/ktux.po b/tde-i18n-ca/messages/tdetoys/ktux.po new file mode 100644 index 00000000000..23a4b36bf0f --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/ktux.po @@ -0,0 +1,43 @@ +# KTUX CATALAN TRANSLATION. +# Copyright (C) 2002 Free Software Foundation, Inc. +# Josep Ma. Ferrer , 20002. +# +msgid "" +msgstr "" +"Project-Id-Version: ktux\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2003-01-04 02:21+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.6\n" + +#: sprite.cpp:30 +msgid "Tux Screen Saver" +msgstr "Salvapantalles Tux" + +#: sprite.cpp:54 +msgid "Setup KTux" +msgstr "Configura Ktux" + +#: sprite.cpp:62 +msgid "Speed:" +msgstr "Velocitat:" + +#: sprite.cpp:131 +msgid "About KTux" +msgstr "Quant a Ktux" + +#: sprite.cpp:132 +msgid "" +"KTux Version 1.0\n" +"\n" +"Written by Martin R. Jones 1999\n" +"mjones@kde.org" +msgstr "" +"KTux Versió 1.0\n" +"\n" +"Escrit per Martin R. Jones 1999\n" +"mjones@kde.org" diff --git a/tde-i18n-ca/messages/tdetoys/kweather.po b/tde-i18n-ca/messages/tdetoys/kweather.po new file mode 100644 index 00000000000..2c90c241fb7 --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/kweather.po @@ -0,0 +1,716 @@ +# Translation of kweather.po to Catalan +# Copyright (C) +# +# Josep Ma. Ferrer , 2003, 2004. +# Antoni Bella Perez , 2003. +# Albert Astals Cid , 2004. +# Josep Ma. Ferrer , 2004, 2005, 2007. +msgid "" +msgstr "" +"Project-Id-Version: kweather\n" +"POT-Creation-Date: 2008-07-29 01:19+0200\n" +"PO-Revision-Date: 2007-03-02 17:07+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. i18n: file prefdialogdata.ui line 59 +#: rc.cpp:3 +#, no-c-format +msgid "Weather Station Options" +msgstr "Opcions de l'estació meteorològica" + +#. i18n: file prefdialogdata.ui line 70 +#: rc.cpp:6 +#, no-c-format +msgid "&Location:" +msgstr "&Lloc:" + +#. i18n: file prefdialogdata.ui line 130 +#: rc.cpp:9 +#, no-c-format +msgid "Panel Display Options" +msgstr "Opcions de visualització del quadre" + +#. i18n: file prefdialogdata.ui line 155 +#: rc.cpp:12 +#, no-c-format +msgid "&Show icon only" +msgstr "Mo&stra només la icona" + +#. i18n: file prefdialogdata.ui line 161 +#: rc.cpp:15 +#, no-c-format +msgid "Click here to show only the weather icon." +msgstr "Cliqueu aquí per a mostrar només la icona del temps." + +#. i18n: file prefdialogdata.ui line 164 +#: rc.cpp:18 +#, no-c-format +msgid "" +"This feature will allow you to make KWeather take up only one slot on the " +"kicker. Normally this application will take up two slots. The small view will " +"only show the weather icon, while the normal view will display both the icon " +"and the current weather statistics. For the small view the weather statistics " +"will be put on the buttons tool tip." +msgstr "" +"Aquesta opció fa que KTemps només ocupi un lloc al plafó. Normalment aquesta " +"aplicació ocupa dos llocs. La vista petita només mostra la icona del temps, " +"mentre que la vista normal mostra tant la icona com les estadístiques del temps " +"actual. Amb la vista petita les estadístiques del temps estaran com a consells " +"emergents de botó." + +#. i18n: file prefdialogdata.ui line 172 +#: rc.cpp:21 +#, no-c-format +msgid "Show &icon and temperature" +msgstr "Mostra la &icona i la temperatura" + +#. i18n: file prefdialogdata.ui line 183 +#: rc.cpp:24 +#, no-c-format +msgid "Show icon, temperature, &wind and pressure information" +msgstr "Mostra la icona, la temperatura, el &vent i informació de la pressió" + +#. i18n: file prefdialogdata.ui line 207 +#: rc.cpp:27 +#, no-c-format +msgid "Logging Options" +msgstr "Opcions del registre" + +#. i18n: file prefdialogdata.ui line 218 +#: rc.cpp:30 +#, no-c-format +msgid "E&nable logging" +msgstr "Habi&lita el registre" + +#. i18n: file prefdialogdata.ui line 246 +#: rc.cpp:33 +#, no-c-format +msgid "Log &file:" +msgstr "&Fitxer de registre:" + +#. i18n: file prefdialogdata.ui line 266 +#: rc.cpp:36 +#, no-c-format +msgid "Enter the logfile name." +msgstr "Introduïu el nom del fitxer de registre." + +#. i18n: file prefdialogdata.ui line 269 +#: rc.cpp:39 +#, no-c-format +msgid "Enter the full path and filename to enable logging in KWeather." +msgstr "" +"Introduïu el camí sencer i el nom del fitxer per activar el registre de KTemps." + +#. i18n: file prefdialogdata.ui line 279 +#: rc.cpp:42 +#, no-c-format +msgid "Text" +msgstr "Text" + +#. i18n: file prefdialogdata.ui line 298 +#: rc.cpp:45 +#, no-c-format +msgid "Color:" +msgstr "Color:" + +#. i18n: file serviceconfigdata.ui line 28 +#: rc.cpp:48 +#, no-c-format +msgid "A&dd" +msgstr "Afe&geix" + +#. i18n: file serviceconfigdata.ui line 36 +#: rc.cpp:51 +#, no-c-format +msgid "Se&lected stations:" +msgstr "Estacions se&leccionades:" + +#. i18n: file serviceconfigdata.ui line 47 +#: rc.cpp:54 +#, no-c-format +msgid "A&vailable stations:" +msgstr "Estacions disponi&bles:" + +#. i18n: file serviceconfigdata.ui line 73 +#: rc.cpp:57 +#, no-c-format +msgid "Selected" +msgstr "Seleccionat" + +#. i18n: file serviceconfigdata.ui line 134 +#: rc.cpp:63 +#, no-c-format +msgid "All" +msgstr "Tot" + +#. i18n: file serviceconfigdata.ui line 183 +#: rc.cpp:66 +#, no-c-format +msgid "&Stop Weather Service" +msgstr "A&tura el servei del temps" + +#. i18n: file serviceconfigdata.ui line 191 +#: rc.cpp:69 +#, no-c-format +msgid "&Update All" +msgstr "Act&ualitza tot" + +#. i18n: file sidebarwidgetbase.ui line 25 +#: rc.cpp:72 +#, no-c-format +msgid "Station Manager" +msgstr "Gestor d'estacions" + +#. i18n: file sidebarwidgetbase.ui line 78 +#: rc.cpp:78 reportmain.cpp:20 +#, no-c-format +msgid "Weather Report" +msgstr "Informe meteorològic" + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Josep Ma. Ferrer" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "txemaq@bigfoot.com" + +#: dockwidget.cpp:105 weatherlib.cpp:177 +msgid "The network is currently offline..." +msgstr "La xarxa està actualment fora de línia..." + +#: dockwidget.cpp:108 reportview.cpp:136 +msgid "Temperature:" +msgstr "Temperatura:" + +#: dockwidget.cpp:109 reportview.cpp:139 +msgid "Dew Point:" +msgstr "Punt de condensació:" + +#: dockwidget.cpp:111 reportview.cpp:141 +msgid "Air Pressure:" +msgstr "Pressió de l'aire:" + +#: dockwidget.cpp:112 reportview.cpp:144 +msgid "Rel. Humidity:" +msgstr "Humitat relativa:" + +#: dockwidget.cpp:114 reportview.cpp:146 +msgid "Wind Speed:" +msgstr "Velocitat del vent:" + +#: dockwidget.cpp:118 reportview.cpp:153 +msgid "Heat Index:" +msgstr "Temperatura de xafogor:" + +#: dockwidget.cpp:120 reportview.cpp:156 +msgid "Wind Chill:" +msgstr "Fredor del vent:" + +#: dockwidget.cpp:125 reportview.cpp:162 +msgid "Sunrise:" +msgstr "Sortida del sol:" + +#: dockwidget.cpp:126 reportview.cpp:164 +msgid "Sunset:" +msgstr "Posta del sol:" + +#: dockwidget.cpp:133 +msgid "" +"Station reports that it needs maintenance\n" +"Please try again later" +msgstr "" +"L'estació informa que li cal manteniment\n" +"Si us plau, intenteu-ho més tard" + +#: dockwidget.cpp:139 +msgid "Temperature: " +msgstr "Temperatura: " + +#: dockwidget.cpp:140 +msgid "" +"\n" +"Wind: " +msgstr "" +"\n" +"Vent: " + +#: dockwidget.cpp:141 +msgid "" +"\n" +"Air pressure: " +msgstr "" +"\n" +"Pressió atmosfèrica: " + +#: kcmweather.cpp:76 +msgid "kcmweather" +msgstr "kcmweather" + +#: kcmweather.cpp:77 kcmweatherservice.cpp:52 +msgid "KWeather Configure Dialog" +msgstr "Diàleg de configuració de KTemps" + +#: kcmweather.cpp:79 kcmweatherservice.cpp:54 +msgid "(c), 2003 Tobias Koenig" +msgstr "(c), 2003 Tobias Koenig" + +#: kweather.cpp:89 +#, c-format +msgid "KWeather - %1" +msgstr "KTemps - %1" + +#: kweather.cpp:90 +msgid "Show &Report" +msgstr "Mostra la info&rmació" + +#: kweather.cpp:92 +msgid "&Update Now" +msgstr "Act&ualitza ara" + +#: kweather.cpp:95 +msgid "&About KWeather" +msgstr "&Quant a KTemps" + +#: kweather.cpp:97 +msgid "&Configure KWeather..." +msgstr "&Configura KTemps..." + +#: kweather.cpp:130 +msgid "Weather applet for the Kicker" +msgstr "Miniaplicació del temps per al plafó" + +#: kweather.cpp:134 +msgid "Lots of bugfixes, improvements and cleanups." +msgstr "Moltes esmenes, funcionalitats i sanejament." + +#: kweather.cpp:136 +msgid "Fixed for BSD port" +msgstr "Arreglat per portar-ho a BSD" + +#: kweather.cpp:138 +msgid "Debian fixes" +msgstr "Arreglat per Debian" + +#: kweather.cpp:139 +msgid "Fixed the i18n stuff and made sure the indentation was consistent :P" +msgstr "" +"Arreglat l'entorn i18n i assegurar-se que la indentació és consistent :P" + +#: kweather.cpp:142 +msgid "Great new weather icons" +msgstr "Noves icones grans del temps" + +#: kweather.cpp:144 +msgid "Improvements and more code cleanups" +msgstr "Millores i més sanejament de codi" + +#: kweather.cpp:272 +msgid "" +"For some reason the log file could not be written to.\n" +"Please check to see if your disk is full or if you have write access to the " +"location you are trying to write to." +msgstr "" +"Per alguna raó el fitxer de registre no es pot escriure-hi.\n" +"Comproveu si el disc és ple o si teniu permís d'escriptura al lloc a on " +"intenteu escriure." + +#: kweather.cpp:276 kweather.cpp:357 +msgid "KWeather Error" +msgstr "Error de KTemps" + +#: kweather.cpp:354 +msgid "" +"For some reason a new log file could not be opened.\n" +"Please check to see if your disk is full or if you have write access to the " +"location you are trying to write to." +msgstr "" +"Per alguna raó el fitxer de registre no es pot obrir.\n" +"Comproveu si el disc és ple o si teniu permís d'escriptura al lloc a on " +"intenteu escriure." + +#: main.cpp:12 +msgid "KDE" +msgstr "KDE" + +#: main.cpp:13 +msgid "KWeather DCOP Service" +msgstr "Servei DCOP de KTemps" + +#: main.cpp:15 main.cpp:16 reportmain.cpp:23 reportmain.cpp:25 +msgid "Developer" +msgstr "Desenvolupador" + +#: metar_parser.cpp:163 +#, c-format +msgid "" +"_n: 1 meter\n" +"%n meters" +msgstr "" +"1 metre\n" +"%n metres" + +#: metar_parser.cpp:168 +#, c-format +msgid "" +"_n: 1 foot\n" +"%n feet" +msgstr "" +"1 peu\n" +"%n peus" + +#: metar_parser.cpp:173 +#, c-format +msgid "Few clouds at %1" +msgstr "Alguns núvols a %1" + +#: metar_parser.cpp:178 +#, c-format +msgid "Scattered clouds at %1" +msgstr "Núvols dispersos a %1" + +#: metar_parser.cpp:183 +#, c-format +msgid "Broken clouds at %1" +msgstr "Núvols trencats a %1" + +#: metar_parser.cpp:188 +#, c-format +msgid "Overcast clouds at %1" +msgstr "Núvols espessos a %1" + +#: metar_parser.cpp:193 +msgid "Clear skies" +msgstr "Cel clar" + +#: metar_parser.cpp:219 +msgid "Heavy" +msgstr "Intens" + +#: metar_parser.cpp:224 +msgid "Light" +msgstr "Lleuger" + +#: metar_parser.cpp:230 +msgid "Shallow" +msgstr "A superfície" + +#: metar_parser.cpp:232 +msgid "Partial" +msgstr "Parcial" + +#: metar_parser.cpp:234 +msgid "Patches" +msgstr "Pedaços" + +#: metar_parser.cpp:236 +msgid "Low Drifting" +msgstr "Depressió" + +#: metar_parser.cpp:238 +msgid "Blowing" +msgstr "Vent" + +#: metar_parser.cpp:241 +msgid "Showers" +msgstr "Pluges" + +#: metar_parser.cpp:246 +msgid "Thunder Storm" +msgstr "Tempesta elèctrica" + +#: metar_parser.cpp:251 +msgid "Freezing" +msgstr "Glaçada" + +#: metar_parser.cpp:257 +msgid "Drizzle" +msgstr "Plugim" + +#: metar_parser.cpp:262 +msgid "Rain" +msgstr "Pluja" + +#: metar_parser.cpp:267 +msgid "Snow" +msgstr "Neu" + +#: metar_parser.cpp:272 +msgid "Snow Grains" +msgstr "Neu intensa" + +#: metar_parser.cpp:277 +msgid "Ice Crystals" +msgstr "Pedreta" + +#: metar_parser.cpp:282 +msgid "Ice Pellets" +msgstr "Pedra" + +#: metar_parser.cpp:287 +msgid "Hail" +msgstr "Calamarsa" + +#: metar_parser.cpp:292 +msgid "Small Hail Pellets" +msgstr "Calamarsa lleu" + +#: metar_parser.cpp:297 +msgid "Unknown Precipitation" +msgstr "Precipitació desconeguda" + +#: metar_parser.cpp:302 +msgid "Mist" +msgstr "Calitja" + +#: metar_parser.cpp:311 +msgid "Fog" +msgstr "Boira" + +#: metar_parser.cpp:319 +msgid "Smoke" +msgstr "Fum" + +#: metar_parser.cpp:321 +msgid "Volcanic Ash" +msgstr "Cendra volcànica" + +#: metar_parser.cpp:323 +msgid "Widespread Dust" +msgstr "Difusió de pols" + +#: metar_parser.cpp:325 +msgid "Sand" +msgstr "Sorra" + +#: metar_parser.cpp:327 +msgid "Haze" +msgstr "Boirina" + +#: metar_parser.cpp:329 +msgid "Spray" +msgstr "Ruixim" + +#: metar_parser.cpp:331 +msgid "Dust/Sand Swirls" +msgstr "Remolí de pols/sorra" + +#: metar_parser.cpp:333 +msgid "Sudden Winds" +msgstr "Cops de vent" + +#: metar_parser.cpp:337 +msgid "Tornado" +msgstr "Tornado" + +#: metar_parser.cpp:339 +msgid "Funnel Cloud" +msgstr "Núvol embut" + +#: metar_parser.cpp:342 +msgid "Sand Storm" +msgstr "Tormenta de sorra" + +#: metar_parser.cpp:344 +msgid "Dust Storm" +msgstr "Tempesta de pols" + +#: metar_parser.cpp:346 +msgid "" +"_: %1 is the intensity, %2 is the descriptor and %3 is the phenomena\n" +"%1 %2 %3" +msgstr "%3 %2 %1" + +#: metar_parser.cpp:438 metar_parser.cpp:807 +msgid "°C" +msgstr "°C" + +#: metar_parser.cpp:446 metar_parser.cpp:813 +msgid "°F" +msgstr "°F" + +#: metar_parser.cpp:544 +msgid "km" +msgstr "km" + +#: metar_parser.cpp:549 +msgid "m" +msgstr "m" + +#: metar_parser.cpp:575 +msgid " hPa" +msgstr " hPa" + +#: metar_parser.cpp:584 +msgid "\" Hg" +msgstr "\" Hg" + +#: metar_parser.cpp:599 metar_parser.cpp:615 metar_parser.cpp:616 +msgid "N" +msgstr "N" + +#: metar_parser.cpp:600 +msgid "NNE" +msgstr "NNE" + +#: metar_parser.cpp:601 +msgid "NE" +msgstr "NE" + +#: metar_parser.cpp:602 +msgid "ENE" +msgstr "ENE" + +#: metar_parser.cpp:603 +msgid "E" +msgstr "E" + +#: metar_parser.cpp:604 +msgid "ESE" +msgstr "ESE" + +#: metar_parser.cpp:605 +msgid "SE" +msgstr "SE" + +#: metar_parser.cpp:606 +msgid "SSE" +msgstr "SSE" + +#: metar_parser.cpp:607 +msgid "S" +msgstr "S" + +#: metar_parser.cpp:608 +msgid "SSW" +msgstr "SSO" + +#: metar_parser.cpp:609 +msgid "SW" +msgstr "SO" + +#: metar_parser.cpp:610 +msgid "WSW" +msgstr "OSO" + +#: metar_parser.cpp:611 +msgid "W" +msgstr "O" + +#: metar_parser.cpp:612 +msgid "WNW" +msgstr "ONO" + +#: metar_parser.cpp:613 +msgid "NW" +msgstr "NO" + +#: metar_parser.cpp:614 +msgid "NNW" +msgstr "NNO" + +#: metar_parser.cpp:662 +#, c-format +msgid "" +"_n: 1 km/h\n" +"%n km/h" +msgstr "" +"1 km/h\n" +"%n km/h" + +#: metar_parser.cpp:682 +#, c-format +msgid "" +"_n: 1 MPH\n" +"%n MPH" +msgstr "" +"1 MPH\n" +"%n MPH" + +#: metar_parser.cpp:690 +#, c-format +msgid "" +"_n: Wind gusts up to 1 km/h\n" +"Wind gusts up to %n km/h" +msgstr "" +"Vent amb ratxes fins a 1 km/h\n" +"Vent amb ratxes fins a %n km/h" + +#: metar_parser.cpp:695 +#, c-format +msgid "" +"_n: Wind gusts up to 1 MPH\n" +"Wind gusts up to %n MPH" +msgstr "" +"Vent amb ratxes fins a 1 MPH\n" +"Vent amb ratxes fins a %n MPH" + +#: metar_parser.cpp:824 metar_parser.cpp:825 stationdatabase.cpp:84 +#: stationdatabase.cpp:106 stationdatabase.cpp:128 stationdatabase.cpp:150 +#: weatherservice.cpp:288 weatherservice.cpp:289 weatherservice.cpp:291 +msgid "Unknown Station" +msgstr "Estació desconeguda" + +#: reportmain.cpp:14 +msgid "METAR location code for the report" +msgstr "Codi de lloc METAR per a l'informe" + +#: reportmain.cpp:21 +msgid "Weather Report for KWeatherService" +msgstr "Informe meteorològic del servei KTemps" + +#: reportview.cpp:96 +#, c-format +msgid "Weather Report - %1" +msgstr "Informació del temps - %1" + +#: reportview.cpp:102 +msgid "Station reports that it needs maintenance" +msgstr "L'estació informa que li cal manteniment" + +#: reportview.cpp:124 +msgid "Weather Report - %1 - %2" +msgstr "Informació del temps - %1 - %2" + +#: reportview.cpp:128 +#, c-format +msgid "Latest data from %1" +msgstr "Darreres dades del %1" + +#: weatherbar.cpp:163 +msgid "Sidebar Weather Report" +msgstr "Barra d'informació meteorològica" + +#: weatherlib.cpp:146 weatherlib.cpp:155 weatherlib.cpp:168 +msgid "KWeather Error!" +msgstr "Error a KTemps!" + +#: weatherlib.cpp:147 +msgid "The temp file %1 was empty." +msgstr "El fitxer temporal %1 era buit." + +#: weatherlib.cpp:156 +#, c-format +msgid "Could not read the temp file %1." +msgstr "No s'ha pogut llegir el fitxer temporal %1." + +#: weatherlib.cpp:169 +msgid "The requested station does not exist." +msgstr "L'estació demanada no existeix." + +#: weatherlib.cpp:178 +msgid "Please update later." +msgstr "Si us plau, actualitzeu més tard." + +#: weatherlib.cpp:225 +msgid "Retrieving weather data..." +msgstr "Recuperant dades del temps..." diff --git a/tde-i18n-ca/messages/tdetoys/kworldclock.po b/tde-i18n-ca/messages/tdetoys/kworldclock.po new file mode 100644 index 00000000000..b77c6f1a5f5 --- /dev/null +++ b/tde-i18n-ca/messages/tdetoys/kworldclock.po @@ -0,0 +1,224 @@ +# translation of kworldclock.po to Catalan +# KWORLWATCH CATALAN TRANSLATION +# Copyright (C) 1999-2001, 2003, 2004 Free Software Foundation, Inc. +# Francesc J Devesa i Berenguer , 1999-2001. +# Josep Ma. Ferrer , 2002, 2003. +# Albert Astals Cid , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: kworldclock\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2004-07-17 13:42+0200\n" +"Last-Translator: Albert Astals Cid \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" + +#. i18n: file about.ui line 16 +#: rc.cpp:3 +#, no-c-format +msgid "About KDE World Clock" +msgstr "Quant al rellotge mundial KDE" + +#. i18n: file about.ui line 77 +#: rc.cpp:6 +#, no-c-format +msgid "The KDE World Clock" +msgstr "Rellotge mundial KDE" + +#. i18n: file about.ui line 120 +#: rc.cpp:9 +#, no-c-format +msgid "" +"This is a little toy to display the time on each place on the earth. \n" +"\n" +"Copyright: (c) 2000 Matthias Hoelzer-Kluepfel" +msgstr "" +"Aquesta es una petita joguina que mostra l'hora a cada lloc del mon. \n" +"\n" +"Copyright: (c) 2000 Matthias Hoelzer-Kluepfel" + +#. i18n: file clock.ui line 16 +#: rc.cpp:17 +#, no-c-format +msgid "Edit Clock Settings" +msgstr "Edita els paràmetres del rellotge" + +#. i18n: file clock.ui line 122 +#: rc.cpp:20 +#, no-c-format +msgid "Please enter the settings for the clock." +msgstr "Si us plau, introduïu els paràmetres del rellotge." + +#. i18n: file clock.ui line 130 +#: rc.cpp:23 +#, no-c-format +msgid "&Caption:" +msgstr "&Títol:" + +#. i18n: file clock.ui line 146 +#: rc.cpp:26 +#, no-c-format +msgid "&Timezone:" +msgstr "&Zona horaria:" + +#: main.cpp:59 main.cpp:178 +msgid "KDE World Clock" +msgstr "Rellotge mundial KDE" + +#: main.cpp:167 +msgid "Write out a file containing the actual map" +msgstr "Escriu un fitxer amb el mapa actual" + +#: main.cpp:168 +msgid "The name of the theme to use" +msgstr "El nom del tema a usar" + +#: main.cpp:169 +msgid "List available themes" +msgstr "Llista els temes disponibles" + +#: main.cpp:170 +msgid "The name of the file to write to" +msgstr "El nom del fitxer on escriure" + +#: main.cpp:171 +msgid "The size of the map to dump" +msgstr "La mida del mapa a bolcar" + +#: mapwidget.cpp:88 +msgid "Add &Red" +msgstr "Afegeix ve&rmell" + +#: mapwidget.cpp:91 +msgid "Add &Green" +msgstr "Afegeix &verd" + +#: mapwidget.cpp:94 +msgid "Add &Blue" +msgstr "Afegeix &blau" + +#: mapwidget.cpp:96 +msgid "Add &Custom..." +msgstr "Afegeix a &mida..." + +#: mapwidget.cpp:99 +msgid "&Remove Flag" +msgstr "&Elimina banderola" + +#: mapwidget.cpp:100 +msgid "&Remove All Flags" +msgstr "&Elimina totes les banderoles" + +#: mapwidget.cpp:114 zoneclock.cpp:70 +msgid "&Add..." +msgstr "&Afegeix..." + +#: mapwidget.cpp:117 +msgid "&Flags" +msgstr "&Banderoles" + +#: mapwidget.cpp:120 +msgid "&Clocks" +msgstr "&Rellotges" + +#: mapwidget.cpp:123 +msgid "&Map Theme" +msgstr "Tema del &mapa" + +#: mapwidget.cpp:124 +msgid "Show &Daylight" +msgstr "Mostra la llum del &dia" + +#: mapwidget.cpp:125 +msgid "Show &Cities" +msgstr "Mostra &ciutats" + +#: mapwidget.cpp:126 +msgid "Show F&lags" +msgstr "Mostra bandero&les" + +#: mapwidget.cpp:131 +msgid "&Save Settings" +msgstr "De&sa l'arranjament" + +#: mapwidget.cpp:265 +msgid "Do you really want to remove all flags?" +msgstr "Segur que voleu eliminar totes les banderoles?" + +#: zoneclock.cpp:69 +msgid "&Edit..." +msgstr "&Edita..." + +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Francesc J. Devesa i Berenguer,Josep Ma. Ferrer" + +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "frandeve@hotmail.com,txemaq@bigfoot.com" + +#~ msgid "KDE's Watch for the Planet!" +#~ msgstr "El rellotge de KDE pel planeta!" + +#~ msgid "KWorldWatch" +#~ msgstr "KWorldWatch" + +#~ msgid "Local Time: %1, %2" +#~ msgstr "Hora local: %1, %2" + +#~ msgid "GMT Time: %1, %2" +#~ msgstr "Hora GMT: %1, %2" + +#~ msgid "Select &map..." +#~ msgstr "Selecciona &mapa..." + +#~ msgid "&Add a flag" +#~ msgstr "&Afegeix una senyera" + +#~ msgid "&Delete nearest flag" +#~ msgstr "E&limina la senyera més propera" + +#~ msgid "A&nnotate flag..." +#~ msgstr "&Comenta la senyera..." + +#~ msgid "Toggle &Illumination" +#~ msgstr "Commuta la il·luminació" + +#~ msgid "Toggle &Simulation" +#~ msgstr "&Commuta la simulació" + +#~ msgid "About &World Watch..." +#~ msgstr "Quant al &Rellotge Mundial..." + +#~ msgid "Could not load the map!" +#~ msgstr "No s'ha pogut carregar el mapa!" + +#~ msgid "Image error" +#~ msgstr "Error d'imatge" + +#~ msgid "" +#~ "The KDE World Wide Watch\n" +#~ "\n" +#~ "written by\n" +#~ "Matthias Hoelzer-Kluepfel\n" +#~ "(hoelzer@kde.org)" +#~ msgstr "" +#~ "El rellotge mundial KDE\n" +#~ "\n" +#~ "escrit per\n" +#~ "Matthias Hoelzer-Kluepfel\n" +#~ "(hoelzer@kde.org)" + +#~ msgid "Annotation" +#~ msgstr "Comentari" + +#~ msgid "Annotate the nearest flag" +#~ msgstr "Comenta la senyera més propera" -- cgit v1.2.1