Hello community, here is the log from the commit of package limal-ca-mgm for openSUSE:Factory checked in at Fri Apr 8 09:04:52 CEST 2011.
-------- --- limal-ca-mgm/limal-ca-mgm.changes 2010-05-29 17:01:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/limal-ca-mgm/limal-ca-mgm.changes 2011-04-07 16:38:13.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Apr 5 15:04:59 CEST 2011 - [email protected] + +- version 1.6.5 +- include translation-update-upstream into svn + +------------------------------------------------------------------- +Mon Feb 14 19:49:23 CET 2011 - [email protected] + +- Added support for translation-update-upstream. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- limal-ca-mgm-1.6.4.tar.bz2 New: ---- limal-ca-mgm-1.6.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ limal-ca-mgm.spec ++++++ --- /var/tmp/diff_new_pack.ckhs1U/_old 2011-04-08 09:03:00.000000000 +0200 +++ /var/tmp/diff_new_pack.ckhs1U/_new 2011-04-08 09:03:00.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package limal-ca-mgm (Version 1.6.4) +# spec file for package limal-ca-mgm # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,18 @@ Name: limal-ca-mgm -Version: 1.6.4 +Version: 1.6.5 Release: 1 License: GPLv2+ Group: Development/Libraries/C and C++ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: limal-ca-mgm-1.6.4.tar.bz2 +Source0: limal-ca-mgm-1.6.5.tar.bz2 Prefix: /usr %define swiglibdir /usr/share/limal/typemaps -BuildRequires: curl gcc-c++ limal-devel limal-devtools limal-perl perl-gettext sgml-skel +BuildRequires: curl gcc-c++ limal-devel limal-devtools limal-perl perl-gettext sgml-skel translation-update-upstream %if 0%{?suse_version} >= 1030 BuildRequires: libopenssl-devel openssl @@ -88,7 +88,8 @@ %prep -%setup -n limal-ca-mgm-1.6.4 +%setup -n limal-ca-mgm-1.6.5 +translation-update-upstream %build %{prefix}/bin/limaltool limalautoconf ++++++ limal-ca-mgm-1.6.4.tar.bz2 -> limal-ca-mgm-1.6.5.tar.bz2 ++++++ ++++ 25108 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/limal-ca-mgm-1.6.4/VERSION new/limal-ca-mgm-1.6.5/VERSION --- old/limal-ca-mgm-1.6.4/VERSION 2010-05-29 16:39:14.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/VERSION 2011-04-05 15:04:00.000000000 +0200 @@ -1 +1 @@ -1.6.4 +1.6.5 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/limal-ca-mgm-1.6.4/config.h.in new/limal-ca-mgm-1.6.5/config.h.in --- old/limal-ca-mgm-1.6.4/config.h.in 2010-05-29 16:55:56.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/config.h.in 2011-04-05 15:05:39.000000000 +0200 @@ -93,6 +93,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -118,3 +121,6 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES + +/* Define to `unsigned int' if <sys/types.h> does not define. */ +#undef size_t 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/limal-ca-mgm-1.6.4/configure.in new/limal-ca-mgm-1.6.5/configure.in --- old/limal-ca-mgm-1.6.4/configure.in 2010-05-29 16:55:47.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/configure.in 2011-04-05 15:05:31.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by limalautoconf - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(limal-ca-mgm, 1.6.4, http://www.suse.de/feedback, limal-ca-mgm) +AC_INIT(limal-ca-mgm, 1.6.5, http://www.suse.de/feedback, limal-ca-mgm) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important LiMaL variables -VERSION="1.6.4" +VERSION="1.6.5" RPMNAME="limal-ca-mgm" RPMARCH="" RPMLIB="ca-mgm" 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/limal-ca-mgm-1.6.4/limal-ca-mgm.spec.in new/limal-ca-mgm-1.6.5/limal-ca-mgm.spec.in --- old/limal-ca-mgm-1.6.4/limal-ca-mgm.spec.in 2009-07-13 12:36:29.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/limal-ca-mgm.spec.in 2011-04-05 15:04:51.000000000 +0200 @@ -1,7 +1,7 @@ @HEADER-COMMENT@ @HEADER@ -BuildRequires: curl gcc-c++ limal-devel limal-perl limal-devtools perl-gettext sgml-skel +BuildRequires: curl gcc-c++ limal-devel limal-perl limal-devtools perl-gettext sgml-skel translation-update-upstream %if 0%{?suse_version} >= 1030 BuildRequires: libopenssl-devel openssl @@ -48,6 +48,7 @@ @PREP@ +translation-update-upstream @BUILD@ 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/limal-ca-mgm-1.6.4/m4/libtool.m4 new/limal-ca-mgm-1.6.5/m4/libtool.m4 --- old/limal-ca-mgm-1.6.4/m4/libtool.m4 2010-05-29 16:55:52.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/m4/libtool.m4 2011-04-05 15:05:36.000000000 +0200 @@ -684,7 +684,6 @@ # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING @@ -1021,7 +1020,7 @@ # to the aix ld manual. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl -AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { @@ -4826,9 +4825,18 @@ # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - AC_LINK_IFELSE(int foo(void) {}, + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], [ _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' - ) + ]) LDFLAGS="$save_LDFLAGS" else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' 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/limal-ca-mgm-1.6.4/m4/ltversion.m4 new/limal-ca-mgm-1.6.5/m4/ltversion.m4 --- old/limal-ca-mgm-1.6.4/m4/ltversion.m4 2010-05-29 16:55:52.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/m4/ltversion.m4 2011-04-05 15:05:36.000000000 +0200 @@ -9,15 +9,15 @@ # Generated from ltversion.in. -# serial 3012 ltversion.m4 +# serial 3018 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.6]) -m4_define([LT_PACKAGE_REVISION], [1.3012]) +m4_define([LT_PACKAGE_VERSION], [2.2.6b]) +m4_define([LT_PACKAGE_REVISION], [1.3018]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6' -macro_revision='1.3012' +[macro_version='2.2.6b' +macro_revision='1.3018' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) Files old/limal-ca-mgm-1.6.4/po/af.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/af.po new/limal-ca-mgm-1.6.5/po/af.po --- old/limal-ca-mgm-1.6.4/po/af.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/af.po 2011-04-05 15:05:51.000000000 +0200 @@ -5,10 +5,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2006-11-03 12:03\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/ar.gmo and new/limal-ca-mgm-1.6.5/po/ar.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/limal-ca-mgm-1.6.4/po/ar.po new/limal-ca-mgm-1.6.5/po/ar.po --- old/limal-ca-mgm-1.6.4/po/ar.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ar.po 2011-04-05 15:05:51.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2001-07-13 15:36+0200\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/bn.gmo and new/limal-ca-mgm-1.6.5/po/bn.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/limal-ca-mgm-1.6.4/po/bn.po new/limal-ca-mgm-1.6.5/po/bn.po --- old/limal-ca-mgm-1.6.4/po/bn.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/bn.po 2011-04-05 15:05:51.000000000 +0200 @@ -2,10 +2,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2004-08-09 10:24+0200\n" "Last-Translator: Priyavert Sharma<[email protected]>\n" "Language-Team: AgreeYa Solutions<[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/ca.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/ca.po new/limal-ca-mgm-1.6.5/po/ca.po --- old/limal-ca-mgm-1.6.4/po/ca.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ca.po 2011-04-05 15:05:51.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2007-02-22 21:04+0100\n" "Last-Translator: Anna <[email protected]>\n" "Language-Team: Catalan\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/cs.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/cs.po new/limal-ca-mgm-1.6.5/po/cs.po --- old/limal-ca-mgm-1.6.4/po/cs.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/cs.po 2011-04-05 15:05:51.000000000 +0200 @@ -10,10 +10,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-17 14:55+0100\n" "Last-Translator: Vojtěch Zeisek <[email protected]>\n" "Language-Team: czech <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/da.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/da.po new/limal-ca-mgm-1.6.5/po/da.po --- old/limal-ca-mgm-1.6.4/po/da.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/da.po 2011-04-05 15:05:51.000000000 +0200 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-05-11 10:37+0200\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/de.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/de.po new/limal-ca-mgm-1.6.5/po/de.po --- old/limal-ca-mgm-1.6.4/po/de.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/de.po 2011-04-05 15:05:51.000000000 +0200 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.de\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: Sun Nov 9 08:52:47 UTC 2008\n" "Last-Translator: Marko Schugardt <[email protected]>\n" "Language-Team: German <[email protected]>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/el.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/el.po new/limal-ca-mgm-1.6.5/po/el.po --- old/limal-ca-mgm-1.6.4/po/el.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/el.po 2011-04-05 15:05:51.000000000 +0200 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.el\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-06-06 01:04+0100\n" "Last-Translator: Vasileios Giannakopoulos <[email protected]>\n" "Language-Team: Ελληνικά <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -323,8 +324,8 @@ #: src/CA.cpp:1796 msgid "%1 must be the same in the CA certificate (%2) and the request (%3)." msgstr "" -"Το %1 πρέπει να είναι το ίδιο στην αρχή πιστοποίησης (%2) και στην αίτηση (%" -"3)." +"Το %1 πρέπει να είναι το ίδιο στην αρχή πιστοποίησης (%2) και στην αίτηση " +"(%3)." #: src/CA.cpp:1808 msgid "The configuration file seems to have an invalid policy." Files old/limal-ca-mgm-1.6.4/po/en_GB.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/en_GB.po new/limal-ca-mgm-1.6.5/po/en_GB.po --- old/limal-ca-mgm-1.6.4/po/en_GB.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/en_GB.po 2011-04-05 15:05:51.000000000 +0200 @@ -9,10 +9,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2007-05-25 21:04+0100\n" "Last-Translator: Benjamin Weber <[email protected]>\n" "Language-Team: <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/es.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/es.po new/limal-ca-mgm-1.6.5/po/es.po --- old/limal-ca-mgm-1.6.4/po/es.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/es.po 2011-04-05 15:05:51.000000000 +0200 @@ -12,10 +12,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-08 16:25+0100\n" "Last-Translator: Camaleón <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/et.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/et.po new/limal-ca-mgm-1.6.5/po/et.po --- old/limal-ca-mgm-1.6.4/po/et.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/et.po 2011-04-05 15:05:51.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.et\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2007-07-30 18:12+0300\n" "Last-Translator: Ain Vagula <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/fi.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/fi.po new/limal-ca-mgm-1.6.5/po/fi.po --- old/limal-ca-mgm-1.6.4/po/fi.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/fi.po 2011-04-05 15:05:51.000000000 +0200 @@ -14,10 +14,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.fi\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-04-27 21:37+0300\n" "Last-Translator: Jyri Palokangas <[email protected]>\n" "Language-Team: suomi <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/fr.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/fr.po new/limal-ca-mgm-1.6.5/po/fr.po --- old/limal-ca-mgm-1.6.4/po/fr.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/fr.po 2011-04-05 15:05:51.000000000 +0200 @@ -5,10 +5,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-05-17 18:24+0100\n" "Last-Translator: Guillaume GARDET <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/gu.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/gu.po new/limal-ca-mgm-1.6.5/po/gu.po --- old/limal-ca-mgm-1.6.4/po/gu.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/gu.po 2011-04-05 15:05:52.000000000 +0200 @@ -2,10 +2,11 @@ msgstr "" "Project-Id-Version: nis\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2006-11-11 18:41+0530\n" "Last-Translator: Priyavert Sharma<[email protected]>\n" "Language-Team: AgreeYa Solutions<[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/hi.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/hi.po new/limal-ca-mgm-1.6.5/po/hi.po --- old/limal-ca-mgm-1.6.4/po/hi.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/hi.po 2011-04-05 15:05:52.000000000 +0200 @@ -2,10 +2,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: Priyavert Sharma<[email protected]>\n" "Language-Team: AgreeYa Solutions <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/hu.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/hu.po new/limal-ca-mgm-1.6.5/po/hu.po --- old/limal-ca-mgm-1.6.4/po/hu.po 2010-02-09 14:17:39.000000000 +0100 +++ new/limal-ca-mgm-1.6.5/po/hu.po 2011-04-05 15:05:52.000000000 +0200 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.hu\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-08 11:43+0100\n" "Last-Translator: Kalman Kemenczy <[email protected]>\n" "Language-Team: <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/it.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/it.po new/limal-ca-mgm-1.6.5/po/it.po --- old/limal-ca-mgm-1.6.4/po/it.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/it.po 2011-04-05 15:05:52.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-03-31 18:35+0100\n" "Last-Translator: Andrea Florio <[email protected]>\n" "Language-Team: italian <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -592,8 +593,8 @@ #: src/OpenSSLUtils.cpp:982 msgid "Showing certificate status with serial %1 failed (%2)." msgstr "" -"Impossibile visualizzare lo stato del certificato con numero di serie %1 (%" -"2)." +"Impossibile visualizzare lo stato del certificato con numero di serie %1 " +"(%2)." #: src/OpenSSLUtils.cpp:1018 msgid "The key file does not exist." Files old/limal-ca-mgm-1.6.4/po/ja.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/ja.po new/limal-ca-mgm-1.6.5/po/ja.po --- old/limal-ca-mgm-1.6.4/po/ja.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ja.po 2011-04-05 15:05:52.000000000 +0200 @@ -7,10 +7,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-07 21:33+0900\n" "Last-Translator: Yasuhiko Kamata <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/km.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/km.po new/limal-ca-mgm-1.6.5/po/km.po --- old/limal-ca-mgm-1.6.4/po/km.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/km.po 2011-04-05 15:05:52.000000000 +0200 @@ -13,10 +13,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-17 15:42+0700\n" "Last-Translator: Auk Piseth <[email protected]>\n" "Language-Team: khmer <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/ko.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/ko.po new/limal-ca-mgm-1.6.5/po/ko.po --- old/limal-ca-mgm-1.6.4/po/ko.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ko.po 2011-04-05 15:05:52.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: limal-ca-mem.ko\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2009-10-23 02:40+0900\n" "Last-Translator: Yunseok Choi <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/lt.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/lt.po new/limal-ca-mgm-1.6.5/po/lt.po --- old/limal-ca-mgm-1.6.4/po/lt.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/lt.po 2011-04-05 15:05:52.000000000 +0200 @@ -7,15 +7,16 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2009-10-04 14:28+0300\n" "Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: Lietuvių\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" -"100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: KBabel 1.11.4\n" #: src/AuthorityInfoAccessExtension.cpp:110 Files old/limal-ca-mgm-1.6.4/po/mr.gmo and new/limal-ca-mgm-1.6.5/po/mr.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/limal-ca-mgm-1.6.4/po/mr.po new/limal-ca-mgm-1.6.5/po/mr.po --- old/limal-ca-mgm-1.6.4/po/mr.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/mr.po 2011-04-05 15:05:52.000000000 +0200 @@ -2,10 +2,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2005-07-29 15:37+0530\n" "Last-Translator: Priyavert Sharma <[email protected]>\n" "Language-Team: AgreeYa Solutions <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/nb.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/nb.po new/limal-ca-mgm-1.6.5/po/nb.po --- old/limal-ca-mgm-1.6.4/po/nb.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/nb.po 2011-04-05 15:05:52.000000000 +0200 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-10 10:45+0100\n" "Last-Translator: Olav Pettershagen <[email protected]>\n" "Language-Team: Norwegian Bokmål <>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/nl.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/nl.po new/limal-ca-mgm-1.6.5/po/nl.po --- old/limal-ca-mgm-1.6.4/po/nl.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/nl.po 2011-04-05 15:05:52.000000000 +0200 @@ -10,10 +10,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.nl\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-08 00:32+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/pa.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/pa.po new/limal-ca-mgm-1.6.5/po/pa.po --- old/limal-ca-mgm-1.6.4/po/pa.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/pa.po 2011-04-05 15:05:52.000000000 +0200 @@ -9,10 +9,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.pa\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2007-08-15 08:43+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Panjabi <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/pl.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/pl.po new/limal-ca-mgm-1.6.5/po/pl.po --- old/limal-ca-mgm-1.6.4/po/pl.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/pl.po 2011-04-05 15:05:52.000000000 +0200 @@ -6,10 +6,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-05-24 03:03+0200\n" "Last-Translator: Mariusz Fik <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/pt.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/pt.po new/limal-ca-mgm-1.6.5/po/pt.po --- old/limal-ca-mgm-1.6.4/po/pt.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/pt.po 2011-04-05 15:05:52.000000000 +0200 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.pt\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2009-02-07 20:57+0000\n" "Last-Translator: Antonio Cardoso Martins <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/pt_BR.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/pt_BR.po new/limal-ca-mgm-1.6.5/po/pt_BR.po --- old/limal-ca-mgm-1.6.4/po/pt_BR.po 2010-05-29 16:51:36.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/pt_BR.po 2011-04-05 15:05:52.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-03-08 22:00-0300\n" "Last-Translator: Isis Binder <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/ro.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/ro.po new/limal-ca-mgm-1.6.5/po/ro.po --- old/limal-ca-mgm-1.6.4/po/ro.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ro.po 2011-04-05 15:05:52.000000000 +0200 @@ -3,11 +3,12 @@ msgstr "" "Project-Id-Version: openSUSE\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-04-30 16:32+0300\n" "Last-Translator: Lucian Oprea <[email protected]>\n" "Language-Team: Comunitatea traducatorilor openSUSE Romania. Contact: <oprea." "[email protected]><[email protected]><[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/ru.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/ru.po new/limal-ca-mgm-1.6.5/po/ru.po --- old/limal-ca-mgm-1.6.4/po/ru.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ru.po 2011-04-05 15:05:52.000000000 +0200 @@ -7,15 +7,16 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.ru\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2010-04-10 20:32+0300\n" "Last-Translator: Alexander Melentiev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 0.3\n" #: src/AuthorityInfoAccessExtension.cpp:110 Files old/limal-ca-mgm-1.6.4/po/sk.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/sk.po new/limal-ca-mgm-1.6.5/po/sk.po --- old/limal-ca-mgm-1.6.4/po/sk.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/sk.po 2011-04-05 15:05:52.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2009-04-15 20:27+0100\n" "Last-Translator: Rastislav Krupanský <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/sv.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/sv.po new/limal-ca-mgm-1.6.5/po/sv.po --- old/limal-ca-mgm-1.6.4/po/sv.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/sv.po 2011-04-05 15:05:52.000000000 +0200 @@ -9,10 +9,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.sv\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-07 12:22+0100\n" "Last-Translator: Jonas Björk <[email protected]>\n" "Language-Team: svenska <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/ta.gmo and new/limal-ca-mgm-1.6.5/po/ta.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/limal-ca-mgm-1.6.4/po/ta.po new/limal-ca-mgm-1.6.5/po/ta.po --- old/limal-ca-mgm-1.6.4/po/ta.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/ta.po 2011-04-05 15:05:52.000000000 +0200 @@ -2,10 +2,11 @@ msgstr "" "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2003-08-14 10:47+0200\n" "Last-Translator: Priyavert Sharma<[email protected]>\n" "Language-Team: AgreeYa Solutions<[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/uk.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/uk.po new/limal-ca-mgm-1.6.5/po/uk.po --- old/limal-ca-mgm-1.6.4/po/uk.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/uk.po 2011-04-05 15:05:52.000000000 +0200 @@ -12,16 +12,17 @@ msgstr "" "Project-Id-Version: limal-ca-mgm.uk\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-07 19:47-0800\n" "Last-Translator: Ivan Petrouchtchak <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" +"Language: uk\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" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: src/AuthorityInfoAccessExtension.cpp:110 #: src/AuthorityInfoAccessExtension.cpp:139 Files old/limal-ca-mgm-1.6.4/po/xh.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/xh.po new/limal-ca-mgm-1.6.5/po/xh.po --- old/limal-ca-mgm-1.6.4/po/xh.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/xh.po 2011-04-05 15:05:52.000000000 +0200 @@ -5,10 +5,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2006-11-03 12:03\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/zh_CN.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/zh_CN.po new/limal-ca-mgm-1.6.5/po/zh_CN.po --- old/limal-ca-mgm-1.6.4/po/zh_CN.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/zh_CN.po 2011-04-05 15:05:52.000000000 +0200 @@ -5,10 +5,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2008-11-24 18:34+0800\n" "Last-Translator: Thruth Wang <[email protected]>\n" "Language-Team: Simplified Chinese\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/zh_TW.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/zh_TW.po new/limal-ca-mgm-1.6.5/po/zh_TW.po --- old/limal-ca-mgm-1.6.4/po/zh_TW.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/zh_TW.po 2011-04-05 15:05:52.000000000 +0200 @@ -8,10 +8,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2009-09-18 17:28+0800\n" "Last-Translator: swyear <[email protected]>\n" "Language-Team: Chinese Traditional <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" Files old/limal-ca-mgm-1.6.4/po/zu.gmo and new/limal-ca-mgm-1.6.5/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/limal-ca-mgm-1.6.4/po/zu.po new/limal-ca-mgm-1.6.5/po/zu.po --- old/limal-ca-mgm-1.6.4/po/zu.po 2010-05-29 16:56:08.000000000 +0200 +++ new/limal-ca-mgm-1.6.5/po/zu.po 2011-04-05 15:05:52.000000000 +0200 @@ -5,10 +5,11 @@ msgstr "" "Project-Id-Version: limal-ca-mgm\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-07-10 14:14+0200\n" +"POT-Creation-Date: 2011-04-05 15:05+0200\n" "PO-Revision-Date: 2006-11-03 12:03\n" "Last-Translator: Novell Language <[email protected]>\n" "Language-Team: Novell Language <[email protected]>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
