Hello community, here is the log from the commit of package libgnomesu for openSUSE:Leap:15.2 checked in at 2020-03-27 16:43:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libgnomesu (Old) and /work/SRC/openSUSE:Leap:15.2/.libgnomesu.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnomesu" Fri Mar 27 16:43:17 2020 rev:15 rq:787604 version:2.0.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libgnomesu/libgnomesu.changes 2020-03-06 12:37:17.498611835 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libgnomesu.new.3160/libgnomesu.changes 2020-03-27 16:43:26.555768297 +0100 @@ -1,0 +2,6 @@ +Sat Mar 21 05:01:08 CET 2020 - [email protected] + +- Update to version 2.0.4: + * Updated translations. + +------------------------------------------------------------------- Old: ---- libgnomesu-2.0.3.tar.xz New: ---- libgnomesu-2.0.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomesu.spec ++++++ --- /var/tmp/diff_new_pack.wxBgZB/_old 2020-03-27 16:43:27.031768577 +0100 +++ /var/tmp/diff_new_pack.wxBgZB/_new 2020-03-27 16:43:27.035768579 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgnomesu # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libgnomesu -Version: 2.0.3 +Version: 2.0.4 Release: 0 Summary: GNOME su Library License: LGPL-2.1-or-later ++++++ libgnomesu-2.0.3.tar.xz -> libgnomesu-2.0.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/NEWS new/libgnomesu-2.0.4/NEWS --- old/libgnomesu-2.0.3/NEWS 2019-04-02 22:46:02.000000000 +0200 +++ new/libgnomesu-2.0.4/NEWS 2020-03-20 16:29:26.000000000 +0100 @@ -1,3 +1,7 @@ +Version 2.0.4: +- Support kernel keyrings by including pam_keyinit.so into PAM configuration (Felix Zhang). +- Updated translations. + Version 2.0.3: - Make gnomesu honor /etc/default/su settings for PATH. - Updated translations. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/aclocal.m4 new/libgnomesu-2.0.4/aclocal.m4 --- old/libgnomesu-2.0.3/aclocal.m4 2019-04-02 22:50:04.000000000 +0200 +++ new/libgnomesu-2.0.4/aclocal.m4 2020-03-21 04:46:15.000000000 +0100 @@ -508,7 +508,7 @@ # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016, 2019 Free Software dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -541,7 +541,7 @@ ]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 12 (pkg-config-0.29.2) +# serial 11 (pkg-config-0.29.1) dnl Copyright © 2004 Scott James Remnant <[email protected]>. dnl Copyright © 2012-2015 Dan Nicholson <[email protected]> @@ -583,7 +583,7 @@ dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29.2]) +[m4_define([PKG_MACROS_VERSION], [0.29.1]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ @@ -684,7 +684,7 @@ AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no -AC_MSG_CHECKING([for $2]) +AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) @@ -694,11 +694,11 @@ See the pkg-config man page for more details.]) if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else + else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs @@ -715,7 +715,7 @@ _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full @@ -816,6 +816,74 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR +dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------ +dnl +dnl Prepare a "--with-" configure option using the lowercase +dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and +dnl PKG_CHECK_MODULES in a single macro. +AC_DEFUN([PKG_WITH_MODULES], +[ +m4_pushdef([with_arg], m4_tolower([$1])) + +m4_pushdef([description], + [m4_default([$5], [build with ]with_arg[ support])]) + +m4_pushdef([def_arg], [m4_default([$6], [auto])]) +m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) +m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) + +m4_case(def_arg, + [yes],[m4_pushdef([with_without], [--without-]with_arg)], + [m4_pushdef([with_without],[--with-]with_arg)]) + +AC_ARG_WITH(with_arg, + AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, + [AS_TR_SH([with_]with_arg)=def_arg]) + +AS_CASE([$AS_TR_SH([with_]with_arg)], + [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], + [auto],[PKG_CHECK_MODULES([$1],[$2], + [m4_n([def_action_if_found]) $3], + [m4_n([def_action_if_not_found]) $4])]) + +m4_popdef([with_arg]) +m4_popdef([description]) +m4_popdef([def_arg]) + +])dnl PKG_WITH_MODULES + +dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ----------------------------------------------- +dnl +dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES +dnl check._[VARIABLE-PREFIX] is exported as make variable. +AC_DEFUN([PKG_HAVE_WITH_MODULES], +[ +PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) + +AM_CONDITIONAL([HAVE_][$1], + [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) +])dnl PKG_HAVE_WITH_MODULES + +dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------------------ +dnl +dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after +dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make +dnl and preprocessor variable. +AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], +[ +PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) + +AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], + [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) +])dnl PKG_HAVE_DEFINE_WITH_MODULES + # Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/configure new/libgnomesu-2.0.4/configure --- old/libgnomesu-2.0.3/configure 2019-04-02 22:50:05.000000000 +0200 +++ new/libgnomesu-2.0.4/configure 2020-03-21 04:46:15.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libgnomesu 2.0.3. +# Generated by GNU Autoconf 2.69 for libgnomesu 2.0.4. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='libgnomesu' PACKAGE_TARNAME='libgnomesu' -PACKAGE_VERSION='2.0.3' -PACKAGE_STRING='libgnomesu 2.0.3' +PACKAGE_VERSION='2.0.4' +PACKAGE_STRING='libgnomesu 2.0.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1398,7 +1398,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libgnomesu 2.0.3 to adapt to many kinds of systems. +\`configure' configures libgnomesu 2.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1468,7 +1468,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgnomesu 2.0.3:";; + short | recursive ) echo "Configuration of libgnomesu 2.0.4:";; esac cat <<\_ACEOF @@ -1607,7 +1607,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libgnomesu configure 2.0.3 +libgnomesu configure 2.0.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1972,7 +1972,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libgnomesu $as_me 2.0.3, which was +It was created by libgnomesu $as_me 2.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2835,7 +2835,7 @@ # Define the identity of the package. PACKAGE='libgnomesu' - VERSION='2.0.3' + VERSION='2.0.4' cat >>confdefs.h <<_ACEOF @@ -13205,14 +13205,8 @@ fi pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for - glib-2.0 - gtk+-3.0 -" >&5 -$as_echo_n "checking for - glib-2.0 - gtk+-3.0 -... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNOMESU" >&5 +$as_echo_n "checking for LIBGNOMESU... " >&6; } if test -n "$LIBGNOMESU_CFLAGS"; then pkg_cv_LIBGNOMESU_CFLAGS="$LIBGNOMESU_CFLAGS" @@ -13270,7 +13264,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -13306,7 +13300,7 @@ and LIBGNOMESU_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -13387,12 +13381,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for - gio-2.0 >= 2.26.0 -" >&5 -$as_echo_n "checking for - gio-2.0 >= 2.26.0 -... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMESU" >&5 +$as_echo_n "checking for GNOMESU... " >&6; } if test -n "$GNOMESU_CFLAGS"; then pkg_cv_GNOMESU_CFLAGS="$GNOMESU_CFLAGS" @@ -13444,7 +13434,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -13477,7 +13467,7 @@ and GNOMESU_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -13504,12 +13494,8 @@ pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for - glib-2.0 -" >&5 -$as_echo_n "checking for - glib-2.0 -... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMESU_PAM_BACKEND" >&5 +$as_echo_n "checking for GNOMESU_PAM_BACKEND... " >&6; } if test -n "$GNOMESU_PAM_BACKEND_CFLAGS"; then pkg_cv_GNOMESU_PAM_BACKEND_CFLAGS="$GNOMESU_PAM_BACKEND_CFLAGS" @@ -13561,7 +13547,7 @@ if test $pkg_failed = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then @@ -13594,7 +13580,7 @@ and GNOMESU_PAM_BACKEND_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -13621,7 +13607,7 @@ GETTEXT_PACKAGE=libgnomesu-1.0 -ALL_LINGUAS="ar az bg bs ca cs da de el en_CA en_GB es eu fa fi fr gu hi hr hu id it ja ko lt lv mk ms nb ne nl nn pa pl pt_BR pt ru rw sk sq sr@latin sr sv tr uk vi zh_CN zh_TW" +ALL_LINGUAS="ar az bg bs ca cs da de el en_CA en_GB es eu fa fi fr gu hi hr hu id ie it ja ko lt lv mk ms nb ne nl nn pa pl pt_BR pt ru rw sk sq sr@latin sr sv tr uk vi zh_CN zh_TW" for ac_header in locale.h do : @@ -16231,7 +16217,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgnomesu $as_me 2.0.3, which was +This file was extended by libgnomesu $as_me 2.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16288,7 +16274,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libgnomesu config.status 2.0.3 +libgnomesu config.status 2.0.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/configure.ac new/libgnomesu-2.0.4/configure.ac --- old/libgnomesu-2.0.3/configure.ac 2019-04-02 22:47:46.000000000 +0200 +++ new/libgnomesu-2.0.4/configure.ac 2020-03-21 04:44:18.000000000 +0100 @@ -1,5 +1,5 @@ AC_PREQ([2.53]) -AC_INIT([libgnomesu], [2.0.3]) +AC_INIT([libgnomesu], [2.0.4]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip]) AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes]) @@ -65,7 +65,7 @@ GETTEXT_PACKAGE=libgnomesu-1.0 AC_SUBST(GETTEXT_PACKAGE) -ALL_LINGUAS="ar az bg bs ca cs da de el en_CA en_GB es eu fa fi fr gu hi hr hu id it ja ko lt lv mk ms nb ne nl nn pa pl pt_BR pt ru rw sk sq sr@latin sr sv tr uk vi zh_CN zh_TW" +ALL_LINGUAS="ar az bg bs ca cs da de el en_CA en_GB es eu fa fi fr gu hi hr hu id ie it ja ko lt lv mk ms nb ne nl nn pa pl pt_BR pt ru rw sk sq sr@latin sr sv tr uk vi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT AC_PROG_INTLTOOL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/pam-backend/gnomesu-pam new/libgnomesu-2.0.4/pam-backend/gnomesu-pam --- old/libgnomesu-2.0.3/pam-backend/gnomesu-pam 2019-04-02 22:41:39.000000000 +0200 +++ new/libgnomesu-2.0.4/pam-backend/gnomesu-pam 2020-02-12 14:29:48.000000000 +0100 @@ -5,4 +5,5 @@ session required pam_permit.so session required pam_xauth.so session optional pam_timestamp.so +session optional pam_keyinit.so force revoke account required pam_permit.so diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/po/ca.po new/libgnomesu-2.0.4/po/ca.po --- old/libgnomesu-2.0.3/po/ca.po 2019-04-02 22:41:39.000000000 +0200 +++ new/libgnomesu-2.0.4/po/ca.po 2020-03-20 16:25:38.000000000 +0100 @@ -11,16 +11,16 @@ "Project-Id-Version: libgnomesu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2018-10-01 16:02+0000\n" +"PO-Revision-Date: 2020-02-12 17:54+0000\n" "Last-Translator: David Medina <[email protected]>\n" -"Language-Team: Catalan " -"<https://l10n.opensuse.org/projects/libgnomesu/master/ca/>\n" +"Language-Team: Catalan <https://l10n.opensuse.org/projects/libgnomesu/master/" +"ca/>\n" "Language: ca\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: Weblate 2.18\n" +"X-Generator: Weblate 3.6.1\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -46,7 +46,7 @@ #: ../src/gnomesu-auth-dialog.c:532 msgid "Please enter the root password to continue." -msgstr "Introduïu la contrasenya del superusuari (root) per continuar." +msgstr "Si us plau, introduïu la contrasenya d'arrel per continuar." #: ../src/gnomesu-auth-dialog.c:627 msgid "_Password:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/po/cs.po new/libgnomesu-2.0.4/po/cs.po --- old/libgnomesu-2.0.3/po/cs.po 2019-04-02 22:41:39.000000000 +0200 +++ new/libgnomesu-2.0.4/po/cs.po 2020-03-20 16:25:38.000000000 +0100 @@ -9,16 +9,16 @@ "Project-Id-Version: libgnomesu VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-04-27 18:44+0200\n" -"PO-Revision-Date: 2015-09-11 15:02+0200\n" -"Last-Translator: Tomáš Chvátal <[email protected]>\n" -"Language-Team: Czech <http://l10n.opensuse.org/projects/libgnomesu/master/cs/" -">\n" +"PO-Revision-Date: 2020-02-25 18:54+0000\n" +"Last-Translator: Pavel Borecki <[email protected]>\n" +"Language-Team: Czech <https://l10n.opensuse.org/projects/libgnomesu/master/" +"cs/>\n" "Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 2.3\n" +"X-Generator: Weblate 3.6.1\n" #: ../src/gnomesu-auth-dialog.c:288 msgid "C_ontinue" @@ -26,7 +26,7 @@ #: ../src/gnomesu-auth-dialog.c:368 msgid "<small><b>_Details</b></small>" -msgstr "<small><b>_Podrobnosti</b></small>" +msgstr "<small><b>Po_drobnosti</b></small>" #: ../src/gnomesu-auth-dialog.c:400 msgid "Command:" @@ -67,7 +67,7 @@ #: ../src/services/pam.c:224 ../src/services/su.c:217 #, c-format msgid "User '%s' doesn't exist." -msgstr "Uživatel '%s' neexistuje." +msgstr "Uživatel „%s“ neexistuje." #: ../src/services/pam.c:229 ../src/services/su.c:221 msgid "An unknown error occured while authenticating." @@ -88,16 +88,16 @@ #: ../src/services/pam.c:245 #, c-format msgid "User account '%s' has expired." -msgstr "Platnost uživatelského účtu „%s“ vypršela." +msgstr "Platnost uživatelského účtu „%s“ skončila." #: ../src/services/pam.c:250 #, c-format msgid "The password of '%s' has expired. Please update the password." -msgstr "Platnost hesla „%s“ vypršela. Aktualizujte své heslo." +msgstr "Platnost hesla „%s“ skončila. Aktualizujte své heslo." #: ../src/services/pam.c:255 msgid "Unable to initialize the PAM authentication system." -msgstr "Nelze inicializovat systém ověřování PAM." +msgstr "Nedaří se inicializovat systém ověřování PAM." #: ../su-backend/closeout.c:71 ../su-backend/closeout.c:73 msgid "write error" @@ -106,7 +106,7 @@ #: ../su-backend/version-etc.c:38 #, c-format msgid "Written by %s.\n" -msgstr "Napsal %s.\n" +msgstr "Vytvořil %s.\n" #: ../su-backend/version-etc.c:39 msgid "" @@ -133,11 +133,11 @@ #: ../tools/gnomesu.c:42 msgid "Run as this user instead of as root." -msgstr "Spustit jako uživatel místo správce." +msgstr "Spustit jako uživatel namísto správce." #: ../tools/gnomesu.c:42 msgid "USERNAME" -msgstr "JMÉNOUŽIVATELE" +msgstr "UŽIVATELSKÉJMÉNO" #: ../tools/gnomesu.c:75 #, c-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnomesu-2.0.3/po/ie.po new/libgnomesu-2.0.4/po/ie.po --- old/libgnomesu-2.0.3/po/ie.po 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnomesu-2.0.4/po/ie.po 2020-02-12 14:29:48.000000000 +0100 @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-27 18:44+0200\n" +"PO-Revision-Date: 2019-05-14 14:46+0000\n" +"Last-Translator: Olga Smirnova <[email protected]>\n" +"Language-Team: Occidental <https://l10n.opensuse.org/projects/libgnomesu/" +"master/ie/>\n" +"Language: ie\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: Weblate 3.3\n" + +#: ../src/gnomesu-auth-dialog.c:288 +msgid "C_ontinue" +msgstr "C_ontinuar" + +#: ../src/gnomesu-auth-dialog.c:368 +msgid "<small><b>_Details</b></small>" +msgstr "<small><b>_Detallies</b></small>" + +#: ../src/gnomesu-auth-dialog.c:400 +msgid "Command:" +msgstr "Comande:" + +#: ../src/gnomesu-auth-dialog.c:466 +msgid "Password needed" +msgstr "Contrasigne es besonat" + +#. _("Administrator (root) privilege is required."); +#: ../src/gnomesu-auth-dialog.c:531 ../src/services/pam.c:192 +#: ../src/services/su.c:185 +msgid "The requested action needs further authentication." +msgstr "Li demandat action besona un additional autentication." + +#: ../src/gnomesu-auth-dialog.c:532 +msgid "Please enter the root password to continue." +msgstr "Ples provider li contrasigne del superusator por continuar." + +#: ../src/gnomesu-auth-dialog.c:627 +msgid "_Password:" +msgstr "_Contrasigne:" + +#: ../src/libgnomesu.c:182 +msgid "No services for libgnomesu are available.\n" +msgstr "Null servicie por libgnomesu es disponibil.\n" + +#: ../src/services/pam.c:190 ../src/services/su.c:183 +#, c-format +msgid "Please enter %s's password and click Continue." +msgstr "Ples provide li contrasigne de %s e fa clic sur Continuar." + +#: ../src/services/pam.c:195 ../src/services/su.c:188 +#, c-format +msgid "%s's _password:" +msgstr "_Contrasigne de %s:" + +#: ../src/services/pam.c:224 ../src/services/su.c:217 +#, c-format +msgid "User '%s' doesn't exist." +msgstr "Usator «%s» ne existe." + +#: ../src/services/pam.c:229 ../src/services/su.c:221 +msgid "An unknown error occured while authenticating." +msgstr "Un ínconosset errore evenit durant autentication." + +#: ../src/services/pam.c:233 ../src/services/su.c:225 +msgid "You do not have permission to authenticate." +msgstr "Vu ne have un permission por autenticar." + +#: ../src/services/pam.c:237 +msgid "Unable to access the authentication information." +msgstr "Ne successar accessar li information de autentication." + +#: ../src/services/pam.c:241 +msgid "You reached the limit of tries to authenticate." +msgstr "Vu ha atinget li límite de provas autenticar." + +#: ../src/services/pam.c:245 +#, c-format +msgid "User account '%s' has expired." +msgstr "Li conto de usator «%s» ha expirat." + +#: ../src/services/pam.c:250 +#, c-format +msgid "The password of '%s' has expired. Please update the password." +msgstr "Li contrasigne de «%s» ha expirat. Ples actualisar li contrasigne." + +#: ../src/services/pam.c:255 +msgid "Unable to initialize the PAM authentication system." +msgstr "Ne successat inicialisar li sistema de autentication PAM." + +#: ../su-backend/closeout.c:71 ../su-backend/closeout.c:73 +msgid "write error" +msgstr "errore de scrition" + +#: ../su-backend/version-etc.c:38 +#, c-format +msgid "Written by %s.\n" +msgstr "Scrit per %s.\n" + +#: ../su-backend/version-etc.c:39 +msgid "" +"\n" +"Copyright (C) 1999 Free Software Foundation, Inc.\n" +"This is free software; see the source for copying conditions. There is NO\n" +"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" +msgstr "" +"\n" +"Copyright (C) 1999 Free Software Foundation, Inc.\n" +"This is free software; see the source for copying conditions. There is NO\n" +"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" + +#: ../tools/gnomesu.c:41 +msgid "Pass the command to execute as one single string." +msgstr "Passar li comande por executer quam un singul catene." + +#: ../tools/gnomesu.c:41 +msgid "COMMAND" +msgstr "COMANDE" + +#: ../tools/gnomesu.c:42 +msgid "Run as this user instead of as root." +msgstr "Lansar quam ti-ci usator vice li superusator." + +#: ../tools/gnomesu.c:42 +msgid "USERNAME" +msgstr "NOM-DE-USATOR" + +#: ../tools/gnomesu.c:75 +#, c-format +msgid "An unknown error occurred.\n" +msgstr "Un ínconosset errore ha evenit.\n" + +#: ../tools/gnomesu.c:80 +msgid "GNOME SuperUser" +msgstr "Superusator de GNOME"
