commit patterns for openSUSE:Factory

Hello community, here is the log from the commit of package patterns for openSUSE:Factory checked in at Tue Oct 27 16:39:17 CET 2009. -------- --- patterns/patterns.changes 2009-09-24 17:11:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/patterns/patterns.changes 2009-10-27 13:23:48.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 27 12:23:01 UTC 2009 - coolo@novell.com + +- update translations + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns.spec ++++++ --- /var/tmp/diff_new_pack.MRC3Ce/_old 2009-10-27 16:38:07.000000000 +0100 +++ /var/tmp/diff_new_pack.MRC3Ce/_new 2009-10-27 16:38:07.000000000 +0100 @@ -24,7 +24,7 @@ AutoReqProv: on Summary: Patterns Translation Tool Version: 1.2088 -Release: 1 +Release: 2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: patterns-%{version}.tar.bz2 Source1: create_pattern.sh ++++++ create_pattern.sh ++++++ --- /var/tmp/diff_new_pack.MRC3Ce/_old 2009-10-27 16:38:07.000000000 +0100 +++ /var/tmp/diff_new_pack.MRC3Ce/_new 2009-10-27 16:38:07.000000000 +0100 @@ -180,6 +180,7 @@ echo >> tmpfile done fi + mkdir -p $RPM_BUILD_ROOT/CD1/suse/setup/descr/ mv tmpfile $RPM_BUILD_ROOT/CD1/suse/setup/descr/$pat-${version}-${release}.${target_cpu}.pat # generate -32bit/-x86/-64bit patterns ++++++ patterns-1.2088.tar.bz2 ++++++ ++++ 3838 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/ChangeLog new/patterns-1.2088/ChangeLog --- old/patterns-1.2088/ChangeLog 2009-09-25 09:50:08.000000000 +0200 +++ new/patterns-1.2088/ChangeLog 2009-10-27 13:23:27.000000000 +0100 @@ -1,4 +1,4 @@ -2009-09-25 gettextize <bug-gnu-gettext@gnu.org> +2009-10-27 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (EXTRA_DIST): Add config.rpath, m4/ChangeLog. * configure.in (AC_OUTPUT): Add po/Makefile.in. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/m4/ChangeLog new/patterns-1.2088/m4/ChangeLog --- old/patterns-1.2088/m4/ChangeLog 2009-09-25 09:50:08.000000000 +0200 +++ new/patterns-1.2088/m4/ChangeLog 2009-10-27 13:23:27.000000000 +0100 @@ -1,4 +1,4 @@ -2009-09-25 gettextize <bug-gnu-gettext@gnu.org> +2009-10-27 gettextize <bug-gnu-gettext@gnu.org> * gettext.m4: New file, from gettext-0.17. * iconv.m4: New file, from gettext-0.17. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/missing new/patterns-1.2088/missing --- old/patterns-1.2088/missing 2009-09-25 09:50:11.000000000 +0200 +++ new/patterns-1.2088/missing 2009-10-27 13:23:30.000000000 +0100 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2006-05-10.23 +scriptversion=2009-04-28.21; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -18,9 +18,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -89,6 +87,9 @@ tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + Send bug reports to <bug-automake@gnu.org>." exit $? ;; @@ -106,15 +107,22 @@ esac +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect -# the program). +# the program). This is about non-GNU programs, so use $1 not +# $program. case $1 in - lex|yacc) + lex*|yacc*) # Not GNU programs, they don't have --version. ;; - tar) + tar*) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 @@ -138,7 +146,7 @@ # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case $1 in +case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -148,7 +156,7 @@ touch aclocal.m4 ;; - autoconf) + autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the @@ -157,7 +165,7 @@ touch configure ;; - autoheader) + autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want @@ -187,7 +195,7 @@ while read f; do touch "$f"; done ;; - autom4te) + autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the @@ -210,7 +218,7 @@ fi ;; - bison|yacc) + bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package @@ -240,7 +248,7 @@ fi ;; - lex|flex) + lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package @@ -263,7 +271,7 @@ fi ;; - help2man) + help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the @@ -277,11 +285,11 @@ else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" - exit 1 + exit $? fi ;; - makeinfo) + makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file @@ -310,7 +318,7 @@ touch $file ;; - tar) + tar*) shift # We have already tried tar in the generic part. @@ -363,5 +371,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/ChangeLog new/patterns-1.2088/po/ChangeLog --- old/patterns-1.2088/po/ChangeLog 2009-09-25 09:50:08.000000000 +0200 +++ new/patterns-1.2088/po/ChangeLog 2009-10-27 13:23:26.000000000 +0100 @@ -1,4 +1,4 @@ -2009-09-25 gettextize <bug-gnu-gettext@gnu.org> +2009-10-27 gettextize <bug-gnu-gettext@gnu.org> * Makefile.in.in: New file, from gettext-0.17. Files old/patterns-1.2088/po/af.gmo and new/patterns-1.2088/po/af.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/af.po new/patterns-1.2088/po/af.po --- old/patterns-1.2088/po/af.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/af.po 2009-10-27 13:23:35.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" Files old/patterns-1.2088/po/bg.gmo and new/patterns-1.2088/po/bg.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/bg.po new/patterns-1.2088/po/bg.po --- old/patterns-1.2088/po/bg.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/bg.po 2009-10-27 13:23:35.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2006-11-15 16:30+0200\n" "Last-Translator: Borislav Mitev <morbid_viper@tkzs.org>\n" "Language-Team: Bulgarian <bg@li.org>\n" Files old/patterns-1.2088/po/ca.gmo and new/patterns-1.2088/po/ca.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/ca.po new/patterns-1.2088/po/ca.po --- old/patterns-1.2088/po/ca.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/ca.po 2009-10-27 13:23:35.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2002-02-08 15:47+0100\n" "Last-Translator: Jaume Badiella <myotis@drac.com>\n" "Language-Team: Catalan\n" Files old/patterns-1.2088/po/cs.gmo and new/patterns-1.2088/po/cs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/cs.po new/patterns-1.2088/po/cs.po --- old/patterns-1.2088/po/cs.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/cs.po 2009-10-27 13:23:36.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2008-11-17 14:55+0100\n" "Last-Translator: Vojtěch Zeisek <vojta.sc@seznam.cz>\n" "Language-Team: czech <cs@li.org>\n" Files old/patterns-1.2088/po/da.gmo and new/patterns-1.2088/po/da.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/da.po new/patterns-1.2088/po/da.po --- old/patterns-1.2088/po/da.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/da.po 2009-10-27 13:23:36.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-17 12:52+0200\n" "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n" "Language-Team: Danish <opensuse-translation@opensuse.org>\n" Files old/patterns-1.2088/po/de.gmo and new/patterns-1.2088/po/de.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/de.po new/patterns-1.2088/po/de.po --- old/patterns-1.2088/po/de.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/de.po 2009-10-27 13:23:36.000000000 +0100 @@ -3,17 +3,17 @@ # This file is distributed under the same license as the package. # # -# Michael Skiba <trans@michael-skiba.de>, 2008. +# Michael Skiba <trans@michael-skiba.de>, 2008, 2009. # Marko Schugardt <mail.sapex@gmx.de>, 2008,2009. # Hermann-Josef Beckers <hj.beckers@onlinehome.de>, 2009. msgid "" msgstr "" "Project-Id-Version: patterns.de\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2009-08-21 15:58+0200\n" -"Last-Translator: Hermann-Josef Beckers <hj.beckers@onlinehome.de>\n" -"Language-Team: German <kde-i18n-de@kde.org>\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-08 18:12+0200\n" +"Last-Translator: Michael Skiba <trans@michael-skiba.de>\n" +"Language-Team: German <opensuse-translation-de@opensuse.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -610,13 +610,12 @@ msgstr "KDE4 Administrationswerkzeuge" #: src/patterns_utf8.c:344 -#, fuzzy msgid "KDE4 Education" -msgstr "Bildung" +msgstr "KDE4 Bildung" #: src/patterns_utf8.c:345 msgid "Tools to teach kids with computers" -msgstr "" +msgstr "PC-Lernprogramme für Kinder" #: src/patterns_utf8.c:348 src/patterns_utf8.c:356 msgid "KDE Base System" Files old/patterns-1.2088/po/el.gmo and new/patterns-1.2088/po/el.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/el.po new/patterns-1.2088/po/el.po --- old/patterns-1.2088/po/el.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/el.po 2009-10-27 13:23:36.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: patterns.el\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2008-06-08 17:56+0100\n" "Last-Translator: Vasileios Giannakopoulos <billg@billg.gr>\n" "Language-Team: Ελληνικά <billg@billg.gr>\n" Files old/patterns-1.2088/po/en_GB.gmo and new/patterns-1.2088/po/en_GB.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/en_GB.po new/patterns-1.2088/po/en_GB.po --- old/patterns-1.2088/po/en_GB.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/en_GB.po 2009-10-27 13:23:36.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2007-08-19 15:11+0100\n" "Last-Translator: Benjamin Weber <b.weber@warwick.ac.uk>\n" "Language-Team: <en@li.org>\n" Files old/patterns-1.2088/po/es.gmo and new/patterns-1.2088/po/es.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/es.po new/patterns-1.2088/po/es.po --- old/patterns-1.2088/po/es.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/es.po 2009-10-27 13:23:36.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-16 10:57-0300\n" "Last-Translator: Sergio Gabriel Teves <gabriel@opensuse.org>\n" "Language-Team: Spanish <opensuse-translation-es@opensuse.org>\n" Files old/patterns-1.2088/po/et.gmo and new/patterns-1.2088/po/et.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/et.po new/patterns-1.2088/po/et.po --- old/patterns-1.2088/po/et.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/et.po 2009-10-27 13:23:36.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: patterns.et\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2007-07-30 17:21+0300\n" "Last-Translator: Ain Vagula <avagula@gmail.com>\n" "Language-Team: Estonian <linux-ee@lists.eenet.ee>\n" Files old/patterns-1.2088/po/fi.gmo and new/patterns-1.2088/po/fi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/fi.po new/patterns-1.2088/po/fi.po --- old/patterns-1.2088/po/fi.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/fi.po 2009-10-27 13:23:37.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: patterns.fi\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-15 17:14+0300\n" "Last-Translator: Jyri Palokangas <jyri.palokangas@opensuse.org>\n" "Language-Team: suomi <fi@li.org>\n" Files old/patterns-1.2088/po/fr.gmo and new/patterns-1.2088/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/fr.po new/patterns-1.2088/po/fr.po --- old/patterns-1.2088/po/fr.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/fr.po 2009-10-27 13:23:37.000000000 +0100 @@ -1,18 +1,20 @@ # Copyright (C) 2006 SuSE Linux Products GmbH, Nuernberg # This file is distributed under the same license as the package. -# Guillaume GARDET <guillaume.gardet@free.fr>, 2008. # +# Guillaume GARDET <guillaume.gardet@free.fr>, 2008, 2009. msgid "" msgstr "" "Project-Id-Version: patterns-openSUSE\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2009-06-10 08:42+0100\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-23 22:11+0200\n" "Last-Translator: Guillaume GARDET <guillaume.gardet@free.fr>\n" -"Language-Team: French Team <opensuse-fr@opensuse.org>\n" +"Language-Team: French <opensuse-fr@opensuse.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: src/patterns_utf8.c:61 msgid "32-Bit Runtime Environment" @@ -595,13 +597,12 @@ msgstr "Outils d'administration KDE4" #: src/patterns_utf8.c:344 -#, fuzzy msgid "KDE4 Education" -msgstr "Éducation" +msgstr "KDE4 Education" #: src/patterns_utf8.c:345 msgid "Tools to teach kids with computers" -msgstr "" +msgstr "Outils pour enseigner aux enfants avec des ordinateurs" #: src/patterns_utf8.c:348 src/patterns_utf8.c:356 msgid "KDE Base System" Files old/patterns-1.2088/po/gu.gmo and new/patterns-1.2088/po/gu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/gu.po new/patterns-1.2088/po/gu.po --- old/patterns-1.2088/po/gu.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/gu.po 2009-10-27 13:23:37.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: i18n@suse.de\n" "Language-Team: Gujarati <i18n@suse.de>\n" Files old/patterns-1.2088/po/hi.gmo and new/patterns-1.2088/po/hi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/hi.po new/patterns-1.2088/po/hi.po --- old/patterns-1.2088/po/hi.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/hi.po 2009-10-27 13:23:37.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: patterns.hi\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2007-08-24 20:43+0530\n" "Last-Translator: Sangeeta Kumari <k.sangeeta09@gmail.com>\n" "Language-Team: Hindi <en@li.org>\n" Files old/patterns-1.2088/po/hr.gmo and new/patterns-1.2088/po/hr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/hr.po new/patterns-1.2088/po/hr.po --- old/patterns-1.2088/po/hr.po 2009-09-25 09:50:15.000000000 +0200 +++ new/patterns-1.2088/po/hr.po 2009-10-27 13:23:37.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-07-22 18:37+0200\n" "Last-Translator: Krešimir Jozić <kjozic@gmail.com>\n" "Language-Team: Croatian <hr@li.org>\n" Files old/patterns-1.2088/po/hu.gmo and new/patterns-1.2088/po/hu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/hu.po new/patterns-1.2088/po/hu.po --- old/patterns-1.2088/po/hu.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/hu.po 2009-10-27 13:23:37.000000000 +0100 @@ -1,7 +1,8 @@ -# translation of patterns.hu.new.po to +# translation of patterns.po to Hungarian # Steve Varadi <svaradi@usa.com>, 2000. # Kalman Kemenczy <kkemenczy@novell.com>, 2006, 2007, 2008, 2009. # Kéménczy Kálmán <kkemenczy@novell.com>, 2009. +# translation of patterns.hu.new.po to # translation of patterns.po to # translation of patterns.hu.po to # translation of patterns-openSUSE.po to @@ -10,12 +11,12 @@ # Copyright (C) 2000, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. msgid "" msgstr "" -"Project-Id-Version: patterns.hu\n" +"Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2009-09-17 13:19+0200\n" -"Last-Translator: Kéménczy Kálmán <kkemenczy@novell.com>\n" -"Language-Team: <hu@li.org>\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-10 19:27+0200\n" +"Last-Translator: Kalman Kemenczy <kkemenczy@novell.com>\n" +"Language-Team: Hungarian <hu@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -173,7 +174,7 @@ "contemporary functionality, and outstanding graphical design with the " "technology of the Linux operating system." msgstr "" -"A KDE egy nagyteljesítményű, ingyenes, grafikus, asztali környezet Linux " +"A KDE egy nagy teljesítményű, ingyenes, grafikus, asztali környezet Linux " "munkaállomásokhoz. Az egyszerű használatot, a modern funkcionalitást, " "valamint a kiemelkedő grafikai kidolgozást egyesíti a Linux operációs " "rendszer technológiai előnyeivel." @@ -528,7 +529,7 @@ #: src/patterns_utf8.c:281 msgid "GNOME Tools designed specifically for use with laptop computers." -msgstr "Kifejezetten noteszgépekhez készített GNOME alkalmazások." +msgstr "Kifejezetten noteszgépekhez készített GNOME-alkalmazások." # src/create_utf8.c:48 #: src/patterns_utf8.c:284 src/patterns_utf8.c:285 src/patterns_utf8.c:288 @@ -554,7 +555,7 @@ # 51952 AttribValues/label #: src/patterns_utf8.c:312 msgid "YaST GNOME User Interfaces" -msgstr "YaST2 GNOME felhasználói felület" +msgstr "YaST GNOME felhasználói felület" #: src/patterns_utf8.c:313 msgid "Graphical YaST user interfaces for the GNOME desktop." @@ -591,7 +592,7 @@ "outstanding graphical design with the technology of the Linux operating " "system." msgstr "" -"A KDE egy nagyteljesítményű, ingyenes, grafikus, asztali környezet Linux " +"A KDE egy nagy teljesítményű, ingyenes, grafikus, asztali környezet Linux " "munkaállomásokhoz. Az egyszerű használatot, a modern funkcionalitást, " "valamint a kiemelkedő grafikai kivitelt egyesíti a Linux operációs rendszer " "technológiai előnyeivel." @@ -715,7 +716,7 @@ #: src/patterns_utf8.c:417 src/patterns_utf8.c:470 msgid "KDE Tools designed specifically for use with laptop computers." -msgstr "Kifejezetten noteszgépekhez készített KDE alkalmazások." +msgstr "Kifejezetten noteszgépekhez készített KDE-alkalmazások." # src/create_utf8.c:48 #: src/patterns_utf8.c:420 src/patterns_utf8.c:421 src/patterns_utf8.c:473 @@ -789,7 +790,7 @@ #: src/patterns_utf8.c:514 msgid "Tools designed specifically for laptop computers." -msgstr "Kifejezetten noteszgépekhez készített eszközök." +msgstr "Kifejezetten noteszgépekhez készített eszközök." #: src/patterns_utf8.c:517 msgid "Mail and News Server" @@ -840,7 +841,7 @@ msgid "" "Multimedia players, sound editing tools , video and image manipulation " "applications." -msgstr "Multimédia-lejátszók, hang-, videó- és képszerkesztő eszközök." +msgstr "Multimédia-lejátszók, hang-, video- és képszerkesztő eszközök." #: src/patterns_utf8.c:537 msgid "Mono Development" @@ -912,7 +913,7 @@ #: src/patterns_utf8.c:566 msgid "Tools designed specifically for use with TabletPCs." -msgstr "Kifejezetten Táble PC-khez készített eszközök." +msgstr "Kifejezetten Tábla PC-khez készített eszközök." #: src/patterns_utf8.c:569 src/patterns_utf8.c:573 msgid "Office Software" Files old/patterns-1.2088/po/id.gmo and new/patterns-1.2088/po/id.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/id.po new/patterns-1.2088/po/id.po --- old/patterns-1.2088/po/id.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/id.po 2009-10-27 13:23:37.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2002-10-08 13:38+0200\n" "Last-Translator: I Made Wiryana <made@nakula.rvs.uni-bielefeld.de>\n" "Language-Team: Indonesian <i18n@suse.de>\n" Files old/patterns-1.2088/po/it.gmo and new/patterns-1.2088/po/it.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/it.po new/patterns-1.2088/po/it.po --- old/patterns-1.2088/po/it.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/it.po 2009-10-27 13:23:37.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-15 18:17+0100\n" "Last-Translator: luca giusti\n" "Language-Team: italian <opensuse-translation@opensuse.org>\n" Files old/patterns-1.2088/po/ja.gmo and new/patterns-1.2088/po/ja.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/ja.po new/patterns-1.2088/po/ja.po --- old/patterns-1.2088/po/ja.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/ja.po 2009-10-27 13:23:38.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-16 15:44+0900\n" "Last-Translator: Tomohito Koseki <historic.ruins@gmail.com>\n" "Language-Team: Japanese <opensuse-ja@opensuse.org>\n" Files old/patterns-1.2088/po/km.gmo and new/patterns-1.2088/po/km.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/km.po new/patterns-1.2088/po/km.po --- old/patterns-1.2088/po/km.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/km.po 2009-10-27 13:23:38.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: patterns.km\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-16 08:23+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" Files old/patterns-1.2088/po/ko.gmo and new/patterns-1.2088/po/ko.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/ko.po new/patterns-1.2088/po/ko.po --- old/patterns-1.2088/po/ko.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/ko.po 2009-10-27 13:23:38.000000000 +0100 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: patterns.ko\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2009-09-17 00:03+0900\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-23 02:15+0900\n" "Last-Translator: Yunseok Choi <xein@naver.com>\n" "Language-Team: Korean <xein@naver.com>\n" "MIME-Version: 1.0\n" @@ -114,7 +114,7 @@ #: src/patterns_utf8.c:96 msgid "Desktop Base System" -msgstr "데스크탑 기초 시스템" +msgstr "데스크톱 기초 시스템" #: src/patterns_utf8.c:97 msgid "This is the base SUSE Linux runtime system." @@ -131,7 +131,7 @@ "of applications and management features that are essential to enterprise " "adoption." msgstr "" -"그놈은 노벨의 기본 엔터프라이즈 데스크탑 입니다. 직관적이고 매력적인 바탕화면" +"그놈은 노벨의 기본 엔터프라이즈 데스크톱 입니다. 직관적이고 매력적인 데스크톱" "을 결합하여 실용성을 높였고, 기업 시스템에 필수적인 강력한 응용프로그램 및 관" "리 기능을 포함하고 있습니다." @@ -161,7 +161,7 @@ "contemporary functionality, and outstanding graphical design with the " "technology of the Linux operating system." msgstr "" -"KDE는 강력한 GUI 데스크탑 환경입니다. 사용하기 쉽고, 최신의 기능, 리눅스 운영" +"KDE는 강력한 GUI 데스크톱 환경입니다. 사용하기 쉽고, 최신의 기능, 리눅스 운영" "체제의 기술을 GUI로 모두 사용할 수 있는 환경을 제공합니다." #: src/patterns_utf8.c:116 src/patterns_utf8.c:148 @@ -365,7 +365,7 @@ #: src/patterns_utf8.c:200 msgid "Directory Server (LDAP)" -msgstr "디렉토리 서버 (LDAP)" +msgstr "디렉터리 서버 (LDAP)" #: src/patterns_utf8.c:201 msgid "" @@ -373,8 +373,8 @@ "Directory Access Protocol (LDAP) is used to access online directory " "services. " msgstr "" -"OpenLDAP 를 사용해 디렉토리 서버를 구축하기 위한 소프트웨어 입니다. LDAP" -"( Lightweight Directory Access Protocol)는 온라인의 디렉토리 서비스를 제공할 " +"OpenLDAP 를 사용해 디렉터리 서버를 구축하기 위한 소프트웨어 입니다. LDAP" +"( Lightweight Directory Access Protocol)는 온라인의 디렉터리 서비스를 제공할 " "때 사용합니다." #: src/patterns_utf8.c:204 src/patterns_utf8.c:205 @@ -442,13 +442,13 @@ #: src/patterns_utf8.c:244 msgid "GNOME Desktop Environment" -msgstr "그놈 데스크탑 환경" +msgstr "그놈 데스크톱 환경" #: src/patterns_utf8.c:245 msgid "" "The GNOME desktop environment is an intuitive and attractive desktop for " "users." -msgstr "그놈 데스크탑 환경은 사용하기 쉽고, 직감적인 데스크탑 환경입니다." +msgstr "그놈 데스크톱 환경은 사용하기 쉽고, 직감적인 데스크톱 환경입니다." #: src/patterns_utf8.c:248 msgid "GNOME Administration Tools" @@ -456,7 +456,7 @@ #: src/patterns_utf8.c:249 src/patterns_utf8.c:337 src/patterns_utf8.c:341 msgid "Administration Tools e.g. for desktop lockdown" -msgstr "데스크탑 제한 등의 관리자 도구 입니다." +msgstr "데스크톱 제한 등의 관리자 도구 입니다." #: src/patterns_utf8.c:252 src/patterns_utf8.c:256 msgid "GNOME Base System" @@ -464,7 +464,7 @@ #: src/patterns_utf8.c:253 src/patterns_utf8.c:257 msgid "Base packages for the GNOME desktop environment." -msgstr "그놈 데스크탑 환경을 위한 기초 꾸러미" +msgstr "그놈 데스크톱 환경을 위한 기초 꾸러미" #: src/patterns_utf8.c:260 src/patterns_utf8.c:261 msgid "GNOME Games" @@ -517,7 +517,7 @@ #: src/patterns_utf8.c:308 src/patterns_utf8.c:309 msgid "GNOME Desktop Effects" -msgstr "그놈 데스크탑 효과" +msgstr "그놈 데스크톱 효과" #: src/patterns_utf8.c:312 msgid "YaST GNOME User Interfaces" @@ -525,7 +525,7 @@ #: src/patterns_utf8.c:313 msgid "Graphical YaST user interfaces for the GNOME desktop." -msgstr "그놈 데스크탑의 YaST용 GUI" +msgstr "그놈 데스크톱의 YaST용 GUI" #: src/patterns_utf8.c:316 msgid "High Availability" @@ -547,7 +547,7 @@ #: src/patterns_utf8.c:328 msgid "KDE Desktop Environment" -msgstr "KDE 데스크탑 환경" +msgstr "KDE 데스크톱 환경" #: src/patterns_utf8.c:329 src/patterns_utf8.c:333 msgid "" @@ -562,7 +562,7 @@ #: src/patterns_utf8.c:332 msgid "KDE4 Desktop Environment" -msgstr "KDE4 데스크탑 환경" +msgstr "KDE4 데스크톱 환경" #: src/patterns_utf8.c:336 msgid "KDE Administration Tools" @@ -589,7 +589,7 @@ "Base packages for the KDE desktop environment. KDE4 is the next major KDE " "release." msgstr "" -"KDE 데스크탑 환경을 위한 기초 꾸러미. KDE4는 KDE의 다음 발표 버전입니다." +"KDE 데스크톱 환경을 위한 기초 꾸러미. KDE4는 KDE의 다음 발표 버전입니다." #: src/patterns_utf8.c:352 src/patterns_utf8.c:360 msgid "KDE4 Base System" @@ -600,15 +600,15 @@ "Base packages for the KDE4 desktop environment. KDE4 is the next major KDE " "release." msgstr "" -"KDE4 데스크탑 환경을 위한 기초 꾸러미. KDE4는 KDE의 다음 발표 버전입니다." +"KDE4 데스크톱 환경을 위한 기초 꾸러미. KDE4는 KDE의 다음 발표 버전입니다." #: src/patterns_utf8.c:357 msgid "Base packages for the KDE desktop environment." -msgstr "KDE 데스크탑 환경을 위한 기초 꾸러미" +msgstr "KDE 데스크톱 환경을 위한 기초 꾸러미" #: src/patterns_utf8.c:361 msgid "Base packages for the KDE4 desktop environment." -msgstr "KDE4 데스크탑 환경을 위한 기초 꾸러미." +msgstr "KDE4 데스크톱 환경을 위한 기초 꾸러미." #: src/patterns_utf8.c:364 src/patterns_utf8.c:365 msgid "KDE Edutainment" @@ -692,7 +692,7 @@ #: src/patterns_utf8.c:444 src/patterns_utf8.c:445 src/patterns_utf8.c:497 #: src/patterns_utf8.c:498 msgid "KDE Desktop Effects" -msgstr "KDE 데스크탑 효과" +msgstr "KDE 데스크톱 효과" #: src/patterns_utf8.c:448 src/patterns_utf8.c:501 msgid "YaST KDE User Interfaces" @@ -700,7 +700,7 @@ #: src/patterns_utf8.c:449 src/patterns_utf8.c:502 msgid "Graphical YaST user interfaces for the KDE desktop." -msgstr "KDE 데스크탑용의 그래피컬 YaST 사용자 인터페이스 입니다." +msgstr "KDE 데스크톱용의 그래피컬 YaST 사용자 인터페이스 입니다." #: src/patterns_utf8.c:452 msgid "YaST User Interfaces" @@ -708,7 +708,7 @@ #: src/patterns_utf8.c:453 msgid "Graphical YaST user interfaces for minimal X desktop." -msgstr "최소 X 데스크탑용 그래피컬 YaST 사용자 인터페이스 입니다." +msgstr "최소 X 데스크톱용 그래피컬 YaST 사용자 인터페이스 입니다." #: src/patterns_utf8.c:505 msgid "Kernel Development" @@ -865,7 +865,7 @@ #: src/patterns_utf8.c:570 src/patterns_utf8.c:574 msgid "Office software for your desktop environment including OpenOffice.org." msgstr "" -"사용자 데스크탑 환경을 위한 사무용 소프트웨어(OpenOffice.org 포함) 입니다." +"사용자 데스크톱 환경을 위한 사무용 소프트웨어(OpenOffice.org 포함) 입니다." #: src/patterns_utf8.c:577 msgid "Oracle Server Base" @@ -903,11 +903,11 @@ #: src/patterns_utf8.c:621 msgid "Remote Desktop" -msgstr "원격 데스크탑" +msgstr "원격 데스크톱" #: src/patterns_utf8.c:622 msgid "Tools to access a remote desktop." -msgstr "원격 데스크탑 접근 도구" +msgstr "원격 데스크톱 접근 도구" #: src/patterns_utf8.c:625 msgid "SAP Application Server Base" @@ -980,11 +980,11 @@ #: src/patterns_utf8.c:661 msgid "XFCE Desktop Environment" -msgstr "XFCE 데스크탑 환경" +msgstr "XFCE 데스크톱 환경" #: src/patterns_utf8.c:662 msgid "Xfce is a lightweight desktop environment for various *NIX systems." -msgstr "Xfce 는 다양한 *NIX 시스템을 위한 가벼운 데스크탑 환경입니다." +msgstr "Xfce 는 다양한 *NIX 시스템을 위한 가벼운 데스크톱 환경입니다." #: src/patterns_utf8.c:665 src/patterns_utf8.c:666 msgid "XFCE Office" @@ -992,11 +992,11 @@ #: src/patterns_utf8.c:669 msgid "Desktop Effects" -msgstr "데스크탑 효과" +msgstr "데스크톱 효과" #: src/patterns_utf8.c:670 msgid "All you need to make use of 3D desktop effects." -msgstr "3D 데스크탑 효과의 사용을 위한 모든것이 들어있습니다." +msgstr "3D 데스크톱 효과의 사용을 위한 모든것이 들어있습니다." #: src/patterns_utf8.c:673 src/patterns_utf8.c:677 msgid "X Window System" @@ -1011,7 +1011,7 @@ msgstr "" "X 윈도우 시스템은 소프트웨어 환경에 의존하지 않는 네트워크에 대응한 그래피컬 " "윈도우 시스템이며 기업에서의 이용에 대해서도 대응하는 혼합 환경 시스템 입니" -"다. 예를 들어 네트워크 서버로부터 데스크탑으로, 신 클라이언트, 노트북 및 소" +"다. 예를 들어 네트워크 서버로부터 데스크톱으로, 신 클라이언트, 노트북 및 소" "형 휴대기기 등 운영 체제나 하드웨어에 독립 적인 윈도우 시스템입니다." #: src/patterns_utf8.c:682 @@ -1186,7 +1186,7 @@ #: src/patterns_utf8.c:873 msgid "Desktop Functions" -msgstr "데스크탑 기능" +msgstr "데스크톱 기능" #: src/patterns_utf8.c:874 msgid "Server Functions" @@ -1198,7 +1198,7 @@ #: src/patterns_utf8.c:876 msgid "Desktops" -msgstr "데스크탑" +msgstr "데스크톱" # Frame caption for software selection #: src/patterns_utf8.c:877 @@ -1207,18 +1207,18 @@ #: src/patterns_utf8.c:878 msgid "GNOME Desktop" -msgstr "그놈 데스크탑" +msgstr "그놈 데스크톱" #: src/patterns_utf8.c:879 msgid "KDE Desktop" -msgstr "KDE 데스크탑" +msgstr "KDE 데스크톱" #: src/patterns_utf8.c:880 msgid "Not yet classified" msgstr "분류되지 않음" #~ msgid "KDE3 Desktop Environment" -#~ msgstr "KDE3 데스크탑 환경" +#~ msgstr "KDE3 데스크톱 환경" #~ msgid "" #~ "KDE 3 is a powerful free software graphical desktop environment for Linux " @@ -1237,7 +1237,7 @@ #~ msgstr "KDE3 기초 시스템" #~ msgid "Base packages for the KDE3 desktop environment." -#~ msgstr "KDE3 데스크탑 환경을 위한 기초 꾸러미" +#~ msgstr "KDE3 데스크톱 환경을 위한 기초 꾸러미" #~ msgid "KDE3 Edutainment" #~ msgstr "KDE3 교육용" @@ -1276,7 +1276,7 @@ #, fuzzy #~ msgid "Desktop effects" -#~ msgstr "KDE 데스크탑 환경" +#~ msgstr "KDE 데스크톱 환경" #, fuzzy #~ msgid "iSCSI Server" @@ -1300,11 +1300,11 @@ #, fuzzy #~ msgid "GNOME Desktop Environment for Server" -#~ msgstr "KDE 데스크탑 환경" +#~ msgstr "KDE 데스크톱 환경" #, fuzzy #~ msgid "KDE Desktop Environment for Server" -#~ msgstr "KDE 데스크탑 환경" +#~ msgstr "KDE 데스크톱 환경" #, fuzzy #~ msgid "Default system." Files old/patterns-1.2088/po/lt.gmo and new/patterns-1.2088/po/lt.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/lt.po new/patterns-1.2088/po/lt.po --- old/patterns-1.2088/po/lt.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/lt.po 2009-10-27 13:23:38.000000000 +0100 @@ -1,16 +1,16 @@ -# translation of patterns.lt.po to Lietuvių +# translation of patterns.po to Lietuvių # Linas Spraunius <linas@operis.org>, 2002. # Andrius Štikonas <stikonas@gmail.com>, 2006. # Mindaugas Baranauskas <embar@super.lt>, 2009. # Copyright (C) SuSE GmbH msgid "" msgstr "" -"Project-Id-Version: patterns.lt\n" +"Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2009-08-21 19:26+0300\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-15 14:11+0300\n" "Last-Translator: Mindaugas Baranauskas <embar@super.lt>\n" -"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n" +"Language-Team: Lietuvių\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -408,7 +408,7 @@ #: src/patterns_utf8.c:220 msgid "File Server" -msgstr "Bylų serveris" +msgstr "Rinkmenų serveris" #: src/patterns_utf8.c:221 msgid "" @@ -416,8 +416,8 @@ "other computers on the same network. This includes the FTP, SMB, and NFS " "protocols." msgstr "" -"Bylų serveris bylų talpinimui, prie kurių galima prieiti ir gauti iš kitų to " -"pačio tinklo kompiuterių. Įtraukti FTP, SMB ir NFS protokolai." +"Rinkmenų serveris rinkmenų talpinimui, prie kurių galima prieiti ir gauti iš " +"kitų to pačio tinklo kompiuterių. Įtraukti FTP, SMB ir NFS protokolai." #: src/patterns_utf8.c:224 src/patterns_utf8.c:228 msgid "Fonts" @@ -581,13 +581,12 @@ msgstr "KDE4 administravimo įrankiai" #: src/patterns_utf8.c:344 -#, fuzzy msgid "KDE4 Education" -msgstr "KDE4 mokomosios programos" +msgstr "KDE4 mokslams" #: src/patterns_utf8.c:345 msgid "Tools to teach kids with computers" -msgstr "" +msgstr "Įrankiai vaikų mokymui naudojant kompiuterį" #: src/patterns_utf8.c:348 src/patterns_utf8.c:356 msgid "KDE Base System" @@ -623,7 +622,7 @@ #: src/patterns_utf8.c:364 src/patterns_utf8.c:365 msgid "KDE Edutainment" -msgstr "KDE mokomosios programos" +msgstr "KDE mokslai" #: src/patterns_utf8.c:368 src/patterns_utf8.c:369 src/patterns_utf8.c:376 #: src/patterns_utf8.c:377 @@ -1229,50 +1228,3 @@ #: src/patterns_utf8.c:880 msgid "Not yet classified" msgstr "Dar nesuklasifikuota" - -#~ msgid "" -#~ "KDE 4 is a powerful free software graphical desktop environment for Linux " -#~ "workstations. It combines ease of use, contemporary functionality, and " -#~ "outstanding graphical design with the technology of the Linux operating " -#~ "system." -#~ msgstr "" -#~ "KDE 4 yra galinga nemokama grafinė darbalaukio aplinka Linux darbo " -#~ "stotims. Joje dera paprastas naudojimas, šiuolaikinis funkcionalumas ir " -#~ "puikus grafinis dizainas su Linux operacinės sistemos technologijomis." - -#~ msgid "KDE3 Desktop Environment" -#~ msgstr "KDE3 darbalaukio aplinka" - -#~ msgid "" -#~ "KDE 3 is a powerful free software graphical desktop environment for Linux " -#~ "workstations. It combines ease of use, contemporary functionality, and " -#~ "outstanding graphical design with the technology of the Linux operating " -#~ "system." -#~ msgstr "" -#~ "KDE 3 yra galinga nemokama grafinė darbalaukio aplinka Linux darbo " -#~ "stotims. Joje dera paprastas naudojimas, šiuolaikinis funkcionalumas ir " -#~ "puikus grafinis dizainas su Linux operacinės sistemos technologijomis." - -#~ msgid "KDE3 Administration Tools" -#~ msgstr "KDE3 administravimo įrankiai" - -#~ msgid "KDE3 Base System" -#~ msgstr "KDE3 pagrindinė sistema" - -#~ msgid "Base packages for the KDE3 desktop environment." -#~ msgstr "Pagrindiniai paketai KDE3 darbalaukio aplinkai." - -#~ msgid "KDE3 Edutainment" -#~ msgstr "KDE3 mokomosios programos" - -#~ msgid "KDE3 Games" -#~ msgstr "KDE3 žaidimai" - -#~ msgid "KDE3 Help System" -#~ msgstr "KDE3 pagalbos sistema" - -#~ msgid "KDE3 Integrated Development Environment" -#~ msgstr "KDE3 integruota programavimo aplinka" - -#~ msgid "Development under KDE3" -#~ msgstr "Programavimas KDE3 aplinkoje" Files old/patterns-1.2088/po/nb.gmo and new/patterns-1.2088/po/nb.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/nb.po new/patterns-1.2088/po/nb.po --- old/patterns-1.2088/po/nb.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/nb.po 2009-10-27 13:23:38.000000000 +0100 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2009-08-14 15:43+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-01 13:19+0200\n" "Last-Translator: Olav Pettershagen <olav.pet@gmail.com>\n" "Language-Team: Norwegian Bokmål <opensuse-translation@opensuse.org>\n" "MIME-Version: 1.0\n" @@ -589,13 +589,12 @@ msgstr "Administrasjonsverktøy for KDE4" #: src/patterns_utf8.c:344 -#, fuzzy msgid "KDE4 Education" -msgstr "Undervisning" +msgstr "KDE4-undervisning" #: src/patterns_utf8.c:345 msgid "Tools to teach kids with computers" -msgstr "" +msgstr "Databaserte undervisningsverktøy for barn" #: src/patterns_utf8.c:348 src/patterns_utf8.c:356 msgid "KDE Base System" Files old/patterns-1.2088/po/nl.gmo and new/patterns-1.2088/po/nl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/nl.po new/patterns-1.2088/po/nl.po --- old/patterns-1.2088/po/nl.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/nl.po 2009-10-27 13:23:38.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: patterns.nl\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-16 20:14+0200\n" "Last-Translator: Freek de Kruijf <freek@opensuse.org>\n" "Language-Team: Dutch <Yast-nl-l10n@lists.sf.kovoks.nl>\n" Files old/patterns-1.2088/po/pa.gmo and new/patterns-1.2088/po/pa.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/pa.po new/patterns-1.2088/po/pa.po --- old/patterns-1.2088/po/pa.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/pa.po 2009-10-27 13:23:38.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: patterns.pa\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2008-11-11 08:34+0530\n" "Last-Translator: KDB <brar.kd@gmail.com>\n" "Language-Team: Panjabi <punjabi-l10n@list.sf.net>\n" Files old/patterns-1.2088/po/pl.gmo and new/patterns-1.2088/po/pl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/pl.po new/patterns-1.2088/po/pl.po --- old/patterns-1.2088/po/pl.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/pl.po 2009-10-27 13:23:39.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-17 20:45+0100\n" "Last-Translator: Paulina Budzoń <paulina.budzon@gmail.com>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" Files old/patterns-1.2088/po/pt.gmo and new/patterns-1.2088/po/pt.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/pt.po new/patterns-1.2088/po/pt.po --- old/patterns-1.2088/po/pt.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/pt.po 2009-10-27 13:23:39.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: patterns.pt\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2008-10-29 23:17+0000\n" "Last-Translator: Carlos Gonçalves <cgoncalves@opensuse.org>\n" "Language-Team: Portuguese <opensuse-pt@opensuse.org>\n" Files old/patterns-1.2088/po/pt_BR.gmo and new/patterns-1.2088/po/pt_BR.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/pt_BR.po new/patterns-1.2088/po/pt_BR.po --- old/patterns-1.2088/po/pt_BR.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/pt_BR.po 2009-10-27 13:23:39.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-15 12:57-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n" "Language-Team: Brazilian Portuguese <opensuse-pt@opensuse.org>\n" Files old/patterns-1.2088/po/ro.gmo and new/patterns-1.2088/po/ro.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/ro.po new/patterns-1.2088/po/ro.po --- old/patterns-1.2088/po/ro.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/ro.po 2009-10-27 13:23:39.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2008-11-04 18:09+0100\n" "Last-Translator: openSUSE translation\n" "Language-Team: romana\n" Files old/patterns-1.2088/po/ru.gmo and new/patterns-1.2088/po/ru.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/ru.po new/patterns-1.2088/po/ru.po --- old/patterns-1.2088/po/ru.po 2009-09-25 09:50:16.000000000 +0200 +++ new/patterns-1.2088/po/ru.po 2009-10-27 13:23:39.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-17 00:27+0400\n" "Last-Translator: Alexander Melentiev <alex239@gmail.com>\n" "Language-Team: Russian <opensuse-translation-ru@opensuse.org>\n" Files old/patterns-1.2088/po/sk.gmo and new/patterns-1.2088/po/sk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/sk.po new/patterns-1.2088/po/sk.po --- old/patterns-1.2088/po/sk.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/sk.po 2009-10-27 13:23:39.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-17 18:17+0200\n" "Last-Translator: Rastislav Krupanský <rastislav.krupansky@gmail.com>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" Files old/patterns-1.2088/po/sl.gmo and new/patterns-1.2088/po/sl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/sl.po new/patterns-1.2088/po/sl.po --- old/patterns-1.2088/po/sl.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/sl.po 2009-10-27 13:23:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: create_utf8 for Selections\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2002-08-28 15:22GMT\n" "Last-Translator: Janez Krek <janez.krek@euroteh.si>\n" "Language-Team: Slovensko\n" Files old/patterns-1.2088/po/sv.gmo and new/patterns-1.2088/po/sv.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/sv.po new/patterns-1.2088/po/sv.po --- old/patterns-1.2088/po/sv.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/sv.po 2009-10-27 13:23:40.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2007-08-09 17:43+0200\n" "Last-Translator: Mattias Newzella <newzella@linux.se>\n" "Language-Team: <sv@li.org>\n" Files old/patterns-1.2088/po/th.gmo and new/patterns-1.2088/po/th.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/th.po new/patterns-1.2088/po/th.po --- old/patterns-1.2088/po/th.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/th.po 2009-10-27 13:23:40.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2008-12-10 18:52+0700\n" "Last-Translator: Thanomsub Noppaburana <donga.nb@gmail.com>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" Files old/patterns-1.2088/po/uk.gmo and new/patterns-1.2088/po/uk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/uk.po new/patterns-1.2088/po/uk.po --- old/patterns-1.2088/po/uk.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/uk.po 2009-10-27 13:23:40.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: patterns.uk\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-17 22:47-0700\n" "Last-Translator: Ivan Petrouchtchak <fr.ivan@ukrainian-orthodox.org>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" Files old/patterns-1.2088/po/wa.gmo and new/patterns-1.2088/po/wa.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/wa.po new/patterns-1.2088/po/wa.po --- old/patterns-1.2088/po/wa.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/wa.po 2009-10-27 13:23:40.000000000 +0100 @@ -2,21 +2,21 @@ # Copyright (C) 2007 SUSE Linux Products GmbH. # # Pablo Saratxaga <pablo@walon.org>, 2001, 2004. -# Jean Cayron <jean.cayron@gmail.com>, 2007. +# Jean Cayron <jean.cayron@gmail.com>, 2007, 2009. # Jean Cayron <jean.cayron@tele2allin.be>, 2008. msgid "" msgstr "" "Project-Id-Version: lcn memory\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" -"PO-Revision-Date: 2008-10-31 23:58+0100\n" -"Last-Translator: Jean Cayron <jean.cayron@tele2allin.be>\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" +"PO-Revision-Date: 2009-10-14 19:00+0200\n" +"Last-Translator: Jean Cayron <jean.cayron@gmail.com>\n" "Language-Team: Walloon <linux-wa@walon.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 0.2\n" +"X-Generator: Lokalize 0.3\n" #: src/patterns_utf8.c:61 msgid "32-Bit Runtime Environment" @@ -122,6 +122,11 @@ "of applications and management features that are essential to enterprise " "adoption." msgstr "" +"GNOME est l' prémetou scribanne da Novell po les eterprijhes. C' est on " +"scribanne åjhey a comprinde eyet assaetchant k' a eshonne l' eployåvisté " +"moennant l' industreye avou èn eshonna pouxhant di programes eyet d' " +"fonccionålités di manaedjmint ki sont l' nuk po l' anodaedje dins " +"l' eterprijhe." #: src/patterns_utf8.c:104 src/patterns_utf8.c:136 msgid "GNOME Development" @@ -149,6 +154,9 @@ "contemporary functionality, and outstanding graphical design with the " "technology of the Linux operating system." msgstr "" +"KDE est on pouxhant evironmint grafike di scribanne. Il a tot eshonne : " +"åjhey as eployî, fonccionålités d' ådjourdu eyet ene rivnance grafike foû d' " +"l' ordinaire avou l' tecnolodjeye do sistinme d' operance Linux." #: src/patterns_utf8.c:116 src/patterns_utf8.c:148 msgid "KDE Development" @@ -924,6 +932,7 @@ #: src/patterns_utf8.c:662 msgid "Xfce is a lightweight desktop environment for various *NIX systems." msgstr "" +"Xfce est on ledjir evironmint d' sicribanne po sacwants sistinmes *NIX." #: src/patterns_utf8.c:665 src/patterns_utf8.c:666 msgid "XFCE Office" Files old/patterns-1.2088/po/xh.gmo and new/patterns-1.2088/po/xh.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/xh.po new/patterns-1.2088/po/xh.po --- old/patterns-1.2088/po/xh.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/xh.po 2009-10-27 13:23:40.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: base\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" Files old/patterns-1.2088/po/zh_CN.gmo and new/patterns-1.2088/po/zh_CN.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/zh_CN.po new/patterns-1.2088/po/zh_CN.po --- old/patterns-1.2088/po/zh_CN.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/zh_CN.po 2009-10-27 13:23:40.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: patterns-openSUSE\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-08-15 11:19+0800\n" "Last-Translator: Eric Shan <ericalways@gmail.com>\n" "Language-Team: Simplified Chinese\n" Files old/patterns-1.2088/po/zh_TW.gmo and new/patterns-1.2088/po/zh_TW.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/zh_TW.po new/patterns-1.2088/po/zh_TW.po --- old/patterns-1.2088/po/zh_TW.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/zh_TW.po 2009-10-27 13:23:41.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: patterns\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2009-09-18 17:25+0800\n" "Last-Translator: swyear <swyear@gmail.com>\n" "Language-Team: Chinese Traditional <zh@li.org>\n" Files old/patterns-1.2088/po/zu.gmo and new/patterns-1.2088/po/zu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/patterns-1.2088/po/zu.po new/patterns-1.2088/po/zu.po --- old/patterns-1.2088/po/zu.po 2009-09-25 09:50:17.000000000 +0200 +++ new/patterns-1.2088/po/zu.po 2009-10-27 13:23:41.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: installation\n" "Report-Msgid-Bugs-To: http://bugzilla.novell.com\n" -"POT-Creation-Date: 2009-09-25 09:50+0200\n" +"POT-Creation-Date: 2009-10-27 13:23+0100\n" "PO-Revision-Date: 2006-11-03 14:26\n" "Last-Translator: Novell Language <language@novell.com>\n" "Language-Team: Novell Language <language@novell.com>\n" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de