From ad21753e53f2da67814694162dab8ba44082b700 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 14 Mar 2014 21:52:12 +0100 Subject: [PATCH 01/16] Delete extraneous files --- ChangeLog.orig | 14622 ------------------------------------------ ChangeLog~ | 14677 ------------------------------------------- lib/groupio.c~ | 458 -- man/useradd.8.xml~ | 848 --- 4 files changed, 30605 deletions(-) delete mode 100644 ChangeLog.orig delete mode 100644 ChangeLog~ delete mode 100644 lib/groupio.c~ delete mode 100644 man/useradd.8.xml~ diff --git a/ChangeLog.orig b/ChangeLog.orig deleted file mode 100644 index 1b90ceea..00000000 --- a/ChangeLog.orig +++ /dev/null @@ -1,14622 +0,0 @@ -2012-05-20 Christian Perrier - - * configure.in: Prepare for next point release 4.2. - * if using the static char* for pw_dir, strdup it so - pw_free() can be used. (Closes: Debian#691459) - * Kill the child process group, rather than just the - immediate child; this is needed now that su no - longer starts a controlling terminal when not running an - interactive shell (closes: Debian#713979) - Thansk to Colin Watson for the patch. - -2012-05-25 Nicolas François - - * NEWS: Set release date. - * man/po/shadow-man-pages.pot: Regenerated. - * man/po/*.po: Updated PO files. - -2012-05-25 Nicolas François - - * man/*.xml: Add author based on copyright statement. - * man//*.[1358], man//man[1358]/*.[1358], - man//Makefile.am: Sort manpages per section as the generated - manpages. - -2012-05-20 Nicolas François - - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2012-05-20 Nicolas François - - * man/Makefile.am, man/generate_mans.mak: Update clean targets, - due to the generation in separate sub folders. - -2012-05-20 Nicolas François - - * man/su.1.xml: Document author to avoid warnings during - generation. This needs to be rolled out to other manpages. - * man/generate_mans.mak: Do not add a AUTHOR section in the man - pages. - -2012-05-20 Nicolas François - - * src/su.c: non PAM enabled versions: do not fail if su is called - without a controlling terminal. Ignore ENXIO errors when opening - /dev/tty. - -2012-05-20 Nicolas François - - * src/useradd.c: Cleanup, return code 13 no more used. - * man/useradd.8.xml: Document return code 14, and remove return - code 13. - -2012-05-20 Nicolas François - - * NEWS, man/generate_mans.mak: Generate manpages in man1, man3, - man5, man8 subdirectories. This fix the generation of .so links - which did not point to a path relative to the top-level manual - hierarchy. - * man/generate_mans.mak: Update man paths accordingly. - * man/Makefile.am: Likewise. - * man/da/Makefile.am: Likewise. - * man/de/Makefile.am: Likewise. - * man/fr/Makefile.am: Likewise. - * man/it/Makefile.am: Likewise. - * man/pl/Makefile.am: Likewise. - * man/ru/Makefile.am: Likewise. - * man/sv/Makefile.am: Likewise. - * man/zh_CN/Makefile.am: Likewise. - -2012-05-20 Nicolas François - - * configure.in: Prepare for next point release 4.1.5.1. - -2012-05-19 Nitin A Kamble - - * configure.in: Remove deprecated AM_C_PROTOTYPES (no more - supported in automake 1.12). - -2012-05-18 Nicolas François - - * src/useradd.c: Keep the default file as much as possible to - avoid issue in case of crash. Use link instead of rename. - -2012-05-18 Peter Vrabec - - * lib/commonio.c: Fix labeling of /etc/{passwd,shadow,group,gshadow}. - It will basically label them with same context as - /etc/{passwd+,shadow+,group+,gshadow+} - -2012-05-18 Nicolas François - - * src/pwunconv.c: Do not check spw_close() return value (file is - opened readonly). - * src/grpunconv.c: Do not check sgr_close() return value (file is - opened readonly). - -2012-05-18 Nicolas François - - * NEWS, src/userdel.c: Fix segfault when userdel removes the - user's group. - -2012-05-17 Nicolas François - - * NEWS, src/login.c: Log in utmp / utmpx / wtmp also when PAM is - enabled. This is not done by pam_lastlog. This was broken on - 2011-07-23. - * NEWS, libmisc/utmp.c: Do not log in wtmp when PAM is enabled. - This is done by pam_lastlog. - -2012-05-17 Christian Perrier - - * man/po/fr.po: French translation of manpages completed - -2012-05-17 Simon Brandmair - - * man/po/de.po: German translation of manpages completed - -2012-02-12 Nicolas François - - * NEWS: New placeholder for the next release (4.1.5.1 expected) - -2012-04-15 Robert Luberda - - * man/po/pl.po: Complete translation of logoutd(8) in Polish. - -2012-02-13 Mike Frysinger - - * src/passwd.c: (non PAM flavour) Report permission denied when - access to /etc/shadow fails with EACCES. - -2012-02-13 Mike Frysinger - - * lib/nscd.c: Add missing newline to error message. - * lib/nscd.c: If nscd is installed but not in use, then running - `nscd -i` will exit(1). We shouldn't warn in this case since this - is not abnormal behavior. - -2012-02-13 Mike Frysinger - - * man/.gitignore: Add generate_mans.deps - -2012-02-13 Mike Frysinger - - * man/grpck.8.xml: Relocate space. - -2012-02-13 Mike Frysinger - - * libmisc/copydir.c: Add missing #include - -2012-02-12 Nicolas François - - * NEWS: Set release date. - -2012-02-12 Nicolas François - - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2012-02-11 Giuseppe Sacco - - * man/po/it.po: Updated after review. - -2012-02-11 Nicolas François - - * man/it/Makefile.am: Activate all manpages. - * man/po/it.po: Fix formal issues (end of lines). - -2012-02-11 Giuseppe Sacco - - * man/po/it.po: Updated to 1173t. - -2012-01-30 Nicolas François - - * man/useradd.8.xml, man/su.1.xml, man/po/da.po, man/po/ru.po, - man/po/fr.po, man/po/de.po, man/po/sv.po, man/po/pl.po, - man/po/it.po, man/po/shadow-man-pages.pot, man/po/zh_CN.po: Fix - two typos. Thanks to Giuseppe Sacco. Unfuzzy translations - * po/kk.po, po/nb.po, po/el.po, po/ca.po, po/ja.po: Re-generate. - * man/login.defs.d/ENV_PATH.xml, man/login.defs.d/ENV_SUPATH.xml: - Fix typo. - -2012-01-28 Innocent De Marchi - - * po/ca.po: Updated to 557t. - -2012-01-28 Nicolas François - - * NEWS, configure.in, man/da/Makefile.am, man/Makefile.am: Build - manpages with more than 50% translated messages. - * man/fr/Makefile.am: Add missing manpages: chgpasswd.8, - groupmems.8, nologin.8, sulogin.8. - * man/de/Makefile.am: Add missing manpages: chage.1, chgpasswd.8, - chpasswd.8, expiry.1, faillog.5, faillog.8, getspnam.3, gpasswd.1, - groupadd.8, groupdel.8, groupmems.8, groupmod.8, grpck.8, - grpconv.8, grpunconv.8, gshadow.5, lastlog.8, login.defs.5, - logoutd.8, newusers.8, nologin.8, pwck.8, pwconv.8, pwunconv.8, - sg.1, shadow.3, shadow.5, suauth.5, useradd.8, userdel.8, - usermod.8, limits.5, login.access.5, porttime.5, id.1, sulogin.8 - * man/zh_CN/Makefile.am: Add missing manpages: chgpasswd.8, - groupmems.8, nologin.8, sulogin.8 - * man/pl/Makefile.am, man/sv/Makefile.am, man/it/Makefile.am: - Translate only manpages with more than 50% translated messages. - * man/po/da.po: Do not translate names of manpages (newusers, - limits, groups) - -2012-01-28 Yuri Kozlov - - * man/po/ru.po: Updated to 1173t. - -2012-01-27 Thomas Blein - - * po/fr.po: Updated to 557t. - * man/po/fr.po: Updated to 1173t. - -2012-01-26 Joe Hansen - - * po/da.po: Updated to 557t. - * man/po/da.po: Updated to 294t879u. - -2012-01-23 Thomas Vasileiou - - * po/el.po: Updated to 553t. - -2012-01-22 Baurzhan Muftakhidinov - - * po/kk.po: Updated to 557t. - -2012-01-21 Miguel Figueiredo - - * po/pt.po: Updated to 557t. - -2012-01-19 Holger Wansing - - * po/de.po: Updated to 557t. - -2012-01-18 Bjørn Steensrud - - * po/nb.po: Updated to 557t. Thanks also to Hans Fredrik Nordhaug. - -2012-01-16 NAKANO Takeo - - * po/ja.po: Updated to 557t - -2012-01-16 Simon Brandmair - - * man/po/de.po: Updated to 1173t. - -2012-01-14 YunQiang Su - - * po/zh_CN.po: Updated to 551t2f4u - * man/po/zh_CN.po: Updated to 1026t15f132u - -2012-01-09 Yuri Kozlov - - * po/ru.po: Updated to 557t. - -2012-01-09 Nicolas François - - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2012-01-08 Nicolas François - - * lib/prototypes.h: Cleanup. - * lib/selinux.c, lib/semanage.c: prototypes.h was not included. - -2011-12-09 Peter Vrabec - - * lib/prototypes.h, lib/Makefile.am, po/POTFILES.in, - libmisc/copydir.c, lib/selinux.c: Move set_selinux_file_context() - and reset_selinux_file_context() from libmisc/copydir.c to - lib/selinux.c. - * lib/commonio.c: Use set_selinux_file_context() and - reset_selinux_file_context() instead of using the existing - database SELinux context to set the context for the newly created - files. - -2011-12-09 Nicolas François - - * src/vipw.c: Do not use a hardcoded program name in the usage - message. - -2011-12-04 Nicolas François - - * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/eu.po, - po/fr.po, po/ja.po, po/kk.po, po/pt.po, po/pt_BR.po, po/ru.po, - po/sk.po, po/sv.po, po/vi.po, po/zh_CN.po: Quick unfuzzy. - -2011-12-09 Nicolas François - - * src/newusers.c, src/chpasswd.c, src/chgpasswd.c: Harmonize - usage messages. - -2011-12-09 Nicolas François - - * lib/Makefile.am, lib/prototypes.h, lib/selinux.c, - lib/semanage.c, po/POTFILES.in: Move lib/selinux.c to - lib/semanage.c. - -2011-11-21 Nicolas François - - * src/usermod.c, man/usermod.8.xml: usermod -Z "" removes the - SELinux user mapping for the modified user. - * src/useradd.c: Zflg is #defined as user_selinux non empty. - -2011-11-21 Peter Vrabec - - * libmisc/copydir.c: Ignore errors to copy ACLs if the operation - is not supported. - -2011-11-19 Nicolas François - - * libmisc/root_flag.c, src/gpasswd.c, src/chsh.c: Add splint - annotations. - * src/pwconv.c, src/pwunconv.c, src/grpconv.c, src/grpunconv.c: - Ignore return value of spw_rewind, pw_rewind, sgr_rewind, and - gr_rewind. - * lib/commonio.h: Both head and tail cannot be owned. Set tail as - dependent. - * src/expiry.c: Ignore return value of expire (). - * src/expiry.c: The catch_signals function does not use its sig - parameter. - * src/userdel.c: Last audit_logger parameter is a - shadow_audit_result, use SHADOW_AUDIT_FAILURE instead of 0. - * lib/selinux.c: vasprintf requires _GNU_SOURCE to be defined - before including stdio.h. - * src/chage.c: Cast 3rd date_to_str parameter to a time_t - * src/passwd.c: Add missing cast. - * lib/commonio.c: Avoid multiple statements per line. - * lib/commonio.c: Ignore fclose return value when the file was - open read only or was not changed, or if an error is already - reported. - -2011-11-19 Nicolas François - - * src/faillog.c: The fail_max field is a short, use a short also - for the max argument of setmax / setmax_one. - * src/faillog.c: Fail with an error message when faillog fails to - write to the faillog database. - -2011-11-19 Nicolas François - - * man/gpasswd.1.xml: Document the difference between the -r and -R - options. - -2011-11-19 Nicolas François - - * man/useradd.8.xml, man/groupadd.8.xml, man/usermod.8.xml, - man/groupmod.8.xml: Avoid hardcoded values, and reference instead - the configuration options (e.g. UID_MIN) - * man/groupmod.8.xml, man/usermod.8.xml: Add missing reference to - login.defs - * man/login.defs.d/UID_MAX.xml, man/login.defs.d/SYS_UID_MAX.xml, - man/login.defs.d/GID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml: - Document the default values. - -2011-11-19 Nicolas François - - * src/gpasswd.c: Change of group password enforces gshadow - password. Set /etc/group password to "x". - -2011-11-16 Peter Vrabec - - * NEWS, src/userdel.c, man/userdel.8.xml: Add option -Z/--selinux-user. - * libmisc/system.c, lib/prototypes.h, libmisc/Makefile.am: Removed - safe_system(). - * lib/selinux.c, po/POTFILES.in, lib/prototypes.h, - lib/Makefile.am: Added helper functions for semanage. - * NEWS, README, src/useradd.c, src/usermod.c, src/userdel.c, - configure.in: Use libsemanage instead of semanage. - -2011-11-16 Peter Vrabec - - * src/Makefile.am: useradd may need the LIBATTR library. - -2011-11-16 Peter Vrabec - - * libmisc/copydir.c: Ignore perm_copy_file() errors with errno set - to ENOTSUP. - -2011-11-16 Nicolas François - - * src/useradd.c: Compilation fix when SHADOWGRP is not enabled. - * libmisc/root_flag.c: Add missing #include - -2011-11-13 Nicolas François - - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2011-11-12 Nicolas François - - * src/chage.c, src/chfn.c, src/chgpasswd.c, src/chpasswd.c, - src/chsh.c, src/groupadd.c, src/groupdel.c, src/groupmems.c, - src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c, - src/usermod.c: Provide the PAM error - message instead of our own, and log error to syslog. - * src/groupmems.c: Exit with exit rather than fail_exit in usage(). - * src/newusers.c: Check the number of arguments. - * src/newusers.c: Do not create the home directory when it is not - changed. - * src/useradd.c: Set the group password to "!" rather "x" if there - are no gshadow file. - -2011-11-11 Nicolas François - - * src/pwck.c: Removed pw_opened. - * src/pwck.c: optind cannot be greater than argc. - * src/pwck.c: If spw_opened, then is_shadow is implicitly set. - * src/pwck.c: Do not report passwd entry without x password and a - shadow entry in --quiet mode (no interaction with the caller) - * src/pwck.c: Do not check if the last password change is in the - future if the time is set to 0. - -2011-11-11 Nicolas François - - * libmisc/root_flag.c: Drop privileges before changing root. The - --root option should not be used by regular users for suid utils. - * libmisc/root_flag.c: Improve error messages. - -2011-11-11 Nicolas François - - * src/pwck.c: Compile fix for TCB. - -2011-11-11 Nicolas François - - * libmisc/copydir.c: Avoid conflict with glibc. Rename error to - error_acl. - -2011-11-11 Nicolas François - - * man/newusers.8.xml: Document the optional file argument. - * man/newusers.8.xml: Fix the documentation of the inputs' format. - -2011-11-06 Nicolas François - - * man/groupmod.8.xml: Document that the primary group of users may - be changed by groupmod -g. - -2011-11-06 Nicolas François - - * NEWS, src/newusers.c, man/newusers.8.xml: Add --root option. - -2011-11-06 Nicolas François - - * src/vipw.c: Remove unused variable a. - -2011-11-06 Nicolas François - - * man/generate_mans.mak: The xml-config files do not depend on the - Makefile. - -2011-10-31 Nicolas François - - * src/chage.c, src/chgpasswd.c, src/chpasswd.c, src/chsh.c, - src/faillog.c, src/gpasswd.c, src/groupadd.c, src/groupdel.c, - src/groupmems.c, src/groupmod.c, src/grpconv.c, src/grpunconv.c, - src/lastlog.c, src/newusers.c, src/passwd.c, src/pwconv.c, - src/pwunconv.c, src/su.c, src/useradd.c, src/userdel.c, - src/usermod.c, src/vipw.c: Align and sort options. - -2011-10-31 Nicolas François - - * NEWS, src/pwck.c, man/pwck.8.xm, src/grpck.c, man/grpck.8.xml: - Add --root option. - -2011-10-31 Nicolas François - - * man/limits.5.xml, libmisc/limits.c: Sort limit identifiers. - * libmisc/limits.c: Fix support for the K limit identifier. - * libmisc/limits.c: Add missing default limit for L and U. - -2011-10-31 Nicolas François - - * src/pwck.c, man/pwck.8.xml: Add support for long options. - * src/pwck.c, man/pwck.8.xml: Add -h/--help option - * src/grpck.c, man/grpck.8.xml: Add support for long options. - * src/grpck.c, man/grpck.8.xml: Add -h/--help option - -2011-10-30 Nicolas François - - * src/expiry.c, man/expiry.1.xml: Add support for long options. - * src/expiry.c, man/expiry.1.xml: Add -h/--help option - -2011-10-30 Nicolas François - - * src/chfn.c, man/chfn.1.xml: Add support for long options. - * src/chfn.c, man/chfn.1.xml: Add -u/--help option - * NEWS, src/chfn.c, man/chfn.1.xml: Add --root option. - -2011-10-30 Nicolas François - - * NEWS, src/vipw.c, man/vipw.8.xml: Add --root option. - -2011-10-30 Nicolas François - - * NEWS, src/faillog.c, man/faillog.8.xml: Add --root option. - * NEWS, src/lastlog.c, man/lastlog.8.xml: Likewise. - * src/faillog.c: Add Prog variable, and prefix error messages with - Prog rather than "faillog". - * src/lastlog.c: Likewise. - * src/lastlog.c: Split usage in smaller messages. - -2011-10-30 Nicolas François - - * NEWS, src/chage.c, man/chage.1.xml: Add --root option. Open - audit and syslog after the potential chroot. chage's usage split - in smaller messages. - -2011-10-30 Nicolas François - - * src/login.c: re-indent. - * src/login.c: Fix support for sub-logins. - -2011-10-30 Nicolas François - - * src/faillog.c, src/chage.c, src/newusers.c, src/su.c: The getopt - index of long options is not used. - -2011-10-29 Nicolas François - - * lib/prototypes.h, libmisc/Makefile.am, libmisc/root_flag.c, - po/POTFILES.in: Add process_root_flag() to process the --root - option and chroot so that the chroot config is used and changes - are applied to the chroot. - * NEWS, src/useradd.c, man/useradd.8.xml: Add --root option. Open - audit after the potential chroot. - * NEWS, src/userdel.c, man/userdel.8.xml: Add --root option. Open - audit and syslog after the potential chroot. userdel's usage split - in smaller messages. - * NEWS, src/usermod.c, man/usermod.8.xml: Likewise - * NEWS, src/groupadd.c, man/groupadd.8.xml: Add --root option. Open - audit and syslog after the potential chroot. - * src/groupadd.c: Check atexit failures. - * src/groupadd.c: Return E_SUCCESS instead of exit'ing at the end - of main(). - * NEWS, src/groupadd.c, man/groupadd.8.xml: Add --root option. Open - audit and syslog after the potential chroot. - * src/groupmod.c: The getopt index of long options is not used. - * src/groupdel.c: Add process_flags(). - * src/groupdel.c, man/groupdel.8.xml: Add --help option. - * NEWS, src/groupdel.c, man/groupdel.8.xml: Add --root option. Open - audit and syslog after the potential chroot. - * src/groupdel.c: Check atexit failures. - * NEWS, src/pwconv.c, src/pwunconv.c, src/grpconv.c, - src/grpunconv.c, man/pwconv.8.xml: Add --root option. - * src/pwconv.c, src/pwunconv.c, src/grpconv.c, src/grpunconv.c: - Add --help option. - * src/pwconv.c, src/pwunconv.c, src/grpconv.c, src/grpunconv.c: - Add process_flags() and usage(). - * NEWS, src/chpasswd.c, man/chpasswd.8.xml, src/chgpasswd.c, - man/chgpasswd.8.xml: Add --root option. - * src/chpasswd.c, src/chgpasswd.c: The getopt index of long - options is not used. - * NEWS, src/passwd.c, man/passwd.1.xml: Add --root option. - passwd's usage split in smaller messages. - * src/passwd.c: Call sanitize_env() before setting the locales. - * NEWS, src/groupmems.c, man/groupmems.8.xml: Add --root option. - Open syslog after the potential chroot. - * src/groupmems.c: The getopt index of long options is not used. - * NEWS, src/chsh.c, man/chsh.1.xml: Add --root option. - chsh's usage split in smaller messages. - * src/chsh.c: The getopt index of long options is not used. - * NEWS, src/gpasswd.c, man/gpasswd.1.xml: Add --root option. - * src/gpasswd.c: The getopt index of long options is not used. - -2011-10-22 Nicolas François - - * man/ja/Makefile.am, man/fr/Makefile.am, man/ru/Makefile.am, - man/sv/Makefile.am, man/pl/Makefile.am, man/zh_CN/Makefile.am, - man/it/Makefile.am, man/Makefile.am: Include man_nopam in - EXTRA_DIST only when USE_PAM (they are already in man_MANS - otherwise). - -2011-10-22 Nicolas François - - * man/su.1.xml: Document that su -c does not providea controlling - terminal. - -2011-10-18 Nicolas François - - * src/newusers.c: Fix typo. - * src/useradd.c: Likewise. - * lib/nscd.c: Remove unused variable. - * lib/prototypes.h, libmisc/cleanup.c, lib/spawn.c, src/chage.c: - Add splint annotations. - * src/sulogin.c (main): env is only used when USE_PAM is not set. - -2011-10-15 Nicolas François - - * man/login.defs.d/LOGIN_STRING.xml: Fix typo. - -2011-09-18 Nicolas François - - * lib/prototypes, libmisc/basename.c (Basename): Input is a - constant string. - * lib/prototypes.h, lib/spawn.h, lib/spawn.c, src/userdel.c, - lib/nscd.c, lib/Makefile.am: Delete spawn.h. Move from spawn.h to - prototypes.h. - * src/userdel.c: Remove unused variables. - * lib/nscd.c: Remove unused header files. - * lib/nscd.c: Add the program name to error messages. - * lib/nscd.c: Indicate when nscd does not terminate normally (signal). - * lib/spawn.c: Updated header. - * lib/spawn.c: Flush stdout and stderr to avoid inheriting from - ongoing buffers. - * lib/spawn.c: Avoid implicit conversion of pointer to boolean. - * lib/spawn.c: Replace perror by a complete message. - * lib/spawn.c: Continue to wait for the child if another child - terminates. - * lib/prototypes.h: The name field from cleanup_info_mod is a - constant string. (username). - -2011-09-18 Nicolas François - - * libmisc/cleanup.c: Spawn children should no trigger cleanup - actions. Make sure only the parent (initial caller) perform the - cleanup actions. - -2011-09-18 Nicolas François - - * libmisc/salt.c (SHA_salt_rounds): It is statically ensured that - the format fits in rounds_prefix. - * libmisc/loginprompt.c: Likewise. - -2011-09-18 Nicolas François - - * src/grpconv.c: Fail if not called correctly. - * src/grpconv.c: At the end of main, the passwd and shadow files - are locked. No need to check before unlocking. No need to set the - lock as false neither since there cannot be anymore failures. - -2011-09-18 Nicolas François - - * src/chage.c: EPOCH is not needed, it's converted to -1 by - strtoday(). But we need to support "-1" specifically. - * src/chage.c: Fix usage: LOGIN is mandatory. - * src/chage.c: Display disabled expiry or last change as "-1" - instead of 1969-12-31. 1969-12-31 is still supported as input from - the user. - * src/chage.c: Exit cleanly with fail_exit() (lock files were not - removed). - -2011-09-18 Nicolas François - - * src/useradd.c: Remove def_file. It was always set to - USER_DEFAULTS_FILE. - * src/useradd.c: Fix cut&paste issue causing bad warning when - the useradd.default file contains an invalid INACTIVE= value. - * src/useradd.c: Added missing end of line for rename errors. - * src/useradd.c: Added -D synopsis to the usage message. - * src/useradd.c: Do not scale_age(-1), just use -1. - * src/useradd.c: Added FIXME to be fixed later. - * src/useradd.c: Allow -e -1 when there is no shadow file. - * src/useradd.c: Fail, but do not print the usage message when the - -e argument is not valid. - * src/useradd.c: No need to check for oflg since uflg is - already checked. - -2011-09-18 Nicolas François - - * src/su.c: Too much const were added on 2011-08-15. pw in - save_caller_context() is allocated and freed. - * src/su.c: Added missing #endif indication - * src/su.c (save_caller_context): password only needed if - SU_ACCESS and !USE_PAM. - -2011-09-18 Nicolas François - - * src/usermod.c: date_to_str() is always called with negativ set - to "never", remove this argument. - * src/usermod.c: Added missing cast for gr_free argument. - -2011-09-18 Nicolas François - - * src/pwconv.c: Fail if not called correctly. - * src/pwconv.c: At the end of main, the passwd and shadow files - are locked. No need to check before unlocking. - -2011-09-18 Nicolas François - - * src/newusers.c: Initially set the passwd's password to '*' - instead of 'x'. Only when it is confirmed that a shadow entry is - (will be) added, set the passwd's password to 'x'. - * src/newusers.c: An invalid line is an error. A failure needs to - be reported. - -2011-09-18 Nicolas François - - * src/gpasswd.c: Remove log_gpasswd_success_gshadow(). Writing in - gshadow is the last sub-task. - -2011-09-18 Nicolas François - - * src/chsh.c: No needto remove lines tarting with '#' from - /etc/shells. This is already done by getusershell() and these - shell would fail the access(X_OK) test. - -2011-09-18 Nicolas François - - * man/generate_mans.mak: Fix the generation of translated man - pages. xml2po removed the comment from empty headers and the - config was no more inserted. - -2011-09-18 Nicolas François - - * man/chage.1.xml: The LOGIN argument is not optional. - * man/login.defs.d/QUOTAS_ENAB.xml: Document the dependency - between /etc/limits and QUOTAS_ENAB. - -2011-08-20 Nicolas François - - * po/POTFILES.in: Added lib/spawn.c. - -2011-08-20 Jonathan Nieder - - * lib/Makefile.am: Added lib/spawn.c and lib/spawn.h. - * lib/nscd.c, lib/spawn.c, lib/spawn.h: It is not possible to - differentiate between an nscd failure, and a failure to execute - due to no nscd with posix_spawn. Use our own run_command routine. - * src/userdel.c: Use run_command() - -2011-08-15 Nicolas François - - * src/groupmod.c: Ignore return value from snprintf. - * src/groupmod.c: Add static qualifier to the cleanup structures. - * src/groupmod.c: Check atexit failures. - -2011-08-15 Nicolas François - - * src/usermod.c: Do not assign static to NULL. - * src/usermod.c (date_to_str): buf needs to be unique (e.g. - independent from negativ), and is an out buffer. - * src/usermod.c: Ignore return value from snprintf, and force - nul-termination of buffer. - * src/usermod.c: Improve memory management. - * src/usermod.c: An audit bloc was not reachable, moved above on - success to move the home directory. - * src/usermod.c: Ignore close() return value for the mailbox - (opened read only). - -2011-08-15 Nicolas François - - * src/su.c: Added const modifiers. - * lib/prototypes: Synchronize splint annotations. - -2011-08-14 Nicolas François - - * src/su.c: Add splint annotations. - * src/su.c: Set caller_on_console as boolean. - * src/su.c: Ignore return value from fputs (usage) / puts (prompt). - * src/su.c: Improved memory management. - -2011-08-14 Nicolas François - - * src/chgpasswd.c, src/chpasswd.c, src/newusers.c: Replace cflg by - a test on crypt_method. - -2011-08-14 Nicolas François - - * libmisc/chowndir.c: Add splint annotations. - * src/chgpasswd.c: Likewise. - * src/chpasswd.c: Likewise. - * src/newusers.c: Likewise. - * libmisc/salt.c, lib/prototypes.h (crypt_make_salt): Likewise. - -2011-08-14 Nicolas François - - * lib/gshadow_.h: Fix typo in comment. - -2011-08-14 Nicolas François - - * lib/prototypes.h, libmisc/getgr_nam_gid.c: getgr_nam_gid() - returns an allocated structure. - -2011-08-14 Nicolas François - - * src/su.c: Add annotations to indicate that su_failure() does - not return. - -2011-07-30 Nicolas François - - * lib/commonio.c: Display PID as unsigned long. - -2011-07-30 Nicolas François - - * src/useradd.c: Remove unused Zflg. - -2011-07-30 Nicolas François - - * src/chgpasswd.c: Fix typo sp -> sg. sg_namp -> sg_name - * src/chgpasswd.c: Always update the group file when SHADOWGRP is - not enabled. - -2011-07-30 Nicolas François - - * src/newgrp.c: Fix typo in notreached annotation. - -2011-07-30 Nicolas François - - * src/usermod.c: Add annotations to indicate that fail_exit() does - not return. - * src/usermod.c: Fix typo in notreached annotation. - -2011-07-30 Nicolas François - - * libmisc/find_new_uid.c: free (used_uids) on return. - * libmisc/find_new_gid.c: free (used_gids) on return. - -2011-07-28 Nicolas François - - * lib/commonio.c: Fix NIS commit from 2011-07-14. - -2011-07-28 Nicolas François - - * NEWS, src/chpasswd.c: Create a shadow entry if the password is - set to 'x' in passwd and there are no entry in shadow for the - user. - * NEWS, src/chgpasswd.c: Create a gshadow entry if the password is - set to 'x' in group and there are no entry in gshadow for the - group. - -2011-07-28 Nicolas François - - * src/pwunconv.c: Exit after printing usage when arguments or - options are provided. - * src/pwunconv.c: Re-indent. - * src/pwunconv.c: Open the shadow file read only. - * src/grpunconv.c: Exit after printing usage when arguments or - options are provided. - * src/grpunconv.c: Open the gshadow file read only. - -2011-07-28 Nicolas François - - * src/chgpasswd.c: Fix typo. - -2011-07-23 Nicolas François - - * NEWS, src/login.c: Do not log in utmp / utmpx / wtmp when PAM is - enabled. This is already done by pam_lastlog. Note that - pam_lastlog can only log the parent PID, not the PID of the - process forked by login. - -2011-07-23 Nicolas François - - * src/chpasswd.c: Add annotations to indicate that usage() does - not return. - * src/chpasswd.c: Reindent. - * src/chpasswd.c: Remove dead code. No need to set crypt_method - to NULL when it is already NULL. sflg is only set if crypt_method - is not NULL. - -2011-07-23 Nicolas François - - * src/lastlog.c: Add annotations to indicate that usage() does not - return. - -2011-07-23 Nicolas François - - * src/faillog.c: Add annotations to indicate that usage() does not - return. - * src/faillog.c: Fix message: this is faillog, not lastlog. - * src/faillog.c: Check that there are no extra arguments after - parsing the options. - -2011-07-23 Nicolas François - - * src/chgpasswd.c: Add annotations to indicate that usage() does - not return. - * src/chgpasswd.c: Split usage in smaller parts. Those parts are - already translated for chpasswd. Usage is now closer to - chpasswd's. - * src/chgpasswd.c: Remove dead code. No need to set crypt_method - to NULL when it is already NULL. sflg is only set if crypt_method - is not NULL. - -2011-07-23 Nicolas François - - * src/expiry.c: Remove dead code. - * src/expiry.c: Improve comments. - -2011-07-23 Nicolas François - - * src/grpck.c: Added comments. - * src/grpck.c: Avoid implicit conversion of pointer to boolean. - * src/grpck.c: Remove dead code. argc cannot be lower than optind. - Avoid checking twice in a row for NULL != list[i]. - -2011-07-22 Nicolas François - - * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Fail in case of - invalid configuration. - * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Updated - comments. - * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Be more strict - on the loop stop conditions. Stop if we passed the limit, even if - the limit itself was never noticed. - -2011-07-14 Nicolas François - - * man/po/fr.po: Fix some spacing issues due to configuration - variants. - -2011-07-14 Nicolas François - - * src/passwd.c: Overflow when computing the number of days based - on the scaling. Use of long long needed. - -2011-07-14 Nicolas François - - * NEWS, lib/commonio.h, lib/commonio.c: Additional messages to - indicate why locking failed. - * NEWS, lib/commonio.c: Fix the sort algorithm in case of NIS. NIS - entries were dropped. - * lib/commonio.c: NIS entries can start by '+' or '-'. - -2011-07-14 Nicolas François - - * NEWS, src/groupmod.c: When the gshadow file exists but there are - no gshadow entries, an entry is created if the password is changed - and group requires a shadow entry. - -2011-07-14 Nicolas François - - * src/usermod.c: Fix typo in comment. - * src/usermod.c (move_home): It is always an error to use -m if - the new home directory already exist (independently from the - existence of the old home directory did not exist) - * src/usermod.c (process_flags): Report usage if no options are - provided. Update the error message. - * src/usermod.c (process_flags): Check option compatibility and - dependency before options are discarded when no changes are - requested. - * src/usermod.c (process_flags): Check for oflg is not needed to - check if changes are needed. - * src/usermod.c: usage() does not return. Add annotations. - * src/usermod.c (update_gshadow): is_member was computed twice. - * src/usermod.c (update_group, update_gshadow): Reduce complexity - and document checks. Some checks were always true/false within - their call context. - * NEWS, src/usermod.c; man/usermod.8.xml: When the shadow file - exists but there are no shadow entries, an entry has to be created - if the password is changed and passwd requires a shadow entry, or - if aging features are used (-e or -f). Document this and also that - -e and -f require a shadow file. - * man/usermod.8.xml: Document behavior of an empty EXPIRE_DATE. - * man/usermod.8.xml: Document that the mail spool might have to be - renamed (as for the homedir) - * src/usermod.c (new_pwent): Document that pw_locate will not fail - because getpwnam returned successfully. - * src/usermod.c (process_flags): Do not display the usage in case - of an invalid -f value (similar to -e). - * src/usermod.c (process_flags): Indicate that the user name is - invalid, instead of just a 'field'. - -2011-07-08 Nicolas François - - * src/groupadd.c: Fix typo in comment. - * src/userdel.c: Fix typo from 2011-06-04. Report failure on the - mailfile instead of user_home. - * lib/fields.c: Fixed typo from 2010-02-15. field instead of cp - ought to be checked. - * src/vipw.c: Use Prog instead of progname. This is needed since - Prog is used in the library. - * configure.in: Fix typo. libcrack default is 'no'. - * src/groupmod.c: Avoid implicit conversion of pointer to boolean. - * src/groupmod.c: osgrp can be set only if pflg || nflg. No need - to check for pflg || nflg again - -2011-07-08 Nicolas François - - * man/*.xml, man/config.xml.in: Add source and version - information. This reduce the amount of warnings during the - manpages generation. - -2011-06-25 Nicolas François - - * man/passwd.1.xml: Added reference to chpasswd(8). - * man/po/ru.po: Add space between option and argument. - -2011-06-16 Francisco Javier Cuadrado - - * po/es.po: Spanish translation - -2011-06-16 Nicolas François - - * libmisc/isexpired.c: Added parenthesis. - * libmisc/env.c: Added comments. - * libmisc/env.c: Avoid implicit conversion of pointer to boolean. - -2011-06-16 Nicolas François - - * src/su.c: environ is provided by . - * src/su.c: Added function prototypes. - * src/su.c: Rename shellstr parameter to shellname to avoid - collision with static variable. - * NEWS, src/su.c: Added support for PAM modules which change - PAM_USER. - -2011-06-13 Nicolas François - - * src/su.c (prepare_pam_close_session): Extract the creation of a - child and listening for signal in the parent from run_shell(). - prepare_pam_close_session() is now executed before the creation of - the pam session and before the UID is changed. This allows to - close the session as root. - * src/su.c: Also drop the controlling terminal when PAM is not - used. - * src/su.c: Remove run_shell(). - * src/su.c: After prepare_pam_close_session() there is no need to - close the session in the child. Added pam_setcred to - prepare_pam_close_session(). - -2011-06-12 Nicolas François - - * src/su.c (save_caller_context): Extract from main() the code - used to save the caller's context. - * src/su.c: Split check_perms() in to a PAM (check_perms_pam) and - a non-PAM (check_perms_nopam) version. - * src/su.c: Cleanup check_perms_nopam(). - * src/su.c: Merge environment setting blocks after the creation of - the session. - * src/su.c: Close the password databases together with syslog. - * src/su.c: Extract command line processing from main(). - * src/su.c: Extract export of environment from main(). - -2011-06-10 Nicolas François - - * src/su.c: Group some of the environment processing blocks. The - definition of shellstr, PATH and IFS is not influenced (getenv, - getdef, restricted_shell) by and does not influence (addenv does - not change environ) the authentication. And the authentication - did not overwrite those definitions. This will ease an extraction - from the big main() function. - * src/su.c: Move definition of change_environment and shellstr - after the switch to the final subsystem. The previous architecture - forced to always change the environment (the shell starts with a - '*' and was thus restricted, and change_environment could not be - reset to false). - * src/su.c: No need to change the user's shell in case of - subsystem root. Update the comments. - * src/su.c: Define shellstr before the environment so that - restricted_shell is called only once. This will allow moving the - environment definition after the switch to the new user. - * src/su.c: Extract the authentication from the main function. - * lib/prototypes.h, src/suauth.c, src/su.c (check_su_auth): Do not - use the pwent global variable to communicate between APIs of - different files. Added boolean parameter su_to_root to - check_su_auth(). - * src/su.c (check_perms): Return the passwd entry of the finally - authenticated user. Remove usage of the pwent variable. - * src/su.c: The password of the caller is the one from the - spwd structure only if the passwd's password is 'x'. - * src/su.c: Cleanup local variables. - -2011-06-10 Nicolas François - - * src/su.c: Updating pwent after expire() is not useful. Only the - password information may have changed and they are not used - anymore afterwards. - * src/su.c: No need to call expire() if there are no shadow entry. - No need to convert a passwd entry into an spwd entry in that case. - -2011-06-12 Thomas Blein - - * man/po/fr.po: French manpages translation - -2011-06-05 Nicolas François - - * NEWS, src/su.c: Do not forward the controlling terminal to - commands executed with -c. This prevents tty hijacking which could - lead to execution with the caller's privileges. This required to - forward signals from the terminal (SIGINT, SIGQUIT, SIGTSTP) to - the executed command. - -2011-06-05 Nicolas François - - * NEWS, src/userdel.c: Do not remove a group with the same name as - the user (usergroup) if this group isn't the user's primary group. - -2011-06-04 Nicolas François - - * NEWS, src/userdel.c: Check the existence of the user's mail - spool before trying to remove it. If it does not exist, a warning - is issued, but no failure. - -2011-06-03 Nicolas François - - * src/sulogin.c: Added Prog, needed because of the last xmalloc() - change. - -2011-06-03 Nicolas François - - * man/zh_CN/, man/zh_CN/Makefile.am: Added directory, and zh_CN - Makefile. - * man/Makefile.am: Build zh_CN pages. - * man/generate_translations.mak: Add config.xml to CLEANFILES. - * man/po/zh_CN.po: limits, groups, faillog, expiry should not be - translated (command name, file name), also this broke the build - system as they are used to derive manpage names. - -2011-06-02 Peter Vrabec - - * src/lastlog.c, src/faillog.c: Fix underflows causing wrong entry - to be displayed. - -2011-06-02 Nicolas François - - * libmisc/xmalloc.c: Harmonize message. - -2011-06-02 Peter Vrabec - - * libmisc/find_new_uid.c, libmisc/find_new_gid.c: Add missing - memory allocation check. - -2011-06-02 Cal Peake - - * NEWS, libmisc/addgrps.c: Fix allocator loop. Continue to - getgroups() when getgroups fails (-1) with errno==EINVAL. - -2011-06-01 Simon Brandmair - - * man/newusers.8.xml, man/suauth.5.xml, man/suauth.5.xml, - man/logoutd.8.xml, man/chgpasswd.8.xml, man/groups.1.xml, - man/faillog.5.xml, man/login.defs.d/MD5_CRYPT_ENAB.xml, - man/login.defs.d/DEFAULT_HOME.xml, - man/login.defs.d/LOGIN_RETRIES.xml, - man/login.defs.d/MD5_CRYPT_ENAB.xml, - man/login.defs.d/PORTTIME_CHECKS_ENAB.xml, - man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: - Fix typos - * man/po/de.po: German translation of manpages completed - -2011-05-23 Innocent De Marchi - - * po/ca.po: Catalan translation completed - -2011-04-22 Miguel Figueiredo - - * po/pt.po: Portuguese translation completed - -2011-04-22 Thomas Blein - - * po/fr.po: French translation completed - -2011-04-16 Holger Wansing - - * po/de.po: German translation completed - -2011-04-15 Fred Maranhão - - * po/pt_BR.po: Brazilian Portuguese translation completed - -2011-04-10 Yuri Kozlov - - * po/ru.po: Russian translation completed - -2011-04-07 Daniel Nylander - - * po/sv.po: Swedish translation completed - -2011-04-07 Joe Dalton - - * po/da.po: Danish translation completed - -2011-04-05 Timur Birsh - - * po/kk.po: Kazakh translation completed - -2011-04-05 NAKANO Takeo - - * po/ja.po: Japanese translation completed - -2011-03-30 YunQiang Su - - * man/po/zh_CN.po: convert Simplified Chinese translation - of manpages to gettext - * po/zh_CN.po: Simplified Chinese translation completed - -2010-02-15 Nicolas François - - * man/ru/Makefile.am: Remove double inclusion of $(man_nopam) - -2010-02-15 Nicolas François - - * libmisc/user_busy.c, src/userdel.c, src/usermod.c: Warn in - user_busy() rather than in src/userdel.c or src/usermod.c to - provide more accurate failure cause (user is logged in or user - still executes processes). - -2010-02-15 Nicolas François - - * lib/groupio.c, lib/sgroupio.c, lib/shadowio.c, lib/pwio.c: Check - entry validity before commits to databases. - * libmisc/fields.c, libmisc/Makefile.am, lib/fields.c, - lib/Makefile.am, po/POTFILES.in: fields.c moved from libmisc to - lib. - * lib/fields.c: Fail if input pointer is NULL. - -2010-02-13 Nicolas François - - * NEWS, src/chfn.c, src/chsh.c: Fix CVE-2011-0721: forbid \n in - gecos or shell. - -2011-02-12 Nicolas François - - * autogen.sh: Restore original autoreconf (see 2010-08-29's change - for autogen.sh) - * configure.in, man/po/Makefile.in.in, man/po/Makefile.in: - Makefile.in.in replaced by Makefile.in to avoid config.status - issues when there are multiple po directories. - * man/po/LINGUAS: Adapted to above change. - * man/po/POTFILES.in, man/po/XMLFILES: POTFILES.in replaced by - XMLFILES. - * man/Makefile.am: generate_mans.deps shall be included by make, - not automake. - -2010-11-19 Nicolas François - - * NEWS, libmisc/console.c: Fix CONSOLE parser. This caused login - to hang when CONSOLE was configured with a colon separated list of - TTYs. See http://bugs.gentoo.org/show_bug.cgi?id=324419 - -2010-09-05 Nicolas François - - Integrate review comments from Julien Cristau - * libmisc/copydir.c: Missing parenthesis in comment. - * libmisc/chowndir.c: Fixed memory leak on failed realloc(). - * libmisc/chowndir.c: Make sure the buffer for the path is large - enough. - * libmisc/remove_tree.c: Remove check for NULL before free(). - -2010-08-29 Nicolas François - - * man/po/fr.po: Fix 2 fuzzy strings. - -2010-08-29 Nicolas François - - * NEWS, src/usermod.c: Accept options in any order (username not - necessarily at the end) - -2010-08-29 Nicolas François - - * autogen.sh: Expand autoreconf to avoid running autopoint. - -2010-08-29 Nicolas François - - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2010-08-28 Brian M. Carlson - - * man/chsh.1.xml: Fix comma splice. - -2010-08-28 Nicolas François - - * lib/protoypes.h, libmisc/copydir.c, src/useradd.c: - selinux_file_context renamed set_selinux_file_context. - * lib/protoypes.h, libmisc/copydir.c, src/useradd.c: - Added reset_selinux_file_context. - * src/useradd.c: Check the return value of - set_selinux_file_context and reset_selinux_file_context. - * libmisc/copydir.c: Check the return value of - reset_selinux_file_context. - -2010-08-28 Nicolas François - - * src/su.c: Fix handling of environment variables when - the environment is not changed. In particular, this makes su - behave as documented regarding PATH and IFS (i.e. they are reset) - when -p is provided. - -2010-08-28 Nicolas François - - * man/su.1.xml: Fix typo. - -2010-08-22 Nicolas François - - * src/newgrp.c, src/userdel.c, src/grpck.c, src/gpasswd.c, - src/newusers.c, src/pwconv.c, src/chpasswd.c, src/logoutd.c, - src/chfn.c, src/groupmems.c, src/usermod.c, src/pwunconv.c, - src/expiry.c, src/groupdel.c, src/chgpasswd.c, src/useradd.c, - src/su.c, src/groupmod.c, src/passwd.c, src/pwck.c, src/chage.c, - src/groupadd.c, src/login.c, src/grpconv.c, src/groups.c, - src/grpunconv.c, src/chsh.c: Prog changed to a constant string. - -2010-08-22 Nicolas François - - * libmisc/limits.c: Avoid implicit conversion of integer to - boolean. - * libmisc/basename.c: Avoid implicit conversion of pointer to - boolean. - * libmisc/basename.c, lib/prototypes.h (Basename): Return a - constant string. - * libmisc/basename.c, libmisc/obscure.c, lib/prototypes.h, - libmisc/xmalloc.c, libmisc/getdate.h, libmisc/system.c, - libmisc/getgr_nam_gid.c, libmisc/failure.c, libmisc/valid.c: Add - splint annotations. - * libmisc/chowndir.c: Avoid memory leak. - * libmisc/chowndir.c: Do not check *printf/*puts return value. - * libmisc/chowntty.c: Avoid implicit conversion between integer - types. - * libmisc/obscure.c: Return a bool when possible instead of int. - * libmisc/shell.c: Do not check *printf/*puts return value. - * libmisc/shell.c: Do not check execle return value. - * libmisc/setupenv.c: Avoid implicit conversion between integer - types. - * libmisc/xmalloc.c: size should not be zero to avoid returning - NULL pointers. - * libmisc/hushed.c: Do not check *printf/*puts return value. - * libmisc/system.c: Avoid implicit conversion of integer to - boolean. safe_system last argument is a boolean. - * libmisc/system.c: Check return value of dup2. - * libmisc/system.c: Do not check *printf/*puts return value. - * libmisc/system.c: Do not check execve return value. - * libmisc/salt.c: Do not check *printf/*puts return value. - * libmisc/loginprompt.c: Do not check gethostname return value. - * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Do not check - gr_rewind/pw_rewind return value. - * libmisc/ttytype.c: Limit the number of parsed characters in the - sscanf format. - * libmisc/ttytype.c: Test if a type was really read. - * libmisc/sub.c: Do not check *printf/*puts return value. - * libmisc/sub.c: Avoid implicit conversion of integer to boolean. - * src/userdel.c: Fix typo in comment. - * src/userdel.c: Avoid implicit conversion of boolean to integer. - * src/userdel.c: safe_system last argument is a boolean. - * src/newusers.c: Avoid implicit conversion of boolean to integer. - * src/newusers.c: Avoid implicit conversion of integer to boolean. - * src/usermod.c: Add brackets. - * src/usermod.c: Avoid implicit conversion of characters or - integers to booleans. - * src/vipw.c: Avoid implicit conversion of integer to boolean. - * src/su.c: Avoid implicit conversion of integer to boolean. - * src/su.c: Add brackets. - * src/useradd.c: Avoid implicit conversion of characters or - integers to booleans. - -2010-08-22 Nicolas François - - * libmisc/obscure.c, lib/prototypes.h (obscure): Return a bool - instead of an int. - * libmisc/obscure.c, libmisc/tz.c, src/passwd.c, lib/encrypt.c, - libmisc/copydir.c, lib/prototypes.h: Add splint annotations. - * libmisc/tz.c: Fix some const issues. - * libmisc/tz.c: Avoid multi-statements lines. - * libmisc/tz.c: Add brackets. - * libmisc/copydir.c: Do not check *printf/*puts return value. - * libmisc/copydir.c: Fail if we cannot set or reset the SELinux - fscreate context. - * libmisc/copydir.c: Use xmalloc instead of malloc. - * libmisc/copydir.c: Do not check lutimes return value - * src/vipw.c: Avoid implicit conversion of integer to boolean. - * src/su.c (iswheel): Return a bool instead of an int. - * src/passwd.c: Remove insert_crypt_passwd(). Use xstrdup instead. - * src/passwd.c: Return constant strings when sufficient. - * src/passwd.c: Do not check *printf/*puts return value. - * src/passwd.c: Avoid implicit conversion of character to boolean. - * src/passwd.c: Do not check sleep return value. - * src/sulogin.c: Do not check *printf/*puts return value. - * lib/encrypt.c: Do not check fprintf return value. - -2010-08-21 Nicolas François - - * src/passwd.c: Fix a const issue. - * src/passwd.c: Avoid multi-statements lines. - * src/sulogin.c: Fix a const issue. - -2010-08-21 Nicolas François - - * libmisc/copydir.c, lib/prototypes.h: Caller can choose not to - copy the extended attributes (the SELinux context is hence reset) - * src/usermod.c: Copy the extended attributes. - * src/useradd.c: Only reset the SELinux context. - -2010-08-21 Nicolas François - - * configure.in: Fixed typo. - -2010-08-21 Nicolas François - - * libmisc/console.c, libmisc/motd.c, libmisc/setupenv.c, - libmisc/sulog.c, libmisc/hushed.c, libmisc/failure.c, - libmisc/loginprompt.c, libmisc/ttytype.c, libmisc/obscure.c, - libmisc/pam_pass_non_interractive.c, src/userdel.c, src/login.c, - lib/commonio.c, lib/commonio.h, libmisc/setugid.c, - libmisc/setupenv.c: Fix some const issues. - * libmisc/motd.c: Avoid multi-statements lines. - * libmisc/motd.c: Support long MOTD_FILE. - * libmisc/list.c, lib/prototypes.h: Revert previous change. - dup_list and is_on_list are used with members as defined for the - group structure, and thus even if the list is not modified, the - list elements cannot be constant strings. - * libmisc/system.c: Avoid C++ comments. - * src/vipw.c: WITH_TCB cannot be tested inside a gettextized - string. Split the Usage string. - * lib/commonio.h: Re-indent. - -2010-08-21 Nicolas François - - * libmisc/audit_help.c (audit_logger):pgname is not used. We let - audit find out the name of the program. - * libmisc/audit_help.c: Re-indent. - -2010-08-20 Nicolas François - - * lib/groupio.c: Avoid implicit conversion from signed to unsigned. - -2010-08-20 Nicolas François - - * lib/commonio.c: Make sure there are no NULL pointer dereference. - -2010-08-20 Nicolas François - - * libmisc/remove_tree.c: Ignore snprintf return value. - -2010-08-20 Nicolas François - - * lib/prototypes.h, libmisc/list.c: dup_list() and is_on_list() do - not change the members of the list they receive. Added const - qualifiers. - -2010-08-20 Nicolas François - - * src/usermod.c: Re-indent. - -2010-08-20 Nicolas François - - * lib/commonio.c: Avoid multi-statements lines. - -2010-08-20 Nicolas François - - * man/po/fr.po: Fix a typo. - -2010-06-24 Baurzhan Muftakhidinov - - * NEWS, po/kk.po: Updated Kazakh translation. - -2010-04-12 Nicolas François - - * man/po/fr.po: Fix some typos. Minor updates: 886t70f187u. - -2010-04-12 Nicolas François - - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2010-04-05 Nicolas François - - * man/newusers.8.xml, man/useradd.8.xml, man/groupadd.8.xml, - man/login.defs.d/UMASK.xml, man/login.defs.d/CREATE_HOME.xml, - man/login.defs.d/LOGIN_RETRIES.xml: Fix typos: choosen, overriden, - bahavior. - -2010-04-04 Nicolas François - - * man/usermod.8.xml: Document changes of ownerships. - -2010-04-04 Nicolas François - - * man/vipw.8.xml: Fix formatting typo. - * man/vipw.8.xml: Document the login.defs parameters only when tcb - is enabled. - -2010-04-04 Nicolas François - - * src/useradd.c: spool is a constant string. - * src/useradd.c: Set the new copy_tree's paramater 'copy_root' to false - -2010-04-04 Nicolas François - - * src/usermod.c: move_home() is only called if mflg is set. - * src/usermod.c: Fail is -m is provided but the old home directory - is not a directory. - * src/usermod.c: Use the previous improvement of copy_tree to - provide better error diagnosis. - * src/usermod.c: When rename() is used, also change the ownership. - * src/usermod.c: Do not change the ownership of the root directory - twice. - * src/usermod.c: When -u is provided, only change the ownership of - the home directory if it is a directory. - * src/usermod.c: Also change ownerships when -g is used. - -2010-04-04 Nicolas François - - * lib/prototypes.h, libmisc/copydir.c: Add the old UID and GID to - copy_tree to detect when ownership shall be changed. - * libmisc/copydir.c: Document the behavior when the IDs are set to - -1. - * lib/prototypes.h, libmisc/copydir.c (copy_tree): Add parameter - copy_root. - * libmisc/copydir.c: error() and ctx can be static. - * libmisc/copydir.c (copy_hardlink): Remove parameter src. - -2010-04-04 Nicolas François - - * libmisc/chowndir.c: Dynamically allocate memory to support - path longer than 1024 characters. - * libmisc/chowndir.c: Fix typos in documentation. - * libmisc/chowndir.c: Support and document the behavior when a old - or new ID is set to -1. - * libmisc/chowndir.c: Improved error detection when chown fails. - * libmisc/chowndir.c: Harmonize error handling strategy when an - error occurs: stop changing ownership as soon as an error was - detected. - -2010-04-03 Nicolas François - - * man/hu/passwd.5: Fix formatting typo. - * man/id/login.1: Likewise. - -2010-03-31 Nicolas François - - * man/vipw.8.xml: When TCB is enabled, vipw uses login.defs. - -2010-03-31 Nicolas François - - * NEWS, libmisc/copydir.c: When a hardlink is detected, the - original hardlink should not be removed. - -2010-03-30 Nicolas François - - * po/POTFILES.in, libmisc/Makefile.am, lib/prototypes.h, - libmisc/remove_tree.c, libmisc/copydir.c: Split remove_tree() - outside of copydir.c to avoid linking against libacl or libattr. - -2010-03-30 Nicolas François - - * src/su.c: shell's name must be -su when a su fakes a login. - -2010-03-30 Nicolas François - - * NEWS, configure.in, libmisc/copydir.c, man/useradd.8.xml, - man/usermod.8.xml, src/Makefile.am: Added support for ACLs and - Extended Attributes. - -2010-03-30 Nicolas François - - * libmisc/copydir.c: Document the sections closed by #endif - -2010-03-27 Nicolas François - - * man/vipw.8.xml: Add section ENVIRONMENT. - -2010-03-26 Nicolas François - - * etc/login.defs: Updated description of UMASK to indicate its - usage by pam_umask. - * man/login.defs.d/UMASK.xml: Likewise. - -2010-03-25 Nicolas François - - * man/login.1.xml: login does not check for new mails in PAM - enabled versions. This is done by pam_mail. - -2010-03-25 Nicolas François - - * NEWS, src/chpasswd.c, man/chpasswd.8.xml, man/login.defs.5.xml: - PAM enabled versions: restore the -e option to allow restoring - passwords without knowing those passwords. Restore together the -m - and -c options. - -2010-03-23 Nicolas François - - * src/su.c, src/vipw.c, src/newgrp.c: When the child is - interrupted, stop ourself with a SIGSTOP signal. - -2010-03-23 Nicolas François - - * src/newgrp.c: Limit the scope of variable pid. - * src/login_nopam.c: Limit the scope of variables end, lineno, i, - str_len. - * src/logoutd.c: Limit the scope of variable c. - * src/vipw.c: Re-indent. - * src/vipw.c: Close the file after the creation of the backup. - * src/useradd.c (set_default): Close input file on failure. - * src/useradd.c: Limit the scope of variables spool, file, fd, gr, - gid, mode. - * src/passwd.c: Limit the scope of variables last and ok. - * src/chage.c: Fix typo (non breaking space). - * src/login.c: Limit the scope of variables erasechar killchar, c, - failed. - * src/groups.c: Limit the scope of variable ngroups, pri_grp, i. - * src/id.c: Limit the scope of variable i. - -2010-03-22 Nicolas François - - * lib/utent.c (getutline): Remove getutline(). This function is - no more used. - * lib/groupmem.c: Limit the scope of variable i. - * lib/shadow.c: Avoid implicit conversion of pointers and integers - to booleans. - * lib/shadow.c: Added brackets. - * libmisc/limits.c: Limit the scope of variable tmpmask. - * libmisc/copydir.c: Close opened file on failure. - * libmisc/loginprompt.c: Limit the scope of variable envc. - * libmisc/find_new_uid.c, libmisc/find_new_gid.c: Limit the scope - of variable id. - -2010-03-21 Nicolas François - - * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Detect some - misconfigurations of UID_MIN, UID_MAX, SYS_UID_MIN, SYS_UID_MAX (and - the GID equivalents) - -2010-03-20 Nicolas François - - * NEWS, configure.in: Next version will be 4.1.5. - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2010-03-20 Nicolas François - - * libmisc/limits.c: Re-indent to make pmccabe happy. - -2010-03-20 Nicolas François - - * man/generate_translations.mak, man/generate_mans.mak: Fix - distcheck. All manpages generation code shall be enclosed in - ENABLE_REGENERATE_MAN conditions. - -2010-03-20 Nicolas François - - * man/useradd.8.xml: Do not document the features which are not - working. - * man/useradd.8.xml: Fix typo: -u was meant instead of -o. - * man/useradd.8.xml: Document that the default behavior depends on - CREATE_HOME. - -2010-03-20 Nicolas François - - * lib/groupio.c: Fix memory management insplit_groups(). - -2010-03-20 Nicolas François - - * libmisc/strtoday.c: Empty dates indicate a disabled date, this is - not an error. - -2010-03-19 Nicolas François - - * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos. - * libmisc/limits.c: Removed unused variable. - -2010-03-19 Nicolas François - - * lib/commonio.c: Stop sorting entries when we reach the first - NIS line. - -2010-03-18 Nicolas François - - * src/chsh.c: Even for root, warn if an invalid shell is - specified. Alioth#311305 - -2010-03-18 Nicolas François - - * man/limits.5.xml: Document the selection of the limits when - multiple lines match the user. - -2010-03-18 Nicolas François - - * libmisc/limits.c: Re-indent. - * libmisc/limits.c: Reformat the documentation. Avoid personal - comments. - * man/limits.5.xml: Document the new features. - -2010-03-18 Thomas Orgis - - * NEWS, libmisc/limits.c: Fix parsing of limits. - * NEWS, libmisc/limits.c: Add support for infinite limits. - * NEWS, libmisc/limits.c: Add support for @group syntax. - -2010-03-18 Nicolas François - - * lib/tcbfuncs.h: Re-indent. - * lib/tcbfuncs.h: Explicitly indicate function taking a void - parameter. - -2010-03-18 Nicolas François - - * src/useradd.c: When exiting because of a failure, warn if an - home directory created, but cannot be removed. - -2010-03-18 Nicolas François - - * libmisc/chowndir.c: Re-indent. - * libmisc/chowndir.c: Avoid assignment in comparisons. - * libmisc/chowndir.c: Added brackets and parenthesis. - -2010-03-18 Nicolas François - - * libmisc/strtoday.c: Add support for numerical dates, assuming - they are already specified in number of days since Epoch. Return - -2 in case of errors to support the specification of -1. - * src/usermod.c, src/useradd.c: Adapt to the new error value of - strtoday(). - * src/chage.c: Remove isnum(). Adapt to the new error value of - strtoday(). Support for numerical dates is moved to strtoday(). - -2010-03-18 Nicolas François - - * man/po/fr.po: Harmonize name of parameters. - -2010-03-18 Nicolas François - - * NEWS: Indicate which tools support TCB. - -2010-03-18 Nicolas François - - * src/pwck.c: Unlock the password and shadow files when there is a - failure to prepare the update in memory. - -2010-03-18 Nicolas François - - * src/pwck.c: Only log to SYSLOG when acting on system files. - -2010-03-18 Nicolas François - - * src/pwck.c: Document the sections closed by #endif - * src/pwck.c, man/pwck.8.xml: No alternative shadow file can be - given when USE_TCB is enabled. - * src/pwck.c: Remove the -s option from the usage when USE_TCB is - enabled. The option is still supported, but has no effect, as - documented in the manpage. - -2010-03-18 Nicolas François - - * src/pwck.c: Do not use pwd_file and spw_file. Always use the - dbname() functions. - -2010-03-18 Nicolas François - - * src/pwck.c: Re-indent. - -2010-03-18 Nicolas François - - * src/userdel.c, src/usermod.c, src/vipw.c, src/useradd.c, - src/pwck.c, src/chage.c, lib/shadowio.c: Explicitly use the - SHADOWTCB_FAILURE return code instead of 0 or implicit conversion - to booleans. - -2010-03-18 Paweł Hajdan, Jr. - - * src/pwck.c: Add support for TCB. - * src/pwck.c: Use spw_dbname() instead of spw_file since TCB - changes from a file to another depending on the user. Also use - pw_dbname() for consistency. - -2010-03-17 Nicolas François - - * src/faillog.c: Re-indent. - -2010-03-17 Nicolas François - - * lib/tcbfuncs.h: Added type shadowtcb_status. - * lib/tcbfuncs.h, lib/tcbfuncs.c: Return a shadowtcb_status - instead of an int. - * lib/tcbfuncs.c: Do not return in OUT_OF_MEMORY. - * lib/tcbfuncs.c: Only FreeBSD specify that the returned buffer is - NULL in case of failure. The return value of asprintf shall be - checked. - * lib/tcbfuncs.c: Avoid implicit conversion of pointers or - integers to booleans. - * lib/tcbfuncs.c: Avoid assignments in comparisons. - * lib/tcbfuncs.c: Do not free path before its last use. - * lib/tcbfuncs.c: Include shadowio.h, needed for the - spw_setdbname's prototype. - * lib/tcbfuncs.c: Ignore fflush() return value. - * lib/tcbfuncs.c: Avoid implicit signed to unsigned conversions. - * lib/tcbfuncs.c: Avoid integer to char conversions. - * lib/tcbfuncs.c: Include prototypes.h for the definition of Prog. - * lib/tcbfuncs.c: Removed dead return. - * lib/tcbfuncs.c: move_dir() and shadowtcb_move() need a non NULL - stored_tcb_user. - * lib/tcbfuncs.c: Avoid implicit int to mode_t conversion. - * lib/tcbfuncs.c: Added brackets and parenthesis. - * lib/tcbfuncs.c: Re-indent. - -2010-03-17 Nicolas François - - * lib/commonio.c: Avoid implicit conversion of pointers to - booleans. - * lib/commonio.c: Ignore the return value of close when a - failure is reported. - -2010-03-16 Nicolas François - - * man/faillog.8.xml: Document the behavior in display mode of the - -a option. - * NEWS, man/faillog.8.xml, src/faillog.c: Extend the -a option to - the non-display mode. This changes the default behavior of the -l, - -m, -r, -t options when -a is not specified (restrict to existing - users). - -2010-03-15 Nicolas François - - * man/chage.1.xml, man/login.defs.5.xml, man/pwck.8.xml, - man/pwconv.8.xml, man/useradd.8.xml, man/userdel.8.xml, - man/usermod.8.xml, man/vipw.8.xml: Document the usage of the - TCB_AUTH_GROUP, TCB_SYMLINKS, and USE_TCB configuration - parameters. - * man/pwconv.8.xml, man/pwck.8.xml: Document the behavior when - USE_TCB is enabled. - -2010-03-15 Nicolas François - - * po/POTFILES.in, lib/tcbfuncs.c: Add more strings for - translation. - * lib/tcbfuncs.c: Indicate the name of the program in error - messages. Avoid perror. - * src/useradd.c: Re-indent. - * src/useradd.c: Add more strings for translation. Indicate the - name of the program in error messages. - * src/userdel.c: Re-indent. - * src/userdel.c: Add more strings for translation. Indicate the - name of the program in error messages. - -2010-03-15 Nicolas François - - * src/usermod.c: user_newname and user_newid cannot be used to - test if the username or ID is changed. lflg and uflg should be - used instead. - -2010-03-15 Nicolas François - - * src/userdel.c: Avoid perror. Give more verbose warnings. - -2010-03-11 Nicolas François - - * man/Makefile.am: Indicate that man/generate_mans.deps is - generated. - -2010-03-11 Nicolas François - - * lib/commonio.c: Re-indent. - * lib/commonio.c: Document the sections closed by #endif - * lib/commonio.c: Added brackets. - * lib/commonio.c: Avoid implicit conversion of integer to - booleans. - -2010-03-11 Nicolas François - - * src/userdel.c: Re-indent. - * src/userdel.c: Added brackets. - * src/userdel.c: Avoid implicit conversion of pointers to - booleans. - -2010-03-11 Nicolas François - - * lib/shadowio.c: Re-indent. - * lib/shadowio.c: Added brackets and parenthesis. - * lib/shadowio.c: Document the sections closed by #endif - * lib/shadowio.c: Avoid negation of comparisons. - * lib/shadowio.c: Avoid implicit conversion of integer to booleans - and booleans to integers. - -2010-03-11 Nicolas François - - * src/useradd.c: Re-indent. - * src/useradd.c: Added brackets. - * src/useradd.c: Avoid implicit conversion of integers to - booleans. - * src/useradd.c: Harmonize error messages. - -2010-03-11 Nicolas François - - * src/vipw.c: Document the sections closed by #endif - * src/vipw.c: Avoid implicit conversion of pointers or integers to - booleans. - * src/vipw.c: Added brackets and parenthesis. - * src/vipw.c: Limit the definition of some variables and macros to - the WITH_TCB scope. - * src/vipw.c: Avoid assignment in comparisons. - * src/vipw.c: Replace PASSWD_FILE (resp. GROUP_FILE and - SGROUP_FILE) by pw_dbname () (resp. gr_dbname () and sgr_dbname ()). - This is more consistent with the shadow file handling and may be - useful to allow edition of another partition's files. - - -2010-03-11 Nicolas François - - * src/usermod.c: Re-indent. - * src/usermod.c: Avoid implicit conversion of pointers to - booleans. - * src/usermod.c: Added parenthesis. - -2010-03-11 Nicolas François - - * src/pwunconv.c: Only check USE_TCB if configured WITH_TCB. - -2010-03-10 Nicolas François - - * src/userdel.c: Re-indent. - * src/userdel.c: Avoid implicit conversion of pointers to - booleans. - * src/userdel.c: Document the sections closed by #endif - -2010-03-10 Nicolas François - - * src/pwconv.c: Only check USE_TCB if configured WITH_TCB. - -2010-03-10 Nicolas François - - * libmisc/copydir.c: Added parenthesis. - -2010-02-14 Michael Bunk - - * NEWS, lib/gshadow.c: Fix parsing of gshadow entries. - -2010-01-30 Paweł Hajdan, Jr. - - * NEWS: Add support for TCB. - * lib/tcbfuncs.h, lib/tcbfuncs.c, lib/Makefile.am: New library to - support TCB. - * lib/prototypes, libmisc/copydir.c (remove_tree): Add boolean - parameter remove_root. - * configure.in: Add conditional WITH_TCB. - * src/userdel.c, src/usermod.c: Add support for TCB. Update call to - remove_tree(). - * src/pwconv.c, src/pwunconv.c: Should not be used with TCB enabled. - * src/vipw.c: Add support for TCB. Update call to remove_tree(). - * src/useradd.c: Add support for TCB. Open the shadow file outside - of open_files(). - * src/chage.c: Add support for TCB. - * src/Makefile.am: Install passwd sgid shadow when TCB is enabled. - * lib/getdefs.c, man/vipw.8.xml, man/login.defs.5.xml, - man/login.defs/TCB_AUTH_GROUP.xml, man/login.defs/USE_TCB.xml, - man/login.defs/TCB_SYMLINKS.xml, man/generate_mans.mak, - man/generate_mans.deps, man/Makefile.am: New configuration - parameters: TCB_AUTH_GROUP, TCB_SYMLINKS, USE_TCB. - * lib/shadowio.c, lib/commonio.c: Add support for TCB. - -2010-01-24 Nicolas François - - * libmisc/env.c: Fix sanitize_env() noslash support. This fixes - Alioth#311740. - -2010-01-24 Nicolas François - - * src/su.c: Do not sanitize the environment. This breaks - --preserve-environment. This sanitation was disabled on Debian - since quite some time with no reported issues, and sanitize_env() - documentation agrees that it should be useless as all modern - Unixes will handle setuid executables properly. This fixes - Alioth#312287. - -2010-01-24 Nicolas François - - * libmisc/setupenv.c: Fix typo from 2009-11-01. - -2010-01-24 Paweł Hajdan, Jr. - - * configure.in: Add support for TCB in configure.in. Actual TCB - support will follow. - -2009-11-05 Nicolas François - - * NEWS, src/groupmod.c: Fixed groupmod when configured with - --enable-account-tools-setuid. - -2009-11-01 Nicolas François - - * NEWS, man/login.defs.d/ENV_SUPATH.xml, libmisc/setupenv.c: - Harmonize other paths and documentation with previous - change. - -2009-11-01 Michel Hermier - - * src/su.c: Set the default ENV_SUPATH to - /sbin:/bin:/usr/sbin:/usr/bin (i.e. PATH when no ENV_SUPATH is - specified). - -2009-10-15 Thorsten Kukuk - - * src/faillog.c, man/faillog.8.xml: Harmonize long option in code - and documentation. Use --lock-secs instead of --lock-time. - -2009-10-05 Miroslav Kure - - * po/cs.po: updated to 412t - -2009-09-29 Clytie Siddall - - * po/vi.po: updated to 412t - -2009-09-27 Miroslav Kure - - * po/cs.po: updated to 411t1f - -2009-09-24 Christian Perrier - - * man/po/fr.po: Updated French translation to 835t99f165 - -2009-09-24 Clytie Siddall - - * po/vi.po: updated to 348t30f34u - -2009-09-08 Nicolas François - - * lib/commonio.c: Avoid pre-decrement operator (--n). Add some - comments. - * libmisc/cleanup.c: Fix off by one in an assertion. - -2009-09-08 Nicolas François - - * src/su.c: Fix indentation. - * src/su.c: Add more messages for translation. - * src/su.c: Ignore kill() return value when sending the TERM - signal. If it fails, a KILL should be sent anyway. - -2009-09-08 Nicolas François - - * NEWS, src/su.c: When su receives a signal, wait for the child to - terminate (after sending a SIGTERM), and kill it only if it did - not terminate by itself. No delay will be enforced if the child - cooperates. See http://bugs.gentoo.org/282094 - * NEWS, man/su.1.xml: Document su's exit values. - -2009-09-08 Nicolas François - - * src/useradd.c: The default value for the CREATE_MAIL_SPOOL - variable (i.e. if CREATE_MAIL_SPOOL= is specified without any - values) is "no", not DCREATE_MAIL_SPOOL ("CREATE_MAIL_SPOOL="). - -2009-09-08 Nicolas François - - * src/useradd.c: Avoid redefinition of SHELL. Use DSHELL instead. - For consistency, change HOME, INACT, EXPIRE, SKEL, and - CREATE_MAIL_SPOOL to DHOME, DINACT, DEXPIRE, DSKEL, and - DCREATE_MAIL_SPOOL. - -2009-09-08 Nicolas François - - * src/newusers.c: Prefer #ifdef over #if. - -2009-09-08 Nicolas François - - * configure.in: We do not use SETPGRP_VOID, and already assume - that setpgrp has a void argument. Remove AC_FUNC_SETPGRP to ease - cross compiling. - -2009-09-07 Nicolas François - - * man/generate_translations.mak, man/generate_mans.mak, - po/Makefile.in.in: Removing and restoring the config.xml file - broke parallel builds. Build the manpages based on *.xml-config - files instead of *.xml files. The *.xml do not include config.xml - anymore, which permits to run xml2po without needing to remove - config.xml. The config.xml is restored in the *.xml-config files. - * man/groupadd.8.xml: Implementation of the above. - * man/generate_mans.deps: Updated dependencies - -2009-09-07 Steve Grubb - - * libmisc/limits.c: Fix the format to match the unsigned long - variable in argument. - * libmisc/utmp.c: Fix tests. tmptty is a variable stack. ut_host - is an array of the ut structure. None of them can be NULL. - -2009-09-07 Nicolas François - - * lib/shadowmem.c: Only copy the required fields of the struct - spwd. (start with the primitive types) - * lib/shadowmem.c: Avoid memzero() on a possibly NULL pointer. - * lib/groupmem.c: Only copy the required fields of the struct - group. (start with the primitive types) - * lib/groupmem.c: Avoid memzero() on a possibly NULL pointer. - * lib/groupmem.c: Free gr_mem in addition to its elements. - * lib/sgroupio.c: The struct sgrp has no primitive types to be - copied initially. - * lib/sgroupio.c: Avoid memzero() on a possibly NULL pointer. - * lib/sgroupio.c: Free sg_mem and sg_add in addition to their - elements. - * lib/pwmem.c: Only copy the required fields of the struct - passwd. (start with the primitive types) - -2009-09-07 Nicolas François - - * lib/sgroupio.h: Harmonize splint annotations of sgr_locate() - prototype with the one used in its definition. - -2009-09-07 Steve Grubb - - * libmisc/copydir.c, lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c: - Fix some memory leaks. - -2009-09-06 Nicolas François - - * src/userdel.c, src/lastlog.c, src/gpasswd.c, src/newusers.c, - src/chpasswd.c, src/groupmems.c, src/usermod.c, src/chgpasswd.c, - src/vipw.c, src/su.c, src/useradd.c, src/groupmod.c, src/passwd.c, - src/groupadd.c, src/chage.c, src/faillog.c, src/chsh.c: Use - booleans for tests. - * src/userdel.c, src/gpasswd.c, src/groupmems.c, src/usermod.c, - src/groupmod.c, src/passwd.c: Use a break even after usage(). - -2009-09-05 Nicolas François - - * src/gpasswd.c, src/groupmems.c: Split the groupmems and gpasswd - Usage string. It was changed anyway to add the --help option. - -2009-09-05 Mike Frysinger - - * NEWS, src/userdel.c, src/lastlog.c, src/gpasswd.c, - src/newusers.c, src/chpasswd.c, src/groupmems.c, src/usermod.c, - src/chgpasswd.c, src/vipw.c, src/su.c, src/useradd.c, - src/groupmod.c, src/passwd.c, src/groupadd.c, src/chage.c, - src/faillog.c, src/chsh.c: If someone uses the -h/--help options, - the usage should not go to stderr nor should the utility exit with - non-zero status. All of the shadow utils do just this - unfortunately, so convert them over to sanity. - * man/groupmems.8.xml, man/gpasswd.1.xml: Added option -h/--help. - -2009-09-05 Nicolas François - - * src/useradd.c: Fixed wrong format string. - * lib/gshadow.c: Removed declaration of unused variable. - -2009-08-30 Mike Frysinger - - * man/generate_mans.mak, man/generate_translations.mak: Provide an - useful error message when --enable-man is not enabled and the - translated manpages are not generated. - -2009-08-21 Nicolas François - - * man/login.defs.d/ENCRYPT_METHOD.xml: Avoid using sub-lists. They - break the groff formatting. - -2009-07-24 Nicolas François - - * po/fr.po: Fix typos, based on reviews by the Debian French - translation team. - -2009-07-24 Nicolas François - - * NEWS, configure.in: Prepare for the next release 4.1.4.2. - * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. - * po/*.po, man/po/*.po: Updated PO files. - -2009-07-23 Nicolas François - - * configure.in: Fixed definition of the SHELL configuration. - -2009-07-23 Nicolas François - - * etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to - 101. GID 100 seems to be used statically. - -2009-07-22 Nicolas François - - * libmisc/shell.c, src/su.c: Execute the scripts with "sh -" - rather than "sh". - -2009-07-22 Nicolas François - - * configure.in, libmisc/shell.c, libmisc/setupenv.c, src/newgrp.c, - src/su.c: Let the system shell be configurable. - -2009-07-20 Nicolas François - - * NEWS, src/su.c, libmisc/shell.c: Added support for shells being a - shell script without a shebang. - -2009-07-19 Jean-Louis Dupond - - * po/nl.po: Fix obvious mistake in Dutch translation. - -2009-07-18 Peter Vrabec - - * NEWS, libmisc/find_new_gid.c, libmisc/find_new_uid.c: Do not use - getpwent / getgrent for system accounts. Trying the low-IDs with - getpwuid / getgrgid should be more efficient on LDAP configured - systems with many accounts. - * NEWS, libmisc/find_new_gid.c, libmisc/find_new_uid.c: Since - system accounts are allocated from SYS_?ID_MIN to SYS_?ID_MAX in - reverse order, accounts are packed close to SYS_?ID_MAX if - SYS_?ID_MIN is already used but there are still dome gaps. - -2009-07-05 Piarres Beobide - - * po/eu.po: Updated Basque translation. - -2009-06-20 Nicolas François - - * man/fi/Makefile.am: Stop distributing the Finnish translation of - passwd.1 (outdated). - -2009-06-20 Nicolas François - - * man/pwck.8.xml: The shadow file is optional. - * man/pwck.8.xml: Updated description of the checks. Added - description of the shadow checks. - * man/pwck.8.xml: Updated description of the checks. - -2009-06-12 Nicolas François - - * man/po/fr.po: Fixed typo (forunis) - -2009-06-12 Nicolas François - - * lib/fputsx.c: Compare the result of fgets() with the provided - buffer instead of NULL. - -2009-06-12 Nicolas François - - * lib/gshadow.c: Removed limitation on the length of the gshadow - lines. - * lib/gshadow.c: Compare the result of fgetsx() with the provided - buffer instead of NULL. - -2009-06-11 Nicolas François - - * libmisc/xgetXXbyYY.c, libmisc/xgetpwnam.c, libmisc/xgetgrnam.c, - libmisc/xgetpwuid.c, libmisc/xgetgrgid.c, libmisc/xgetspnam.c: Do - not limit the size of the buffer to hold the group or user - structure. It used to be limited to 16k, which caused issues with - groups having many users. - -2009-06-11 Nicolas François - - * src/su.c, man/su.1.xml: The default behavior (without -p or - --login) is to copy most of the environment variables. Revert a - previous change and update the documentation. - -2009-06-06 Nicolas François - - * man/passwd.5.xml, man/shadow.5.xml: Document the passwd- and - shadow- files. - -2009-06-06 Nicolas François - - * NEWS, src/su.c: Preserve the DISPLAY and XAUTHORITY environment - variables, even with --login. This was not the case before in the - PAM version. - -2009-06-06 Nicolas François - - * src/useradd.c, src/groupmod.c, src/groupadd.c, src/faillog.c: - Fix typos. Take this opportunity to split the usage messages into - smaller messages (one per option). - * src/pwck.c: Fix typo. - -2009-06-05 Petri Koistinen - - * man/passwd.1.xml: The short option for --mindays is -n, not -m. - -2009-06-04 Mike Frysinger - - * .gitignore, man/.gitignore, src/.gitignore: Added .gitignore - files. - -2009-06-04 Nicolas François - - * man/su.1.xml: Use , LOGIN|RANGE" msgid "" ",  " "FIRST-LAST" msgstr "" -",  LOGIN-u, LOGIN|INTERVALLE" #: usermod.8.xml:406(para) @@ -1176,13 +1214,13 @@ msgstr "" #: usermod.8.xml:422(term) #, fuzzy #| msgid "" -#| ",  LOGIN-u, LOGIN|RANGE" msgid "" ",  " "FIRST-LAST" msgstr "" -",  LOGIN-u, LOGIN|INTERVALLE" #: usermod.8.xml:426(para) @@ -1207,13 +1245,13 @@ msgstr "" #: usermod.8.xml:440(term) #, fuzzy #| msgid "" -#| ",  LOGIN-u, LOGIN|RANGE" msgid "" ",  " "FIRST-LAST" msgstr "" -",  LOGIN-u, LOGIN|INTERVALLE" #: usermod.8.xml:444(para) @@ -1233,11 +1271,15 @@ msgid "" msgstr "" #: usermod.8.xml:460(term) useradd.8.xml:506(term) +#, fuzzy +#| msgid "" +#| ", SEUSER" msgid "" ",  " "SEUSER" msgstr "" -",  " +", " "UTILISATEUR_SELINUX" #: usermod.8.xml:464(para) @@ -2116,14 +2158,25 @@ msgstr "" "Les options disponibles pour la commande useradd sont :" #: useradd.8.xml:129(term) useradd.8.xml:530(term) +#, fuzzy +#| msgid "" +#| ", BASE_DIR" msgid "" ",  BASE_DIR" msgstr "" -",  RÉP_BASE-b, RÉP_BASE" #: useradd.8.xml:133(para) +#, fuzzy +#| msgid "" +#| "The default base directory for the system if option is not " +#| "used, BASE_DIR must exist." msgid "" "The default base directory for the system if  " "HOME_DIR is not specified. BASE_DIR-m option is not used, " "BASE_DIR must exist." msgstr "" -"Répertoire de base par défaut du système si l'option " +"RÉP_PERSO n'est pas spécifiée. " "RÉP_BASE est concaténé avec le nom du compte pour " "définir le répertoire personnel. Quand l'option n'est " "pas utilisée, RÉP_BASE doit exister." @@ -2158,12 +2211,16 @@ msgstr "" "l'utilisateur." #: useradd.8.xml:162(term) +#, fuzzy +#| msgid "" +#| ", HOME_DIR" msgid "" ",  HOME_DIR" msgstr "" -",  " -"RÉP_PERSO" +", RÉP_PERSO" #: useradd.8.xml:166(para) msgid "" @@ -2271,12 +2328,16 @@ msgstr "" "l'utilisateur est de n'appartenir qu'au groupe initial." #: useradd.8.xml:272(term) +#, fuzzy +#| msgid "" +#| ", SKEL_DIR" msgid "" ",  SKEL_DIR" msgstr "" -",  " -"RÉP_SQUELETTE" +", RÉP_SQUELETTE" #: useradd.8.xml:276(para) msgid "" @@ -2311,14 +2372,30 @@ msgid "If possible, the ACLs and extended attributes are copied." msgstr "Si possible, les ACL et les attributs étendus seront copiés." #: useradd.8.xml:297(term) groupadd.8.xml:137(term) +#, fuzzy +#| msgid "" +#| ", KEY=VALUE" msgid "" ",  KEY=VALUE" msgstr "" -",  CLÉ-K, CLÉ=VALEUR" #: useradd.8.xml:301(para) +#, fuzzy +#| msgid "" +#| "Overrides /etc/login.defs defaults (, , " +#| " and others). Example: " +#| "PASS_MAX_DAYS=-1 can be used when creating " +#| "system account to turn off password ageing, even though system account " +#| "has no password at all. Multiple options can be " +#| "specified, e.g.: UID_MIN=100, , " @@ -2334,13 +2411,13 @@ msgstr "" "Surcharge les valeurs par défaut de /etc/login.defs " "(, , , " " et autres). Par exemple : " -" PASS_MAX_DAYS-K PASS_MAX_DAYS=-1 peut être utilisé pour la " "création de comptes système pour désactiver la gestion de la durée de " "validité des mots de passe, même si les comptes système n'ont pas de mot de " "passe. Plusieurs options peuvent être précisées, comme " -"par exemple :  UID_MIN=100  " +"par exemple : UID_MIN=100 " "UID_MAX=499" #: useradd.8.xml:322(term) @@ -2991,14 +3068,12 @@ msgid "can't create home directory" msgstr "impossible de créer le répertoire personnel" #: useradd.8.xml:794(replaceable) -#, fuzzy -#| msgid "1" msgid "14" -msgstr "1" +msgstr "14" #: useradd.8.xml:796(para) msgid "can't update SELinux user mapping" -msgstr "" +msgstr "Impossible de mettre à jour la correspondance d'utilisateur SELinux" #: useradd.8.xml:736(para) msgid "" @@ -3071,7 +3146,7 @@ msgstr "" #: suauth.5.xml:41(contrib) pwconv.8.xml:47(contrib) #: login.access.5.xml:42(contrib) gpasswd.1.xml:46(contrib) msgid "Creation, 1996" -msgstr "" +msgstr "Création, 1996" #: suauth.5.xml:57(refentrytitle) suauth.5.xml:64(refname) msgid "suauth" @@ -3322,7 +3397,7 @@ msgstr "" #: passwd.1.xml:48(contrib) login.1.xml:74(contrib) faillog.8.xml:41(contrib) #: faillog.5.xml:41(contrib) msgid "Creation, 1989" -msgstr "" +msgstr "Création, 1989" #: su.1.xml:74(refentrytitle) su.1.xml:81(refname) su.1.xml:86(command) #: login.defs.5.xml:446(term) @@ -3429,11 +3504,15 @@ msgid "The options which apply to the su command are:" msgstr "Les options applicables à la commande su sont :" #: su.1.xml:150(term) +#, fuzzy +#| msgid "" +#| ", COMMAND" msgid "" ",  COMMAND" msgstr "" -",  COMMANDE-c, COMMANDE" #: su.1.xml:154(para) @@ -4897,7 +4976,7 @@ msgstr "" #: pwck.8.xml:47(contrib) lastlog.8.xml:42(contrib) grpck.8.xml:42(contrib) msgid "Creation, 1992" -msgstr "" +msgstr "Création, 1992" #: pwck.8.xml:63(refentrytitle) pwck.8.xml:70(refname) pwck.8.xml:76(command) #: login.defs.5.xml:420(term) @@ -5603,11 +5682,15 @@ msgstr "" "connexion." #: passwd.1.xml:220(term) +#, fuzzy +#| msgid "" +#| ", INACTIVE" msgid "" ",  INACTIVE" msgstr "" -",  " +", " "DURÉE_INACTIVITÉ" # NOTE: Only this user account @@ -5673,11 +5756,15 @@ msgstr "" "changer." #: passwd.1.xml:269(term) +#, fuzzy +#| msgid "" +#| ", MIN_DAYS" msgid "" ",  MIN_DAYS" msgstr "" -",  JOURS_MIN-n, JOURS_MIN" #: passwd.1.xml:273(para) chage.1.xml:168(para) @@ -5691,12 +5778,16 @@ msgstr "" "indique que l'utilisateur peut changer son mot de passe quand il le souhaite." #: passwd.1.xml:291(term) +#, fuzzy +#| msgid "" +#| ", ,  " "REPOSITORY" msgstr "" -",  " -"REPOSITORY" +", REPOSITORY" #: passwd.1.xml:295(para) msgid "change password in REPOSITORY repository" @@ -5741,11 +5832,15 @@ msgstr "" "présente avant l'utilisation de l'option )." #: passwd.1.xml:344(term) +#, fuzzy +#| msgid "" +#| ", WARN_DAYS" msgid "" ",  " "WARN_DAYS" msgstr "" -",  " +", " "DURÉE_AVERTISSEMENT" #: passwd.1.xml:348(para) @@ -5762,11 +5857,15 @@ msgstr "" "d'arriver en fin de validité." #: passwd.1.xml:357(term) +#, fuzzy +#| msgid "" +#| ", MAX_DAYS" msgid "" ",  MAX_DAYS" msgstr "" -",  JOURS_MAX-x, JOURS_MAX" #: passwd.1.xml:361(para) @@ -5940,8 +6039,8 @@ msgstr " (nombre)" #: passwd.1.xml:35(para) login.defs.5.xml:35(para) msgid "" "Number of significant characters in the password for crypt(). " -" is 8 by default. Don't change unless your crypt" -"() is better. This is ignored if set to " +" is 8 by default. Don't change unless your " +"crypt() is better. This is ignored if set to " "yes." msgstr "" "Nombre de caractères significatifs dans le mot de passe pour crypt(). La " @@ -7723,11 +7822,11 @@ msgstr "" #: limits.5.xml:41(firstname) msgid "Luca" -msgstr "" +msgstr "Luca" #: limits.5.xml:42(surname) msgid "Berra" -msgstr "" +msgstr "Berra" #: limits.5.xml:59(refentrytitle) limits.5.xml:66(refname) msgid "limits" @@ -8019,11 +8118,15 @@ msgstr "" "Les options disponibles pour la commande lastlog sont :" #: lastlog.8.xml:97(term) +#, fuzzy +#| msgid "" +#| ", DAYS" msgid "" ",  DAYS" msgstr "" -",  JOURS-b, JOURS" #: lastlog.8.xml:101(para) @@ -8034,12 +8137,15 @@ msgstr "" "remap=\"I\">JOURS." #: lastlog.8.xml:127(term) faillog.8.xml:192(term) +#, fuzzy +#| msgid "" +#| ", DAYS" msgid "" ",  DAYS" msgstr "" -",  JOURS" +", JOURS" #: lastlog.8.xml:131(para) msgid "" @@ -8050,11 +8156,15 @@ msgstr "" "\">JOURS." #: lastlog.8.xml:138(term) faillog.8.xml:202(term) +#, fuzzy +#| msgid "" +#| ", LOGIN|RANGE" msgid "" ",  LOGIN|RANGE" msgstr "" -",  LOGIN-u, LOGIN|INTERVALLE" #: lastlog.8.xml:142(para) @@ -8143,7 +8253,7 @@ msgstr "" #: gshadow.5.xml:41(contrib) msgid "Creation, 2005" -msgstr "" +msgstr "Création, 2005" #: gshadow.5.xml:46(refentrytitle) gshadow.5.xml:53(refname) msgid "gshadow" @@ -8383,14 +8493,6 @@ msgstr "" "\"gshadow\">et /etc/gshadow par GID." #: grpck.8.xml:196(para) -#, fuzzy -#| msgid "" -#| "By default, grpck operates on /etc/group and /etc/gshadow. The user may select alternate files with the " -#| "groupparameter.and shadow parameters." msgid "" "By default, grpck operates on /etc/groupand /etc/gshadowgroupmod sont :" #: groupmod.8.xml:96(term) groupadd.8.xml:114(term) +#, fuzzy +#| msgid "" +#| ", GID" msgid "" ",  GID" msgstr "" -",  GID" +", GID" #: groupmod.8.xml:100(para) msgid "" @@ -8588,11 +8692,15 @@ msgstr "" " du fichier /etc/login.defs." #: groupmod.8.xml:135(term) +#, fuzzy +#| msgid "" +#| ", NEW_GROUP" msgid "" ",  " "NEW_GROUP" msgstr "" -",  " +", " "NOUVEAU_NOM_GROUPE" #: groupmod.8.xml:139(para) @@ -8660,19 +8768,19 @@ msgstr "" #: groupmems.8.xml:42(firstname) msgid "George" -msgstr "" +msgstr "George" #: groupmems.8.xml:43(surname) msgid "Kraft" -msgstr "" +msgstr "Kraft" #: groupmems.8.xml:44(lineage) msgid "IV" -msgstr "" +msgstr "IV" #: groupmems.8.xml:45(contrib) msgid "Creation, 2000" -msgstr "" +msgstr "Création, 2000" #: groupmems.8.xml:69(refpurpose) msgid "administer members of a user's primary group" @@ -8732,12 +8840,16 @@ msgstr "" "Les options disponibles pour la commande groupmems sont :" #: groupmems.8.xml:107(term) +#, fuzzy +#| msgid "" +#| ", user_name" msgid "" ",  user_name" msgstr "" -",  " -"nom_utilisateur" +", nom_utilisateur" #: groupmems.8.xml:109(para) msgid "Add an user to the group membership list." @@ -8754,12 +8866,16 @@ msgstr "" "a pas d'entrée, une nouvelle entrée sera créée." #: groupmems.8.xml:118(term) +#, fuzzy +#| msgid "" +#| ", user_name" msgid "" ",  user_name" msgstr "" -",  " -"nom_utilisateur" +", nom_utilisateur" #: groupmems.8.xml:120(para) msgid "Delete a user from the group membership list." @@ -8774,11 +8890,15 @@ msgstr "" "retiré de la liste des membres et des administrateurs du groupe." #: groupmems.8.xml:134(term) +#, fuzzy +#| msgid "" +#| ", group_name" msgid "" ",  group_name" msgstr "" -",  nom_groupe-g, nom_groupe" #: groupmems.8.xml:136(para) @@ -9013,22 +9133,32 @@ msgstr "" "être indiquée plusieurs fois." #: groupadd.8.xml:146(para) +#, fuzzy +#| msgid "" +#| "Example: GID_MIN=100 GID_MIN=100  " "GID_MAX=499" msgstr "" -"Exemple :  GID_MIN=10  " +"Exemple : GID_MIN=10 " "GID_MAX=499" #: groupadd.8.xml:150(para) +#, fuzzy +#| msgid "" +#| "Note: GID_MIN=10,GID_MAX=499 doesn't work yet." msgid "" "Note:  GID_MIN=10,GID_MAX=499 doesn't work yet." msgstr "" -"Remarque :  GID_MIN-K GID_MIN=10,GID_MAX=499 ne fonctionne pas pour l'instant." @@ -9138,11 +9268,11 @@ msgstr "" #: gpasswd.1.xml:44(firstname) msgid "Rafal" -msgstr "" +msgstr "Rafal" #: gpasswd.1.xml:45(surname) msgid "Maszkowski" -msgstr "" +msgstr "Maszkowski" #: gpasswd.1.xml:71(phrase) msgid "administer " @@ -9235,11 +9365,14 @@ msgstr "" "Les options disponibles pour la commande gpasswd sont :" #: gpasswd.1.xml:147(term) +#, fuzzy +#| msgid "" +#| ", user" msgid "" ",  user" msgstr "" -",  utilisateur-a, utilisateur" #: gpasswd.1.xml:151(para) @@ -9251,12 +9384,16 @@ msgstr "" "replaceable>." #: gpasswd.1.xml:160(term) +#, fuzzy +#| msgid "" +#| ", user" msgid "" ",  user" msgstr "" -",  " -"utilisateur" +", utilisateur" #: gpasswd.1.xml:164(para) msgid "" @@ -9267,11 +9404,15 @@ msgstr "" "replaceable>." #: gpasswd.1.xml:181(term) +#, fuzzy +#| msgid "" +#| ", CHROOT_DIR" msgid "" ",  CHROOT_DIR" msgstr "" -",  RÉP_CHROOT-Q, RÉP_CHROOT" #: gpasswd.1.xml:195(term) @@ -9306,11 +9447,15 @@ msgstr "" "replaceable>." #: gpasswd.1.xml:227(term) +#, fuzzy +#| msgid "" +#| ", user,..." msgid "" ",  " "user,..." msgstr "" -",  " +", " "utilisateur,..." #: gpasswd.1.xml:231(para) @@ -9318,12 +9463,16 @@ msgid "Set the list of administrative users." msgstr "Configurer la liste des administrateurs." #: gpasswd.1.xml:239(term) +#, fuzzy +#| msgid "" +#| ", user,..." msgid "" ",  user,..." msgstr "" -",  " -"utilisateur,..." +", utilisateur,..." #: gpasswd.1.xml:243(para) msgid "Set the list of group members." @@ -9439,11 +9588,15 @@ msgstr "" "d'utilisateurs." #: faillog.8.xml:128(term) +#, fuzzy +#| msgid "" +#| ", SEC" msgid "" ",  SEC" msgstr "" -",  SEC-l, SEC" # NOTE: s/to/during/ @@ -9463,11 +9616,15 @@ msgstr "" "pour cette option." #: faillog.8.xml:143(term) +#, fuzzy +#| msgid "" +#| ", MAX" msgid "" ",  MAX" msgstr "" -",  MAX-m, MAX" #: faillog.8.xml:147(para) @@ -9618,7 +9775,7 @@ msgstr "" #: expiry.1.xml:45(contrib) chsh.1.xml:44(contrib) chfn.1.xml:44(contrib) #: chage.1.xml:42(contrib) msgid "Creation, 1990" -msgstr "" +msgstr "Création, 1990" #: expiry.1.xml:61(refentrytitle) expiry.1.xml:68(refname) #: expiry.1.xml:74(command) @@ -9845,12 +10002,16 @@ msgstr "" "Les options disponibles pour la commande chpasswd sont :" #: chpasswd.8.xml:137(term) +#, fuzzy +#| msgid "" +#| ", METHOD" msgid "" ",  " "METHOD" msgstr "" -",  " -"MÉTHODE" +", MÉTHODE" #: chpasswd.8.xml:142(para) chgpasswd.8.xml:115(para) msgid "The available methods are DES, MD5, and NONE." @@ -9893,11 +10054,15 @@ msgstr "" "passe fournis ne sont pas chiffrés." #: chpasswd.8.xml:200(term) +#, fuzzy +#| msgid "" +#| ", ROUNDS" msgid "" ",  ROUNDS" msgstr "" -",  ROUNDS-s, ROUNDS" #: chpasswd.8.xml:219(para) @@ -9944,7 +10109,7 @@ msgstr "" #: chgpasswd.8.xml:47(contrib) msgid "Creation, 2006" -msgstr "" +msgstr "Création, 2006" #: chgpasswd.8.xml:65(refpurpose) msgid "update group passwords in batch mode" @@ -10059,36 +10224,47 @@ msgid "The options which apply to the chfn command are:" msgstr "Les options applicables à la commande chfn sont :" #: chfn.1.xml:117(term) +#, fuzzy +#| msgid "" +#| ", FULL_NAME" msgid "" ",  " "FULL_NAME" msgstr "" -",  " -"NOM_COMPLET" +", NOM_COMPLET" #: chfn.1.xml:121(para) msgid "Change the user's full name." msgstr "Modifier le nom complet de l'utilisateur." #: chfn.1.xml:125(term) +#, fuzzy +#| msgid "" +#| ", ,  " "HOME_PHONE" msgstr "" -",  " -"TEL_PERSO" +", TEL_PERSO" #: chfn.1.xml:129(para) msgid "Change the user's home phone number." msgstr "Modifier le numéro de téléphone personnel de l'utilisateur." #: chfn.1.xml:133(term) +#, fuzzy +#| msgid "" +#| ", OTHER" msgid "" ",  OTHER" msgstr "" -",  AUTRE" +", AUTRE" #: chfn.1.xml:137(para) msgid "" @@ -10101,12 +10277,16 @@ msgstr "" "applications et peut être changé seulement par un superutilisateur." #: chfn.1.xml:145(term) +#, fuzzy +#| msgid "" +#| ", ROOM_NUMBER" msgid "" ",  ROOM_NUMBER" msgstr "" -",  " -"NUMÉRO_DE_BUREAU" +", NUMÉRO_DE_BUREAU" #: chfn.1.xml:149(para) msgid "Change the user's room number." @@ -10117,12 +10297,16 @@ msgid ", " msgstr ", " #: chfn.1.xml:173(term) +#, fuzzy +#| msgid "" +#| ", ,  " "WORK_PHONE" msgstr "" -",  " -"TEL_PRO" +", TEL_PRO" #: chfn.1.xml:177(para) msgid "Change the user's office phone number." @@ -10180,12 +10364,16 @@ msgstr "" "Les options disponibles pour la commande chage sont :" #: chage.1.xml:97(term) +#, fuzzy +#| msgid "" +#| ", LAST_DAY" msgid "" ",  LAST_DAY" msgstr "" -",  " -"DERNIER_JOUR" +", DERNIER_JOUR" #: chage.1.xml:101(para) msgid "" @@ -10199,11 +10387,15 @@ msgstr "" "région)." #: chage.1.xml:109(term) +#, fuzzy +#| msgid "" +#| ", ,  " "EXPIRE_DATE" msgstr "" -",  " +", " "DATE_FIN_VALIDITÉ" # NOTE: s/date// @@ -10233,11 +10425,15 @@ msgstr "" "date de fin de validité." #: chage.1.xml:135(term) +#, fuzzy +#| msgid "" +#| ", INACTIVE" msgid "" ",  INACTIVE" msgstr "" -",  " +", " "DURÉE_INACTIVITÉ" #: chage.1.xml:139(para) @@ -10267,19 +10463,27 @@ msgid "Show account aging information." msgstr "Afficher les informations sur l'âge des comptes." #: chage.1.xml:164(term) +#, fuzzy +#| msgid "" +#| ", MIN_DAYS" msgid "" ",  MIN_DAYS" msgstr "" -",  JOURS_MIN-m, JOURS_MIN" #: chage.1.xml:176(term) +#, fuzzy +#| msgid "" +#| ", MAX_DAYS" msgid "" ",  MAX_DAYS" msgstr "" -",  JOURS_MAX-M, JOURS_MAX" #: chage.1.xml:180(para) @@ -10309,11 +10513,15 @@ msgstr "" "JOURS_MAX supprime la vérification de validité." #: chage.1.xml:209(term) +#, fuzzy +#| msgid "" +#| ", WARN_DAYS" msgid "" ",  " "WARN_DAYS" msgstr "" -",  " +", " "DURÉE_AVERTISSEMENT" #: chage.1.xml:213(para) @@ -10419,6 +10627,12 @@ msgstr "" #~ "manvolnum>, usermod8." +#~ msgid "Kłoczko" +#~ msgstr "Kłoczko" + +#~ msgid "François" +#~ msgstr "François" + #~ msgid "" #~ "login.defs5, passwd" #~ msgid "" -#~ "Note:  UID_MIN-K UID_MIN=10,UID_MAX=499 doesn't work yet." #~ msgstr "" -#~ "Note :  UID_MIN-K UID_MIN=10,UID_MAX=499 ne fonctionne pas pour " #~ "l'instant." diff --git a/po/fr.po b/po/fr.po index 32a9b191..ebce8c56 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,19 +1,19 @@ # Translation of shadow messages to French # Copyright (C) 1999, 2004, 2005, 2006, 2009 Free Software Foundation, Inc. -# Copyright (C) 2011, 2012 Debian French l10n team +# Copyright (C) 2011-2013 Debian French l10n team # Patches, suggestions, etc welcome. # # Vincent Renardias , 1999, 2005. # Jean-Luc Coulon , 2005, 2006, 2008. # Christian Perrier , 2005, 2006, 2008, 2009. # Jean-Luc Coulon (f5ibh) , 2009. -# Thomas Blein , 2011, 2012. +# Thomas Blein , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" "POT-Creation-Date: 2012-05-20 19:52+0200\n" -"PO-Revision-Date: 2012-01-13 17:09+0100\n" +"PO-Revision-Date: 2013-07-10 18:53+0200\n" "Last-Translator: Thomas Blein \n" "Language-Team: French \n" "Language: fr\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -"X-Generator: Lokalize 1.0\n" +"X-Generator: Lokalize 1.4\n" #, c-format msgid "" @@ -54,10 +54,9 @@ msgstr "" msgid "%s: nscd did not terminate normally (signal %d)\n" msgstr "%s : nscd ne s'est pas terminé normalement (signal %d).\n" -#, fuzzy, c-format -#| msgid "%s: nscd exited with status %d" +#, c-format msgid "%s: nscd exited with status %d\n" -msgstr "%s : nscd s'est terminé avec le statut %d." +msgstr "%s : nscd s'est terminé avec l'état %d\n" msgid "Password: " msgstr "Mot de passe : " @@ -2022,10 +2021,9 @@ msgstr "%s : impossible d'ouvrir le nouveau fichier des valeurs par défaut\n" msgid "%s: line too long in %s: %s..." msgstr "%s : ligne trop longue dans %s : %s…" -#, fuzzy, c-format -#| msgid "%s: Cannot create symbolic link %s: %s\n" +#, c-format msgid "%s: Cannot create backup file (%s): %s\n" -msgstr "%s : impossible de créer le lien symbolique %s : %s\n" +msgstr "%s : impossible de créer le fichier de sauvegarde (%s) : %s\n" #, c-format msgid "%s: rename: %s: %s\n" From a9338475748489fb5c35582c9a8d78ea5bdf2b3f Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 9 May 2014 12:24:41 +0200 Subject: [PATCH 08/16] German translation update --- ChangeLog | 1 + man/po/de.po | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ac8a56f..23cd5aef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ configure userns * po/vi.po: Vietnamese translation update * po/fr.po, man/po/fr.po: French translation update + * po/de.po: German translation update 2014-04-30 Christian Perrier diff --git a/man/po/de.po b/man/po/de.po index 8db9dfe3..b65cb13c 100644 --- a/man/po/de.po +++ b/man/po/de.po @@ -3064,7 +3064,7 @@ msgstr "5" #: limits.5.xml:61(refmiscinfo) gshadow.5.xml:48(refmiscinfo) #: faillog.5.xml:59(refmiscinfo) msgid "File Formats and Conversions" -msgstr "Dateiformate und -konvertierung" +msgstr "Dateiformate und konvertierung" #: suauth.5.xml:65(refpurpose) msgid "detailed su control file" @@ -4315,7 +4315,7 @@ msgstr "" #: shadow.5.xml:235(para) msgid "An empty field means that the account will never expire." -msgstr "Ein leeren Feld bedeutet, dass das Konto nicht verfallen wird." +msgstr "Ein leeres Feld bedeutet, dass das Konto nicht verfallen wird." #: shadow.5.xml:238(para) msgid "" @@ -6884,7 +6884,7 @@ msgid "" "contents of this file should be a message indicating why logins are " "inhibited." msgstr "" -"Falls angegeben, der Name einer Datei, dessen Existenz Anmeldungen außer von " +"Falls angegeben, der Name einer Datei, deren Existenz Anmeldungen außer von " "Root verhindert. Der Inhalt der Datei sollte die Gründe enthalten, weshalb " "Anmeldungen untersagt sind." From 63448ba21d2eb7608dd1d035c023db3d2bde0c12 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 9 May 2014 12:28:45 +0200 Subject: [PATCH 09/16] Update NEWS file --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 21557eda..77724413 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ $Id$ -shadow-4.1.5.1 -> shadow-4.2 UNRELEASED +shadow-4.2 -> shadow-4.2.1 UNRELEASED + +*** general + * Properly release with a generated configure script, built manpages + * Include the configure_userns patch from Debian + +*** translation + * Vietnamese translation update + * French man pages translation update + * French translation update + * Typo fixes in German translation + +shadow-4.1.5.1 -> shadow-4.2 2013-04-30 *** general * Handle libc whose crypt() returns NULL when passed a salt that From c3503a0b5c9f61fe6d7fbf53c8808ed5b3798f43 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 9 May 2014 12:29:49 +0200 Subject: [PATCH 10/16] Issue a warning if no manpages have been generated --- man/generate_translations.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/man/generate_translations.mak b/man/generate_translations.mak index 1502422b..6fee9c7f 100644 --- a/man/generate_translations.mak +++ b/man/generate_translations.mak @@ -11,10 +11,6 @@ config.xml: ../config.xml.in include ../generate_mans.mak -else -$(man_MANS): - @echo you need to run configure with --enable-man to generate man pages - @false endif CLEANFILES = .xml2po.mo $(EXTRA_DIST) $(addsuffix .xml,$(EXTRA_DIST)) config.xml From 2141c2f804062b8e9d621d7a1088f3130f4ea720 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 9 May 2014 13:06:33 +0200 Subject: [PATCH 11/16] Regenerate PO files --- po/bs.po | 100 +++++++++++++++++++++++++++++++++++-- po/ca.po | 122 ++++++++++++++++++++++++++++++++++++++++++--- po/cs.po | 125 ++++++++++++++++++++++++++++++++++++++++++---- po/da.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/de.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/dz.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/el.po | 124 +++++++++++++++++++++++++++++++++++++++++++--- po/es.po | 125 ++++++++++++++++++++++++++++++++++++++++++---- po/eu.po | 118 ++++++++++++++++++++++++++++++++++++++++++-- po/fi.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/fr.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/gl.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/he.po | 101 +++++++++++++++++++++++++++++++++++-- po/hu.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/id.po | 119 ++++++++++++++++++++++++++++++++++++++++---- po/it.po | 124 ++++++++++++++++++++++++++++++++++++++++++---- po/ja.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/kk.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/km.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/ko.po | 118 ++++++++++++++++++++++++++++++++++++++++++-- po/nb.po | 134 +++++++++++++++++++++++++++++++++++++++++++++++--- po/ne.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/nl.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/nn.po | 113 ++++++++++++++++++++++++++++++++++++++---- po/pl.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/pt.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/pt_BR.po | 125 ++++++++++++++++++++++++++++++++++++++++++---- po/ro.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/ru.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/shadow.pot | 100 +++++++++++++++++++++++++++++++++++-- po/sk.po | 125 ++++++++++++++++++++++++++++++++++++++++++---- po/sq.po | 100 +++++++++++++++++++++++++++++++++++-- po/sv.po | 118 ++++++++++++++++++++++++++++++++++++++++++-- po/tl.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/tr.po | 124 ++++++++++++++++++++++++++++++++++++++++++---- po/uk.po | 121 +++++++++++++++++++++++++++++++++++++++++---- po/vi.po | 119 ++++++++++++++++++++++++++++++++++++++++++-- po/zh_CN.po | 122 ++++++++++++++++++++++++++++++++++++++++++--- po/zh_TW.po | 113 ++++++++++++++++++++++++++++++++++++++---- 39 files changed, 4345 insertions(+), 288 deletions(-) diff --git a/po/bs.po b/po/bs.po index 7b8d4a4d..272670fc 100644 --- a/po/bs.po +++ b/po/bs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2004-05-09 12:03+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -413,6 +413,10 @@ msgstr "nepoznata grupa: %s\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "nepoznata grupa: %s\n" +#, fuzzy, c-format +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "nepoznata grupa: %s\n" + #, fuzzy, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "nepoznata grupa: %s\n" @@ -747,6 +751,10 @@ msgstr "" msgid "%s: line %d: missing new password\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "nepoznata grupa: %s\n" + #, fuzzy, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: grupa %s postoji\n" @@ -1355,6 +1363,10 @@ msgstr "" msgid "Usage: sg group [[-c] command]\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "nepoznata grupa: %s\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Stara šifra:" @@ -1421,6 +1433,18 @@ msgstr "nepoznata grupa: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to prepare new %s entry\n" +msgstr "nepoznata grupa: %s\n" + +#, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: can't find subordinate group range\n" +msgstr "nepoznata grupa: %s\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1682,11 +1706,11 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" -#, c-format -msgid "%s: %s\n" +msgid " ...terminated.\n" msgstr "" -msgid " ...terminated.\n" +#, c-format +msgid "%s: %s\n" msgstr "" msgid "" @@ -1930,6 +1954,10 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to prepare the new %s entry\n" +msgstr "nepoznata grupa: %s\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "" @@ -1969,6 +1997,14 @@ msgstr "" msgid "%s: can't create group\n" msgstr "nepoznata grupa: %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "nepoznata grupa: %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "nepoznata grupa: %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2005,6 +2041,10 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" +#, fuzzy, c-format +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "nepoznata grupa: %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "" @@ -2107,6 +2147,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2122,6 +2174,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: grupa %s postoji\n" +#, fuzzy, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "nepoznata grupa: %s\n" + +#, fuzzy, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "nepoznata grupa: %s\n" + #, fuzzy, c-format #| msgid "%s: unknown member %s\n" msgid "%s: no options\n" @@ -2139,6 +2199,26 @@ msgstr "" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "nepoznata grupa: %s\n" + +#, c-format +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "nepoznata grupa: %s\n" + +#, c-format +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "" + #, c-format msgid "%s: directory %s exists\n" msgstr "" @@ -2227,6 +2307,18 @@ msgstr "" msgid "Couldn't make backup" msgstr "" +#, fuzzy, c-format +msgid "%s: %s: %s\n" +msgstr "nepoznata grupa: %s\n" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "" diff --git a/po/ca.po b/po/ca.po index 5584692b..98fce8b4 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-22 18:25+0100\n" "Last-Translator: Innocent De Marchi \n" "Language-Team: Catalan \n" @@ -429,6 +429,11 @@ msgstr "%s: camí «chroot» incorrecta «%s»\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: no es pot accedir al directori «chroot» %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: no es pot accedir al directori «chroot» %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: no es pot executar «chroot» en el directori %s: %s\n" @@ -802,6 +807,11 @@ msgstr "%s: línia %d: la línia és massa llarga\n" msgid "%s: line %d: missing new password\n" msgstr "%s: línia %d: manca la nova contrasenya\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Error en escriure %s: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: línia %d: el grup «%s» no existeix\n" @@ -1492,6 +1502,11 @@ msgstr "Forma d'ús: newgrp [-] [grup]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Forma d'ús: sg grup [[-c] ordre]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Error en escriure %s: %s\n" + msgid "Invalid password.\n" msgstr "Contrasenya no vàlida.\n" @@ -1561,6 +1576,21 @@ msgstr "" msgid "%s: line %d: can't update entry\n" msgstr "%s: línia %d: no es pot actualitzar l'entrada\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: ha fallat la preparació de la nova entrada %s: «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: no es pot generar l'usuari\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: no es pot actualitzar el fitxer de grups\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1854,13 +1884,13 @@ msgstr "%s: el senyal emmascara un error\n" msgid "Session terminated, terminating shell..." msgstr "Sessió acabada, finalitzant el «shell»..." +msgid " ...terminated.\n" +msgstr "...acabat.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "...acabat.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2147,6 +2177,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: ha fallat el restabliment del darrer registre de UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: ha fallat la preparació de la nova entrada %s: «%s»\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: no es pot crear el directori %s\n" @@ -2190,6 +2225,16 @@ msgstr "%s: no es pot generar el directori «tcb» per a %s\n" msgid "%s: can't create group\n" msgstr "%s: no es pot generar el grup\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: no es pot generar l'usuari\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: no es pot generar el grup\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2239,6 +2284,11 @@ msgstr "" "%s: no es pot eliminar el grup %s, que és el grup primari per un altre " "usuari.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: no es pot eliminar l'entrada «%s» de %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s no s'ha trobat la cua de correu (%s)\n" @@ -2360,6 +2410,18 @@ msgstr " -u, --uid UID nou UID per al compte d'usuari\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock desbloca el compte d'usuari\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2381,6 +2443,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: l'usuari «%s» ja existeix a %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: la data «%s» no és vàlida\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: la data «%s» no és vàlida\n" + #, c-format msgid "%s: no options\n" msgstr "%s: sense opcions\n" @@ -2397,6 +2469,31 @@ msgstr "%s: les contrasenyes ombra són obligatòries per a «-e» i «-f»\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID '%lu' ja existeix\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s no està autoritzat per canviar la contrasenya de %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: ha fallat la preparació de la nova entrada %s: «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: ha fallat la preparació de la nova entrada %s: «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: ha fallat la preparació de la nova entrada %s: «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: ha fallat la preparació de la nova entrada %s: «%s»\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: el directori %s ja existeix\n" @@ -2499,6 +2596,20 @@ msgstr "No s'ha pogut blocar el fitxer" msgid "Couldn't make backup" msgstr "No s'ha pogut fer una còpia de seguretat" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: «nscd» ha sortit amb l'estat %d" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "no s'ha pogut obrir el fitxer de treball («scratch file»)" @@ -3371,9 +3482,6 @@ msgstr "%s: no es pot trobar el directori «tcb» per %s\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: no es pot actualitzar el fitxer de grups ombra\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: no es pot actualitzar el fitxer de grups\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: no es pot eliminar el fitxer de grups ombra\n" diff --git a/po/cs.po b/po/cs.po index 11a26fdf..df1a726f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2011-11-26 18:41+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -440,6 +440,11 @@ msgstr "%s: chybné telefonní číslo domů: „%s“\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: adresář %s nelze vytvořit\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: adresář %s nelze vytvořit\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -795,6 +800,11 @@ msgstr "%s: řádek %d je příliš dlouhý\n" msgid "%s: line %d: missing new password\n" msgstr "%s: řádek %d: chybí nové heslo\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: selhalo odstranění %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: řádek %d: skupina „%s“ neexistuje\n" @@ -1459,6 +1469,11 @@ msgstr "Použití: newgrp [-] [skupina]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Použití: sg skupina [[-c] příkaz]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: selhalo odstranění %s\n" + msgid "Invalid password.\n" msgstr "Neplatné heslo.\n" @@ -1525,6 +1540,21 @@ msgstr "%s: řádek %d: volání chown %s selhalo: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: řádek %d: položku nelze aktualizovat\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: selhala příprava nového %s záznamu „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: nelze vytvořit uživatele\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: soubor s hesly nelze aktualizovat\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr " -a, --all vypíše stav hesel na všech účtech\n" @@ -1813,13 +1843,13 @@ msgstr "%s: chyba maskování signálu\n" msgid "Session terminated, terminating shell..." msgstr "Sezení skončeno, ukončuji shell..." +msgid " ...terminated.\n" +msgstr " ...ukončen.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...ukončen.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2102,6 +2132,11 @@ msgstr "%s: nepodařilo se vynulovat faillog záznam UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: nepodařilo se vynulovat lastlog záznam UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: selhala příprava nového %s záznamu „%s“\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: adresář %s nelze vytvořit\n" @@ -2146,6 +2181,16 @@ msgstr "%s: adresář %s nelze vytvořit\n" msgid "%s: can't create group\n" msgstr "%s: nelze vytvořit skupinu\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: nelze vytvořit uživatele\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: nelze vytvořit skupinu\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2198,6 +2243,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: skupina %s je primární skupinou jiného uživatele a nelze ji odstranit.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: nelze odstranit záznam „%s“ z %s\n" + #, fuzzy, c-format #| msgid "%s: %s home directory (%s) not found\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2317,6 +2367,18 @@ msgstr " -u, --uid UID nové UID pro uživatelský účet\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock odemkne uživatelský účet\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + #, fuzzy #| msgid "" #| " -Z, --selinux-user new SELinux user mapping for the user " @@ -2341,6 +2403,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: uživatel „%s“ již v %s existuje\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: chybné datum „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: chybné datum „%s“\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2358,6 +2430,31 @@ msgstr "%s: přepínače -e a -f vyžadují stínová hesla\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID „%lu“ již existuje\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s není oprávněn změnit heslo %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: selhala příprava nového %s záznamu „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: selhala příprava nového %s záznamu „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: selhala příprava nového %s záznamu „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: selhala příprava nového %s záznamu „%s“\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: adresář %s již existuje\n" @@ -2460,6 +2557,20 @@ msgstr "Soubor nelze zamknout" msgid "Couldn't make backup" msgstr "Zálohování nelze provést." +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s se v /etc/passwd nenalézá\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3196,9 +3307,6 @@ msgstr "%s: chybný základní adresář „%s“\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Soubor s hesly nelze otevřít.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s se v /etc/passwd nenalézá\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Chyba při aktualizaci položky v souboru s hesly.\n" @@ -3407,9 +3515,6 @@ msgstr "%s: chybný základní adresář „%s“\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: soubor se stínovými hesly nelze aktualizovat\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: soubor s hesly nelze aktualizovat\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: soubor se stínovými hesly skupin nelze smazat\n" diff --git a/po/da.po b/po/da.po index ec0c49ad..a705aa8c 100644 --- a/po/da.po +++ b/po/da.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-26 23:57+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -435,6 +435,11 @@ msgstr "%s: Ugyldig chroot-sti »%s«\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: Kan ikke tilgå chroot-mappe %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: Kan ikke tilgå chroot-mappe %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: Kan ikke chroot til mappe %s: %s\n" @@ -792,6 +797,11 @@ msgstr "%s: Linje %d: Linjen er for lang\n" msgid "%s: line %d: missing new password\n" msgstr "%s: Linje %d: Mangler ny adgangskode\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Kunne ikke skrive %s: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: Linje %d: Gruppe »%s« findes ikke\n" @@ -1465,6 +1475,11 @@ msgstr "Brug: newgrp [-] [gruppe]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Brug: sg gruppe [[-c] kommando]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Kunne ikke skrive %s: %s\n" + msgid "Invalid password.\n" msgstr "Ugyldig adgangskode.\n" @@ -1531,6 +1546,21 @@ msgstr "%s: Linje %d: chown %s fejlede: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: Linje %d: Kan ikke opdatere punktet\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: Kunne ikke forberede det nye %s-punkt »%s«\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: Kan ikke oprette bruger\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: Kan ikke oprette gruppe\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1816,13 +1846,13 @@ msgstr "%s: Forkert signalmasking\n" msgid "Session terminated, terminating shell..." msgstr "Session termineret, terminerer skal..." +msgid " ...terminated.\n" +msgstr " ...termineret.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...termineret.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2106,6 +2136,11 @@ msgstr "%s: Kunne ikke nulstille faillog-punktet for UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: Kunne ikke nulstille lastlog-punktet for UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: Kunne ikke forberede det nye %s-punkt »%s«\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: Kan ikke oprette mappen %s\n" @@ -2149,6 +2184,16 @@ msgstr "%s: Kan ikke oprette tcv-mappe for %s\n" msgid "%s: can't create group\n" msgstr "%s: Kan ikke oprette gruppe\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: Kan ikke oprette bruger\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: Kan ikke oprette gruppe\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2195,6 +2240,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: Gruppe %s er den primære gruppe for en anden bruger og fjernes ikke.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: Kan ikke fjerne punkt »%s« fra %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s postkø (%s) er ikke fundet\n" @@ -2316,6 +2366,18 @@ msgstr " -u, --uid UID ny UID til brugerkontoen\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock åbn brugerkontoen\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2337,6 +2399,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: Brugeren »%s« findes allerede i %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: Ugyldig dato »%s«\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: Ugyldig dato »%s«\n" + #, c-format msgid "%s: no options\n" msgstr "%s: Ingen tilvalg\n" @@ -2353,6 +2425,31 @@ msgstr "%s: Skyggeadgangskoder kræves for -e og -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID »%lu« findes allerede\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s er ikke godkendt til at ændre adgangskoden på %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: Kunne ikke forberede det nye %s-punkt »%s«\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: Kunne ikke forberede det nye %s-punkt »%s«\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: Kunne ikke forberede det nye %s-punkt »%s«\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: Kunne ikke forberede det nye %s-punkt »%s«\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: Mappen %s findes\n" @@ -2450,6 +2547,20 @@ msgstr "Kunne ikke låse filen" msgid "Couldn't make backup" msgstr "Kunne ikke lave sikkerhedskopi" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd afsluttede med status %d" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "kunne ikke åbne scratch-fil" diff --git a/po/de.po b/po/de.po index 702c2636..edda0630 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.4.2\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-18 21:44+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: German \n" @@ -429,6 +429,11 @@ msgstr "%s: Ungültiger chroot-Pfad »%s«\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: auf chroot-Verzeichnis %s kann nicht zugegriffen werden: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: auf chroot-Verzeichnis %s kann nicht zugegriffen werden: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: chroot-Wechsel in Verzeichnis %s nicht möglich: %s\n" @@ -797,6 +802,11 @@ msgstr "%s: Zeile %d: Zeile zu lang\n" msgid "%s: line %d: missing new password\n" msgstr "%s: Zeile %d: Neues Passwort fehlt\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Schreiben von %s fehlgeschlagen: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: Zeile %d: Gruppe »%s« existiert nicht\n" @@ -1490,6 +1500,11 @@ msgstr "Aufruf: newgrp [-] [Gruppe]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Aufruf: sg Gruppe [[-c] Befehl]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Schreiben von %s fehlgeschlagen: %s\n" + msgid "Invalid password.\n" msgstr "Ungültiges Passwort.\n" @@ -1558,6 +1573,21 @@ msgstr "%s: Zeile %d: chown %s (Eigentümer ändern) fehlgeschlagen: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: Zeile %d: Eintrag kann nicht aktualisiert werden.\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: Vorbereiten des neuen %s-Eintrags »%s« fehlgeschlagen.\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: Benutzer kann nicht erstellt werden\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: Gruppe kann nicht erzeugt werden\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1849,13 +1879,13 @@ msgstr "%s: Signalmaskierungs-Fehlfunktion\n" msgid "Session terminated, terminating shell..." msgstr "Sitzung abgebrochen, Shell wird beendet ..." +msgid " ...terminated.\n" +msgstr " ... abgebrochen.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ... abgebrochen.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2151,6 +2181,11 @@ msgstr "%s: Zurücksetzen des faillog-Eintrags für UID %lu fehlgeschlagen: %s\n msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: Zurücksetzen des lastlog-Eintrags für UID %lu fehlgeschlagen: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: Vorbereiten des neuen %s-Eintrags »%s« fehlgeschlagen.\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: Verzeichnis %s kann nicht erstellt werden.\n" @@ -2194,6 +2229,16 @@ msgstr "%s: Erstellen des tcb-Verzeichnisses für %s fehlgeschlagen\n" msgid "%s: can't create group\n" msgstr "%s: Gruppe kann nicht erzeugt werden\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: Benutzer kann nicht erstellt werden\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: Gruppe kann nicht erzeugt werden\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2245,6 +2290,11 @@ msgstr "" "%s: Gruppe %s ist die primäre Gruppe eines anderen Benutzers und wird\n" "nicht entfernt.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: Eintrag »%s« konnte nicht aus %s entfernt werden.\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s Mail-Warteschlange (%s) nicht gefunden\n" @@ -2370,6 +2420,18 @@ msgstr " -u, --uid UID Neue UID des Benutzerzugangs\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock Den Benutzerzugang entsperren\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2391,6 +2453,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: Benutzer »%s« existiert bereits in %s.\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: Ungültiges Datum »%s«\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: Ungültiges Datum »%s«\n" + #, c-format msgid "%s: no options\n" msgstr "%s: keine Optionen\n" @@ -2407,6 +2479,31 @@ msgstr "%s: shadow-Passwörter für -e und -f erforderlich\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID »%lu« existiert bereits\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s ist nicht berechtigt, das Passwort von %s zu ändern.\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: Vorbereiten des neuen %s-Eintrags »%s« fehlgeschlagen.\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: Vorbereiten des neuen %s-Eintrags »%s« fehlgeschlagen.\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: Vorbereiten des neuen %s-Eintrags »%s« fehlgeschlagen.\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: Vorbereiten des neuen %s-Eintrags »%s« fehlgeschlagen.\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: Verzeichnis %s existiert\n" @@ -2508,6 +2605,20 @@ msgstr "Datei konnte nicht gesperrt werden" msgid "Couldn't make backup" msgstr "Sicherung konnte nicht erstellt werden" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd wurde mit Status %d beendet" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "Öffnen der scratch-Datei fehlgeschlagen" diff --git a/po/dz.po b/po/dz.po index 05356921..02ce4019 100644 --- a/po/dz.po +++ b/po/dz.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2006-06-01 15:28+0530\n" "Last-Translator: Jurmey Rabgay \n" "Language-Team: dzongkha \n" @@ -444,6 +444,11 @@ msgstr "%s: ནུས་མེད་ཀྱི་ ཁྱིམ་གྱི་བ msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: སྣོད་ཐོ་ %s གསར་བསྐྲུན་འབད་མི་ཚུགས།\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: སྣོད་ཐོ་ %s གསར་བསྐྲུན་འབད་མི་ཚུགས།\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -785,6 +790,11 @@ msgstr "%s: གྲལ་ཐིག་ %d: གྲལ་ཐིག་རིང་ད msgid "%s: line %d: missing new password\n" msgstr "%s: གྲལ་ཐིག་ %d: ཆོག་ཡིག་གསརཔ་ བརླག་སྟོར་ཞུགས་པ།\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1441,6 +1451,11 @@ msgstr "ལག་ལེན་: newgrp [-][ སྡེ་ཚན་]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "ལག་ལེན་: sg group [[-c]བརྡ་བཀོད་ ]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + #, fuzzy msgid "Invalid password.\n" msgstr "ཆོག་ཡིག་རྙིངམ་:" @@ -1510,6 +1525,20 @@ msgstr "%s: གྲལ་ཐིག་ %d: chown འཐུས་ཤོར་བྱ msgid "%s: line %d: can't update entry\n" msgstr "%s: གྲལ་ཐིག་ %d: ཐོ་བཀོད་དུས་མཐུན་བཟོ་མི་ཚུགས།\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: %sགསར་བསྐྲུན་འབད་མི་ཚུགས།\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: སྡེ་ཚན་ཡིག་སྣོད་ དུས་མཐུན་བཟོ་མི་ཚུགས།\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1782,13 +1811,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - #, fuzzy msgid "" "Usage: su [options] [LOGIN]\n" @@ -2053,6 +2082,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: སྣོད་ཐོ་ %s གསར་བསྐྲུན་འབད་མི་ཚུགས།\n" @@ -2098,6 +2132,14 @@ msgstr "%s: སྣོད་ཐོ་ %s གསར་བསྐྲུན་འབ msgid "%s: can't create group\n" msgstr "%s: %sགསར་བསྐྲུན་འབད་མི་ཚུགས།\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: %sགསར་བསྐྲུན་འབད་མི་ཚུགས།\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: %sགསར་བསྐྲུན་འབད་མི་ཚུགས།\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2139,6 +2181,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: ལག་ལེན་པ་གཞན་གྱི་དོན་ལུ་ གཞི་རིམ་སྡེ་ཚན་ཅིག་ཨིན་མི་སྡེ་ཚན་ %sའདི་ རྩ་བསྐྲད་གཏང་མི་ཚུགས།\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: སྣོད་ཐོ་ %s འདི་ %s ལུ་ བསྐྱར་མིང་བཏགས་མི་ཚུགས།\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2246,6 +2293,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2262,6 +2321,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: ལག་ལེན་པ་ %sཡོདཔ་ཨིན།\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: ནུས་མེད་ཚེས་གྲངས་ '%s'།\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: ནུས་མེད་ཚེས་གྲངས་ '%s'།\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2279,6 +2348,30 @@ msgstr "%s: -e aདང་ -f གཉིས་ལུ་དངོས་མཁོ་ msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: ཁེ་དབང་(%s)ཚུ་བཀོག་ནིའི་འཐུས་ཤོར་བྱུང་ཡོདཔ།\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: སྣོད་ཐོ་ %sའདི་ཡོདཔཨིན།\n" @@ -2383,6 +2476,20 @@ msgstr "ཡིག་སྣོད་ལྡེ་མིག་བརྐྱབས་ msgid "Couldn't make backup" msgstr "རྒྱབ་ཐག་བཟོ་མ་ཚུགས།" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: /etc/passwd ནང་ལུ་ %s མ་ཐོབ།\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s: སྡེ་ཚན་ཡིག་སྣོད་ ཁ་ཕྱེ་མ་ཚུགས།\n" @@ -2983,9 +3090,6 @@ msgstr "%s: ནུས་མེད་གཞི་རྟེན་སྣོད་ #~ msgid "Cannot open the password file.\n" #~ msgstr "ཆོག་ཡིག་ཡིག་སྣོད་ ཁ་ཕྱེ་མི་ཚུགས།\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: /etc/passwd ནང་ལུ་ %s མ་ཐོབ།\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "ཆོག་ཡིག་ཐོ་བཀོད་དུས་མཐུན་འབདཝ་ད་ལུ་ འཛོལ་བ།\n" @@ -3178,9 +3282,6 @@ msgstr "%s: ནུས་མེད་གཞི་རྟེན་སྣོད་ #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: གྱིབ་མའི་སྡེ་ཚན་ཡིག་སྣོད་ དུས་མཐུན་བཟོ་མི་ཚུགས།\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: སྡེ་ཚན་ཡིག་སྣོད་ དུས་མཐུན་བཟོ་མི་ཚུགས།\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: གྱིབ་མའི་སྡེ་ཚན་ཡིག་སྣོད་ བཏོན་གཏང་མི་ཚུགས།\n" diff --git a/po/el.po b/po/el.po index 75f24ab7..a1ebce31 100644 --- a/po/el.po +++ b/po/el.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow_po_el\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-21 00:22+0200\n" "Last-Translator: Thomas Vasileiou \n" "Language-Team: Greek \n" @@ -432,6 +432,11 @@ msgstr "%s: διαδρομή chroot μη έγκυρη '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: αδυναμία προσπέλαση του καταλόγου chroot %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: αδυναμία προσπέλαση του καταλόγου chroot %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "" @@ -806,6 +811,11 @@ msgstr "%s: γραμμή %d: πολύ μεγάλη γραμμή\n" msgid "%s: line %d: missing new password\n" msgstr "%s: γραμμή %d: έλλειψη νέου συνθηματικού\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Αποτυχία εγγραφής %s: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: γραμμή %d: η ομάδα '%s' δεν υπάρχει\n" @@ -1494,6 +1504,11 @@ msgstr "Χρήση: newgrp [-] [ομάδα]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Χρήση: sg ομάδα [[-c] εντολή]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Αποτυχία εγγραφής %s: %s\n" + msgid "Invalid password.\n" msgstr "Λάθος συνθηματικό.\n" @@ -1562,6 +1577,21 @@ msgstr "%s: γραμμή %d: αποτυχία αλλαγής ιδιοκτήτη msgid "%s: line %d: can't update entry\n" msgstr "%s: γραμμή %d: αδυναμία ανανέωσης καταχώρησης\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: αποτυχία προετοιμασίας της νέας εγγραφής %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: αδυναμία δημιουργίας του χρήστη\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: αδυναμία ανανέωσης για το αρχείο ομάδων\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1871,13 +1901,13 @@ msgstr "%s: δυσλειτουργία μασκαρίσμος του σήματ msgid "Session terminated, terminating shell..." msgstr "Συνεδρία τερματίστηκε, τερματισμός φλοιού..." +msgid " ...terminated.\n" +msgstr " ...τερματίστηκε.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...τερματίστηκε.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2167,6 +2197,11 @@ msgstr "%s: αποτυχία επαναφοράς της καταχώρησης msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: αποτυχία επαναφοράς της καταχώρησης στο lastlog του UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: αποτυχία προετοιμασίας της νέας εγγραφής %s '%s'\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: αδυναμία δημιουργίας καταλόγου %s\n" @@ -2209,6 +2244,16 @@ msgstr "%s: Αδυναμία δημιουργίας tcb καταλόγου γι msgid "%s: can't create group\n" msgstr "%s: αδυναμία δημιουργίας ομάδας\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: αδυναμία δημιουργίας του χρήστη\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: αδυναμία δημιουργίας ομάδας\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2259,6 +2304,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: η ομάδα %s είναι πρωταρχική ομάδα για άλλο χρήστη και δεν διαγράφηκε.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: αδυναμία απομάκρυνσης της εγγραφής '%s' από το %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s η ουρά του ταχυδρομείου (%s) δεν βρέθηκε\n" @@ -2386,6 +2436,18 @@ msgid " -U, --unlock unlock the user account\n" msgstr "" " -U, --unlock ξεκλείδωμα του λογαριασμού του χρήστη\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2407,6 +2469,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: Ο χρήστης %s υπάρχει ήδη στο %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: Μη έγκυρη ημερομηνία '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: Μη έγκυρη ημερομηνία '%s'\n" + #, c-format msgid "%s: no options\n" msgstr "%s: χωρίς επιλογές\n" @@ -2423,6 +2495,33 @@ msgstr "%s: σκιώδη συνθηματικά απαιτούνται για τ msgid "%s: UID '%lu' already exists\n" msgstr "%s: το UID '%lu' υπάρχει ήδη\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" +"%s: ο χρήστης %s δεν είναι εξουσιοδοτημένος να αλλάξει το συνθηματικό του " +"%s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: αποτυχία προετοιμασίας της νέας εγγραφής %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: αποτυχία προετοιμασίας της νέας εγγραφής %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: αποτυχία προετοιμασίας της νέας εγγραφής %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: αποτυχία προετοιμασίας της νέας εγγραφής %s '%s'\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: ο κατάλογος %s υπάρχει\n" @@ -2526,6 +2625,20 @@ msgstr "Αδυναμία ξεκλειδώματος αρχείου" msgid "Couldn't make backup" msgstr "Αδυναμία δημιουργίας αντιγράφου ασφαλείας " +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: το ncsd τερμάτισε με κατάσταση εξόδου %d" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "αποτυχία ανοίγματος προσωρινού αρχείου" @@ -3386,9 +3499,6 @@ msgstr "%s: αποτυχία εύρεσης καταλόγου tcb %s\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: αδυναμία ανανέωσης του αρχείου σκιωδών συνθηματικών ομάδων\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: αδυναμία ανανέωσης για το αρχείο ομάδων\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "" #~ "%s: Δεν είναι δυνατόν να διαγραφεί το αρχείο σκιωδών συνθηματικών ομάδων\n" diff --git a/po/es.po b/po/es.po index add147e9..3f15f6e1 100644 --- a/po/es.po +++ b/po/es.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.4.2\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2011-11-23 23:56+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" @@ -458,6 +458,11 @@ msgstr "%s: teléfono de casa incorrecto: «%s»\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: no se pudo crear el directorio %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: Cannot create directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: no se pudo crear el directorio %s: %s\n" + #, fuzzy, c-format #| msgid "%s: Failed to create tcb directory for %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -823,6 +828,11 @@ msgstr "%s: línea %d: línea demasiado larga\n" msgid "%s: line %d: missing new password\n" msgstr "%s: línea %d: falta la nueva contraseña\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: se produjo un fallo al eliminar %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: línea %d: el grupo «%s» no existe\n" @@ -1509,6 +1519,11 @@ msgstr "Modo de uso: newgrp [-] [grupo]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Modo de uso: sg grupo [[-c] orden]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: se produjo un fallo al eliminar %s\n" + msgid "Invalid password.\n" msgstr "Contraseña incorrecta.\n" @@ -1576,6 +1591,21 @@ msgstr "%s: línea %d: chown %s falló: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: línea %d: no se puede actualizar la entrada\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: se produjo un fallo al preparar la nueva %s entrada «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: no se pudo crear el usuario\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: no se puede actualizar el fichero de grupo\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1878,13 +1908,13 @@ msgstr "%s: funcionamiento incorrecto del enmascaramiento de la señal\n" msgid "Session terminated, terminating shell..." msgstr "Sesión finalizada, parando la consola ..." +msgid " ...terminated.\n" +msgstr " ... parada.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ... parada.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2185,6 +2215,11 @@ msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" "%s: se produjo un fallo al reiniciar la entrada de lastlog del UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: se produjo un fallo al preparar la nueva %s entrada «%s»\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: no se puede crear el directorio %s\n" @@ -2227,6 +2262,16 @@ msgstr "%s: se produjo un fallo al crear el directorio tcb para %s\n" msgid "%s: can't create group\n" msgstr "%s: no se puede crear el grupo\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: no se pudo crear el usuario\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: no se puede crear el grupo\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2279,6 +2324,11 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s: grupo %s es el grupo primario de otro usuario y no se eliminará.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: no se pudo eliminar la entrada «%s» de %s\n" + #, fuzzy, c-format #| msgid "%s: %s home directory (%s) not found\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2401,6 +2451,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock desbloquea la cuenta de usuario\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + #, fuzzy #| msgid "" #| " -Z, --selinux-user new SELinux user mapping for the user " @@ -2425,6 +2487,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: el usuario «%s» ya existe en %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: fecha «%s» incorrecta\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: fecha «%s» incorrecta\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2442,6 +2514,31 @@ msgstr "%s: se necesitan contraseñas de shadow para -e y -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: el UID «%lu» ya existe\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s no está autorizado a cambiar la contraseña de %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: se produjo un fallo al preparar la nueva %s entrada «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: se produjo un fallo al preparar la nueva %s entrada «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: se produjo un fallo al preparar la nueva %s entrada «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: se produjo un fallo al preparar la nueva %s entrada «%s»\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: el directorio %s existe\n" @@ -2544,6 +2641,20 @@ msgstr "No se puede bloquear el fichero" msgid "Couldn't make backup" msgstr "No se puede realizar una copia de seguridad" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: no se encontró %s en /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "se produjo un fallo al abrir el fichero temporal" @@ -3209,9 +3320,6 @@ msgstr "%s: se produjo un fallo al buscar el directorio tcb de %s\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "No se puede abrir el fichero de contraseñas.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: no se encontró %s en /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Error actualizando la entrada de la contraseña.\n" @@ -3405,9 +3513,6 @@ msgstr "%s: se produjo un fallo al buscar el directorio tcb de %s\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: no se puede actualizar el fichero de grupos oculto (shadow)\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: no se puede actualizar el fichero de grupo\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: no se puede eliminar el fichero de grupos oculto\n" diff --git a/po/eu.po b/po/eu.po index d1f8a169..dc7a2ec2 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2011-11-26 19:42+0100\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -442,6 +442,11 @@ msgstr "%s: etxeko tlf baliogabea: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: ezin da %s direktorioa sortu\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: ezin da %s direktorioa sortu\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -800,6 +805,11 @@ msgstr "%s: %d. lerroa: lerro luzegia\n" msgid "%s: line %d: missing new password\n" msgstr "%s: %d. lerroa: pasahitz berria falta da\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: huts %s kentzerakoan\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: %d lerroa: '%s' taldea ez da existitzen\n" @@ -1483,6 +1493,11 @@ msgstr "Erabilera: newgrp [-] [taldea]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Erabilera: sg taldea [[-c] komandoa]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: huts %s kentzerakoan\n" + msgid "Invalid password.\n" msgstr "Pasahitz baliogabea.\n" @@ -1550,6 +1565,21 @@ msgstr "%s: %d lerroa: chown %s-ek huts egin du: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: %d lerroa: ezin da sarrera eguneratu\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: huts %s sarrera berria prestatzean '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: ezin da erabiltzailea sortu\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: ezin da taldea sortu\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1849,13 +1879,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2127,6 +2157,11 @@ msgstr "%s: huts %lu UIDaren faillog erregistroa berrezartzean: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: huts %lu UIDaren lastlog sarrera berrezartzean: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: huts %s sarrera berria prestatzean '%s'\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: ezin da %s direktorioa sortu\n" @@ -2170,6 +2205,16 @@ msgstr "%s: ezin da %s direktorioa sortu\n" msgid "%s: can't create group\n" msgstr "%s: ezin da taldea sortu\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: ezin da erabiltzailea sortu\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: ezin da taldea sortu\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2222,6 +2267,11 @@ msgstr "" "%s: ezin da %s taldea ezabatu beste erabiltzaile baten talde nagusia bait " "da.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: ezin da '%s' sarrera %s-tik kendu\n" + #, fuzzy, c-format #| msgid "%s: %s home directory (%s) not found\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2347,6 +2397,18 @@ msgstr " -u, --uid UID erabiltzaile kontuaren UID berria\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock erabiltzaile kontua desblokeatu\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + #, fuzzy #| msgid "" #| " -Z, --selinux-user new SELinux user mapping for the user " @@ -2372,6 +2434,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: '%s' erabiltzailea badago dagoeneko %s-n\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: '%s' data baliogabea\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: '%s' data baliogabea\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2389,6 +2461,31 @@ msgstr "%s: -e eta -f aukerek itzalpeko pasahitzak eskatzen dute\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: '%lu' UIDa badago dagoeneko\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s ez dago %s-ren pasahitza aldatzeko baimendurik\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: huts %s sarrera berria prestatzean '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: huts %s sarrera berria prestatzean '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: huts %s sarrera berria prestatzean '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: huts %s sarrera berria prestatzean '%s'\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: %s direktorioa badago\n" @@ -2489,6 +2586,19 @@ msgstr "Ezin da fitxategia blokeatu" msgid "Couldn't make backup" msgstr "Ezin izan da babeskopiarik egin" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "failed to rename mailbox" msgid "failed to open scratch file" diff --git a/po/fi.po b/po/fi.po index 9b525610..35544a0e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-24 22:54+0100\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -440,6 +440,11 @@ msgstr "%s: virheellinen kotipuhelin: \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: hakemistoa %s ei voi luoda\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: hakemistoa %s ei voi luoda\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -781,6 +786,11 @@ msgstr "%s: rivi %d: rivi on liian pitkä\n" msgid "%s: line %d: missing new password\n" msgstr "%s: rivi %d: uusi salasana puuttuu\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1438,6 +1448,11 @@ msgstr "Käyttö: newgrp [-] [ryhmä]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Käyttö: sg ryhmä [[-c] komento]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Vanha salasana: " @@ -1507,6 +1522,20 @@ msgstr "%s: rivi %d: chown epäonnistui\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: rivi %d: tietuetta ei voi päivittää\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: tiedostoa %s ei voi luoda\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: ryhmätiedostoa ei voi päivittää\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1782,13 +1811,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2054,6 +2083,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: hakemistoa %s ei voi luoda\n" @@ -2100,6 +2134,14 @@ msgstr "%s: hakemistoa %s ei voi luoda\n" msgid "%s: can't create group\n" msgstr "%s: tiedostoa %s ei voi luoda\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: tiedostoa %s ei voi luoda\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: tiedostoa %s ei voi luoda\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2142,6 +2184,11 @@ msgstr "" "%s: Ryhmää %s ei voi poistaa, koska se on toisen käyttäjän ensisijainen " "ryhmä.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: hakemistoa %s ei voi uudelleennimetä hakemistoksi %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2250,6 +2297,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2266,6 +2325,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: käyttäjä %s on olemassa\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: virheellinen päiväys \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: virheellinen päiväys \"%s\"\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2284,6 +2353,30 @@ msgstr "%s: varjosalasanat vaaditaan valitsimille -e ja -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "Jäsen on jo olemassa\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: Oikeuksien pudottaminen epäonnistui (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: hakemisto %s on olemassa\n" @@ -2388,6 +2481,20 @@ msgstr "Tiedostoa ei voi lukita" msgid "Couldn't make backup" msgstr "Tiedostoa ei voi varmuuskopioida" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: Käyttäjää %s ei löydy tiedostosta /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3078,9 +3185,6 @@ msgstr "%s: virheellinen perushakemisto \"%s\"\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Salasanatiedostoa ei voi avata.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: Käyttäjää %s ei löydy tiedostosta /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Virhe päivitettäessä salasanatietuetta.\n" @@ -3286,9 +3390,6 @@ msgstr "%s: virheellinen perushakemisto \"%s\"\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: varjoryhmätiedostoa ei voi päivittää\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: ryhmätiedostoa ei voi päivittää\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: varjoryhmätiedostoa ei voi poistaa\n" diff --git a/po/fr.po b/po/fr.po index ebce8c56..79c6188f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2013-07-10 18:53+0200\n" "Last-Translator: Thomas Blein \n" "Language-Team: French \n" @@ -445,6 +445,11 @@ msgstr "%s : chemin de chroot « %s » incorrect.\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s : impossible d'accéder au répertoire %s : %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s : impossible d'accéder au répertoire %s : %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s : impossible de « chrooter » dans le répertoire %s : %s\n" @@ -819,6 +824,11 @@ msgstr "%s : ligne %d : ligne trop longue\n" msgid "%s: line %d: missing new password\n" msgstr "%s : ligne %d : nouveau mot de passe manquant\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s : échec lors de l'écriture %s : %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s : ligne %d : le groupe %s n'existe pas\n" @@ -1533,6 +1543,11 @@ msgstr "Syntaxe : newgrp [-] [groupe]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Syntaxe : sg groupe [[-c] commande]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s : échec lors de l'écriture %s : %s\n" + msgid "Invalid password.\n" msgstr "Mot de passe non valable.\n" @@ -1602,6 +1617,21 @@ msgstr "%s : ligne %d : échec de chown %s : %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s : ligne %d : impossible de mettre l'entrée à jour\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s : échec lors de la préparation de la nouvelle entrée de %s « %s »\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s : impossible de créer l'utilisateur\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s : impossible de créer le groupe\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1899,13 +1929,13 @@ msgstr "%s : défaut de fonctionnement de masquage du signal\n" msgid "Session terminated, terminating shell..." msgstr "Session terminée, arrêt de l'interpréteur de commandes…" +msgid " ...terminated.\n" +msgstr "… terminé.\n" + #, c-format msgid "%s: %s\n" msgstr "%s : %s\n" -msgid " ...terminated.\n" -msgstr "… terminé.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2213,6 +2243,11 @@ msgstr "" "%s : impossible de réinitialiser l'entrée lastlog de l'identifiant " "d'utilisateur (UID) %lu : %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s : échec lors de la préparation de la nouvelle entrée de %s « %s »\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s : impossible de créer le répertoire %s\n" @@ -2256,6 +2291,16 @@ msgstr "%s : impossible de créer le répertoire tcb pour %s\n" msgid "%s: can't create group\n" msgstr "%s : impossible de créer le groupe\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s : impossible de créer l'utilisateur\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s : impossible de créer le groupe\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2307,6 +2352,11 @@ msgstr "" "%s : le groupe %s est le groupe primaire d'un autre utilisateur et il ne " "sera pas supprimé.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s : impossible de supprimer l'entrée « %s » de %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "" @@ -2442,6 +2492,18 @@ msgid " -U, --unlock unlock the user account\n" msgstr "" " -U, --unlock déverrouiller le compte de l'utilisateur\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2463,6 +2525,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s : l'utilisateur « %s » existe déjà dans %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s : date « %s » non valable\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s : date « %s » non valable\n" + #, c-format msgid "%s: no options\n" msgstr "%s : aucune option\n" @@ -2479,6 +2551,31 @@ msgstr "%s : les mots de passe cachés sont nécessaires avec -e ou -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s : l'identifiant d'utilisateur (UID) « %lu » existe déjà\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s : %s n'est pas autorisé à modifier le mot de passe de %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s : échec lors de la préparation de la nouvelle entrée de %s « %s »\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s : échec lors de la préparation de la nouvelle entrée de %s « %s »\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s : échec lors de la préparation de la nouvelle entrée de %s « %s »\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s : échec lors de la préparation de la nouvelle entrée de %s « %s »\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s : le répertoire %s existe\n" @@ -2580,6 +2677,20 @@ msgstr "Impossible de verrouiller le fichier" msgid "Couldn't make backup" msgstr "Impossible d'effectuer une sauvegarde" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s : PAM : %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s : nscd s'est terminé avec l'état %d\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "impossible d'ouvrir le fichier initial" diff --git a/po/gl.po b/po/gl.po index 7afcfa73..b0d986f3 100644 --- a/po/gl.po +++ b/po/gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2006-07-18 23:27+0200\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" @@ -440,6 +440,11 @@ msgstr "%s: teléfono da casa non válido: \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: non se pode crear o directorio %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: non se pode crear o directorio %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -781,6 +786,11 @@ msgstr "%s: liña %d: liña longa de máis\n" msgid "%s: line %d: missing new password\n" msgstr "%s: liña %d: falla o novo contrasinal\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1439,6 +1449,11 @@ msgstr "Emprego: newgrp [-] [grupo]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Emprego: sg grupo [[-c] orde]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Contrasinal antigo: " @@ -1508,6 +1523,20 @@ msgstr "%s: liña %d: a chamada a chown fallou\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: liña %d: non se pode actualizar a entrada\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: non se pode crear %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: non se pode actualizar o ficheiro de grupos\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1783,13 +1812,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - #, fuzzy msgid "" "Usage: su [options] [LOGIN]\n" @@ -2054,6 +2083,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: non se pode crear o directorio %s\n" @@ -2100,6 +2134,14 @@ msgstr "%s: non se pode crear o directorio %s\n" msgid "%s: can't create group\n" msgstr "%s: non se pode crear %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: non se pode crear %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: non se pode crear %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2142,6 +2184,11 @@ msgstr "" "%s: Non se pode eliminar o grupo %s, que é o grupo primario de outro " "usuario.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: non se pode cambiar o nome do directorio %s a %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2251,6 +2298,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2267,6 +2326,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: o usuario %s existe\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: data \"%s\" non válida\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: data \"%s\" non válida\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2285,6 +2354,30 @@ msgstr "%s: precísase de contrasinais de shadow para -e e -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "O membro xa existe\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: non se puido deixar os privilexios (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: o directorio %s existe\n" @@ -2389,6 +2482,20 @@ msgstr "Non se puido bloquear o ficheiro" msgid "Couldn't make backup" msgstr "Non se puido facer unha copia de seguridade" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: non se atopou %s en /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -2985,9 +3092,6 @@ msgstr "%s: directorio base \"%s\" non válido\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Non se pode abrir o ficheiro de contrasinais.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: non se atopou %s en /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Erro ao actualizar a entrada de contrasinal.\n" @@ -3193,9 +3297,6 @@ msgstr "%s: directorio base \"%s\" non válido\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: non se pode actualizar o ficheiro de grupos shadow\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: non se pode actualizar o ficheiro de grupos\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: non se pode borrar o ficheiro de grupos shadow\n" diff --git a/po/he.po b/po/he.po index 5ac3e5b2..c8572df3 100644 --- a/po/he.po +++ b/po/he.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2004-07-21 23:59+0300\n" "Last-Translator: Lior Kaplan \n" "Language-Team: Hebrew \n" @@ -418,6 +418,10 @@ msgstr "%s: מספר טלפון בבית לא חוקי: \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: לא יכול לשנות משתמש `%s' על לקוח NIS.\n" +#, fuzzy, c-format +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: לא יכול לשנות משתמש `%s' על לקוח NIS.\n" + #, fuzzy, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "ספרית שורש לא חוקית \"%s\"\n" @@ -755,6 +759,10 @@ msgstr "%s: שורה %d: שורה ארוכה מידי\n" msgid "%s: line %d: missing new password\n" msgstr "%s: שורה %d: חסרה סיסמה חדשה\n" +#, fuzzy, c-format +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: מספר טלפון בעבודה לא חוקי: \"%s\"\n" + #, fuzzy, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: שורה %d: משתמש לא מוכר %s\n" @@ -1371,6 +1379,10 @@ msgstr "" msgid "Usage: sg group [[-c] command]\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: מספר טלפון בעבודה לא חוקי: \"%s\"\n" + #, fuzzy msgid "Invalid password.\n" msgstr "סיסמה לא טובה: %s. " @@ -1439,6 +1451,18 @@ msgstr "%s: שורה %d: לא יכול לעדכן רשומת סיסמה\n" msgid "%s: line %d: can't update entry\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: שורה %d: לא יכול לעדכן רשומת סיסמה\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: לא יכול לנעול קובץ צל\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate group range\n" +msgstr "%s: לא יכול לנעול קובץ צל\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1701,13 +1725,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, fuzzy, c-format msgid "%s: %s\n" msgstr "passwd: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -1949,6 +1973,10 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: שורה %d: לא יכול לעדכן רשומת סיסמה\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "" @@ -1988,6 +2016,14 @@ msgstr "ספרית שורש לא חוקית \"%s\"\n" msgid "%s: can't create group\n" msgstr "%s: לא יכול לנעול קובץ צל\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: לא יכול לנעול קובץ צל\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: לא יכול לנעול קובץ צל\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2024,6 +2060,10 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" +#, fuzzy, c-format +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: לא יכול לשנות משתמש `%s' על לקוח NIS.\n" + #, fuzzy, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "ספרית שורש לא חוקית \"%s\"\n" @@ -2125,6 +2165,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2140,6 +2192,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "" +#, fuzzy, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: שם לא חוקי: \"%s\"\n" + +#, fuzzy, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: שם לא חוקי: \"%s\"\n" + #, fuzzy, c-format #| msgid "%s: can't open shadow file\n" msgid "%s: no options\n" @@ -2157,6 +2217,27 @@ msgstr "" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: מספר טלפון בעבודה לא חוקי: \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: fields too long\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: שדות ארוכים מידי\n" + +#, fuzzy, c-format +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: מספר טלפון בעבודה לא חוקי: \"%s\"\n" + +#, fuzzy, c-format +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "ספרית שורש לא חוקית \"%s\"\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "" @@ -2246,6 +2327,18 @@ msgstr "" msgid "Couldn't make backup" msgstr "" +#, fuzzy, c-format +msgid "%s: %s: %s\n" +msgstr "passwd: %s\n" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "" diff --git a/po/hu.po b/po/hu.po index d2832cae..9dbd2af4 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-25 20:56+0100\n" "Last-Translator: SZERVÁC Attila \n" "Language-Team: Hungarian \n" @@ -435,6 +435,11 @@ msgstr "%s: érvénytelen otthoni telefonszám: \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: %s könyvtár nem hozható létre\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: %s könyvtár nem hozható létre\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -776,6 +781,11 @@ msgstr "%s: %d. sor: túl hosszú\n" msgid "%s: line %d: missing new password\n" msgstr "%s: %d. sor: hiányzó új jelszó\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1434,6 +1444,11 @@ msgstr "Használat: newgrp [-] [csoport]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Használat: sg csoport [[-c] parancs]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Régi jelszó: " @@ -1503,6 +1518,20 @@ msgstr "%s: %d. sor: chown sikertelen\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: %d. sor: nem tudom frissíteni a bejegyzést\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: %s létrehozása sikertelen\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: nem tudom frissíteni a csoport fájlt\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1778,13 +1807,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - # CHECK! msgid "" "Usage: su [options] [LOGIN]\n" @@ -2050,6 +2079,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: %s könyvtár nem hozható létre\n" @@ -2096,6 +2130,14 @@ msgstr "%s: %s könyvtár nem hozható létre\n" msgid "%s: can't create group\n" msgstr "%s: %s létrehozása sikertelen\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: %s létrehozása sikertelen\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: %s létrehozása sikertelen\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2138,6 +2180,11 @@ msgstr "" "%s: Nem tudom %s csoportot törölni, ami egy másik felhasználó elsődleges " "csoportja.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: nem tudom átnevezni %s könyvtárat erre: %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2245,6 +2292,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2261,6 +2320,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: %s felhasználó létezik\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: érvénytelen dátum: \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: érvénytelen dátum: \"%s\"\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2279,6 +2348,30 @@ msgstr "%s: -e és -f árnyék jelszavakat vár\n" msgid "%s: UID '%lu' already exists\n" msgstr "A tag már létezik\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: a jogosultságok eldobása meghiúsult (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: %s könyvtár létezik\n" @@ -2382,6 +2475,20 @@ msgstr "Nem tudtam zárolni a fájlt" msgid "Couldn't make backup" msgstr "Nem tudtam biztonsági másolatot készíteni" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s nem található a /etc/passwd-ben\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3107,9 +3214,6 @@ msgstr "%s: érvénytelen alapkönyvtár: \"%s\"\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "A jelszófájl nem nyitható meg.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s nem található a /etc/passwd-ben\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Hiba a jelszó bejegyzés frissítésekor\n" @@ -3317,9 +3421,6 @@ msgstr "%s: érvénytelen alapkönyvtár: \"%s\"\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: nem tudom frissíteni az árnyék csoport fájlt\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: nem tudom frissíteni a csoport fájlt\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: nem tudom törölni az árnyék csoport fájlt\n" diff --git a/po/id.po b/po/id.po index 4a87054a..c4b4a757 100644 --- a/po/id.po +++ b/po/id.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.15\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-25 20:58+0100\n" "Last-Translator: Parlin Imanuel Toh \n" "Language-Team: Debian Indonesia \n" @@ -433,6 +433,11 @@ msgstr "%s: telepon rumah tidak sah: \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: tak dapat membuat direktori %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: tak dapat membuat direktori %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -773,6 +778,11 @@ msgstr "%s: baris %d: baris terlalu panjang\n" msgid "%s: line %d: missing new password\n" msgstr "%s: baris %d: kata sandi baru hilang\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: gagal membuang hak (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1426,6 +1436,11 @@ msgstr "Penggunaan: newgrp [-] [grup]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Penggunaan: sg grup [[-c] perintah]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: gagal membuang hak (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Kata sandi lama: " @@ -1495,6 +1510,20 @@ msgstr "%s: baris %d: chown gagal\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: baris %d: tak dapat memperbaharui entri\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: gagal membuang hak (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: tak dapat membuat %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: tidak dapat memperbaharui berkas grup\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1770,13 +1799,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - #, fuzzy msgid "" "Usage: su [options] [LOGIN]\n" @@ -2043,6 +2072,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: gagal membuang hak (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: tak dapat membuat direktori %s\n" @@ -2086,6 +2120,14 @@ msgstr "%s: tak dapat membuat direktori %s\n" msgid "%s: can't create group\n" msgstr "%s: tak dapat membuat %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: tak dapat membuat %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: tak dapat membuat %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2128,6 +2170,11 @@ msgstr "" "%s: tidak dapat menghapus grup %s yg merupakan grup utama dari pengguna " "lain.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: tak dapat mengubah nama direktori %s menjadi %s\n" + #, fuzzy, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: direktori rumah `%s' tak sah\n" @@ -2233,6 +2280,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2249,6 +2308,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: pengguna %s telah ada\n" +#, fuzzy, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: tanggal `%s' tak sah\n" + +#, fuzzy, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: tanggal `%s' tak sah\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2266,6 +2333,30 @@ msgstr "%s: diperlukan kata sandi bayangan untuk -e dan -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: gagal membuang hak (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: gagal membuang hak (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: gagal membuang hak (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: gagal membuang hak (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: direktori %s telah ada\n" @@ -2369,6 +2460,20 @@ msgstr "Tidak dapat mengunci berkas" msgid "Couldn't make backup" msgstr "Tidak dapat membuat backup" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s tidak ditemukan pada /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s: tidak dapat membuka berkas grup\n" @@ -2992,9 +3097,6 @@ msgstr "%s: direktori awal `%s' tak sah\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Tidak dapat membuka berkas kata sandi.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s tidak ditemukan pada /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Kesalahan saat memperbaharui entri kata sandi.\n" @@ -3187,9 +3289,6 @@ msgstr "%s: direktori awal `%s' tak sah\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: tidak dapat memperbaharui berkas grup bayangan\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: tidak dapat memperbaharui berkas grup\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: tidak dapat menghapus berkas grup bayangan\n" diff --git a/po/it.po b/po/it.po index 29f1781c..b7f7e518 100644 --- a/po/it.po +++ b/po/it.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2008-03-27 14:40+0100\n" "Last-Translator: Danilo Piazzalunga \n" "Language-Team: Italian \n" @@ -466,6 +466,11 @@ msgstr "%s: telefono di casa «%s» non valido\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: impossibile creare la directory %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: impossibile creare la directory %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -835,6 +840,11 @@ msgstr "%s: riga %d: riga troppo lunga\n" msgid "%s: line %d: missing new password\n" msgstr "%s: riga %d: manca la nuova password\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1535,6 +1545,11 @@ msgstr "Uso: newgrp [-] [GRUPPO]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Uso: sg GRUPPO [[-c] COMANDO]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + msgid "Invalid password.\n" msgstr "Password non valida.\n" @@ -1608,6 +1623,21 @@ msgstr "%s: riga %d: la chiamata chown ha restituito un errore\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: riga %d: impossibile aggiornare la voce\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: impossibile creare l'utente\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: impossibile aggiornare il file dei gruppi\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1908,13 +1938,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2214,6 +2244,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: impossibile creare la directory %s\n" @@ -2260,6 +2295,16 @@ msgstr "%s: impossibile creare la directory %s\n" msgid "%s: can't create group\n" msgstr "%s: impossibile creare il gruppo\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: impossibile creare l'utente\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: impossibile creare il gruppo\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2311,6 +2356,11 @@ msgstr "" "%s: impossibile rimuovere il gruppo «%s» in quanto gruppo principale di un " "altro utente.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: impossibile rinominare la directory %s in %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2444,6 +2494,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2466,6 +2528,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: l'utente «%s» esiste già\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: data «%s» non valida\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: data «%s» non valida\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2484,6 +2556,30 @@ msgstr "%s: le shadow password sono necessarie per le opzioni -e e -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "Membro già esistente\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: impossibile abbandonare i privilegi (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: la directory %s esiste già\n" @@ -2596,6 +2692,20 @@ msgstr "Impossibile fare il lock del file" msgid "Couldn't make backup" msgstr "Impossibile effettuare il backup" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: impossibile trovare «%s» in /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3366,9 +3476,6 @@ msgstr "%s: directory di base «%s» non valida\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Impossibile aprire il file delle password.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: impossibile trovare «%s» in /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Errore nell'aggiornare la voce nel file delle password.\n" @@ -3578,9 +3685,6 @@ msgstr "%s: directory di base «%s» non valida\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: impossibile aggiornare il file dei gruppi shadow\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: impossibile aggiornare il file dei gruppi\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: impossibile eliminare il file dei gruppi shadow\n" diff --git a/po/ja.po b/po/ja.po index 5505699b..a68a698a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.5\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-05-21 02:52+0900\n" "Last-Translator: NAKANO Takeo \n" "Language-Team: Japanese \n" @@ -420,6 +420,11 @@ msgstr "%s: chroot のパス'%s' が不正です\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: chroot ディレクトリ%s にアクセスできません: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: chroot ディレクトリ%s にアクセスできません: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: ディレクトリ %s に chroot できませんでした: %s\n" @@ -773,6 +778,11 @@ msgstr "%s: %d 行: 行が長過ぎます\n" msgid "%s: line %d: missing new password\n" msgstr "%s: %d 行: 新規パスワードがありません\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: %s に書き込めませんでした: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: %d 行: グループ '%s' は存在しません\n" @@ -1444,6 +1454,11 @@ msgstr "使い方: newgrp [-] [グループ]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "使い方: sg グループ [[-c] コマンド]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: %s に書き込めませんでした: %s\n" + msgid "Invalid password.\n" msgstr "そのパスワードは使えません。\n" @@ -1512,6 +1527,21 @@ msgstr "%s: %d 行: chown %s が失敗しました: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: %d 行: エントリを更新できません\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: %s の新しいエントリ '%s' を準備できませんでした。\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: ユーザを作成できません\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: グループを作成できません\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1796,13 +1826,13 @@ msgstr "%s: シグナルのマスキングが異常です\n" msgid "Session terminated, terminating shell..." msgstr "セッションが終了しました。シェルを終了しています..." +msgid " ...terminated.\n" +msgstr " ...終了しました。\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...終了しました。\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2071,6 +2101,11 @@ msgstr "%s: UID %lu の faillog エントリをリセットできませんでし msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: UID %lu の lastlog エントリをリセットできませんでした: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: %s の新しいエントリ '%s' を準備できませんでした。\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: ディレクトリ %s を作成できません\n" @@ -2114,6 +2149,16 @@ msgstr "%s: %s の tcb ディレクトリの作成に失敗しました\n" msgid "%s: can't create group\n" msgstr "%s: グループを作成できません\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: ユーザを作成できません\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: グループを作成できません\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2159,6 +2204,11 @@ msgstr "%s: グループ %s には他のメンバーがいるので削除しま msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s: グループ %s は他のユーザのプライマリグループなので削除しません。\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: '%s' のエントリを %s から削除できません\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s のメールスプール (%s) がありません\n" @@ -2276,6 +2326,18 @@ msgid " -U, --unlock unlock the user account\n" msgstr "" " -U, --unlock このユーザアカウントのロックを解除する\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2297,6 +2359,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: ユーザ '%s' は既に %s に存在します\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: 日付 '%s' は不正です\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: 日付 '%s' は不正です\n" + #, c-format msgid "%s: no options\n" msgstr "%s: オプションがありません\n" @@ -2313,6 +2385,31 @@ msgstr "%s: -e および -f にはシャドウパスワードが必要です\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID '%lu' は既に存在します\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s は %s のパスワードを変更する権限がありません\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: %s の新しいエントリ '%s' を準備できませんでした。\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: %s の新しいエントリ '%s' を準備できませんでした。\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: %s の新しいエントリ '%s' を準備できませんでした。\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: %s の新しいエントリ '%s' を準備できませんでした。\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: ディレクトリ %s は存在します\n" @@ -2408,6 +2505,20 @@ msgstr "ファイルをロックできません" msgid "Couldn't make backup" msgstr "バックアップを作成できません" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd はステータス %d で終了しました\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "スクラッチファイルをオープンできませんでした" diff --git a/po/kk.po b/po/kk.po index c7536fa8..0f8396de 100644 --- a/po/kk.po +++ b/po/kk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadowutils\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-20 21:16+0600\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" @@ -417,6 +417,11 @@ msgstr "%s: '%s' chroot жолы қате\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: %s chroot бумасына қатынау мүмкін емес: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: %s chroot бумасына қатынау мүмкін емес: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: %s бумасына chroot жасау мүмкін емес: %s\n" @@ -780,6 +785,11 @@ msgstr "%s: жол %d: жол өте ұзын\n" msgid "%s: line %d: missing new password\n" msgstr "%s: жол %d: жаңа пароль жоқ\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: %s жазу сәтсіз: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: жол %d: '%s' тобы жоқ болып тұр\n" @@ -1457,6 +1467,11 @@ msgstr "Қолданылуы: newgrp [-] [топ]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Қолданылуы: sg топ [[-c] командасы]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: %s жазу сәтсіз: %s\n" + msgid "Invalid password.\n" msgstr "пароль қате.\n" @@ -1524,6 +1539,21 @@ msgstr "%s: жол %d: chown %s сәтсіз: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: жол %d: жазбаны жаңарту мүмкін емес\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: жаңа %s '%s' жазбаны дайындау мүмкін емес\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: пайдаланушыны жасау мүмкін емес\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: топты құру мүмкін емес\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1816,13 +1846,13 @@ msgstr "%s: сигналды басқару ақаулығы\n" msgid "Session terminated, terminating shell..." msgstr "Сессия тоқтатылды, қоршамды тоқтату..." +msgid " ...terminated.\n" +msgstr " ...тоқтатылды.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...тоқтатылды.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2100,6 +2130,11 @@ msgstr "%s: %lu UID-і үшін faillog жазбасын нөлдеу сәтсі msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: %lu UID-і үшін lastlog жазбасын нөлдеу сәтсіз: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: жаңа %s '%s' жазбаны дайындау мүмкін емес\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: %s бумасын жасау мүкін емес\n" @@ -2142,6 +2177,16 @@ msgstr "%s: %s үшін tcb бумасын жасау мүмкін емес\n" msgid "%s: can't create group\n" msgstr "%s: топты құру мүмкін емес\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: пайдаланушыны жасау мүмкін емес\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: топты құру мүмкін емес\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2186,6 +2231,11 @@ msgstr "" "%s: %s тобын өшіру мүмкін емес, ол басқа пайдаланушы үшін басыңқы топ болып " "табылады.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: '%s' жазбасын %s ішінен өшіру мүмкін емес\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s пошта спулы (%s) табылмады\n" @@ -2310,6 +2360,18 @@ msgid " -U, --unlock unlock the user account\n" msgstr "" " -U, --unlock пайдаланушы тіркелгісін оқшаулаудан босату\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2329,6 +2391,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: '%s' пайдаланушысы %s ішінде бар болып тұр\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: '%s' күні қате\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: '%s' күні қате\n" + #, c-format msgid "%s: no options\n" msgstr "%s: опциялар жоқ\n" @@ -2345,6 +2417,31 @@ msgstr "%s: -e пен -f үшін көлеңкелі парольдер кере msgid "%s: UID '%lu' already exists\n" msgstr "%s: '%lu' UID-і бар болып тұр\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s пайдаланушының %s үшін паролді өзгертуге құқығы жоқ\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: жаңа %s '%s' жазбаны дайындау мүмкін емес\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: жаңа %s '%s' жазбаны дайындау мүмкін емес\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: жаңа %s '%s' жазбаны дайындау мүмкін емес\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: жаңа %s '%s' жазбаны дайындау мүмкін емес\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: %s бумасы бар болып тұр\n" @@ -2442,6 +2539,20 @@ msgstr "Файлды оқшаулау мүмкін емес" msgid "Couldn't make backup" msgstr "Қор көшірмені жасау мүмкін емес" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd %d статуспен жұмысын өз аяқтады" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "scratch файлын ашу сәтсіз" diff --git a/po/km.po b/po/km.po index e7167bbf..a92f55bb 100644 --- a/po/km.po +++ b/po/km.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow_po_km\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2006-06-28 10:08+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -447,6 +447,11 @@ msgstr "%s ៖ លេខ​ទូរស័ព្ទនៅផ្ទះ​មិ msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s ៖ មិន​​អាច​បង្កើត​ថត​ %s បានឡើយ\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s ៖ មិន​​អាច​បង្កើត​ថត​ %s បានឡើយ\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -791,6 +796,11 @@ msgstr "%s ៖ បន្ទាត់​ %d ៖ បន្ទាត់​វែ msgid "%s: line %d: missing new password\n" msgstr "%s ៖ បន្ទាត់​ %d ៖ បាត់បង់​ពាក្យ​សម្ងាត់​ថ្មី​\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1456,6 +1466,11 @@ msgstr "របៀបប្រើ ៖ newgrp [-] [group]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "របៀបប្រើ​ ៖ ក្រុម sg [[-c] command]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "ពាក្យ​សម្ងាត់​ចាស់ ៖ " @@ -1525,6 +1540,20 @@ msgstr "%s ៖ បន្ទាត់​ %d ៖ chown បានបរាជ័ msgid "%s: line %d: can't update entry\n" msgstr "%s ៖ បន្ទាត់​ %d ៖ មិនអាចធ្វើឲ្យ​ធាតុបញ្ចូល​ទាន់សម័យបានឡើយ\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s ៖ មិន​អាច​បង្កើត​ %s បានឡើយ\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s ៖ មិនអាច​ធ្វើឲ្យ​ឯកសារក្រុម​ទាន់សម័យបានទេ​\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1805,13 +1834,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s ៖ %s\n" -msgid " ...terminated.\n" -msgstr "" - #, fuzzy msgid "" "Usage: su [options] [LOGIN]\n" @@ -2078,6 +2107,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s ៖ មិន​​អាច​បង្កើត​ថត​ %s បានឡើយ\n" @@ -2120,6 +2154,14 @@ msgstr "%s ៖ មិន​​អាច​បង្កើត​ថត​ %s ប msgid "%s: can't create group\n" msgstr "%s ៖ មិន​អាច​បង្កើត​ %s បានឡើយ\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s ៖ មិន​អាច​បង្កើត​ %s បានឡើយ\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s ៖ មិន​អាច​បង្កើត​ %s បានឡើយ\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2160,6 +2202,11 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s ៖ មិនអាច​យកក្រុម %s ដែលជា​ក្រុម​ចម្បង​សម្រាប់​អ្នកប្រើដទៃទៀតចេញបានទេ ។\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s ៖ មិនអាចប្ដូរឈ្មោះ​ថត​ %s ទៅ​ជា​ %s បានឡើយ\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2267,6 +2314,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2283,6 +2342,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s ៖ អ្នក​ប្រើ​ %s មាន​រួច​ហើយ​\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s ៖ កាលបរិច្ឆទ​មិន​ត្រឹមត្រូវ​ '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s ៖ កាលបរិច្ឆទ​មិន​ត្រឹមត្រូវ​ '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2300,6 +2369,30 @@ msgstr "%s ៖ ពាក្យ​សម្ងាត់​ស្រមោល​ msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s ៖ បរាជ័យ​ក្នុងការ​ទម្លាក់​សិទ្ធ (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s ៖ មានថត​ %s ​រួច​ហើយ​\n" @@ -2403,6 +2496,20 @@ msgstr "មិនអាច​ចាក់សោ​ឯកសារបានឡើ msgid "Couldn't make backup" msgstr "មិនអាច​បង្កើត​ព័ត៌មាន​បម្រុងទុក​បានឡើយ" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s ៖ %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s ៖ %s រក​មិន​ឃើញ​ក្នុង​ /etc/passwd ទេ\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s ៖ មិនអាច​បើក​ឯកសារក្រុម​បានទេ​\n" @@ -2988,9 +3095,6 @@ msgstr "%s  ៖ ថត​មូលដ្ឋាន​មិន​ត្រឹ #~ msgid "Cannot open the password file.\n" #~ msgstr "មិនអាច​បើក​ឯកសារ​ពាក្យសម្ងាត់​បានឡើយ ។\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s ៖ %s រក​មិន​ឃើញ​ក្នុង​ /etc/passwd ទេ\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "មានកំហុស​ក្នុងការ​ធ្វើ​ឲ្យ​​ធាតុបញ្ចូល​​ពាក្យសម្ងាត់ទាន់សម័យ ។\n" @@ -3183,9 +3287,6 @@ msgstr "%s  ៖ ថត​មូលដ្ឋាន​មិន​ត្រឹ #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s ៖ មិនអាច​ធ្វើឲ្យ​ឯកសារ​ក្រុម​ស្រមោល​ទាន់សម័យ​បានទេ​\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s ៖ មិនអាច​ធ្វើឲ្យ​ឯកសារក្រុម​ទាន់សម័យបានទេ​\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s ៖ មិនអាច​លុប​ឯកសារក្រុម​ស្រមោលបានទេ​\n" diff --git a/po/ko.po b/po/ko.po index 32eca8a1..d268870c 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2009-04-19 21:32+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -437,6 +437,11 @@ msgstr "%s: 잘못된 집 전화번호: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: 디렉터리 %s을(를) 만들 수 없습니다\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: 디렉터리 %s을(를) 만들 수 없습니다\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -786,6 +791,11 @@ msgstr "%s: %d번 줄: 너무 깁니다\n" msgid "%s: line %d: missing new password\n" msgstr "%s: %d번 줄: 새 암호가 없습니다\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: %s을(를) 제거하는데 실패했습니다\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: %d번 줄: '%s' 그룹이 없습니다\n" @@ -1451,6 +1461,11 @@ msgstr "사용법: newgrp [-] [그룹]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "사용법: sg group [[-c] 명령]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: %s을(를) 제거하는데 실패했습니다\n" + msgid "Invalid password.\n" msgstr "쓸 수 없는 암호입니다.\n" @@ -1520,6 +1535,21 @@ msgstr "%s: %d번 줄: chown 실패했습니다\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: %d번 줄: 입력값을 업데이트 할 수 없습니다\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: 새 %s 항목 '%s'을(를) 준비하는데 실패했습니다\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: 사용자를 만들 수 없습니다\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: 그룹을 만들 수 없습니다\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1803,13 +1833,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2095,6 +2125,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: UID %lu번의 최근 기록 항목을 초기화하는데 실패했습니다: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: 새 %s 항목 '%s'을(를) 준비하는데 실패했습니다\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: 디렉터리 %s을(를) 만들 수 없습니다\n" @@ -2137,6 +2172,16 @@ msgstr "%s: 디렉터리 %s을(를) 만들 수 없습니다\n" msgid "%s: can't create group\n" msgstr "%s: 그룹을 만들 수 없습니다\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: 사용자를 만들 수 없습니다\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: 그룹을 만들 수 없습니다\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2180,6 +2225,11 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s: %s 그룹은 다른 사용자의 주요 그룹이므로 제거하지 않습니다.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: '%s' 항목을 %s에서 제거할 수 없습니다\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2305,6 +2355,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2322,6 +2384,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: '%s' 사용자가 이미 %s 안에 있습니다\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: 날짜 '%s'은(는) 잘못되었습니다\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: 날짜 '%s'은(는) 잘못되었습니다\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2339,6 +2411,31 @@ msgstr "%s: -e 옵션과 -f 옵션은 셰도우 암호가 필요합니다\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: '%lu' UID가 이미 있습니다\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s 사용자는 %s의 암호를 바꿀 권한이 없습니다\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: 새 %s 항목 '%s'을(를) 준비하는데 실패했습니다\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: 새 %s 항목 '%s'을(를) 준비하는데 실패했습니다\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: 새 %s 항목 '%s'을(를) 준비하는데 실패했습니다\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: 새 %s 항목 '%s'을(를) 준비하는데 실패했습니다\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: 디렉터리 %s은(는) 이미 있습니다\n" @@ -2442,6 +2539,19 @@ msgstr "파일을 잠글 수 없습니다" msgid "Couldn't make backup" msgstr "백업을 만들 수 없습니다" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "failed to rename mailbox" msgid "failed to open scratch file" diff --git a/po/nb.po b/po/nb.po index 5e32ff73..d8bd46e7 100644 --- a/po/nb.po +++ b/po/nb.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-18 17:19+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -442,6 +442,11 @@ msgstr "%s: ugyldig chroot-sti «%s»\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: kan ikke få tilgang til chroot-mappa %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: kan ikke få tilgang til chroot-mappa %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: kan ikke chroot til mappa %s: %s\n" @@ -809,6 +814,12 @@ msgstr "%s: linje %d: linja er for lang\n" msgid "%s: line %d: missing new password\n" msgstr "%s: linje %d: mangler nytt passord\n" +# , c-format +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Klarte ikke skrive %s: %s\n" + # , c-format #, c-format msgid "%s: line %d: group '%s' does not exist\n" @@ -1506,6 +1517,12 @@ msgstr "Bruk: newgrp [-] [gruppe]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Bruk: sg group [[-c] command]\n" +# , c-format +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Klarte ikke skrive %s: %s\n" + msgid "Invalid password.\n" msgstr "Ugyldig passord.\n" @@ -1581,6 +1598,23 @@ msgstr "%s: linje %d: chown %s mislyktes: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: linje %d: kan ikke oppdatere oppføring\n" +# , c-format +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: klarte ikke lage det nye %s-innslaget «%s»\n" + +# , c-format +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: kan ikke opprette bruker\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: kan ikke oppdatere gruppefila\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1876,13 +1910,13 @@ msgstr "%s: funksjonsfeil ved signalmasking\n" msgid "Session terminated, terminating shell..." msgstr "Økt avsluttet, avslutter skall ..." +msgid " ...terminated.\n" +msgstr " … avsluttet.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " … avsluttet.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2166,6 +2200,12 @@ msgstr "%s: klarte ikke nullstille faillog-innslaget for UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: klarte ikke nullstille lastlog-innslaget for UID %lu: %s\n" +# , c-format +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: klarte ikke lage det nye %s-innslaget «%s»\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: kan ikke opprette mappa %s\n" @@ -2213,6 +2253,18 @@ msgstr "%s: Klarte ikke opprette tcb-mappe for %s\n" msgid "%s: can't create group\n" msgstr "%s: kan ikke opprette gruppa\n" +# , c-format +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: kan ikke opprette bruker\n" + +# , c-format +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: kan ikke opprette gruppa\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2259,6 +2311,12 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: gruppa %s er en primærgruppe for en annen bruker og blir ikke fjernet.\n" +# , c-format +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: kunne ikke fjerne innslaget «%s» fra %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s e-postlager (%s) ikke funnet.\n" @@ -2377,6 +2435,18 @@ msgstr " -u, --uid UID ny UID for brukerkontoen\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock lås opp brukerkontoen\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2397,6 +2467,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: bruker «%s» finnes fra før i %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: ugyldig dato «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: ugyldig dato «%s»\n" + # , c-format #, c-format msgid "%s: no options\n" @@ -2414,6 +2494,35 @@ msgstr "%s: skyggepassord kreves for -e og -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID «%lu» finnes fra før\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s har ikke rett til å endre passord for %s\n" + +# , c-format +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: klarte ikke lage det nye %s-innslaget «%s»\n" + +# , c-format +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: klarte ikke lage det nye %s-innslaget «%s»\n" + +# , c-format +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: klarte ikke lage det nye %s-innslaget «%s»\n" + +# , c-format +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: klarte ikke lage det nye %s-innslaget «%s»\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: mappa %s finnes\n" @@ -2514,6 +2623,20 @@ msgstr "Kunne ikke låse fil" msgid "Couldn't make backup" msgstr "Kunne ikke lage backup" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd avsluttet med status %d" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "klarte ikke å åpne kladdefil" @@ -3473,9 +3596,6 @@ msgstr "%s: klarte ikke å finne tcb-mappe for %s\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: kan ikke oppdatere shadow-gruppefila\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: kan ikke oppdatere gruppefila\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: kan ikke slette shadow-gruppefila\n" diff --git a/po/ne.po b/po/ne.po index 252c53f5..bb0ea00a 100644 --- a/po/ne.po +++ b/po/ne.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2006-06-16 14:30+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -441,6 +441,11 @@ msgstr "%s: अवैध गृह फोन: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: डाइरेकट्री सिर्जना गर्न सकिएन %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: डाइरेकट्री सिर्जना गर्न सकिएन %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -782,6 +787,11 @@ msgstr "%s: रेखा %d: अति लामो रेखा\n" msgid "%s: line %d: missing new password\n" msgstr "%s: रेखा %d: नयाँ पासवर्ड हराइरहेको छ\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1439,6 +1449,11 @@ msgstr "उपयोग: newgrp [-] [group]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "उपयोग: sg group [[-c] आदेश]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "पुरानो पासवर्ड: " @@ -1508,6 +1523,20 @@ msgstr "%s: रेखा %d: chown असफल भयो\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: रेखा %d: प्रविष्टि अद्यावधिक गर्न सकिएन\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: यो %s सिर्जना गर्न सकिदैन\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: समूह फाइल अद्यावधिक गर्न सकिएन\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1784,13 +1813,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - #, fuzzy msgid "" "Usage: su [options] [LOGIN]\n" @@ -2055,6 +2084,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: डाइरेकट्री सिर्जना गर्न सकिएन %s\n" @@ -2099,6 +2133,14 @@ msgstr "%s: डाइरेकट्री सिर्जना गर्न msgid "%s: can't create group\n" msgstr "%s: यो %s सिर्जना गर्न सकिदैन\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: यो %s सिर्जना गर्न सकिदैन\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: यो %s सिर्जना गर्न सकिदैन\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2139,6 +2181,11 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s: समूह %s हटाउन सकिदैन जुन अर्को प्रयोगकर्ताको लागि प्राथमिक समूह हो ।\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: डाइरेक्ट्री %s लाई %s मा पुन:नामकरण गर्न सकिदैन\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2246,6 +2293,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2262,6 +2321,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: प्रयोगकर्ता %s अवस्थित छ\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: अवैध मिति '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: अवैध मिति '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2279,6 +2348,30 @@ msgstr "%s: -e र -f को लागि स्याडो पासवर् msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: विशेषधिकारहरू छोड्न असफल भयो (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: डाइरेक्ट्री %s अवस्थित छ\n" @@ -2382,6 +2475,20 @@ msgstr "फाइल ताल्चा मार्न सकिदैन" msgid "Couldn't make backup" msgstr "जगेडा बनाउँन सकिदैन" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s /etc/passwd मा फेला परेन\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s: समूह फाइल खोल्न असक्षम भयो\n" @@ -2979,9 +3086,6 @@ msgstr "%s: अवैध डाइरेक्ट्री '%s'\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "पासवर्ड फाइल खोल्न सकिएन ।\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s /etc/passwd मा फेला परेन\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "पासवर्ड प्रविष्टिमा त्रुटि अद्यावधिक गरिदैछ ।\n" @@ -3174,9 +3278,6 @@ msgstr "%s: अवैध डाइरेक्ट्री '%s'\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: स्याडो समूह फाइल अद्यावधिक गर्न सकिएन\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: समूह फाइल अद्यावधिक गर्न सकिएन\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: स्याडो समूह फाइल मेट्न सकिएन\n" diff --git a/po/nl.po b/po/nl.po index 5f136559..46d423fb 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-25 21:11+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" @@ -440,6 +440,11 @@ msgstr "%s: '%s' voor 'telefoon thuis' is ongeldig\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: kan map %s niet aanmaken\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: kan map %s niet aanmaken\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -781,6 +786,11 @@ msgstr "%s: regel %d: regel is te lang\n" msgid "%s: line %d: missing new password\n" msgstr "%s: regel %d: nieuw wachtwoord ontbreekt\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1440,6 +1450,11 @@ msgstr "Gebruik: newgrp [-] [groep]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Gebruik: sg groep [[-c] commando]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Oud wachtwoord: " @@ -1509,6 +1524,20 @@ msgstr "%s: regel %d: chown is mislukt\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: regel %d: kan ingang niet bijwerken\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: kan %s niet aanmaken\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: kan groepbestand niet bijwerken\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1787,13 +1816,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2058,6 +2087,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: kan map %s niet aanmaken\n" @@ -2104,6 +2138,14 @@ msgstr "%s: kan map %s niet aanmaken\n" msgid "%s: can't create group\n" msgstr "%s: kan %s niet aanmaken\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: kan %s niet aanmaken\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: kan %s niet aanmaken\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2146,6 +2188,11 @@ msgstr "" "%s: kan de groep %s niet verwijderen, daar deze de primaire groep van een " "andere gebruiker is.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: kan map %s niet hernoemen naar %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2255,6 +2302,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2271,6 +2330,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: gebruiker %s bestaat al\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: ongeldige datum '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: ongeldige datum '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2289,6 +2358,30 @@ msgstr "%s: schaduwwachtwoorden zijn vereist voor opties -e en -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "Lid bestaat reeds\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: afgeven van rechten is mislukt (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: map %s bestaat al\n" @@ -2393,6 +2486,20 @@ msgstr "Kon bestand niet vergrendelen" msgid "Couldn't make backup" msgstr "Kon geen reservekopie maken" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s is niet gevonden in /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3092,9 +3199,6 @@ msgstr "%s: ongeldige basismap '%s'\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Kan het wachtwoordbestand niet openen.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s is niet gevonden in /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Fout tijdens het bijwerken van de wachtwoordingang.\n" @@ -3302,9 +3406,6 @@ msgstr "%s: ongeldige basismap '%s'\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: kan schaduwgroepbestand niet bijwerken\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: kan groepbestand niet bijwerken\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: kan schaduwgroepbestand niet verwijderen\n" diff --git a/po/nn.po b/po/nn.po index 99970b1a..8dea4235 100644 --- a/po/nn.po +++ b/po/nn.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2004-06-03 21:41+0200\n" "Last-Translator: Håvard Korsvoll \n" "Language-Team: Norwegian (Nynorsk) \n" @@ -433,6 +433,11 @@ msgstr "%s: ugyldig telefonnummer, heime: «%s»\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: kan ikkje oppretta mappa %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: kan ikkje oppretta mappa %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -776,6 +781,10 @@ msgstr "%s: linje %d: linja er for lang\n" msgid "%s: line %d: missing new password\n" msgstr "%s: linje %d: manglar nytt passord\n" +#, fuzzy, c-format +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: ugyldig telefonnummer, arbeid: «%s»\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1427,6 +1436,10 @@ msgstr "Bruk: newgrp [-] [gruppe]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Bruk: sg gruppe [[-c] kommando]\n" +#, fuzzy, c-format +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: ugyldig telefonnummer, arbeid: «%s»\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Gamalt passord:" @@ -1496,6 +1509,20 @@ msgstr "%s: linje %d: chown feila\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: linje %d: kan ikkje oppdatere oppføring\n" +#, fuzzy, c-format +#| msgid "%s: line %d: can't update entry\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: linje %d: kan ikkje oppdatere oppføring\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: kan ikkje oppretta %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: klarer ikkje oppdatere gruppefil\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1771,13 +1798,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, fuzzy, c-format msgid "%s: %s\n" msgstr "passwd: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2030,6 +2057,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: line %d: can't update entry\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: linje %d: kan ikkje oppdatere oppføring\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: kan ikkje oppretta mappa %s\n" @@ -2073,6 +2105,14 @@ msgstr "%s: kan ikkje oppretta mappa %s\n" msgid "%s: can't create group\n" msgstr "%s: kan ikkje oppretta %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: kan ikkje oppretta %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: kan ikkje oppretta %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2109,6 +2149,11 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s: klarer ikkje fjerna primærgruppa til brukaren.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: klarte ikkje endra namn på mappa %s til %s\n" + #, fuzzy, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: ugyldig heimemappe «%s»\n" @@ -2215,6 +2260,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2231,6 +2288,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: brukar %s finst\n" +#, fuzzy, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: ugyldig dato «%s»\n" + +#, fuzzy, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: ugyldig dato «%s»\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2248,6 +2313,27 @@ msgstr "%s: skuggepassord krevst for -e og -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: ugyldig telefonnummer, arbeid: «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: fields too long\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: felta er for lange\n" + +#, fuzzy, c-format +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: ugyldig telefonnummer, arbeid: «%s»\n" + +#, fuzzy, c-format +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: ugyldig startmappe «%s»\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: mappa %s finst\n" @@ -2347,6 +2433,19 @@ msgstr "Klarte ikkje låsa fil" msgid "Couldn't make backup" msgstr "Klarte ikkje laga reservekopi" +#, fuzzy, c-format +msgid "%s: %s: %s\n" +msgstr "passwd: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s ikkje funne i /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s: klarer ikkje opna gruppefil\n" @@ -2526,9 +2625,6 @@ msgstr "%s: ugyldig startmappe «%s»\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Klarer ikkje opna passordfila.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s ikkje funne i /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Feil ved oppdatering av passordet.\n" @@ -2725,9 +2821,6 @@ msgstr "%s: ugyldig startmappe «%s»\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: klarer ikkje oppdatere skuggegruppefil\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: klarer ikkje oppdatere gruppefil\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: klan ikkje slette skuggegruppefil\n" diff --git a/po/pl.po b/po/pl.po index 0666542b..bc9248ac 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-25 20:53+0100\n" "Last-Translator: Tomasz Kłoczko \n" "Language-Team: Polish \n" @@ -445,6 +445,11 @@ msgstr "%s: nieprawidłowy numer telefonu domowego: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: nie można utworzyć katalogu %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: nie można utworzyć katalogu %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -786,6 +791,11 @@ msgstr "%s: linia %d: linia zbyt długa\n" msgid "%s: line %d: missing new password\n" msgstr "%s: linia %d: brakuje nowego hasła\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1445,6 +1455,11 @@ msgstr "Użycie: newgrp [-] [grupa]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Użycie: sg grupa [[-c] polecenie]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Stare hasło: " @@ -1514,6 +1529,20 @@ msgstr "%s: linia %d: chown nie powiodło się\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: linia %d: nie można zaktualizować wpisu\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: nie można utworzyć %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: nie można zaktualizować pliku z grupami\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1789,13 +1818,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2058,6 +2087,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: nie można utworzyć katalogu %s\n" @@ -2103,6 +2137,14 @@ msgstr "%s: nie można utworzyć katalogu %s\n" msgid "%s: can't create group\n" msgstr "%s: nie można utworzyć %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: nie można utworzyć %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: nie można utworzyć %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2145,6 +2187,11 @@ msgstr "" "%s: nie można usunąć grupy %s która jest grupą podstawową\n" "dla innego użytkownika.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: nie można zmienić nazwy katalogu z %s na %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2253,6 +2300,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2269,6 +2328,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: użytkownik %s istnieje\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: nieprawidłowa data '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: nieprawidłowa data '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2287,6 +2356,30 @@ msgstr "%s: ukryte hasła wymagane dla -e i -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "Członek grupy już istnieje\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: niepowiodło się porzucenie uprawnień (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: katalog %s istnieje\n" @@ -2391,6 +2484,20 @@ msgstr "Nie można zablokować pliku" msgid "Couldn't make backup" msgstr "Nie można wykonać kopii zapasowej" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nie znaleziono %s w /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3090,9 +3197,6 @@ msgstr "%s: nieprawidłowy katalog bazowy '%s'\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Nie można otworzyć pliku z hasłami.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: nie znaleziono %s w /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Błąd podczas aktualizacji wpisu do bazy haseł.\n" @@ -3300,9 +3404,6 @@ msgstr "%s: nieprawidłowy katalog bazowy '%s'\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: nie można zaktualizować pliku z ukrytymi hasłami grup\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: nie można zaktualizować pliku z grupami\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: nie można skasować pliku z ukrytymi hasłami grup\n" diff --git a/po/pt.po b/po/pt.po index ac390859..c286ef21 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-14 12:41+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -432,6 +432,11 @@ msgstr "%s: caminho de chroot inválido: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: não pode aceder ao directório chroot %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: não pode aceder ao directório chroot %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: não foi possível fazer chroot para o directório %s: %s\n" @@ -799,6 +804,11 @@ msgstr "%s: linha %d: linha demasiado comprida\n" msgid "%s: line %d: missing new password\n" msgstr "%s: linha %d: falta a nova palavra-passe\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Falhou ao escrever %s: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: linha %d: o grupo '%s' não existe\n" @@ -1479,6 +1489,11 @@ msgstr "Utilização: newgrp [-] [grupo]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Utilização: sg grupo [[-c] comando]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Falhou ao escrever %s: %s\n" + msgid "Invalid password.\n" msgstr "Palavra-passe inválida.\n" @@ -1546,6 +1561,21 @@ msgstr "%s: linha %d: chown %s falhou: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: linha %d: não é possível actualizar o registo\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: falhou a preparação para a nova %s entrada '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: não é possível criar o utilizador\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: não é possível criar grupo\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1844,13 +1874,13 @@ msgstr "%s: mau funcionamento de máscara de sinal\n" msgid "Session terminated, terminating shell..." msgstr "Sessão terminada, a terminar shell..." +msgid " ...terminated.\n" +msgstr " ...terminado.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...terminado.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2134,6 +2164,11 @@ msgstr "%s: falhou apagar o registo faillog para o UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: falhou apagar o registo lastlog para o UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: falhou a preparação para a nova %s entrada '%s'\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: não é possível criar o directório %s\n" @@ -2177,6 +2212,16 @@ msgstr "%s: Falhou a criação do directório tcb para %s\n" msgid "%s: can't create group\n" msgstr "%s: não é possível criar grupo\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: não é possível criar o utilizador\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: não é possível criar grupo\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2225,6 +2270,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: o grupo %s é o grupo primário de outro utilizador e não é removido.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: não é possível remover a entrada '%s' de %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s spool de mail (%s) não foi encontrado\n" @@ -2349,6 +2399,18 @@ msgstr " -u, --uid UID novo UID para a conta do utilizador\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock desbloquear a conta do utilizador\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2370,6 +2432,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: o utilizador %s já existe em %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: a data '%s' é inválida\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: a data '%s' é inválida\n" + #, c-format msgid "%s: no options\n" msgstr "%s: sem opções\n" @@ -2386,6 +2458,31 @@ msgstr "%s: são necessárias palavras-passe shadow para -e e -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: O UID '%lu' já existe\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s não está autorizado a alterar a palavra-passe de %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: falhou a preparação para a nova %s entrada '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: falhou a preparação para a nova %s entrada '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: falhou a preparação para a nova %s entrada '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: falhou a preparação para a nova %s entrada '%s'\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: o directório %s existe\n" @@ -2487,6 +2584,20 @@ msgstr "Não é possível obter acesso exclusivo ao ficheiro" msgid "Couldn't make backup" msgstr "Não é possível efectuar cópia de segurança" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd saiu com o estado %d" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "falhou abrir ficheiro 'scratch'" diff --git a/po/pt_BR.po b/po/pt_BR.po index bed056dc..2a77339e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.15\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2011-11-25 20:20+0100\n" "Last-Translator: Fred Ulisses Maranhão \n" "Language-Team: Debian-BR Project \n" @@ -429,6 +429,11 @@ msgstr "%s: telefone residencial inválido: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: não foi possível criar o diretório %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: Cannot create directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: não foi possível criar o diretório %s: %s\n" + #, fuzzy, c-format #| msgid "%s: Failed to create tcb directory for %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -792,6 +797,11 @@ msgstr "%s : linha %d : linha muito extensa\n" msgid "%s: line %d: missing new password\n" msgstr "%s : linha %d : nova senha faltando\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: falha ao remover %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: linha %d: grupo %s não existe\n" @@ -1465,6 +1475,11 @@ msgstr "Uso : newgrp [-] [grupo]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Uso : sg group [[-c] comando]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: falha ao remover %s\n" + msgid "Invalid password.\n" msgstr "Senha inválida.\n" @@ -1532,6 +1547,21 @@ msgstr "%s: linha %d: chown %s falhou: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s : linha %d : não foi possível atualizar entrada\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: falha ao preparar a nova entrada %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: não foi possível criar usuário\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s : não foi possível atualizar arquivo de grupo\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1824,13 +1854,13 @@ msgstr "%s: al funcionamento da máscara do sinal\n" msgid "Session terminated, terminating shell..." msgstr "Sessão terminada, encerrando o shell..." +msgid " ...terminated.\n" +msgstr " ...encerrado.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...encerrado.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2117,6 +2147,11 @@ msgstr "%s: falha ao zerar a entrada do faillog de UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: falha ao zerar a entrada do lastlog do UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: falha ao preparar a nova entrada %s '%s'\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s : não foi possível criar diretório %s\n" @@ -2160,6 +2195,16 @@ msgstr "%s: Falha ao criar diretório tcb para %s\n" msgid "%s: can't create group\n" msgstr "%s: não é possível criar grupo\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: não foi possível criar usuário\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: não é possível criar grupo\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2212,6 +2257,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: grupo %s é o grupo primário de outro usuário e não será removido.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: não é possível remover entrada '%s' de %s\n" + #, fuzzy, c-format #| msgid "%s: %s home directory (%s) not found\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2334,6 +2384,18 @@ msgstr " -u, --uid UID novo UID para a conta de usuário\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock destravar a conta de usuário\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + #, fuzzy #| msgid "" #| " -Z, --selinux-user new SELinux user mapping for the user " @@ -2358,6 +2420,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: usuário '%s' já existe em %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: data `%s' inválida\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: data `%s' inválida\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2375,6 +2447,31 @@ msgstr "%s : senhas shadow necessárias para -e e -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID '%lu' já existe\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s não está autorizado a trocar a senha de %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: falha ao preparar a nova entrada %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: falha ao preparar a nova entrada %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: falha ao preparar a nova entrada %s '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: falha ao preparar a nova entrada %s '%s'\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s : diretório %s existe\n" @@ -2471,6 +2568,20 @@ msgstr "Não foi possível obter lock em arquivo" msgid "Couldn't make backup" msgstr "Não foi possível fazer backup" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s : %s não encontrado em /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "falha ao abrir arquivo de rascunho" @@ -3126,9 +3237,6 @@ msgstr "%s: falha ao procurar o diretório tcb para %s\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Não foi possível abrir arquivo de senhas.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s : %s não encontrado em /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Erro atualizando a entrada de senha.\n" @@ -3346,9 +3454,6 @@ msgstr "%s: falha ao procurar o diretório tcb para %s\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s : não foi possível atualizar arquivo de grupo shadow\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s : não foi possível atualizar arquivo de grupo\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s : não foi possível remover arquivo de grupo shadow\n" diff --git a/po/ro.po b/po/ro.po index 64dafd30..52131688 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-26 18:18+0100\n" "Last-Translator: Sorin Batariuc \n" "Language-Team: Romanian \n" @@ -441,6 +441,11 @@ msgstr "%s: număr telefon acasă nevalid: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: nu pot crea directorul %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: nu pot crea directorul %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -782,6 +787,11 @@ msgstr "%s: linia %d: linie prea lungă\n" msgid "%s: line %d: missing new password\n" msgstr "%s: linia %d: lipseşte noua parolă\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1439,6 +1449,11 @@ msgstr "Utilizare: newgrp [-] [grup]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Utilizare: sg grup [[-c] comanda]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Parola veche: " @@ -1508,6 +1523,20 @@ msgstr "%s: linia %d: eşuare chown\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: linia %d: nu pot actualiza intrarea\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: nu pot crea %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: nu pot actualiza fişierul de grupuri\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1784,13 +1813,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - #, fuzzy msgid "" "Usage: su [options] [LOGIN]\n" @@ -2056,6 +2085,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: nu pot crea directorul %s\n" @@ -2102,6 +2136,14 @@ msgstr "%s: nu pot crea directorul %s\n" msgid "%s: can't create group\n" msgstr "%s: nu pot crea %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: nu pot crea %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: nu pot crea %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2143,6 +2185,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: Nu pot şterge grupul %s care este un grup primar pentru alt utilizator.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: nu pot redenumi directorul %s în %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2252,6 +2299,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2268,6 +2327,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: utilizatorul %s există\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: dată nevalidă '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: dată nevalidă '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2285,6 +2354,30 @@ msgstr "%s: sunt necesare parole criptate pentru -e şi -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s : eşuare în abandonarea privilegiilor (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: directorul %s există\n" @@ -2389,6 +2482,20 @@ msgstr "N-am putut încuia fişierul" msgid "Couldn't make backup" msgstr "N-am putut face o copie de rezervă" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s negăsit în /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s: nu pot deschide fişierul de grupuri\n" @@ -3055,9 +3162,6 @@ msgstr "%s: director de bază nevalid '%s'\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Nu pot deschide fişierul passwd.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s negăsit în /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Eroare la actualizarea intrării în passwd.\n" @@ -3250,9 +3354,6 @@ msgstr "%s: director de bază nevalid '%s'\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: nu pot actualiza fişierul gshadow\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: nu pot actualiza fişierul de grupuri\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: nu pot şterge fişierul gshadow\n" diff --git a/po/ru.po b/po/ru.po index cafaf117..deb221dc 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.5.1-1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2013-07-29 10:42+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -436,6 +436,11 @@ msgstr "%s: некорректное значение пути chroot «%s»\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: нет доступа к каталогу chroot %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: нет доступа к каталогу chroot %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: не удалось выполнить chroot в каталог %s: %s\n" @@ -801,6 +806,11 @@ msgstr "%s: строка %d: слишком длинная строка\n" msgid "%s: line %d: missing new password\n" msgstr "%s: строка %d: отсутствует новый пароль\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: не удалось записать %s: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: строка %d: группа «%s» не существует\n" @@ -1482,6 +1492,11 @@ msgstr "Использование: newgrp [-] [группа]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Использование: sg группа [[-c] команда]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: не удалось записать %s: %s\n" + msgid "Invalid password.\n" msgstr "Неправильный пароль.\n" @@ -1550,6 +1565,21 @@ msgstr "%s: строка %d: вызов chown %s завершился неуда msgid "%s: line %d: can't update entry\n" msgstr "%s: строка %d: не удалось обновить запись\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: не удалось подготовить новую %s запись «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: не удалось создать пользователя\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: не удалось создать группу\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1842,13 +1872,13 @@ msgstr "%s: неисправность в маскировке сигналов\ msgid "Session terminated, terminating shell..." msgstr "Сеанс завершён, выполняется завершение оболочки…" +msgid " ...terminated.\n" +msgstr " … завершён.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " … завершён.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2142,6 +2172,11 @@ msgstr "%s: не удалось сбросить запись в faillog для msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: не удалось сбросить запись в lastlog для UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: не удалось подготовить новую %s запись «%s»\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: не удалось создать каталог %s\n" @@ -2185,6 +2220,16 @@ msgstr "%s: не удалось создать tcb-каталог для %s\n" msgid "%s: can't create group\n" msgstr "%s: не удалось создать группу\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: не удалось создать пользователя\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: не удалось создать группу\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2233,6 +2278,11 @@ msgstr "" "%s: группа %s является первичной для другого пользователя и не может быть " "удалена.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: не удалось удалить запись «%s» из %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: почтовый ящик %s (%s) не найден\n" @@ -2354,6 +2404,18 @@ msgstr " -u, --uid UID новый UID для учётной з msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock разблокировать учётную запись\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2374,6 +2436,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: пользователь «%s» уже существует в %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: неверная дата «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: неверная дата «%s»\n" + #, c-format msgid "%s: no options\n" msgstr "%s: не указаны параметры\n" @@ -2391,6 +2463,31 @@ msgstr "" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID «%lu» уже существует\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: у %s нет прав изменять пароль %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: не удалось подготовить новую %s запись «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: не удалось подготовить новую %s запись «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: не удалось подготовить новую %s запись «%s»\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: не удалось подготовить новую %s запись «%s»\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: каталог %s существует\n" @@ -2494,6 +2591,20 @@ msgstr "Не удалось заблокировать файл" msgid "Couldn't make backup" msgstr "Не удалось создать резервную копию" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd завершился с кодом выхода %d\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "не удалось открыть черновой файл" diff --git a/po/shadow.pot b/po/shadow.pot index 4ec9169b..73a0366c 100644 --- a/po/shadow.pot +++ b/po/shadow.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -408,6 +408,10 @@ msgstr "" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "" +#, c-format +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "" @@ -737,6 +741,10 @@ msgstr "" msgid "%s: line %d: missing new password\n" msgstr "" +#, c-format +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "" @@ -1340,6 +1348,10 @@ msgstr "" msgid "Usage: sg group [[-c] command]\n" msgstr "" +#, c-format +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "" + msgid "Invalid password.\n" msgstr "" @@ -1405,6 +1417,18 @@ msgstr "" msgid "%s: line %d: can't update entry\n" msgstr "" +#, c-format +msgid "%s: failed to prepare new %s entry\n" +msgstr "" + +#, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "" + +#, c-format +msgid "%s: can't find subordinate group range\n" +msgstr "" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1659,11 +1683,11 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" -#, c-format -msgid "%s: %s\n" +msgid " ...terminated.\n" msgstr "" -msgid " ...terminated.\n" +#, c-format +msgid "%s: %s\n" msgstr "" msgid "" @@ -1904,6 +1928,10 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, c-format +msgid "%s: failed to prepare the new %s entry\n" +msgstr "" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "" @@ -1943,6 +1971,14 @@ msgstr "" msgid "%s: can't create group\n" msgstr "" +#, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "" + +#, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -1979,6 +2015,10 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" +#, c-format +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "" @@ -2080,6 +2120,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2095,6 +2147,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "" +#, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "" + +#, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "" + #, c-format msgid "%s: no options\n" msgstr "" @@ -2111,6 +2171,26 @@ msgstr "" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, c-format +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "" + +#, c-format +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "" + +#, c-format +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "" + +#, c-format +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "" + #, c-format msgid "%s: directory %s exists\n" msgstr "" @@ -2199,6 +2279,18 @@ msgstr "" msgid "Couldn't make backup" msgstr "" +#, c-format +msgid "%s: %s: %s\n" +msgstr "" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "" diff --git a/po/sk.po b/po/sk.po index 8022544d..db99330f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.17\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2011-11-26 22:06+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -441,6 +441,11 @@ msgstr "%s: chybné telefónne číslo domov: „%s“\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: nedá sa vytvoriť adresár %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: nedá sa vytvoriť adresár %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -800,6 +805,11 @@ msgstr "%s: riadok %d je príliš dlhý\n" msgid "%s: line %d: missing new password\n" msgstr "%s: riadok %d: chýba nové heslo\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: zlyhalo odstránenie %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: riadok %d: skupina „%s“ neexistuje\n" @@ -1462,6 +1472,11 @@ msgstr "Použitie: newgrp [-] [skupina]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Použitie: sg skupina [[-c] príkaz]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: zlyhalo odstránenie %s\n" + msgid "Invalid password.\n" msgstr "Neplatné heslo.\n" @@ -1530,6 +1545,21 @@ msgstr "%s: riadok %d: volanie chown zlyhalo\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: riadok %d: položka sa nedá aktualizovať\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: zlyhalo pripravenie novej položky %s „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: nie je možné vytvoriť používateľa\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: súbor s heslami sa nedá aktualizovať\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr " -a, --all zobrazí stav hesiel pre všetky účty\n" @@ -1816,13 +1846,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2091,6 +2121,11 @@ msgstr "%s: Nepodarilo sa obnoviť položku faillog s UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: Nepodarilo sa obnoviť položku lastlog s UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: zlyhalo pripravenie novej položky %s „%s“\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: nedá sa vytvoriť adresár %s\n" @@ -2135,6 +2170,16 @@ msgstr "%s: nedá sa vytvoriť adresár %s\n" msgid "%s: can't create group\n" msgstr "%s: sa nedá vytvoriť skupina\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: nie je možné vytvoriť používateľa\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: sa nedá vytvoriť skupina\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2179,6 +2224,11 @@ msgstr "" "%s: skupina %s sa nedá odstrániť, pretože je primárnou skupinou iného " "používateľa.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: nie je možné odstrániť položku „%s“ z %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2301,6 +2351,18 @@ msgstr " -u, --uid UID nový UID pre používateľský účet\n msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock odblokuje používateľský účet\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + #, fuzzy #| msgid "" #| " -d, --home HOME_DIR new home directory for the user account\n" @@ -2324,6 +2386,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: používateľ %s už existuje v %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: chybný dátum „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: chybný dátum „%s“\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2341,6 +2413,31 @@ msgstr "%s: prepínače -e a -f vyžadujú tieňové heslá\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID „%lu“ už existuje\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s nemá oprávnenie zmeniť heslo %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: zlyhalo pripravenie novej položky %s „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: zlyhalo pripravenie novej položky %s „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: zlyhalo pripravenie novej položky %s „%s“\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: zlyhalo pripravenie novej položky %s „%s“\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: adresár %s už existuje\n" @@ -2444,6 +2541,20 @@ msgstr "Súbor sa nedá zamknúť" msgid "Couldn't make backup" msgstr "Nedá sa vytvoriť záloha" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s sa nenachádza v /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3245,9 +3356,6 @@ msgstr "%s: chybný základný adresár „%s“\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Súbor s heslami sa nedá otvoriť.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s sa nenachádza v /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Chyba pri aktualizácii záznamu hesla.\n" @@ -3457,9 +3565,6 @@ msgstr "%s: chybný základný adresár „%s“\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: súbor s tieňovými heslami sa nedá aktualizovať\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: súbor s heslami sa nedá aktualizovať\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: súbor s tieňovými heslami skupín sa nedá zmazať\n" diff --git a/po/sq.po b/po/sq.po index e3ea7d61..f5b819ed 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.3\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2004-11-20 03:28+0100\n" "Last-Translator: Elian Myftiu \n" "Language-Team: Albanian \n" @@ -410,6 +410,10 @@ msgstr "Kujdes: grup i panjohur %s\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "Kujdes: grup i panjohur %s\n" +#, fuzzy, c-format +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, fuzzy, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "Kujdes: grup i panjohur %s\n" @@ -740,6 +744,10 @@ msgstr "" msgid "%s: line %d: missing new password\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, fuzzy, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "Kujdes: grup i panjohur %s\n" @@ -1344,6 +1352,10 @@ msgstr "" msgid "Usage: sg group [[-c] command]\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, fuzzy msgid "Invalid password.\n" msgstr " Zgjidh një fjalëkalim të ri.\n" @@ -1410,6 +1422,18 @@ msgstr "Kujdes: grup i panjohur %s\n" msgid "%s: line %d: can't update entry\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to prepare new %s entry\n" +msgstr "Kujdes: grup i panjohur %s\n" + +#, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: can't find subordinate group range\n" +msgstr "Kujdes: grup i panjohur %s\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1665,11 +1689,11 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" -#, c-format -msgid "%s: %s\n" +msgid " ...terminated.\n" msgstr "" -msgid " ...terminated.\n" +#, c-format +msgid "%s: %s\n" msgstr "" msgid "" @@ -1911,6 +1935,10 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +msgid "%s: failed to prepare the new %s entry\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "" @@ -1950,6 +1978,14 @@ msgstr "" msgid "%s: can't create group\n" msgstr "Kujdes: grup i panjohur %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "Kujdes: grup i panjohur %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -1986,6 +2022,10 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" +#, fuzzy, c-format +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "" @@ -2087,6 +2127,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2102,6 +2154,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "" +#, fuzzy, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "Kujdes: grup i panjohur %s\n" + +#, fuzzy, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "Kujdes: grup i panjohur %s\n" + #, fuzzy, c-format msgid "%s: no options\n" msgstr "Kujdes: grup i panjohur %s\n" @@ -2118,6 +2178,26 @@ msgstr "" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "Kujdes: grup i panjohur %s\n" + +#, c-format +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "Kujdes: grup i panjohur %s\n" + +#, c-format +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "" + #, c-format msgid "%s: directory %s exists\n" msgstr "" @@ -2206,6 +2286,18 @@ msgstr "" msgid "Couldn't make backup" msgstr "" +#, fuzzy, c-format +msgid "%s: %s: %s\n" +msgstr "Kujdes: grup i panjohur %s\n" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "" diff --git a/po/sv.po b/po/sv.po index 9da2b2b1..facdc1d3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.1\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2011-11-25 22:08+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -425,6 +425,11 @@ msgstr "%s: ogiltigt telefonnummer (hem): \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: Kan inte skapa katalogen %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: Cannot create directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: Kan inte skapa katalogen %s: %s\n" + #, fuzzy, c-format #| msgid "%s: Failed to create tcb directory for %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -789,6 +794,11 @@ msgstr "%s: rad %d: raden för lång\n" msgid "%s: line %d: missing new password\n" msgstr "%s: rad %d: saknar nytt lösenord\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: misslyckades med att ta bort %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: rad %d: gruppen \"%s\" finns inte\n" @@ -1461,6 +1471,11 @@ msgstr "Användning: newgrp [-] [grupp]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Användning: sg grupp [[-c] kommando]\n" +#, fuzzy, c-format +#| msgid "%s: failed to remove %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: misslyckades med att ta bort %s\n" + msgid "Invalid password.\n" msgstr "Ogiltigt lösenord.\n" @@ -1528,6 +1543,21 @@ msgstr "%s: rad %d: chown %s misslyckades: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: rad %d: kan inte uppdatera post\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: misslyckades med att förbereda den nya %s-posten \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: kan inte skapa användare\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: kan inte skapa grupp\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1820,13 +1850,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "Sessionen terminerad, terminerar skal..." +msgid " ...terminated.\n" +msgstr " ...terminerad.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...terminerad.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2110,6 +2140,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: misslyckades med att förbereda den nya %s-posten \"%s\"\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: kan inte skapa katalog %s\n" @@ -2153,6 +2188,16 @@ msgstr "%s: Misslyckades med att skapa tcb-katalog för %s\n" msgid "%s: can't create group\n" msgstr "%s: kan inte skapa grupp\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: kan inte skapa användare\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: kan inte skapa grupp\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2200,6 +2245,11 @@ msgstr "" "%s: gruppen %s är den primära gruppen för en annan användare och tas inte " "bort.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: kan inte ta bort posten \"%s\" från %s\n" + #, fuzzy, c-format #| msgid "%s: %s home directory (%s) not found\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2318,6 +2368,18 @@ msgstr " -u, --uid UID nytt UID för användarkontot\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock lås upp användarkontot\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + #, fuzzy #| msgid "" #| " -s, --shell SHELL new login shell for the user account\n" @@ -2341,6 +2403,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: användaren \"%s\" finns redan i %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: ogiltigt datum \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: ogiltigt datum \"%s\"\n" + #, fuzzy, c-format #| msgid "%s: cannot open %s\n" msgid "%s: no options\n" @@ -2358,6 +2430,31 @@ msgstr "%s: skugglösenord krävs för -e och -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID \"%lu\" finns redan\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s är inte behörig att ändra lösenordet för %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: misslyckades med att förbereda den nya %s-posten \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: misslyckades med att förbereda den nya %s-posten \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: misslyckades med att förbereda den nya %s-posten \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: misslyckades med att förbereda den nya %s-posten \"%s\"\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: katalogen %s finns redan\n" @@ -2459,6 +2556,19 @@ msgstr "Kunde inte låsa fil" msgid "Couldn't make backup" msgstr "Kunde inte göra en säkerhetskopia" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, c-format +msgid "%s: %s returned with status %d\n" +msgstr "" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "" diff --git a/po/tl.po b/po/tl.po index 1edb66d9..40ee8f94 100644 --- a/po/tl.po +++ b/po/tl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-26 21:34+0100\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -448,6 +448,11 @@ msgstr "%s: hindi tanggap na telepono sa bahay: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: hindi malikha ang directory %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: hindi malikha ang directory %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -789,6 +794,11 @@ msgstr "%s: linya %d: sobrang haba ng linya\n" msgid "%s: line %d: missing new password\n" msgstr "%s: linya %d: walang bagong password\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1447,6 +1457,11 @@ msgstr "Pag-gamit: newgrp [-] [grupo]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Pag-gamit: sg grupo [[-c] utos]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Lumang kontrasenyas:" @@ -1516,6 +1531,20 @@ msgstr "%s: linya %d: bigo ang chown\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: linya %d: hindi ma-apdeyt ang ipinasok\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: hindi malikha ang %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: hindi ma-apdeyt ang talaksang grupo\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1792,13 +1821,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2064,6 +2093,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: hindi malikha ang directory %s\n" @@ -2110,6 +2144,14 @@ msgstr "%s: hindi malikha ang directory %s\n" msgid "%s: can't create group\n" msgstr "%s: hindi malikha ang %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: hindi malikha ang %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: hindi malikha ang %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2152,6 +2194,11 @@ msgstr "" "%s: hindi matanggal ang grupong %s dahil ito'y pangunahing grupo ng ibang " "gumagamit.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: hindi mapalitan ng pangalan ang directory %s sa %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2259,6 +2306,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2275,6 +2334,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: mayroon nang gumagamit na %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: hindi tanggap na petsa '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: hindi tanggap na petsa '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2293,6 +2362,30 @@ msgstr "%s: kailangan ang shadow password para sa -e at -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "Mayroon nang kasapi na ganito\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: bigo sa pagtanggal ng mga pribilehiyo (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: mayroon nang directory na %s\n" @@ -2397,6 +2490,20 @@ msgstr "Hindi maaldaba ang talaksan" msgid "Couldn't make backup" msgstr "Hindi makagawa ng backup" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: hindi nahanap ang %s sa /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3077,9 +3184,6 @@ msgstr "%s: hindi tanggap na batayang directory '%s'\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Hindi mabuksan ang talaksang password\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: hindi nahanap ang %s sa /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Error sa pag-apdeyt ng password entry.\n" @@ -3288,9 +3392,6 @@ msgstr "%s: hindi tanggap na batayang directory '%s'\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: hindi ma-apdeyt ang talaksang grupo na shadow\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: hindi ma-apdeyt ang talaksang grupo\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: hindi matanggal ang talaksang grupo na shadow\n" diff --git a/po/tr.po b/po/tr.po index 1bb65d19..a2530d25 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2008-03-29 20:31+0200\n" "Last-Translator: Mehmet Türker \n" "Language-Team: Türkçe \n" @@ -444,6 +444,11 @@ msgstr "%s: geçersiz ev telefonu: '%s'\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: %s dizini yaratılamıyor\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: %s dizini yaratılamıyor\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -817,6 +822,11 @@ msgstr "%s: satır %d: satır çok uzun\n" msgid "%s: line %d: missing new password\n" msgstr "%s: satır %d: yeni parola eksik\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1516,6 +1526,11 @@ msgstr "Kullanım: newgrp [-] [grup]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Kullanım: sg grup [[-c] komut]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + msgid "Invalid password.\n" msgstr "Geçersiz parola.\n" @@ -1589,6 +1604,21 @@ msgstr "%s: satır %d: chown başarısız oldu\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: satır %d: kayıt güncellenemiyor\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: kullanıcı yaratılamıyor\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: grup dosyası güncellenemiyor\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1889,13 +1919,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2196,6 +2226,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: %s dizini yaratılamıyor\n" @@ -2242,6 +2277,16 @@ msgstr "%s: %s dizini yaratılamıyor\n" msgid "%s: can't create group\n" msgstr "%s: grup yaratılamıyor\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: kullanıcı yaratılamıyor\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: grup yaratılamıyor\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2292,6 +2337,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: Başka bir kullanıcı için birincil grub olan %s grubu kaldırılamıyor.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: %s dizini %s olarak yeniden adlandırılamıyor\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2423,6 +2473,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2446,6 +2508,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: kullanıcı %s mevcut\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: geçersiz tarih '%s'\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: geçersiz tarih '%s'\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2464,6 +2536,30 @@ msgstr "%s: -e ve -f için gölge parolalar gerekli\n" msgid "%s: UID '%lu' already exists\n" msgstr "Üye zaten mevcut\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: ayrıcalıklar iptal edilemedi (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: %s dizini mevcut\n" @@ -2574,6 +2670,20 @@ msgstr "Dosya kilitlenemedi" msgid "Couldn't make backup" msgstr "Yedek alınamadı" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s /etc/passwd içinde bulunamadı\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3380,9 +3490,6 @@ msgstr "%s: geçersiz ana dizin '%s'\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Parola dosyası açılamıyor.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s /etc/passwd içinde bulunamadı\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Parola kaydı güncellenmesinde hata.\n" @@ -3591,9 +3698,6 @@ msgstr "%s: geçersiz ana dizin '%s'\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: gölge grup dosyası güncellenemiyor\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: grup dosyası güncellenemiyor\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: gölge grup dosyası silinemiyor\n" diff --git a/po/uk.po b/po/uk.po index 98aeaab1..345dbdfa 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.18\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2007-11-26 22:52+0100\n" "Last-Translator: Eugeniy Meshcheryakov \n" "Language-Team: Ukrainian\n" @@ -442,6 +442,11 @@ msgstr "%s: невірний домашній телефон: \"%s\"\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: не можу створити теку %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: не можу створити теку %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -783,6 +788,11 @@ msgstr "%s: рядок %d: рядок занадто довгий\n" msgid "%s: line %d: missing new password\n" msgstr "%s: рядок %d: бракує нового пароля\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1440,6 +1450,11 @@ msgstr "Використання: newgrp [-] [група]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "Використання: sg група [[-c] команда]\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + #, fuzzy msgid "Invalid password.\n" msgstr "Старий пароль: " @@ -1509,6 +1524,20 @@ msgstr "%s: рядок %d: chown не виконався\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: рядок %d: не можу оновити запис\n" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s: не можу створити %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: не можу оновити файл груп\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1785,13 +1814,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2055,6 +2084,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: не можу створити теку %s\n" @@ -2101,6 +2135,14 @@ msgstr "%s: не можу створити теку %s\n" msgid "%s: can't create group\n" msgstr "%s: не можу створити %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: не можу створити %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: не можу створити %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2142,6 +2184,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: не можу видалити групу %s яка є первинною групою іншого користувача.\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: не можу перейменувати теку з %s на %s\n" + #, fuzzy, c-format #| msgid "%s: invalid home directory '%s'\n" msgid "%s: %s mail spool (%s) not found\n" @@ -2249,6 +2296,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2265,6 +2324,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: користувач %s існує\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: невірна дата \"%s\"\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: невірна дата \"%s\"\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2283,6 +2352,30 @@ msgstr "%s: приховані паролі потрібні для -e і -f\n" msgid "%s: UID '%lu' already exists\n" msgstr "Член вже існує\n" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + +#, fuzzy, c-format +#| msgid "%s: failed to drop privileges (%s)\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: не вдалося скинути привілеї (%s)\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: тека %s існує\n" @@ -2386,6 +2479,20 @@ msgstr "Не можу блокувати файл" msgid "Couldn't make backup" msgstr "Не можу зробити резервну копію" +#, fuzzy, c-format +#| msgid "%s: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: %s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: %s не знайдено у /etc/passwd\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy #| msgid "Unable to open group file\n" msgid "failed to open scratch file" @@ -3091,9 +3198,6 @@ msgstr "%s: невірна базова тека \"%s\"\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "Не можу відкрити файл паролів.\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s: %s не знайдено у /etc/passwd\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "Не можу оновити запис у файлі паролів.\n" @@ -3301,9 +3405,6 @@ msgstr "%s: невірна базова тека \"%s\"\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s: не можу оновити файл прихованих груп\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s: не можу оновити файл груп\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s: не можу видалити файл прихованих груп\n" diff --git a/po/vi.po b/po/vi.po index 8862f371..acdec711 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2014-04-11 15:01+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -425,6 +425,11 @@ msgstr "%s: đường dẫn chroot không hợp lệ “%s”\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s: không thể truy cập thư mục chroot %s: %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s: không thể truy cập thư mục chroot %s: %s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s: không thể thay đổi thư mục gốc thành %s: %s\n" @@ -786,6 +791,11 @@ msgstr "%s: dòng %d: dòng quá dài\n" msgid "%s: line %d: missing new password\n" msgstr "%s: dòng %d: thiếu mật khẩu mới\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: Gặp lỗi khi ghi %s: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s: dòng %d, nhóm “%s” không tồn tại\n" @@ -1470,6 +1480,11 @@ msgstr "" "Cách dùng: sg group [[-c] lệnh]\n" "[group: nhóm]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: Gặp lỗi khi ghi %s: %s\n" + msgid "Invalid password.\n" msgstr "Mật khẩu không hợp lệ.\n" @@ -1538,6 +1553,21 @@ msgstr "%s: dòng %d: lỗi chown (thay đổi quyền sở hữu) %s: %s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s: dòng %d: không thể cập nhật mục tin\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s: gặp lỗi khi chuẩn bị mục tin %s mới “%s”\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s: không thể tạo người dùng\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s: không thể tạo nhóm\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1828,13 +1858,13 @@ msgstr "%s: trục trặc mặt nạ tín hiệu\n" msgid "Session terminated, terminating shell..." msgstr "Phiên làm việc đã kết thúc, nên kết thúc hệ vỏ..." +msgid " ...terminated.\n" +msgstr " ...đã chấm dứt.\n" + #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -msgid " ...terminated.\n" -msgstr " ...đã chấm dứt.\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2116,6 +2146,11 @@ msgstr "%s: không đặt lại được mục tin faillog của UID %lu: %s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s: gặp lỗi khi đặt lại mục tin lastlog của UID %lu: %s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s: gặp lỗi khi chuẩn bị mục tin %s mới “%s”\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s: không thể tạo thư mục %s\n" @@ -2157,6 +2192,16 @@ msgstr "%s: Gặp lỗi khi tạo thư mục tcb cho %s\n" msgid "%s: can't create group\n" msgstr "%s: không thể tạo nhóm\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s: không thể tạo người dùng\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s: không thể tạo nhóm\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2204,6 +2249,11 @@ msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "" "%s: nhóm %s là nhóm chính của một người dùng khác thì không bị gỡ bỏ.\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s: không thể gỡ bỏ mục tin “%s” khỏi %s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: không tìm thấy bể thư %s (%s)\n" @@ -2321,6 +2371,18 @@ msgstr " -u, --uid UID UID mới cho tài khoản người dùn msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock mở khoá tài khoản người dùng\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2341,6 +2403,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s: người dùng “%s” đã có trong %s\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s: ngày không hợp lệ “%s”\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s: ngày không hợp lệ “%s”\n" + #, c-format msgid "%s: no options\n" msgstr "%s: không tùy chọn\n" @@ -2357,6 +2429,31 @@ msgstr "%s: mật khẩu shadow cần cho hai tùy chọn “-e” và “-f”\ msgid "%s: UID '%lu' already exists\n" msgstr "%s: UID “%lu” đã có\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s: %s không có quyền thay đổi mật khẩu của %s\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s: gặp lỗi khi chuẩn bị mục tin %s mới “%s”\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s: gặp lỗi khi chuẩn bị mục tin %s mới “%s”\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s: gặp lỗi khi chuẩn bị mục tin %s mới “%s”\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s: gặp lỗi khi chuẩn bị mục tin %s mới “%s”\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s: thư mục %s đã có\n" @@ -2455,6 +2552,20 @@ msgstr "Không thể khoá tập tin" msgid "Couldn't make backup" msgstr "Không thể sao lưu" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd đã thoát với mã là %d\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "gặp lỗi khi mở tập tin hỗn tạp" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3abe8711..6b4d9c0e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.15\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2012-01-10 01:23+0800\n" "Last-Translator: YunQiang Su \n" "Language-Team: Chinese (simplified) \n" @@ -417,6 +417,11 @@ msgstr "%s:无效的 chroot 路径“%s”\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s:无法访问 chroot 目录 %s:%s\n" +#, fuzzy, c-format +#| msgid "%s: cannot access chroot directory %s: %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s:无法访问 chroot 目录 %s:%s\n" + #, c-format msgid "%s: unable to chroot to directory %s: %s\n" msgstr "%s:无法 chroot 到目录 %s: %s\n" @@ -762,6 +767,11 @@ msgstr "%s:第 %d 行:此行太长\n" msgid "%s: line %d: missing new password\n" msgstr "%s:第 %d 行:缺少新密码\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s: 写入 %s 失败: %s\n" + #, c-format msgid "%s: line %d: group '%s' does not exist\n" msgstr "%s:第 %d 行:组“%s”不存在\n" @@ -1398,6 +1408,11 @@ msgstr "用法:newgrp [-] [组]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "用法:sg 组 [[-c] 命令]\n" +#, fuzzy, c-format +#| msgid "%s: Failed to write %s: %s\n" +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s: 写入 %s 失败: %s\n" + msgid "Invalid password.\n" msgstr "无效的密码。\n" @@ -1463,6 +1478,21 @@ msgstr "%s:第 %d 行:改变 %s 的属主失败:%s\n" msgid "%s: line %d: can't update entry\n" msgstr "%s:第 %d 行:无法更新条目\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s:准备新 %s 条目“%s”失败\n" + +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't find subordinate user range\n" +msgstr "%s:无法创建用户\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s 无法更新组文件\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr " -a, --all 报告所有帐户的密码状态\n" @@ -1735,13 +1765,13 @@ msgstr "%s:信号屏蔽(mask)故障\n" msgid "Session terminated, terminating shell..." msgstr "会话结束,结束 shell ..." +msgid " ...terminated.\n" +msgstr " ...已结束。\n" + #, c-format msgid "%s: %s\n" msgstr "%s:%s\n" -msgid " ...terminated.\n" -msgstr " ...已结束。\n" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2001,6 +2031,11 @@ msgstr "%s:重置 UID %lu 的登录失败条目失败:%s\n" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "%s:重置 UID %lu 的最近登录条目失败:%s\n" +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s:准备新 %s 条目“%s”失败\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s:无法创建目录 %s\n" @@ -2040,6 +2075,16 @@ msgstr "%s:为 %s 创建 tcb 目录失败\n" msgid "%s: can't create group\n" msgstr "%s:无法创建用户组\n" +#, fuzzy, c-format +#| msgid "%s: can't create user\n" +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s:无法创建用户\n" + +#, fuzzy, c-format +#| msgid "%s: can't create group\n" +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s:无法创建用户组\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2078,6 +2123,11 @@ msgstr "%s:组“%s”没有移除,因为它包含其它成员。\n" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s:没有删除 %s 组,因为它是另外一个用户的主组。\n" +#, fuzzy, c-format +#| msgid "%s: cannot remove entry '%s' from %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%1$s:无法从 %3$s 中移除 %2$s\n" + #, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s: %s 邮件池 (%s) 未找到\n" @@ -2183,6 +2233,18 @@ msgstr " -u, --uid UID 用户帐号的新 UID\n" msgid " -U, --unlock unlock the user account\n" msgstr " -U, --unlock 解锁用户帐号\n" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2200,6 +2262,16 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s:用户 %s 已存在于 %s 中\n" +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s:无效的日期“%s”\n" + +#, fuzzy, c-format +#| msgid "%s: invalid date '%s'\n" +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s:无效的日期“%s”\n" + #, c-format msgid "%s: no options\n" msgstr "%s:无选项\n" @@ -2216,6 +2288,31 @@ msgstr "%s:-e 和 -f 参数需要影子密码\n" msgid "%s: UID '%lu' already exists\n" msgstr "%s:UID “%lu”已经存在\n" +#, fuzzy, c-format +#| msgid "%s: %s is not authorized to change the password of %s\n" +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "%s:%s 没有被授权更改 %s 的密码\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s:准备新 %s 条目“%s”失败\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s:准备新 %s 条目“%s”失败\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s:准备新 %s 条目“%s”失败\n" + +#, fuzzy, c-format +#| msgid "%s: failed to prepare the new %s entry '%s'\n" +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s:准备新 %s 条目“%s”失败\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s:目录 %s 不存在\n" @@ -2307,6 +2404,20 @@ msgstr "无法锁定文件" msgid "Couldn't make backup" msgstr "无法备份" +#, fuzzy, c-format +#| msgid "%s: PAM: %s\n" +msgid "%s: %s: %s\n" +msgstr "%s: PAM: %s\n" + +#, fuzzy, c-format +#| msgid "%s: nscd exited with status %d" +msgid "%s: %s returned with status %d\n" +msgstr "%s: nscd 以状态 %d 退出" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + msgid "failed to open scratch file" msgstr "打开临时文件失败" @@ -3054,9 +3165,6 @@ msgstr "%s:无法为“%s”找到 tcb 目录\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s:无法更新影子组文件\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s 无法更新组文件\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s:无法删除影子组文件\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 2504a4ad..4bbe28ee 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.0.9\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" -"POT-Creation-Date: 2012-05-20 19:52+0200\n" +"POT-Creation-Date: 2014-05-09 12:52+0200\n" "PO-Revision-Date: 2005-06-02 22:20+0800\n" "Last-Translator: Asho Yeh \n" "Language-Team: Chinese (traditional) \n" @@ -437,6 +437,11 @@ msgstr "%s:無效的住家電話:“%s”\n" msgid "%s: cannot access chroot directory %s: %s\n" msgstr "%s:無法建立目錄 %s\n" +#, fuzzy, c-format +#| msgid "%s: cannot create directory %s\n" +msgid "%s: cannot chdir to chroot directory %s: %s\n" +msgstr "%s:無法建立目錄 %s\n" + #, fuzzy, c-format #| msgid "%s: cannot create directory %s\n" msgid "%s: unable to chroot to directory %s: %s\n" @@ -775,6 +780,10 @@ msgstr "%s:第 %d 行:此行太長\n" msgid "%s: line %d: missing new password\n" msgstr "%s:第 %d 行:缺少新密碼\n" +#, fuzzy, c-format +msgid "%s: failed to crypt password with salt '%s': %s\n" +msgstr "%s:無效的工作電話:“%s”\n" + #, fuzzy, c-format #| msgid "%s: group %s does not exist\n" msgid "%s: line %d: group '%s' does not exist\n" @@ -1426,6 +1435,10 @@ msgstr "用法:newgrp [-] [群組]\n" msgid "Usage: sg group [[-c] command]\n" msgstr "用法:sg 群組 [[-c] 命令]\n" +#, fuzzy, c-format +msgid "%s: failed to crypt password with previous salt: %s\n" +msgstr "%s:無效的工作電話:“%s”\n" + #, fuzzy msgid "Invalid password.\n" msgstr "舊密碼:" @@ -1495,6 +1508,20 @@ msgstr "%s:第 %d 行:改變擁有者或群組失敗\n" msgid "%s: line %d: can't update entry\n" msgstr "%s:第 %d 行:無法更新項目\n" +#, fuzzy, c-format +#| msgid "%s: line %d: can't update entry\n" +msgid "%s: failed to prepare new %s entry\n" +msgstr "%s:第 %d 行:無法更新項目\n" + +#, fuzzy, c-format +msgid "%s: can't find subordinate user range\n" +msgstr "%s:無法建立 %s\n" + +#, fuzzy, c-format +#| msgid "%s: can't update group file\n" +msgid "%s: can't find subordinate group range\n" +msgstr "%s 無法更新群組檔案\n" + msgid "" " -a, --all report password status on all accounts\n" msgstr "" @@ -1770,13 +1797,13 @@ msgstr "" msgid "Session terminated, terminating shell..." msgstr "" +msgid " ...terminated.\n" +msgstr "" + #, fuzzy, c-format msgid "%s: %s\n" msgstr "passwd:%s\n" -msgid " ...terminated.\n" -msgstr "" - msgid "" "Usage: su [options] [LOGIN]\n" "\n" @@ -2029,6 +2056,11 @@ msgstr "" msgid "%s: failed to reset the lastlog entry of UID %lu: %s\n" msgstr "" +#, fuzzy, c-format +#| msgid "%s: line %d: can't update entry\n" +msgid "%s: failed to prepare the new %s entry\n" +msgstr "%s:第 %d 行:無法更新項目\n" + #, c-format msgid "%s: cannot create directory %s\n" msgstr "%s:無法建立目錄 %s\n" @@ -2071,6 +2103,14 @@ msgstr "%s:無法建立目錄 %s\n" msgid "%s: can't create group\n" msgstr "%s:無法建立 %s\n" +#, fuzzy, c-format +msgid "%s: can't create subordinate user IDs\n" +msgstr "%s:無法建立 %s\n" + +#, fuzzy, c-format +msgid "%s: can't create subordinate group IDs\n" +msgstr "%s:無法建立 %s\n" + #, c-format msgid "" "%s: warning: the home directory already exists.\n" @@ -2107,6 +2147,11 @@ msgstr "" msgid "%s: group %s is the primary group of another user and is not removed.\n" msgstr "%s:不能刪除使用者的主群組。\n" +#, fuzzy, c-format +#| msgid "%s: cannot rename directory %s to %s\n" +msgid "%s: cannot remove entry %lu from %s\n" +msgstr "%s:無法將目錄 %s 改名為 %s\n" + #, fuzzy, c-format msgid "%s: %s mail spool (%s) not found\n" msgstr "%s:無效的主目錄“%s”\n" @@ -2212,6 +2257,18 @@ msgstr "" msgid " -U, --unlock unlock the user account\n" msgstr "" +msgid " -v, --add-subuids FIRST-LAST add range of subordinate uids\n" +msgstr "" + +msgid " -V, --del-subuids FIRST-LAST remove range of subordinate uids\n" +msgstr "" + +msgid " -w, --add-subgids FIRST-LAST add range of subordinate gids\n" +msgstr "" + +msgid " -W, --del-subgids FIRST-LAST remove range of subordinate gids\n" +msgstr "" + msgid "" " -Z, --selinux-user SEUSER new SELinux user mapping for the user " "account\n" @@ -2228,6 +2285,14 @@ msgstr "" msgid "%s: user '%s' already exists in %s\n" msgstr "%s:使用者 %s 已存在\n" +#, fuzzy, c-format +msgid "%s: invalid subordinate uid range '%s'\n" +msgstr "%s:無效日期“%s”\n" + +#, fuzzy, c-format +msgid "%s: invalid subordinate gid range '%s'\n" +msgstr "%s:無效日期“%s”\n" + #, fuzzy, c-format #| msgid "%s: cannot open file %s\n" msgid "%s: no options\n" @@ -2245,6 +2310,27 @@ msgstr "%s:-e 和 -f 參數需要shadow密碼\n" msgid "%s: UID '%lu' already exists\n" msgstr "" +#, c-format +msgid "%s: %s does not exist, you cannot use the flags %s or %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "%s: failed to remove uid range %lu-%lu from '%s'\n" +msgstr "%s:無效的工作電話:“%s”\n" + +#, fuzzy, c-format +#| msgid "%s: fields too long\n" +msgid "%s: failed to add uid range %lu-%lu from '%s'\n" +msgstr "%s:字段太長\n" + +#, fuzzy, c-format +msgid "%s: failed to remove gid range %lu-%lu from '%s'\n" +msgstr "%s:無效的工作電話:“%s”\n" + +#, fuzzy, c-format +msgid "%s: failed to add gid range %lu-%lu from '%s'\n" +msgstr "%s:無效的主目錄“%s”\n" + #, c-format msgid "%s: directory %s exists\n" msgstr "%s:目錄 %s 不存在\n" @@ -2344,6 +2430,19 @@ msgstr "無法鎖定檔案" msgid "Couldn't make backup" msgstr "無法備份" +#, fuzzy, c-format +msgid "%s: %s: %s\n" +msgstr "passwd:%s\n" + +#, fuzzy, c-format +#| msgid "%s: %s not found in /etc/passwd\n" +msgid "%s: %s returned with status %d\n" +msgstr "%s:未在 /etc/passwd 中找到 %s\n" + +#, c-format +msgid "%s: %s killed by signal %d\n" +msgstr "" + #, fuzzy msgid "failed to open scratch file" msgstr "%s:無法打開群組檔案\n" @@ -2696,9 +2795,6 @@ msgstr "%s:無效的主目錄“%s”\n" #~ msgid "Cannot open the password file.\n" #~ msgstr "無法打開密碼檔案。\n" -#~ msgid "%s: %s not found in /etc/passwd\n" -#~ msgstr "%s:未在 /etc/passwd 中找到 %s\n" - #~ msgid "Error updating the password entry.\n" #~ msgstr "更改密碼項目時出錯。\n" @@ -2895,9 +2991,6 @@ msgstr "%s:無效的主目錄“%s”\n" #~ msgid "%s: can't update shadow group file\n" #~ msgstr "%s:無法更新shadow群組檔案\n" -#~ msgid "%s: can't update group file\n" -#~ msgstr "%s 無法更新群組檔案\n" - #~ msgid "%s: can't delete shadow group file\n" #~ msgstr "%s:無法刪除shadow群組檔案\n" From 0f4406b757ded465396e48baecf4c5bf87e697d4 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Fri, 9 May 2014 13:06:57 +0200 Subject: [PATCH 12/16] Regenerate manpages PO files --- man/po/da.po | 8 ++++---- man/po/de.po | 13 +++++++++---- man/po/fr.po | 9 +++++++-- man/po/it.po | 13 +++++++++---- man/po/pl.po | 8 ++++---- man/po/ru.po | 13 +++++++++---- man/po/shadow-man-pages.pot | 4 ++-- man/po/sv.po | 8 ++++---- man/po/zh_CN.po | 13 +++++++++---- 9 files changed, 57 insertions(+), 32 deletions(-) diff --git a/man/po/da.po b/man/po/da.po index 2f959736..57bcce19 100644 --- a/man/po/da.po +++ b/man/po/da.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow-man\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: 2013-08-23 01:35+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -2845,7 +2845,7 @@ msgstr "" #: su.1.xml:158(para) msgid "" "The executed command will have no controlling terminal. This option cannot " -"be used to execute interractive programs which need a controlling TTY." +"be used to execute interactive programs which need a controlling TTY." msgstr "" #: su.1.xml:168(term) @@ -4703,8 +4703,8 @@ msgstr " (antal)" #: passwd.1.xml:35(para) login.defs.5.xml:35(para) msgid "" "Number of significant characters in the password for crypt(). " -" is 8 by default. Don't change unless your crypt" -"() is better. This is ignored if set to " +" is 8 by default. Don't change unless your " +"crypt() is better. This is ignored if set to " "yes." msgstr "" diff --git a/man/po/de.po b/man/po/de.po index b65cb13c..937f9e5a 100644 --- a/man/po/de.po +++ b/man/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow-man-pages\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: 2013-08-23 01:36+0200\n" "Last-Translator: Simon Brandmair \n" "Language-Team: debian-l10n-german ausgeführt wird" #: su.1.xml:158(para) +#, fuzzy +#| msgid "" +#| "The executed command will have no controlling terminal. This option " +#| "cannot be used to execute interractive programs which need a controlling " +#| "TTY." msgid "" "The executed command will have no controlling terminal. This option cannot " -"be used to execute interractive programs which need a controlling TTY." +"be used to execute interactive programs which need a controlling TTY." msgstr "" "Der ausgeführte Befehl hat kein ihn steuerndes Terminal. Mit dieser Option " "können keine interaktiven Programme, die ein sie steuerndes TTY benötigen, " @@ -5901,8 +5906,8 @@ msgstr " (Zahl)" #: passwd.1.xml:35(para) login.defs.5.xml:35(para) msgid "" "Number of significant characters in the password for crypt(). " -" is 8 by default. Don't change unless your crypt" -"() is better. This is ignored if set to " +" is 8 by default. Don't change unless your " +"crypt() is better. This is ignored if set to " "yes." msgstr "" "Anzahl der von crypt() berücksichtigten Zeichen des Passworts. Standardmäßig " diff --git a/man/po/fr.po b/man/po/fr.po index 05055f58..27b8f992 100644 --- a/man/po/fr.po +++ b/man/po/fr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow-man-pages 4.0.18\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: 2013-07-10 19:08+0200\n" "Last-Translator: Thomas Blein \n" "Language-Team: French \n" @@ -3524,9 +3524,14 @@ msgstr "" "utilisant son option " #: su.1.xml:158(para) +#, fuzzy +#| msgid "" +#| "The executed command will have no controlling terminal. This option " +#| "cannot be used to execute interractive programs which need a controlling " +#| "TTY." msgid "" "The executed command will have no controlling terminal. This option cannot " -"be used to execute interractive programs which need a controlling TTY." +"be used to execute interactive programs which need a controlling TTY." msgstr "" "La commande exécutée n'aura aucun terminal de contrôle. Cette option ne peut " "pas être utilisée pour exécuter des programmes interactifs qui ont besoin " diff --git a/man/po/it.po b/man/po/it.po index bc65e00c..c80be414 100644 --- a/man/po/it.po +++ b/man/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: shadow 4.1.5\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: 2013-08-23 01:38+0200\n" "Last-Translator: Giuseppe Sacco \n" "Language-Team: Italian \n" @@ -3565,9 +3565,14 @@ msgstr "" "." #: su.1.xml:158(para) +#, fuzzy +#| msgid "" +#| "The executed command will have no controlling terminal. This option " +#| "cannot be used to execute interractive programs which need a controlling " +#| "TTY." msgid "" "The executed command will have no controlling terminal. This option cannot " -"be used to execute interractive programs which need a controlling TTY." +"be used to execute interactive programs which need a controlling TTY." msgstr "" "Il comando eseguito non avrà un terminale di controllo. Questa opzione non " "può essere utilizzata per invocare programmi interattivi che richiedono un " @@ -6178,8 +6183,8 @@ msgstr " (numerico)" #: passwd.1.xml:35(para) login.defs.5.xml:35(para) msgid "" "Number of significant characters in the password for crypt(). " -" is 8 by default. Don't change unless your crypt" -"() is better. This is ignored if set to " +" is 8 by default. Don't change unless your " +"crypt() is better. This is ignored if set to " "yes." msgstr "" "Numero di caratteri significativi della password per crypt(). " diff --git a/man/po/pl.po b/man/po/pl.po index fc6e0f27..e9378a7a 100644 --- a/man/po/pl.po +++ b/man/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: man pages for shadow 4.0.16\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: 2013-08-23 01:38+0200\n" "Last-Translator: Tomasz Kłoczko \n" "Language-Team: Polish \n" @@ -3008,7 +3008,7 @@ msgstr "" #: su.1.xml:158(para) msgid "" "The executed command will have no controlling terminal. This option cannot " -"be used to execute interractive programs which need a controlling TTY." +"be used to execute interactive programs which need a controlling TTY." msgstr "" #: su.1.xml:168(term) @@ -5067,8 +5067,8 @@ msgstr "PASS_MIN_DAYS (numer)" #: passwd.1.xml:35(para) login.defs.5.xml:35(para) msgid "" "Number of significant characters in the password for crypt(). " -" is 8 by default. Don't change unless your crypt" -"() is better. This is ignored if set to " +" is 8 by default. Don't change unless your " +"crypt() is better. This is ignored if set to " "yes." msgstr "" diff --git a/man/po/ru.po b/man/po/ru.po index ca7eae15..e2547097 100644 --- a/man/po/ru.po +++ b/man/po/ru.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: 1:4.0.18.2-1\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: 2013-08-23 01:39+0200\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -3563,9 +3563,14 @@ msgstr "" "." #: su.1.xml:158(para) +#, fuzzy +#| msgid "" +#| "The executed command will have no controlling terminal. This option " +#| "cannot be used to execute interractive programs which need a controlling " +#| "TTY." msgid "" "The executed command will have no controlling terminal. This option cannot " -"be used to execute interractive programs which need a controlling TTY." +"be used to execute interactive programs which need a controlling TTY." msgstr "" "Запускаемая программа не будет иметь управляющего терминала. Этот параметр " "не может быть использован для запуска интерактивных программ, которым " @@ -6156,8 +6161,8 @@ msgstr " (число)" #: passwd.1.xml:35(para) login.defs.5.xml:35(para) msgid "" "Number of significant characters in the password for crypt(). " -" is 8 by default. Don't change unless your crypt" -"() is better. This is ignored if set to " +" is 8 by default. Don't change unless your " +"crypt() is better. This is ignored if set to " "yes." msgstr "" "Количество значимых символов в пароле для crypt(). По умолчанию значение " diff --git a/man/po/shadow-man-pages.pot b/man/po/shadow-man-pages.pot index 5b31daac..5190b065 100644 --- a/man/po/shadow-man-pages.pot +++ b/man/po/shadow-man-pages.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2013-08-23 01:54+0200\n" +"POT-Creation-Date: 2014-05-09 12:53+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1472,7 +1472,7 @@ msgid "Specify a command that will be invoked by the shell using its