From 8b4fa62e67bb0368af797ea0e2eb622209106af0 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 27 Apr 2015 16:50:32 +0200 Subject: Release version 1.2.0 * NEWS: Update * configure.ac: Bump version * libpam/Makefile.am: Bump version of libpam * libpam_misc/Makefile.am: Bump version of libpam_misc * po/*: Regenerate po files --- NEWS | 2 + configure.ac | 2 +- libpam/Makefile.am | 2 +- libpam_misc/Makefile.am | 2 +- po/Linux-PAM.pot | 77 ++++++++++++++++----------------- po/ar.po | 76 ++++++++++++++++----------------- po/as.po | 76 ++++++++++++++++----------------- po/ast.po | 76 ++++++++++++++++----------------- po/bal.po | 76 ++++++++++++++++----------------- po/bg.po | 76 ++++++++++++++++----------------- po/bn.po | 76 ++++++++++++++++----------------- po/bn_IN.po | 76 ++++++++++++++++----------------- po/br.po | 76 ++++++++++++++++----------------- po/bs.po | 80 +++++++++++++++++------------------ po/ca.po | 76 ++++++++++++++++----------------- po/cs.po | 76 ++++++++++++++++----------------- po/da.po | 76 ++++++++++++++++----------------- po/de.po | 76 ++++++++++++++++----------------- po/el.po | 76 ++++++++++++++++----------------- po/en_GB.po | 76 ++++++++++++++++----------------- po/es.po | 76 ++++++++++++++++----------------- po/et.po | 76 ++++++++++++++++----------------- po/eu.po | 76 ++++++++++++++++----------------- po/fa.po | 76 ++++++++++++++++----------------- po/fi.po | 88 +++++++++++++++++++------------------- po/fr.po | 76 ++++++++++++++++----------------- po/ga.po | 76 ++++++++++++++++----------------- po/gl.po | 76 ++++++++++++++++----------------- po/gu.po | 76 ++++++++++++++++----------------- po/he.po | 76 ++++++++++++++++----------------- po/hi.po | 76 ++++++++++++++++----------------- po/hu.po | 76 ++++++++++++++++----------------- po/ia.po | 76 ++++++++++++++++----------------- po/id.po | 76 ++++++++++++++++----------------- po/it.po | 76 ++++++++++++++++----------------- po/ja.po | 76 ++++++++++++++++----------------- po/ka.po | 76 ++++++++++++++++----------------- po/kk.po | 76 ++++++++++++++++----------------- po/km.po | 76 ++++++++++++++++----------------- po/kn.po | 76 ++++++++++++++++----------------- po/ko.po | 76 ++++++++++++++++----------------- po/ks.po | 76 ++++++++++++++++----------------- po/lt.po | 80 +++++++++++++++++------------------ po/lv.po | 76 ++++++++++++++++----------------- po/mai.po | 76 ++++++++++++++++----------------- po/ml.po | 76 ++++++++++++++++----------------- po/mr.po | 76 ++++++++++++++++----------------- po/ms.po | 76 ++++++++++++++++----------------- po/nb.po | 76 ++++++++++++++++----------------- po/nds.po | 76 ++++++++++++++++----------------- po/nl.po | 76 ++++++++++++++++----------------- po/nn.po | 76 ++++++++++++++++----------------- po/or.po | 76 ++++++++++++++++----------------- po/pa.po | 76 ++++++++++++++++----------------- po/pl.po | 76 ++++++++++++++++----------------- po/pt.po | 76 ++++++++++++++++----------------- po/pt_BR.po | 90 +++++++++++++++++++++------------------ po/ro.po | 76 ++++++++++++++++----------------- po/ru.po | 80 +++++++++++++++++------------------ po/si.po | 76 ++++++++++++++++----------------- po/sk.po | 110 +++++++++++++++++++++++++++--------------------- po/sq.po | 76 ++++++++++++++++----------------- po/sr.po | 94 ++++++++++++++++++++++------------------- po/sr@latin.po | 80 +++++++++++++++++------------------ po/sv.po | 76 ++++++++++++++++----------------- po/ta.po | 76 ++++++++++++++++----------------- po/te.po | 76 ++++++++++++++++----------------- po/tg.po | 76 ++++++++++++++++----------------- po/tr.po | 76 ++++++++++++++++----------------- po/uk.po | 84 ++++++++++++++++++------------------ po/ur.po | 76 ++++++++++++++++----------------- po/vi.po | 76 ++++++++++++++++----------------- po/zh_CN.po | 76 ++++++++++++++++----------------- po/zh_HK.po | 76 ++++++++++++++++----------------- po/zh_TW.po | 76 ++++++++++++++++----------------- po/zu.po | 76 ++++++++++++++++----------------- 76 files changed, 2808 insertions(+), 2775 deletions(-) diff --git a/NEWS b/NEWS index 7be6c6bf..2bc21505 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Linux-PAM NEWS -- history of user-visible changes. +Release 1.2.0 + Release 1.1.8 * pam_unix: bug fix for compiling with SELinux, fix crash at login time diff --git a/configure.ac b/configure.ac index 47d254b1..fd0e3109 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([Linux-PAM], [1.1.8], , [Linux-PAM]) +AC_INIT([Linux-PAM], [1.2.0], , [Linux-PAM]) AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Wno-portability]) diff --git a/libpam/Makefile.am b/libpam/Makefile.am index 685a797d..ac2a1fbf 100644 --- a/libpam/Makefile.am +++ b/libpam/Makefile.am @@ -20,7 +20,7 @@ include_HEADERS = include/security/_pam_compat.h \ noinst_HEADERS = pam_prelude.h pam_private.h pam_tokens.h \ pam_modutil_private.h pam_static_modules.h -libpam_la_LDFLAGS = -no-undefined -version-info 83:1:83 +libpam_la_LDFLAGS = -no-undefined -version-info 84:1:84 libpam_la_LIBADD = @LIBAUDIT@ $(LIBPRELUDE_LIBS) @LIBDL@ if STATIC_MODULES diff --git a/libpam_misc/Makefile.am b/libpam_misc/Makefile.am index a521b60d..d58bfa4b 100644 --- a/libpam_misc/Makefile.am +++ b/libpam_misc/Makefile.am @@ -11,7 +11,7 @@ include_HEADERS = include/security/pam_misc.h AM_CFLAGS = -I$(top_srcdir)/libpam/include \ -I$(top_srcdir)/libpamc/include -I$(srcdir)/include -libpam_misc_la_LDFLAGS = -no-undefined -version-info 82:0:82 +libpam_misc_la_LDFLAGS = -no-undefined -version-info 82:1:82 if HAVE_VERSIONING libpam_misc_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpam_misc.map endif diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot index c7ecb414..3e37e16f 100644 --- a/po/Linux-PAM.pot +++ b/po/Linux-PAM.pot @@ -6,12 +6,13 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: Linux-PAM 1.2.0\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -536,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/ar.po b/po/ar.po index 1715d33b..2687ace3 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:57+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: Arabic \n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" @@ -26,7 +26,7 @@ msgstr "...الوقت ينفد...\n" msgid "...Sorry, your time is up!\n" msgstr "...عذرًا، انتهى الوقت!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "محادثة خاطئة (%d)\n" @@ -50,12 +50,12 @@ msgstr "أعد كتابة كلمة سر %s%s الجديدة: " msgid "Sorry, passwords do not match." msgstr "عذرًا، يوجد عدم تطابق بين كلمات السر." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "لم يتم إدخال كلمة السر" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "لم يتم تغيير كلمة السر" @@ -323,7 +323,7 @@ msgstr[5] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "مرات تسجيل دخول كثيرة جدًا لـ '%s'." @@ -364,18 +364,18 @@ msgstr "لديك بريد قديم في مجلد %s." msgid "You have mail in folder %s." msgstr "لديك بريد في مجلد %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "كلمة السر التي تم إدخالها مستخدمة بالفعل. اختر كلمة سر أخرى." @@ -410,17 +410,17 @@ msgstr "" msgid "Not a valid security context" msgstr "لا يصلح كسياق أمان" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "تم تخصيص سياق الأمان %s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -457,38 +457,38 @@ msgstr "أعد كتابة كلمة سر STRESS الجديدة: " msgid "Verification mis-typed; password unchanged" msgstr "إعادة كتابة كلمة السر غير صحيحة؛ كلمة السر لم تتغير" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "خطأ في التصديق" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "خطأ في الخدمة" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "مستخدم غير معروف" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "خطأ غير معروف" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: تم إعطاء رقم خطأ لـ --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: خيار غير معروف %s\n" @@ -500,17 +500,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: لا يمكن إعادة تعيين كافة المستخدمين إلى رقم غير الصفر\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,24 +518,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "انتهت مدة صلاحية الحساب الخاص بك؛ الرجاء الاتصال بمسؤول النظام" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "مطلوب منك تغيير كلمة السر على الفور (مفروض بواسطة المسؤول)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "مطلوب منك تغيير كلمة السر على الفور (كلمة السر قديمة جدًا)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -547,36 +547,36 @@ msgstr[4] "" msgstr[5] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "تعذر تغيير كلمة السر الخاصة بـ NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "يجب اختيار كلمة سر أطول" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "كلمة سر UNIX (الحالية): " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "يجب الانتظار فترة أطول لتغيير كلمة السر" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "أدخل كلمة سر UNIX الجديدة: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "أعد كتابة كلمة سر UNIX الجديدة: " diff --git a/po/as.po b/po/as.po index 74e6f124..5b63ad12 100644 --- a/po/as.po +++ b/po/as.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-10 06:40+0000\n" "Last-Translator: ngoswami \n" "Language-Team: Assamese (http://www.transifex.com/projects/p/fedora/language/" "as/)\n" +"Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: as\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...সময় পাৰ হৈ গৈছে...\n" msgid "...Sorry, your time is up!\n" msgstr "...ক্ষমা কৰিব, আপোনাৰ বাবে সময় অন্ত হ'ল!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ভুল সম্বাদ (%d)\n" @@ -53,12 +53,12 @@ msgstr "নতুন %s%s গুপ্তশব্দ পুনঃ লিখক: msgid "Sorry, passwords do not match." msgstr "ক্ষমা কৰিব, গুপ্তশব্দৰ অমিল " -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s পুনঃ লিখক" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "গুপ্ত শব্দ সলনি কৰা বাতিল কৰা হ'ল ।" @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "কিবা ধৰনত ব্যৱহাৰকৰ্তাৰ নাম আছে" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "কোনো গুপ্তশব্দ দিয়া হোৱা নাই" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "গুপ্ত শব্দ অপৰিবৰ্ত্তিত" @@ -322,7 +322,7 @@ msgstr[1] "শেহতীয়া সফল প্ৰৱেশৰ পিছত %d msgid "There were %d failed login attempts since the last successful login." msgstr "শেহতীয়া সফল প্ৰৱেশৰ পিছত %d বিফল হোৱা প্ৰৱেশৰ চেষ্টা চলোৱা হৈছিল ।" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' ৰ বাবে বহুতো প্ৰৱেশ ।" @@ -363,18 +363,18 @@ msgstr "%s ফোলডাৰত আপোনাৰ পুৰণি ডাক msgid "You have mail in folder %s." msgstr "%s ফোল্ডাৰত আপোনাৰ ডাক আছে ।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' পঞ্জিকা সৃষ্টি কৰা হৈছে ।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "%s পঞ্জিকা সৃষ্টি আৰু আৰম্ভ কৰিব পৰা নাই ।" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "গুপ্তশব্দ ইতিমধ্যে ব্যৱহৃত । অন্য এটা বাচি লওক ।" @@ -408,17 +408,17 @@ msgstr "স্তৰ: " msgid "Not a valid security context" msgstr "এটা বৈধ সুৰক্ষাৰ সন্দৰ্ভ নহয়" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s ৰ বাবে বৈধ সন্দৰ্ভ পোৱা ন'গ'ল" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "সুৰক্ষাৰ সন্দৰ্ভ %s নিযুক্ত কৰা হ'ল" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "চাবি নিৰ্মাণৰ সন্দৰ্ভ %s নিযুক্ত কৰা হ'ল" @@ -455,38 +455,38 @@ msgstr "নতুন STRESS গুপ্তশব্দ পুনঃ লিখ msgid "Verification mis-typed; password unchanged" msgstr "সত্যৰ প্ৰতিপাদন ভুলকৈ লিখা গ'ল;গুপ্তশব্দ অপৰিবৰ্ত্তিত" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "হিচাপ অস্থায়ীৰূপে লক কৰা হৈছে (%ld ছেকেণ্ড আৰু আছে)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u বিফল প্ৰৱেশৰ বাবে হিচাপ লক কৰা হৈছে" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "প্ৰমাণীকৰণত ভুল" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "সেৱাৰ ভুল" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "অজ্ঞাত ব্যৱহাৰকৰোঁতা" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "অজ্ঞাত ভুল" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= লৈ বেয়া সংখ্যা দিয়া গৈছে\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: অপৰিচিত বিকল্প %s\n" @@ -498,17 +498,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: সকলো ব্যৱহাৰকৰোঁতাক শূণ্য নোহোৱা অৱস্থালৈ পুনঃ প্ৰতিষ্ঠা কৰিব নোৱাৰি\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "প্ৰৱেশ বিফল শেহতীয়া বিফলতা -ৰ পৰা\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -519,24 +519,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "অভিগম্যতাৰ অনুমতি (শেহতীয়া অভিগম্যতা %ld ছেকেণ্ড আগতে) ।" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "আপোনাৰ হিচাপ অন্ত হ'ল; অনুগ্ৰহ কৰি আপোনাৰ ব্যৱাস্থাপ্ৰণালীৰ " -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "আপুনি আপোনাৰ গুপ্তশব্দ সলনি কৰাটো প্ৰয়োজনীয় হৈ পৰিছে (ৰূটৰ দ্বাৰা বলবৎ)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "আপুনি আপোনাৰ গুপ্তশব্দ সলনি কৰাটো প্ৰয়োজনীয় হৈ পৰিছে (গুপ্তশব্দ পুৰণি হ'ল)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -544,36 +544,36 @@ msgstr[0] "সকীয়নী: আপোনাৰ গুপ্তশব্দ %d msgstr[1] "সকীয়নী: আপোনাৰ গুপ্তশব্দ %d দিনত অন্ত হ'ব" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "সকীয়নী: আপোনাৰ গুপ্তশব্দ %d দিনত অন্ত হ'ব" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS গুপ্তশব্দ সলনি কৰিব পৰা নহয় ।" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "আপুনি ইয়াতকৈ এটা দীঘল গুপ্তশব্দ নিৰ্ব্বাচন কৰিব লাগিব" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s ৰ বাবে গুপ্তশব্দ সলনি কৰা হৈছে ।" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(বৰ্ত্তমানৰ) UNIX গুপ্তশব্দ: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "আপোনাৰ গুপ্তশব্দ সলনি কৰিবলৈ আপুনি আৰু কিছু পৰ অপেক্ষা কৰিব লাগিব" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "নতুন UNIX গুপ্তশব্দ দিয়ক: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "নতুন UNIX গুপ্তশব্দ পুনঃ লিখক: " diff --git a/po/ast.po b/po/ast.po index 6f3d5d22..b2b753eb 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian (http://www.transifex.com/projects/p/fedora/language/" "ast/)\n" +"Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/bal.po b/po/bal.po index 8779f25a..84a067c8 100644 --- a/po/bal.po +++ b/po/bal.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Balochi \n" +"Language: bal\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bal\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,24 +511,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -536,36 +536,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/bg.po b/po/bg.po index 27a0eef3..1a2e6800 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-08-09 14:31+0000\n" "Last-Translator: Valentin Laskov \n" "Language-Team: Bulgarian \n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "...Времето изтича...\n" msgid "...Sorry, your time is up!\n" msgstr "...Съжаляваме, Вашето време изтече!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "погрешен разговор (%d)\n" @@ -50,12 +50,12 @@ msgstr "Отново новата %s%sпарола: " msgid "Sorry, passwords do not match." msgstr "Съжаляваме, паролите не съвпадат." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Напишете пак %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Промяната на паролата е прекратена." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "под някаква форма съдържа името на потребителя" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Не е предоставена парола" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Паролата не е променена" @@ -324,7 +324,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "След последното успешно влизане, имаше %d неуспешни опита за влизане." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Твърде много влизания за '%s'." @@ -365,18 +365,18 @@ msgstr "Имате стари писма в папка %s." msgid "You have mail in folder %s." msgstr "Имате писма в папка %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Създаване на директория '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Не мога да създам и настроя директория '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Паролата вече е използвана. Изберете друга." @@ -410,17 +410,17 @@ msgstr "ниво:" msgid "Not a valid security context" msgstr "Невалиден контекст за сигурност" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Не мога да получа валиден контекст за %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Зададен е контекст за сигурност %s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Зададен е Key Creation Context %s" @@ -457,38 +457,38 @@ msgstr "Отново новата STRESS парола: " msgid "Verification mis-typed; password unchanged" msgstr "Проверка за погрешно написано; паролата непроменена" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Акаунтът е заключен временно (%ld остават секунди)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Акаунтът е заключен поради %u неуспешни опита за влизане" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Грешка при удостоверяването" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Грешка в услугата" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Непознат потребител" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Непозната грешка" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Грешно число, подадено на --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Неразпозната опция %s\n" @@ -500,17 +500,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Не мога да установя всички потребители на non-zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Влязъл Неуспехи Последен неуспех От\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -521,26 +521,26 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Достъпът е предоставен (последният достъп бе преди %ld секунди)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Срокът на акаунта Ви е изтекъл; моля, свържете се с администратора на " "системата" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Изисква се веднага да смените паролата си (изискано от root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Изисква се веднага да смените паролата си (срокът и изтича)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -548,36 +548,36 @@ msgstr[0] "Внимание: срокът на паролата Ви изтич msgstr[1] "Внимание: срокът на паролата Ви изтича след %d дни" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Внимание: паролата Ви ще изтече след %d дни" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS парола не може да бъде променена." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Трябва да изберете по-дълга парола" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Смяна на паролата за %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(текуща) UNIX парола: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Трябва да изчакате повече, за да промените Вашата парола" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Въведете нова UNIX парола: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Отново новата UNIX парола: " diff --git a/po/bn.po b/po/bn.po index 8f46cdeb..c7e04709 100644 --- a/po/bn.po +++ b/po/bn.po @@ -15,14 +15,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-04-10 20:36+0000\n" "Last-Translator: Mahay Alam Khan \n" "Language-Team: Bengali \n" +"Language: bn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -33,7 +33,7 @@ msgstr "...সময় সমাপ্তির পথে...⏎ \n" msgid "...Sorry, your time is up!\n" msgstr "...দুঃখিত, সময় সমাপ্ত!⏎ \n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ত্রুটিপূর্ণ তথ্যবিনিময় (%d)⏎\n" @@ -57,12 +57,12 @@ msgstr "নতুন %s%s পাসওয়ার্ড পুনরায় লি msgid "Sorry, passwords do not match." msgstr "দুঃখিত, পাসওয়ার্ড দুটি এক নয়।" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s পুনরায় লিখুন" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "পাসওয়ার্ড পরিবর্তন প্রক্রিয়া বাতিল করা হয়েছে।" @@ -250,12 +250,12 @@ msgid "contains the user name in some form" msgstr "কোনো রূপে ব্যবহারকারী নাম অন্তর্ভুক্ত হয়েছে" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "কোনো পাসওয়ার্ড উল্লিখিত হয়নি" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "পাসওয়ার্ড পরিবর্তন করা হয়নি" @@ -327,7 +327,7 @@ msgstr[1] "সর্বশেষ সফল লগ-ইনের পরে %d-ট msgid "There were %d failed login attempts since the last successful login." msgstr "সর্বশেষ সফল লগ-ইনের পরে %d-টি ব্যর্থ লগ-ইনের প্রচেষ্টা করা হয়েছে।" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'-র ক্ষেত্রে অত্যাধিক লগ-ইন" @@ -368,18 +368,18 @@ msgstr "%s ফোল্ডারে পুরোনো মেইল উপস্ msgid "You have mail in folder %s." msgstr "%s ফোল্ডারে মেইল উপস্থিত রয়েছে।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' ডিরেক্টরি নির্মাণ করা হচ্ছে।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ডিরেক্টরি '%s' নির্মাণ ও আরম্ভ করতে ব্যর্থ।" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "পাসওয়ার্ড পূর্বে ব্যবহৃত হয়েছে। একটি পৃথক পাসওয়ার্ড নির্বাচন করুন।" @@ -414,17 +414,17 @@ msgstr "level: " msgid "Not a valid security context" msgstr "বৈধ নিরাপত্তা সংক্রান্ত context নয়" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s-র বৈধ context প্রাপ্ত করতে ব্যর্থ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Security Context %s ধার্য করা হয়েছে" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "কি নির্মাণের Context %s ধার্য করা হয়েছে" @@ -461,38 +461,38 @@ msgstr "নতুন STRESS পাসওয়ার্ড পুনরায় ল msgid "Verification mis-typed; password unchanged" msgstr "নিশ্চায়ন কাল ভুল টাইপ করা হয়েছে; পাসওয়ার্ড পরিবর্তন করা হয়নি" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "সাময়িকরূপে অ্যাকাউন্ট লক করা হয়েছে (%ld সেকেন্ড অবশিষ্ট)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u ব্যর্থ লগ-ইনের ফলে অ্যাকাউন্ট লক করা হয়েছে" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "অনুমোদন সংক্রান্ত সমস্যা" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "পরিসেবা সংক্রান্ত সমস্যা" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "অজানা ব্যবহারকারী" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "অজানা সমস্যা" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= এর জন্য ভুল সংখ্যা উল্লিখিত\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: অজানা বিকল্প %s\n" @@ -504,17 +504,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: সব ব্যবহারকারীর জন্য শূণ্য-ভিন্ন মান ধার্য করতে ব্যর্থ\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "লগ-ইন বিফলতা সর্বশেষ বিফলতা চিহ্নিত স্থান থেকে\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -525,26 +525,26 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "প্রবেশাধিকার প্রদান করা হয়েছে (%ld পূর্বে সর্বশেষ লগ-ইন করা হয়েছে)।" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "আপনার অ্যাকাউন্টের মেয়াদপূর্ণ হয়েছে; অনুগ্রহ করে সিস্টেম অ্যাডমিনিস্ট্রেটরের সাথে " "যোগাযোগ করুন।" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "আপনার পাসওয়ার্ড এই মুহূর্তে পরিবর্তন করা আবশ্যক (root দ্বারা কার্যকরী)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "আপনার পাসওয়ার্ড এই মুহূর্তে পরিবর্তন করা আবশ্যক (password-র মেয়াদ পূর্ণ হয়েছে)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -552,37 +552,37 @@ msgstr[0] "সতর্কবাণী: %d দিন পরে পাসওয় msgstr[1] "সতর্কবাণী: %d দিন পরে পাসওয়ার্ডের মেয়াদপূর্ণ হবে" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "সতর্কবাণী: %d দিন পরে পাসওয়ার্ডের মেয়াদপূর্ণ হবে" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS পাসওয়ার্ড পরিবর্তন করা সম্ভব হয়নি।" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "চিহ্নিত পাসওয়ার্ডের থেকে লম্বা পাসওয়ার্ড উল্লেখ করা আবশ্যক" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s-র পাসওয়ার্ড পরিবর্তন করা হচ্ছে।" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(বর্তমান) UNIX পাসওয়ার্ড: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "কিছু কাল পরে পাসওয়ার্ড পরিবর্তন করা সম্ভব হবে" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "নতুন UNIX পাসওয়ার্ড উল্লেখ করুন: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "নতুন UNIX পাসওয়ার্ড পুনরায় লিখুন: " diff --git a/po/bn_IN.po b/po/bn_IN.po index efe20088..8c766eb5 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-02-28 10:38+0000\n" "Last-Translator: runa \n" "Language-Team: Bengali (India) \n" +"Language: bn_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bn_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: libpam_misc/misc_conv.c:33 @@ -28,7 +28,7 @@ msgstr "...সময় সমাপ্তির পথে...\n" msgid "...Sorry, your time is up!\n" msgstr "...দুঃখিত, সময় সমাপ্ত!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ত্রুটিপূর্ণ তথ্যবিনিময় (conversation) (%d)\n" @@ -52,12 +52,12 @@ msgstr "নতুন %s%s পাসওয়ার্ড পুনরায় লি msgid "Sorry, passwords do not match." msgstr "দুঃখিত, পাসওয়ার্ড দুটি এক নয়।" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s পুনরায় লিখুন" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "পাসওয়ার্ড পরিবর্তনের কর্ম পরিত্যাগ করা হয়েছে।" @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "কোনো রূপে ব্যবহারকারী নাম অন্তর্ভুক্ত হয়েছে" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "কোনো পাসওয়ার্ড উল্লিখিত হয়নি" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "পাসওয়ার্ড পরিবর্তন করা হয়নি" @@ -322,7 +322,7 @@ msgstr[1] "সর্বশেষ সফল লগ-ইনের পরে %d-ট msgid "There were %d failed login attempts since the last successful login." msgstr "সর্বশেষ সফল লগ-ইনের পরে %d-টি ব্যর্থ লগ-ইনের প্রচেষ্টা করা হয়েছে।" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'-র ক্ষেত্রে অত্যাধিক লগ-ইন" @@ -363,18 +363,18 @@ msgstr "%s ফোল্ডারে পুরোনো মেইল উপস্ msgid "You have mail in folder %s." msgstr "%s ফোল্ডারে মেইল উপস্থিত রয়েছে।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' ডিরেক্টরি নির্মাণ করা হচ্ছে।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ডিরেক্টরি '%s' নির্মাণ ও আরম্ভ করতে ব্যর্থ।" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "পাসওয়ার্ড পূর্বে ব্যবহৃত হয়েছে। একটি পৃথক পাসওয়ার্ড নির্বাচন করুন।" @@ -409,17 +409,17 @@ msgstr "level: " msgid "Not a valid security context" msgstr "বৈধ নিরাপত্তা সংক্রান্ত context নয়" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s-র বৈধ context প্রাপ্ত করতে ব্যর্থ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Security Context %s ধার্য করা হয়েছে" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "কি নির্মাণের Context %s ধার্য করা হয়েছে" @@ -456,38 +456,38 @@ msgstr "নতুন STRESS পাসওয়ার্ড পুনরায় ল msgid "Verification mis-typed; password unchanged" msgstr "নিশ্চায়ন কাল ভুল টাইপ করা হয়েছে; পাসওয়ার্ড পরিবর্তন করা হয়নি" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "সাময়িকরূপে অ্যাকাউন্ট লক করা হয়েছে (%ld সেকেন্ড অবশিষ্ট)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u ব্যর্থ লগ-ইনের ফলে অ্যাকাউন্ট লক করা হয়েছে" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "অনুমোদন সংক্রান্ত সমস্যা" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "পরিসেবা সংক্রান্ত সমস্যা" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "অজানা ব্যবহারকারী" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "অজানা সমস্যা" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= এর জন্য ভুল সংখ্যা উল্লিখিত\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: অজানা বিকল্প %s\n" @@ -499,17 +499,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: সব ব্যবহারকারীর জন্য শূণ্য-ভিন্ন মান ধার্য করতে ব্যর্থ\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "লগ-ইন বিফলতা সর্বশেষ বিফলতা চিহ্নিত স্থান থেকে\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -520,26 +520,26 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "প্রবেশাধিকার প্রদান করা হয়েছে (%ld পূর্বে সর্বশেষ লগ-ইন করা হয়েছে)।" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "আপনার অ্যাকাউন্টের মেয়াদপূর্ণ হয়েছে; অনুগ্রহ করে সিস্টেম অ্যাডমিনিস্ট্রেটরের সাথে " "যোগাযোগ করুন।" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "আপনার পাসওয়ার্ড এই মুহূর্তে পরিবর্তন করা আবশ্যক (root দ্বারা কার্যকরী)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "আপনার পাসওয়ার্ড এই মুহূর্তে পরিবর্তন করা আবশ্যক (password-র মেয়াদ পূর্ণ হয়েছে)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -547,37 +547,37 @@ msgstr[0] "সতর্কবাণী: %d দিন পরে পাসওয় msgstr[1] "সতর্কবাণী: %d দিন পরে পাসওয়ার্ডের মেয়াদপূর্ণ হবে" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "সতর্কবাণী: %d দিন পরে পাসওয়ার্ডের মেয়াদপূর্ণ হবে" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS পাসওয়ার্ড পরিবর্তন করা সম্ভব হয়নি।" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "চিহ্নিত পাসওয়ার্ডের থেকে লম্বা পাসওয়ার্ড উল্লেখ করা আবশ্যক" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s-র পাসওয়ার্ড পরিবর্তন করা হচ্ছে।" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(বর্তমান) UNIX পাসওয়ার্ড: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "কিছু কাল পরে পাসওয়ার্ড পরিবর্তন করা সম্ভব হবে" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "নতুন UNIX পাসওয়ার্ড উল্লেখ করুন: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "নতুন UNIX পাসওয়ার্ড পুনরায় লিখুন: " diff --git a/po/br.po b/po/br.po index 0a6c1a88..704a4d9b 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton (http://www.transifex.com/projects/p/fedora/language/" "br/)\n" +"Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: br\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/bs.po b/po/bs.po index 1b63cbee..6310cfed 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/fedora/language/" "bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: libpam_misc/misc_conv.c:33 msgid "...Time is running out...\n" @@ -27,7 +27,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -51,12 +51,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -321,7 +321,7 @@ msgstr[2] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -362,18 +362,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -407,17 +407,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -454,38 +454,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -496,17 +496,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -514,24 +514,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -540,36 +540,36 @@ msgstr[1] "" msgstr[2] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/ca.po b/po/ca.po index e1f29768..8c46abf9 100644 --- a/po/ca.po +++ b/po/ca.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-08-13 21:44+0000\n" "Last-Translator: Robert Antoni Buj i Gelonch \n" "Language-Team: Catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...S'acaba el temps...\n" msgid "...Sorry, your time is up!\n" msgstr "...S'ha acabat el temps.\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversa errònia (%d)\n" @@ -53,12 +53,12 @@ msgstr "Torneu a escriure la nova contrasenya de %s%s: " msgid "Sorry, passwords do not match." msgstr "Les contrasenyes no coincideixen." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Torneu a escriure %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "No s'ha canviat la contrasenya." @@ -246,12 +246,12 @@ msgid "contains the user name in some form" msgstr "conté el nom d'usuari d'alguna forma" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "No s'ha proporcionat cap contrasenya" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "No s'ha canviat la contrasenya" @@ -323,7 +323,7 @@ msgstr[1] "S'ha intentat entrar %d cops des de l'última entrada correcta." msgid "There were %d failed login attempts since the last successful login." msgstr "S'ha intentat entrar %d cops des de l'última entrada correcta." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Massa entrades per a '%s'." @@ -364,18 +364,18 @@ msgstr "Teniu correu antic a la carpeta %s." msgid "You have mail in folder %s." msgstr "Teniu correu a la carpeta %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Creant el directori '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "No s'ha pogut crear i inicialitzar el directori '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Aquesta contrasenya ja s'ha fet servir. Trieu-ne una altra." @@ -409,17 +409,17 @@ msgstr "nivell:" msgid "Not a valid security context" msgstr "No és un context de seguretat vàlid" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "No s'ha pogut obtenir el context vàlid per a %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Context de seguretat %s assignat" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Context de creació de claus %s assignat" @@ -457,39 +457,39 @@ msgid "Verification mis-typed; password unchanged" msgstr "" "Error d'escriptura durant la verificació; no s'ha canviat la contrasenya" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Compte bloquejat temporalment (queden %ld segons)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" "El compte ha estat bloquejat ja que s'ha intentat entrar %u cops sense èxit" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Error d'autenticació" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Error del servei" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Usuari desconegut" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Error desconegut" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: número incorrecte assignat a --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: opció %s no reconeguda\n" @@ -501,18 +501,18 @@ msgid "" msgstr "" "%s: [--file nom_fitxer_arrel] [--user nom_usuari] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" "%s: no es poden restablir tots els usuaris a un valor diferent de zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Entrada Fallades Última fallada Des de\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -523,25 +523,25 @@ msgstr "" " [-u nom_usuari] [--user nom_usuari]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Accés permès (l'últim accés va ser fa %ld segons)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "El vostre compte ha caducat. Contacteu amb l'administrador del sistema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "Heu de canviar la contrasenya immediatament (us hi obliga l'administrador)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Heu de canviar la contrasenya immediatament (la contrasenya és antiga)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -549,36 +549,36 @@ msgstr[0] "Atenció: la contrasenya venç d'aquí a %d dia" msgstr[1] "Atenció: la contrasenya venç d'aquí a %d dies" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Atenció: la contrasenya venç d'aquí a %d dies" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "No s'ha pogut canviar la contrasenya NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Heu de triar una contrasenya més llarga" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "S'està canviant la contrasenya de %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "contrasenya (actual) d'UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Heu d'esperar més temps abans de canviar la contrasenya" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Introduïu la nova contrasenya d'UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Torneu a escriure la nova contrasenya d'UNIX: " diff --git a/po/cs.po b/po/cs.po index e7cfd1ed..a6663e4c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 12:14+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: Czech (http://www.transifex.net/projects/p/fedora/language/" "cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "..Odpočet byl spuštěn...\n" msgid "...Sorry, your time is up!\n" msgstr "...Čas vypršel!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "nesprávná konverzace (%d)\n" @@ -53,12 +53,12 @@ msgstr "Opakujte nové %s%sheslo: " msgid "Sorry, passwords do not match." msgstr "Hesla se neshodují." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Opakujte %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Změna hesla přerušena." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "obsahuje v nějaké formě uživatelské jméno" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Nezadáno heslo" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Heslo nebylo změněno" @@ -323,7 +323,7 @@ msgstr[2] "Od posledního úspěšného došlo k %d neúspěšným pokusům o p msgid "There were %d failed login attempts since the last successful login." msgstr "Od posledního úspěšného došlo k %d neúspěšným pokusům o přihlášení." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Příliš mnoho přihlášení pro '%s'." @@ -364,18 +364,18 @@ msgstr "Máte starou poštu ve složce %s." msgid "You have mail in folder %s." msgstr "Máte poštu ve složce %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Vytváření adresáře '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Nezdařilo se vytvořit a inicializovat adresář '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Heslo již bylo použito. Zvolte jiné." @@ -409,17 +409,17 @@ msgstr "úroveň:" msgid "Not a valid security context" msgstr "Neplatný bezpečnostní kontext" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Nezdařilo se najít platný bezpečnostní kontext pro %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Bezpečnostní kontext %s přidělen" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Bezpečnostní kontext pro vytváření klíčů %s přidělen" @@ -456,38 +456,38 @@ msgstr "Opakujte nové STRESS heslo: " msgid "Verification mis-typed; password unchanged" msgstr "Chybné potvrzení. Heslo nezměněno" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Účet dočasně uzamčen (zbývá %ld vteřin)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Účet uzamčen z důvodu %u neúspěšných pokusů o přihlášení" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Chyba autentizace" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Chyba služby" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Neznámý uživatel" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Neznámá chyba" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Zadána špatná hodnota --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Neznámá volba %s\n" @@ -500,17 +500,17 @@ msgstr "" "%s: [--file jmeno_souboru] [--user uzivatelske_jmeno] [--reset[=n]] [--" "quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Nelze resetovat všechny uživatele nenulově\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Selhání Poslední selhání Od\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -521,24 +521,24 @@ msgstr "" " [-u uzivatelske-jmeno] [--user uzivatelske-jmeno]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Přístup povolen (poslední přístup před %ld vteřinami)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Váš účet vypršel; kontaktujte prosím svého správce systému" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Musíte okamžitě změnit své heslo (vynuceno rootem)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Musíte okamžitě změnit své heslo (heslo vypršelo)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -547,36 +547,36 @@ msgstr[1] "Varování: Vaše heslo vyprší za %d dny" msgstr[2] "Varování: Vaše heslo vyprší za %d dní" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Varování: Počet dní do vypršení hesla: %d" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS heslo se nepodařilo změnit." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Musíte zvolit delší heslo" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Změna hesla pro %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(současné) UNIX heslo: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Na změnu svého hesla musíte počkat déle" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Zadejte nové UNIX heslo: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Opakujte nové UNIX heslo: " diff --git a/po/da.po b/po/da.po index e8d67378..d96eee21 100644 --- a/po/da.po +++ b/po/da.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-15 16:52+0000\n" "Last-Translator: Kris Thomsen \n" "Language-Team: Danish \n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "...Tiden er ved at udløbe...\n" msgid "...Sorry, your time is up!\n" msgstr "...Din tid er desværre gået!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "konversationsfejl (%d)\n" @@ -50,12 +50,12 @@ msgstr "Genindtast ny %s%sadgangskode: " msgid "Sorry, passwords do not match." msgstr "Adgangskoderne stemmer ikke overens." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Genindtast %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Ændring af adgangskode afbrudt." @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "indeholder brugernavnet i en eller anden form" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Ingen adgangskode angivet" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Adgangskoden er uændret" @@ -319,7 +319,7 @@ msgstr[1] "Der var %d fejlende logindforsøg siden sidste succesfulde logind." msgid "There were %d failed login attempts since the last successful login." msgstr "Der var %d fejlende logindforsøg siden sidste succesfulde logind." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Der er for mange logind til \"%s\"." @@ -360,18 +360,18 @@ msgstr "Du har gammel e-post i mappe %s." msgid "You have mail in folder %s." msgstr "Du har e-post i mappe %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Opretter mappe \"%s\"." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Kunne ikke oprette og initialisere mappe \"%s\"." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Adgangskoden er allerede blevet brugt. Vælg en anden." @@ -405,17 +405,17 @@ msgstr "niveau:" msgid "Not a valid security context" msgstr "Ikke en gyldig sikkerhedskontekst" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Kunne ikke hente gyldig kontekst for %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Sikkerhedskontekst %s tildelt" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Nøgleoprettelseskontekst %s tildelt" @@ -452,38 +452,38 @@ msgstr "Genindtast ny STRESS-adgangskode: " msgid "Verification mis-typed; password unchanged" msgstr "Bekræftelsen blev angivet forkert; adgangskode forbliver uændret" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Konto midlertidigt låst (%ld sekunder tilbage)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Konto låst på grund af %u fejlende logind" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Fejl ved godkendelse" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Fejl ved tjeneste" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Ukendt bruger" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Ukendt fejl" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Der er angivet et forkert tal til --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Ikke genkendt indstilling %s\n" @@ -495,17 +495,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Alle brugere kunne ikke nulstilles til ikke-nul\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Logind Fejlende Sidste fejl Fra\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -516,24 +516,24 @@ msgstr "" " [-u brugernavn] [--user brugernavn]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Adgang tildelt (sidste adgang var for %ld sekunder siden)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Din konto er udløbet; kontakt din systemadministrator" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Du skal omgående ændre din adgangskode (gennemtvunget af roden)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Du skal omgående ændre din adgangskode (for gammel adgangskode)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -541,36 +541,36 @@ msgstr[0] "Advarsel: Din adgangskode udløber om %d dag" msgstr[1] "Advarsel: Din adgangskode udløber om %d dage" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Advarsel: din adgangskode udløber om %d dage" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS-adgangskoden kunne ikke ændres." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Du skal vælge en længere adgangskode" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Ændrer adgangskode for %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(nuværende) UNIX-adgangskode: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Du skal vente lidt længere for at ændre din adgangskode" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Indtast ny UNIX-adgangskode: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Genindtast ny UNIX-adgangskode: " diff --git a/po/de.po b/po/de.po index 129ae281..901b7481 100644 --- a/po/de.po +++ b/po/de.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-12 19:06+0000\n" "Last-Translator: Roman Spirgi \n" "Language-Team: German \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "...Time läuft ab...\n" msgid "...Sorry, your time is up!\n" msgstr "...Ihre Zeit ist abgelaufen.\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "fehlerhafte Kommunikation (%d)\n" @@ -50,12 +50,12 @@ msgstr "Geben Sie das neue %s%sPasswort erneut ein: " msgid "Sorry, passwords do not match." msgstr "Die Passwörter stimmen nicht überein." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Neu eingeben %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Passwort Änderung wurde abgebrochen." @@ -246,12 +246,12 @@ msgid "contains the user name in some form" msgstr "enthält den Benutzernamen in irgendeiner Form" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Kein Passwort angegeben" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Passwort nicht geändert" @@ -326,7 +326,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Es gab %d fehlgeschlagene Versuche seit der letzten erfolgreichen Anmeldung." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Zu viele Anmeldungen für '%s'." @@ -367,18 +367,18 @@ msgstr "Sie haben alte Nachrichten in %s." msgid "You have mail in folder %s." msgstr "Sie haben Nachrichten in %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Erstelle Verzeichnis '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Verzeichnis %s kann nicht erstellt und initialisiert werden: %m" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Passwort wurde bereits verwendet. Wählen Sie ein anderes aus." @@ -412,17 +412,17 @@ msgstr "Stufe:" msgid "Not a valid security context" msgstr "Kein gültiger Sicherheitskontext" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Unfähig einen gültigen Kontext zu erhalten für %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Sicherheitskontext %s zugewiesen" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Schlüssel-Erzeugungskontext %s zugeordnet" @@ -459,38 +459,38 @@ msgstr "Geben Sie das neue STRESS-Passwort erneut ein: " msgid "Verification mis-typed; password unchanged" msgstr "Bestätigungspasswort falsch eingegeben; Passwort nicht geändert" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Konto temporär gesperrt (noch %ld Sekunden)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Das Konto ist wegen %u fehlgeschlagener Anmelde-Versuche gesperrt" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Authentifizierungsfehler" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Dienstfehler" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Unbekannter Benutzer" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Ungültige Nummer für --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Nicht erkannte Option: %s\n" @@ -502,18 +502,18 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" "%s: Es können nicht alle Benutzer auf Nicht-null zurückgesetzt werden\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Account Fehler Letzter Versuch Von\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -524,24 +524,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Zugriff erlaubt (letzter Zugriff war vor %ld Sekunden)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Ihr Konto ist abgelaufen. Wenden Sie sich an den Systemadministrator" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Sie müssen Ihr Passwort sofort ändern (von root erzwungen)." -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Sie müssen Ihr Passwort sofort ändern (Passwortablauf)." -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -549,36 +549,36 @@ msgstr[0] "Warnung: Ihr Passwort läuft in %d Tag ab." msgstr[1] "Warnung: Ihr Passwort läuft in %d Tagen ab." #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Warnung: Ihr Passwort läuft in %d Tagen ab." -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Änderung des NIS-Passworts nicht möglich." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Sie müssen ein längeres Passwort auswählen." -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Ändern des Passworts für %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(aktuelles) UNIX-Passwort: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Sie können Ihr Passwort noch nicht ändern" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Geben Sie ein neues UNIX-Passwort ein: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Geben Sie das neue UNIX-Passwort erneut ein: " diff --git a/po/el.po b/po/el.po index 5f524f7e..355b9de2 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,24 +511,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -536,36 +536,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 601f3df0..835e3f17 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" "fedora/language/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/es.po b/po/es.po index 61e84bad..aa8477fa 100644 --- a/po/es.po +++ b/po/es.po @@ -13,14 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-06-04 13:29+0000\n" "Last-Translator: Daniel Cabrera \n" "Language-Team: Spanish \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -31,7 +31,7 @@ msgstr "...El tiempo se está agotando...\n" msgid "...Sorry, your time is up!\n" msgstr "...Lo sentimos, el tiempo se ha agotado.\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversación incorrecta (%d)\n" @@ -55,12 +55,12 @@ msgstr "Vuelva a escribir la nueva %s%scontraseña: " msgid "Sorry, passwords do not match." msgstr "Las contraseñas no coinciden." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Reingrese %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "La contraseña no ha cambiado." @@ -250,12 +250,12 @@ msgid "contains the user name in some form" msgstr "de alguna manera contiene el nombre del usuario" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "No se ha proporcionado ninguna contraseña" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "La contraseña no ha cambiado" @@ -328,7 +328,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "Hubo %d intentos de logueo fallidos desde el último logueo exitoso. " -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Hay demasiados inicios de sesión para \"%s\"." @@ -369,18 +369,18 @@ msgstr "Tiene correo antiguo en la carpeta %s." msgid "You have mail in folder %s." msgstr "Tiene correo en la carpeta %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Creando directorio '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "No se pudo crear e inicializar el directorio '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "La contraseña ya se ha utilizado. Seleccione otra." @@ -414,17 +414,17 @@ msgstr "nivel:" msgid "Not a valid security context" msgstr "No es un contexto de seguridad válido" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Imposible obtener un contexto válido para %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Contexto de seguridad %s asignado" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Contexto de Creación Clave %s Asignado" @@ -461,38 +461,38 @@ msgstr "Vuelva a escribir la nueva contraseña STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Error al escribir la verificación; la contraseña no ha cambiado" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "La cuenta está temporalmente bloqueada (%ld segundos restantes)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "La cuenta está bloqueada debido a %u logueo fallidos" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Error de autenticación" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Error de servicio" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Usuario desconocido" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Error desconocido" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Número incorrecto proporcionado a --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Opción no reconocida %s\n" @@ -505,19 +505,19 @@ msgstr "" "%s: [--file nombre de archivo-raíz] [--user nombre de usuario] [--reset[=n]] " "[--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" "%s: No es posible restaurar a todos los usuarios a un número distinto de " "cero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Fallo de Ingresos Ultimo fallo desde\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -528,26 +528,26 @@ msgstr "" " [-u nombre-de-usuario] [--user nombre-de-usuario]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Acceso permitido (el último acceso fué hace %ld segundos)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "La cuenta ha caducado, póngase en contacto con el administrador del sistema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "Debe cambiar la contraseña inmediatamente (aplicado por el usuario root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Debe cambiar la contraseña inmediatamente (la contraseña ha caducado)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -555,36 +555,36 @@ msgstr[0] "Advertencia: la contraseña caducará dentro de %d día" msgstr[1] "Advertencia: la contraseña caducará dentro de %d días" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Advertencia: la contraseña caducará dentro de %d días" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "No es posible cambiar la contraseña NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Debe elegir una contraseña más larga" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Cambiando la contraseña de %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(actual) contraseña de UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Debe esperar más tiempo para cambiar la contraseña" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Introduzca la nueva contraseña de UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Vuelva a escribir la nueva contraseña de UNIX: " diff --git a/po/et.po b/po/et.po index 1ee229ec..1701007b 100644 --- a/po/et.po +++ b/po/et.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-02 11:25+0000\n" "Last-Translator: mihkel \n" "Language-Team: Estonian (http://www.transifex.com/projects/p/fedora/language/" "et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...Aeg hakkab otsa saama...\n" msgid "...Sorry, your time is up!\n" msgstr "...Kahjuks on su aeg otsas!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "vigane vestlus (%d)\n" @@ -51,12 +51,12 @@ msgstr "Kinnita uus %s%sparool:" msgid "Sorry, passwords do not match." msgstr "Kahjuks paroolid ei klapi." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Paroolivahetus katkestatud." @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -320,7 +320,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -361,18 +361,18 @@ msgstr "Sul on vanu poste kaustas %s." msgid "You have mail in folder %s." msgstr "Sul on poste kaustas %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "loon kataloogi '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Parooli on juba kasutatud. Vali uus parool." @@ -407,17 +407,17 @@ msgstr "tase:" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -454,38 +454,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Autentimise viga" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Teenuse viga" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Tundmatu kasutaja" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Tundmatu viga" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -496,17 +496,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -514,24 +514,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Su konto on aegunud; palun kontakteeru oma süsteemiadministraatoriga." -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -539,36 +539,36 @@ msgstr[0] "Hoiatus: su parool aegub %d päeva pärast" msgstr[1] "Hoiatus: su parool aegub %d päeva pärast" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Hoiatus: su parool aegub %d päeva pärast" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Sa pead valima pikema parooli" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(praegune) UNIX-i parool." -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Sisesta uus UNIX-i parool:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Kinnita uus UNIX-i parool:" diff --git a/po/eu.po b/po/eu.po index f956d4ab..a24ae59c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-24 13:54+0000\n" "Last-Translator: Asier Iturralde Sarasola \n" "Language-Team: Basque (http://www.transifex.com/projects/p/fedora/language/" "eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -51,12 +51,12 @@ msgstr "Idatzi berriz %s%spasahitz berria: " msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Idatzi berriz %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -320,7 +320,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -361,18 +361,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -406,17 +406,17 @@ msgstr "maila:" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -453,38 +453,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Errore ezezaguna" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -495,17 +495,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -513,24 +513,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -538,36 +538,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/fa.po b/po/fa.po index bb677ec0..77fb50f2 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian (http://www.transifex.com/projects/p/fedora/language/" "fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[0] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,60 +511,60 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/fi.po b/po/fi.po index bd2ef888..b5314ea9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -12,15 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-03-25 17:42+0000\n" "Last-Translator: Juhani Numminen \n" "Language-Team: Finnish (http://www.transifex.com/projects/p/fedora/language/" "fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -31,7 +31,7 @@ msgstr "...Aika on loppumassa...\n" msgid "...Sorry, your time is up!\n" msgstr "...Aikasi on loppunut!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "virheellinen keskustelu (%d)\n" @@ -55,12 +55,12 @@ msgstr "Anna uudelleen uusi %s%ssalasana: " msgid "Sorry, passwords do not match." msgstr "Salasanat eivät täsmää." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Kirjoita uudelleen %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Salasanan vaihtaminen keskeytettiin" @@ -247,12 +247,12 @@ msgid "contains the user name in some form" msgstr "sisältää käyttäjätunnuksen jossakin muodossa" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Et antanut salasanaa" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Salasanaa ei vaihdettu" @@ -316,21 +316,21 @@ msgid "There was %d failed login attempt since the last successful login." msgid_plural "" "There were %d failed login attempts since the last successful login." msgstr[0] "" -"Edellisen onnistuneen kirjautumisen jälkeen kirjautuminen on epäonnistunut %" -"d kerran." +"Edellisen onnistuneen kirjautumisen jälkeen kirjautuminen on epäonnistunut " +"%d kerran." msgstr[1] "" -"Edellisen onnistuneen kirjautumisen jälkeen kirjautuminen on epäonnistunut %" -"d kertaa." +"Edellisen onnistuneen kirjautumisen jälkeen kirjautuminen on epäonnistunut " +"%d kertaa." #. TRANSLATORS: only used if dngettext is not supported #: modules/pam_lastlog/pam_lastlog.c:548 #, c-format msgid "There were %d failed login attempts since the last successful login." msgstr "" -"Edellisen onnistuneen kirjautumisen jälkeen kirjautuminen on epäonnistunut %" -"d kertaa." +"Edellisen onnistuneen kirjautumisen jälkeen kirjautuminen on epäonnistunut " +"%d kertaa." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Liian monta kirjautumista '%s'." @@ -371,18 +371,18 @@ msgstr "Sinulla on vanhaa postia kansiossa %s." msgid "You have mail in folder %s." msgstr "Sinulla on postia kansiossa %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Luodaan hakemisto ”%s”." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Hakemistoa ”%s” ei voida luoda eikä alustaa." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Salasana on jo käytetty. Valitse toinen." @@ -416,17 +416,17 @@ msgstr "taso:" msgid "Not a valid security context" msgstr "Ei kelvollinen tietoturvaympäristö" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Kelvollisen ympäristön hakeminen käyttäjälle %s epäonnistui" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Tietoturvaympäristö %s asetettiin" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Avaimenluontiympäristö %s asetettiin" @@ -463,38 +463,38 @@ msgstr "Anna uusi STRESS-salasana uudelleen: " msgid "Verification mis-typed; password unchanged" msgstr "Salasanat eivät ole samat; salasanaa ei vaihdettu" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Käyttäjätunnus on lukittu tilapäisesti (%ld sekuntia jäljellä)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Käyttäjätunnus on lukittu %u epäonnistuneen kirjautumisen vuoksi" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Tunnistautumisvirhe" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Palveluvirhe" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Tuntematon käyttäjä" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Tuntematon virhe" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Väärä numero annettu valinnalle --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Tunnistamaton valinta %s\n" @@ -507,17 +507,17 @@ msgstr "" "%s: [--file juurrutettu-tiedostonimi] [--user käyttäjätunnus] [--reset[=n]] " "[--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Ei voida palauttaa kaikkia käyttäjiä ei-nolliksi\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Tunnus Epäonnistuneita Viimeisin Koneelta\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -528,24 +528,24 @@ msgstr "" " [-u käyttäjätunnus] [--user käyttäjätunnus]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Pääsy sallittu (edellinen kirjautuminen %ld sekuntia sitten)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Käyttäjätilisi on vanhentunut; ota yhteyttä järjestelmän ylläpitäjään" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Salasanasi täytyy vaihtaa heti (pääkäyttäjän vaatimus)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Salasanasi täytyy vaihtaa heti (salasana vanhentunut)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -553,36 +553,36 @@ msgstr[0] "Varoitus: salasana vanhentuu %d päivän kuluttua." msgstr[1] "Varoitus: salasana vanhentuu %d päivän kuluttua." #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Varoitus: salasana vanhentuu %d päivän kuluttua." -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS-salasanaa ei voitu vaihtaa." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Salasanan tulee olla pidempi" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Vaihdetaan käyttäjän %s salasana." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(nykyinen) UNIX salasana: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Sinun täytyy odottaa kauemmin vaihtaaksesi salasanan" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Anna uusi UNIX-salasana: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Anna uusi UNIX-salasana uudelleen: " diff --git a/po/fr.po b/po/fr.po index 0d53a6b6..7d697637 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,14 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-12 17:52+0000\n" "Last-Translator: Jérôme Fenal \n" "Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: libpam_misc/misc_conv.c:33 @@ -31,7 +31,7 @@ msgstr "...Temps bientôt écoulé...\n" msgid "...Sorry, your time is up!\n" msgstr "...Votre temps est épuisé !\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversation erronnée (%d)\n" @@ -55,12 +55,12 @@ msgstr "Retapez le nouveau %s%smot de passe : " msgid "Sorry, passwords do not match." msgstr "Les mots de passe ne correspondent pas." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Retapez %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Changement du mot de passe avorté." @@ -256,12 +256,12 @@ msgid "contains the user name in some form" msgstr "contient le nom d'utilisateur d'une certaine manière" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Aucun mot de passe fourni" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Mot de passe inchangé" @@ -339,7 +339,7 @@ msgstr "" "Il y a eu %d tentatives de connexion échouées depuis la dernière connexion " "réussie." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Trop de connexions pour « %s »." @@ -380,18 +380,18 @@ msgstr "Vous avez un ancien message dans le dossier %s." msgid "You have mail in folder %s." msgstr "Vous avez des messages dans le dossier %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Création du répertoire « %s »." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Impossible de créer et d'initialiser le répertoire « %s »." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Mot de passe déjà utilisé. Choisissez-en un autre." @@ -425,17 +425,17 @@ msgstr "niveau :" msgid "Not a valid security context" msgstr "Contexte de sécurité invalide" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Impossible d'obtenir un contexte valide pour %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Contexte de sécurité %s attribué" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Contexte de création de clés %s attribué" @@ -472,38 +472,38 @@ msgstr "Retaper le nouveau mot de passe STRESS : " msgid "Verification mis-typed; password unchanged" msgstr "Vérification erronée : mot de passe inchangé" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Compte temporairement verrouillé (%ld secondes restantes)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Compte temporairement verrouillé dû à l'échec de %u connexions" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Erreur d'authentification" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Erreur de service" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Utilisateur inconnu" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Erreur inconnue" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Numéro incorrect attribué à --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s : Option non reconnue %s\n" @@ -516,17 +516,17 @@ msgstr "" "%s: [--file chemin du fichier] [--user nom d'utilisateur] [--reset[=n]] [--" "quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Impossible de réinitialiser tous les utilisateurs à non-zéro\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Connexion Échecs Dernier échec De\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -537,24 +537,24 @@ msgstr "" " [-u nom d'utilisateur] [--user nom d'utilisateur]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Accès accordé (dernier accès il y a %ld secondes)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Votre compte a expiré. Contactez votre administrateur système" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Vous devez changer votre mot de passe immédiatement (imposé par root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Vous devez changer votre mot de passe immédiatement, il est périmé" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -562,36 +562,36 @@ msgstr[0] "Avertissement : votre mot de passe expire dans %d jour." msgstr[1] "Avertissement : votre mot de passe expire dans %d jours" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Avertissement : votre mot de passe expire dans %d jours" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Le mot de passe NIS n'a pas pu être changé." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Vous devez choisir un mot de passe plus long" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Changement du mot de passe pour %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "Mot de passe UNIX (actuel) : " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Vous devez encore attendre avant de changer votre mot de passe" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Entrez le nouveau mot de passe UNIX : " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Retapez le nouveau mot de passe UNIX : " diff --git a/po/ga.po b/po/ga.po index 21981feb..69fafb16 100644 --- a/po/ga.po +++ b/po/ga.po @@ -9,15 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-09-10 18:14+0000\n" "Last-Translator: leftmostcat \n" "Language-Team: Irish (http://www.transifex.com/projects/p/fedora/language/" "ga/)\n" +"Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " "4);\n" @@ -29,7 +29,7 @@ msgstr "...Tá am ag imeacht...\n" msgid "...Sorry, your time is up!\n" msgstr "...Tá brón orm, tá do chuid ama imithe!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "comhrá earráideach (%d)\n" @@ -53,12 +53,12 @@ msgstr "Iontráil focal faire%2$s%1$s nua arís: " msgid "Sorry, passwords do not match." msgstr "Tá brón orm, ní ionann na focail fhaire." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Iontráil %s arís" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Tobscoireadh athrú focail faire." @@ -249,12 +249,12 @@ msgid "contains the user name in some form" msgstr "tá an t-ainm úsáideora ann i bhfoirm éigin" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Níor soláthraíodh aon fhocal faire" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Níor athraíodh an focal faire" @@ -341,7 +341,7 @@ msgstr "" "Bhí %d iarracht logála isteach teipthe ann ón logáil isteach is déanaí a\n" "d'éirigh leis." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "An iomarca logálacha isteach do '%s'." @@ -382,18 +382,18 @@ msgstr "Tá seanphost agat i bhfillteán %s." msgid "You have mail in folder %s." msgstr "Tá post agat i bhfillteán %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Comhadlann '%s' á cruthú." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Ní féidir comhadlann '%s' a chruthú agus a thúsú." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Úsáidtear an focal faire cheana. Roghnaigh ceann eile." @@ -427,17 +427,17 @@ msgstr "leibhéal:" msgid "Not a valid security context" msgstr "Ní comhthéacs bailí slándála é" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Ní féidir comhthéacs bailí a fháil do %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Sannadh Comhthéacs Slándála %s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Sannadh Comhthéacs Chruthú Eochracha %s" @@ -474,38 +474,38 @@ msgstr "Iontráil focal faire STRESS nua arís: " msgid "Verification mis-typed; password unchanged" msgstr "Clóscríobhadh deimhniú go mícheart; níor athraíodh focal faire" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Cuireadh an cuntas faoi ghlas go sealadach (%ld soicind fágtha)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Cuireadh an cuntas faoi ghlas mar gheall ar %u logáil isteach teipthe" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Earráid fhíordheimhnithe" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Earráid seirbhíse" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Úsáideoir anaithnid" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Earráid anaithnid" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Tugadh drochuimhir do --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Rogha anaithnid %s\n" @@ -518,17 +518,17 @@ msgstr "" "%s: [--file ainm-comhad-le-fréamh] [--user úsáideoir] [--reset[=u]]\n" "[--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Ní féidir gach úsáideoir a athrú go neamhnialasach\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Logáil isteach Teipeanna Teip is déanaí Ó\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -539,27 +539,27 @@ msgstr "" " [-u úsáideoir] [--user úsáideoir]\n" " [-r] [--reset[=u]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Bronnadh rochtain (bhí an rochtain is déanaí %ld soicind ó shin)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Chuaigh do chuntas as feidhm; déan téagmháil le do riarthóir córais, le do " "thoil" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Ní mór duit d'fhocal faire a athrú láithreach (forfheidhmítear fréamh)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" "Ní mór duit d'fhocal faire a athrú láithreach (chuaigh focal faire in aos)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -570,36 +570,36 @@ msgstr[3] "Rabhadh: rachaidh d'fhocal faire as feidhm i gceann %d lá" msgstr[4] "Rabhadh: rachaidh d'fhocal faire as feidhm i gceann %d lá" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Rabhadh: rachaidh d'fhocal faire as feidhm i gceann %d lá" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Níorbh fhéidir focal faire NIS a athrú." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Caithfidh tú focal faire níos faide a roghnú" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Focal faire %s á athrú." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "Focal faire UNIX (reatha): " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Caithfidh tú fanacht níos faide chun d'fhocal faire a athrú" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Iontráil focal faire UNIX nua: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Iontráil focal faire UNIX nua arís:" diff --git a/po/gl.po b/po/gl.po index d31bfabe..557e8b88 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician (http://www.transifex.com/projects/p/fedora/language/" "gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/gu.po b/po/gu.po index 1ca57135..b225fe51 100644 --- a/po/gu.po +++ b/po/gu.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-15 12:16+0000\n" "Last-Translator: sweta \n" "Language-Team: Gujarati \n" +"Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: gu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...સમય ચાલ્યો જઈ રહ્યો છે...\n" msgid "...Sorry, your time is up!\n" msgstr "...માફ કરજો, તમારો સમય સમાપ્ત થયો!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ક્ષતિયુક્ત વાર્તાલાપ (%d)\n" @@ -53,12 +53,12 @@ msgstr "નવો %s%sપાસવર્ડ ફરી લખો: " msgid "Sorry, passwords do not match." msgstr "માફ કરજો, પાસવર્ડો બંધબેસતા નથી." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s ને પુન:ટાઇપ કરો" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "પાસવર્ડ બદલાવનો અંત આવેલ છે." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "અમુક ફોર્મમાં વપરાશકર્તા નામ ને સમાવે છે" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "કોઈ પાસવર્ડ પૂરો પડાયેલ નથી" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "પાસવર્ડ બદલાયેલ નથી" @@ -322,7 +322,7 @@ msgstr[1] "છેલ્લે સફળ પ્રવેશ સુધી પ્ msgid "There were %d failed login attempts since the last successful login." msgstr "છેલ્લે સફળ પ્રવેશ સુધી પ્રવેશનાં પ્રયત્નો કરવામાં %d નિષ્ફળ થયેલ હતુ." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' માટે ઘણા બધા પ્રવેશો." @@ -363,18 +363,18 @@ msgstr "તમારી પાસે ફોલ્ડર %s માં જૂન msgid "You have mail in folder %s." msgstr "તમારી પાસે ફોલ્ડર %s માં મેઈલ છે." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "ડિરેક્ટરી '%s' બનાવી રહ્યા છીએ." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ડિરેક્ટરી '%s' ને શરૂ કરવામાં અને બનાવવામાં અસમર્થ." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "પાસવર્ડ પહેલાથી જ વપરાઈ ગયેલ છે. બીજો પસંદ કરો." @@ -408,17 +408,17 @@ msgstr "સ્તર:" msgid "Not a valid security context" msgstr "માન્ય સુરક્ષા સંદર્ભ નથી" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s માટે માન્ય સંદર્ભ મેળવવામાં અસમર્થ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "સુરક્ષા સંદર્ભ %s સોંપાયેલ" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "કી બનાવટ સંદર્ભ %s સોંપાયેલ" @@ -455,38 +455,38 @@ msgstr "નવો STRESS પાસવર્ડ પુનઃલખો: " msgid "Verification mis-typed; password unchanged" msgstr "ચકાસણી ખોટી-રીતે લખાઈ; પાસવર્ડ બદલાયેલ નથી" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "ખાતુ થોડા વખત માટે તાળુ મારેલ છે (%ld સેકંડો ડાબે)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u પ્રવેશો ને નિષ્ફળ કરે છે તે દરમ્યાન ખાતાને તાળુ મારેલ છે" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "સત્તાધિકરણ ભૂલ" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "સેવા ભૂલ" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "અજ્ઞાત વપરાશકર્તા" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "અજ્ઞાત ભૂલ" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= ને ખોટો નંબર અપાયેલ છે\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: નહિં ઓળખાતો વિકલ્પ %s\n" @@ -498,17 +498,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: બધા વપરાશકર્તાઓને બિન-શૂન્યમાં પુનઃસુયોજિત કરી શકતા નથી\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "પ્રવેશ એ તે માંથી તાજેતરની નિષ્ફળતાને નિષ્ફળ કરે છે\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -519,24 +519,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "પ્રવેશની મંજૂરી આપેલ છે (છેલ્લો પ્રવેશ એ %ld સેકંડો પહેલા હતો)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "તમારું ખાતું નિવૃત્ત થઈ ગયું છે; મહેરબાની કરીને તમારા સિસ્ટમ સંચાલકનો સંપર્ક કરો" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "તમારે તમારો પાસવર્ડ તુરંત જ બદલવાની જરૂર છે (root દબાણ કરેલ)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "તમારે તમારો પાસવર્ડ તુરંત જ બદલવાની જરૂર છે (પાસવર્ડ વયમર્યાદિત કરાયેલ)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -544,36 +544,36 @@ msgstr[0] "ચેતવણી: તમારો પાસવર્ડ %d દિ msgstr[1] "ચેતવણી: તમારો પાસવર્ડ %d દિવસોમાં નિવૃત્ત થઈ જશે" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "ચેતવણી: તમારો પાસવર્ડ %d દિવસોમાં નિવૃત્ત થઈ જશે" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS પાસવર્ડ બદલી શક્યા નહિં." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "તમારે લાંબો પાસવર્ડ જ પસંદ કરવો જોઈએ" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s માટે પાસવર્ડ બદલવાનું." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(વર્તમાન) UNIX પાસવર્ડ: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "તમારો પાસવર્ડ બદલવા માટે તમારે લાંબો સમય રાહ જોવી જ પડશે" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "નવો UNIX પાસવર્ડ દાખલ કરો: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "નવો UNIX પાસવર્ડ ફરીથી લખો: " diff --git a/po/he.po b/po/he.po index 49771833..15cf2735 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:57+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: Hebrew \n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "...הזמן עומד להיגמר...\n" msgid "...Sorry, your time is up!\n" msgstr "...מצטער, הזמן נגמר!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "סליחה, הססמאות לא תואמות." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "שינוי ססמה בוטל." @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "לא סופקה ססמה" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "ססמה לא שונתה" @@ -318,7 +318,7 @@ msgstr[1] "היו %d ניסיונות התחברות שנכשלו מאז ההת msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "רמה:" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "הקלד שוב ססמת STRESS חדשה:" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "החשבון נעול זמנית (%ld שניות נותרו)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "החשבון ננעל בעקבות %u ניסיונות התחברות שנכשלו" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "שגיאת אימות" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "שגיאת שירות" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "משתמש לא ידוע" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "שגיאה לא מוכרת" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "פג תוקף חשבונך; אנא צור קשר עם מנהל המערכת שלך" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "הנך מחויב לשנות את ססמתך מידית (דרישת מנהל המערכת)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "הנך מחויב לשנות את ססמתך מידית (הססמה התיישנה)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "אזהרה: הססמה שלך תפוג תוך יום %d" msgstr[1] "אזהרה: הססמה שלך תפוג תוך %d ימים" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "אזהרה: הססמה שלך תפוג תוך %d ימים" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "לא היה ניתן לשנות ססמת NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "אתה חייב לבחור ססמה ארוכה יותר" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "משנה ססמה עבור %s.‏" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "ססמת יוניקס (נוכחית): " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "אתה חייב לחכות יותר כדי לשנות את הססמה" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "הכנס ססמת יוניקס חדשה:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "נא להקליד שוב את ססמת היוניקס החדשה: " diff --git a/po/hi.po b/po/hi.po index 307c499d..46d2413e 100644 --- a/po/hi.po +++ b/po/hi.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-21 12:02+0000\n" "Last-Translator: kumarvimal \n" "Language-Team: Hindi \n" +"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -28,7 +28,7 @@ msgstr "...समय समाप्त हो रहा है...\n" msgid "...Sorry, your time is up!\n" msgstr "...क्षमा करें, आपका समय समाप्त हो गया!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "अनियमित बातचीत (%d)\n" @@ -52,12 +52,12 @@ msgstr "नया %s%spassword फिर टाइप करें: " msgid "Sorry, passwords do not match." msgstr "क्षमा करें, शब्दकूट नहीं मिलते हैं." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "फिर टाइप करें %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "कूटशब्द परिवर्तन छोड़ा गया." @@ -244,12 +244,12 @@ msgid "contains the user name in some form" msgstr "कुछ रूप में उपयोक्ता नाम समाहित करता है" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "कोई कूटशब्द नहीं दिया गया है" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "शब्दकूट परिवर्तित" @@ -321,7 +321,7 @@ msgstr[1] "%d विफल लॉगिन प्रयास थे अंत msgid "There were %d failed login attempts since the last successful login." msgstr "%d विफल लॉगिन प्रयास थे अंतिम सफल लॉगिन के बाद." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' के लिए बहुत लॉगिन." @@ -362,18 +362,18 @@ msgstr "आपके लिए %s फोल्डर में पुरान msgid "You have mail in folder %s." msgstr "आपके लिए %s फोल्डर में मेल है." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "निर्देशिका '%s' बना रहा है." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "निर्देशिका '%s' बनाने और आरंभ करने में असमर्थ." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "शब्दकूट को पहले ही बदला जा चुका है. दूसरा चुनें." @@ -407,17 +407,17 @@ msgstr "स्तर: " msgid "Not a valid security context" msgstr "एक वैध सुरक्षा संदर्भ नहीं" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s के लिए वैध संदर्भ पाने में असमर्थ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "सुरक्षा संदर्भ %s नियत" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "कुंजी निर्माण संदर्भ %s नियत" @@ -454,38 +454,38 @@ msgstr "नया शब्दकूट फिर टाइप करें: " msgid "Verification mis-typed; password unchanged" msgstr "जांच गलत टाइप किया गया; शब्दकूट बदला गया" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "खाता अस्थायी रूप से लॉक (%ld seconds left)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "खाता %u विफल लॉगिन के कारण लॉक" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "सत्यापन त्रुटि" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "सेवा त्रुटि" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "अनजान उपयोक्ता" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "अनजान त्रुटि" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: खराब संख्या को --reset= में दिया गया\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: अपरिचित विकल्प %s\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: सभी उपयोक्ता को गैर शून्य में फिर सेट नहीं कर सकता है\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Failures Latest failure From\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,24 +518,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "पहुँच दिया गया (last access was %ld seconds ago)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "आपका खाता समाप्त हो चुका है; कृपया अपने सिस्टम प्रशासक को संपर्क करें" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "आपके लिए अपना शब्दकूट तत्काल बदलना जरूरी है (रूट पुनर्बलित)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "आपके लिए अपना शब्दकूट तत्काल बदलना जरूरी है (शब्दकूट एज्ड)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -543,36 +543,36 @@ msgstr[0] "चेतावनी: आपका शब्दकूट %d दि msgstr[1] "चेतावनी: आपका शब्दकूट %d दिन में समाप्त हो जायेगा" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "चेतावनी: आपका शब्दकूट %d दिनों में समाप्त हो जायेगा" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS शब्दकूट बदला नहीं जा सका." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "आपको जरूर एक लंबा शब्दकूट चुनना चाहिए" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s के लिए कूटशब्द बदल रहा है" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(मौजूदा) UNIX शब्दकूट: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "आपको अपना शब्दकूट बदलने के लिए लंबी प्रतीक्षा करनी होगी" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "नया UNIX शब्दकूट दें: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "नया UNIX शब्दकूट फिर टाइप करें: " diff --git a/po/hu.po b/po/hu.po index 966b098a..94a7aaf2 100644 --- a/po/hu.po +++ b/po/hu.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-08 15:13+0000\n" "Last-Translator: Zoltan Hoppár \n" "Language-Team: Hungarian \n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...Fogy az idő...\n" msgid "...Sorry, your time is up!\n" msgstr "...Sajnos lejárt az idő!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "hibás beszélgetés (%d)\n" @@ -53,12 +53,12 @@ msgstr "Ismét az új %s%sjelszó: " msgid "Sorry, passwords do not match." msgstr "Sajnálom, de a jelszavak nem egyeznek." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Ismét %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Jelszó változtatás elvetve." @@ -247,12 +247,12 @@ msgid "contains the user name in some form" msgstr "valahogy tartalmazza a felhasználó nevét" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Nincs jelszó megadva" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Változatlan jelszó" @@ -324,7 +324,7 @@ msgstr[1] "%d sikertelen belépés kísérlet volt az utolsó sikeres belépés msgid "There were %d failed login attempts since the last successful login." msgstr "%d sikertelen belépés kísérlet volt az utolsó sikeres belépés óta." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Túl sok bejelentkezés \"%s\" részéről." @@ -365,18 +365,18 @@ msgstr "%s mappában régi levél van." msgid "You have mail in folder %s." msgstr "%s mappában levelek vannak." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "\"%s\" mappa létrehozása." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "„%s” mappa nem hozható létre és állítható be." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "A jelszót már használta. Válasszon másikat." @@ -410,17 +410,17 @@ msgstr "szint:" msgid "Not a valid security context" msgstr "Nem érvényes biztonsági környezet" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Nincs meg %s érvényes környezete" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "%s biztonsági környezet hozzárendelve" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "%s kulcskészítő környezet hozzárendelve" @@ -457,38 +457,38 @@ msgstr "Ismét az új STRESS jelszó: " msgid "Verification mis-typed; password unchanged" msgstr "Az ellenőrző elgépelve; a jelszó nem került módosításra" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Felhasználói azonosító átmenetileg zárolt (még %ld másodpercig)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Felhasználói azonosító zárolva, többszöri, %u sikertelen belépés miatt" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Hitelesítési hiba" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Szolgáltatás hiba" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Ismeretlen felhasználó" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Ismeretlen hiba" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Rossz szám a --reset= opcióban\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: %s ismeretlen opció\n" @@ -500,17 +500,17 @@ msgid "" msgstr "" "%s: [--file rooted-fájlnév] [--user használó] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Nem állítható vissza minden felhasználó nem-nullára\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Belépés Hibák Utolsó hibák Innen\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -521,27 +521,27 @@ msgstr "" " [-u használó] [--user használó]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Hozzáférés megadva (utolsó hozzáférés %ld másodperce volt)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "A felhasználói azonosító érvényessége lejárt; kérem keresse meg a " "rendszergazdát" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "Azonnal meg kell változtatnia a jelszavát (rendszergazda által erőltetve)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Azonnal meg kell változtatnia a jelszavát (a jelszó elévült)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -549,36 +549,36 @@ msgstr[0] "Figyelmeztetés: a jelszava %d nap múlva lejár" msgstr[1] "Figyelmeztetés: a jelszava %d nap múlva lejár" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Figyelmeztetés: a jelszava %d nap múlva lejár" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS jelszót nem sikerült módosítani." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Válasszon hosszabb jelszót" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s jelszavának megváltoztatása." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "A (jelenlegi) UNIX jelszó: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Tovább kell várnia míg megváltoztathatja a jelszavát" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Adja meg az új UNIX jelszót: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Írja be újra a UNIX jelszót: " diff --git a/po/ia.po b/po/ia.po index a6199909..575344f5 100644 --- a/po/ia.po +++ b/po/ia.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-17 22:00+0000\n" "Last-Translator: Nik Kalach \n" "Language-Team: Interlingua \n" +"Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...Le tempore es perimente...\n" msgid "...Sorry, your time is up!\n" msgstr "...Le tempore ha perimite!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversation erronee (%d)\n" @@ -51,12 +51,12 @@ msgstr "Retypa nove %s%scontrasigno: " msgid "Sorry, passwords do not match." msgstr "Le contrasignos non es equal." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Retypa %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Cambiamento de contrasigno abortate." @@ -247,12 +247,12 @@ msgid "contains the user name in some form" msgstr "nove contrasigno contine le nomine de usator in alicun forma" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Necun contrasigno fornite" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Le contrasigno non ha cambiate" @@ -327,7 +327,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Il esseva %d insuccessos a initiar le session desde le ultime connexion." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Troppo de connexiones pro '%s'." @@ -368,18 +368,18 @@ msgstr "Il ha currero vetule in le dossier %s." msgid "You have mail in folder %s." msgstr "Il ha currero in le dossier %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Creation del directorio '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Impossibile de crear e de initiar le directorio '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Le contrasigno jam se ha utilisate. Selige un altere." @@ -413,17 +413,17 @@ msgstr "nivello:" msgid "Not a valid security context" msgstr "Contexto de securitate incorrecte" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Impossibile de obtener un contexto valide pro %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Contexto de securitate %s attribuite" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Contexto de creation de clave %s attribuite" @@ -460,38 +460,38 @@ msgstr "Repete le nove contrasigno STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Error al verification; contrasigno non cambiate" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Le conto es blocate temporarimente (%ld secundas remanente)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Le conto es blocate a causa de %u insuccessos al authentication" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Error de authentication" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Error de servicio" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Usator incognite" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Error incognite" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Numero incorrecte fornite a --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Option non recognoscite %s\n" @@ -503,17 +503,17 @@ msgid "" msgstr "" "%s: [--file percurso-integre] [--user usator] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Impossibile de reinitiar tote le usatores a non-zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Conto Fallimentos Ultime fallimento De\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -524,24 +524,24 @@ msgstr "" " [-u usator] [--user usator]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Accesso permittite (le ultime accesso eveniva ante %ld secundas)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Le conto ha perimite; contacte le administrator del systema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Le administrator necessita le cambiamento immediate del contrasigno." -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Le contrasigno es troppo vetule e debe esser cambiate immediatemente." -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -549,36 +549,36 @@ msgstr[0] "Advertimento: le contrasigno perimera in %d die" msgstr[1] "Advertimento: le contrasigno perimera in %d dies" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Advertimento: le contrasigno perimera in %d dies" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Le contrasigno NIS non pote esser cambiate." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Selige un contrasigno plus longe" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Cambiamento del contrasigno pro %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "Contrasigno UNIX (actual):" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Attende ancora pro cambiar le contrasigno" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Introduce le nove contrasigno UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Repete le nove contrasigno UNIX: " diff --git a/po/id.po b/po/id.po index 01f591ff..3f21580c 100644 --- a/po/id.po +++ b/po/id.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-22 05:07+0000\n" "Last-Translator: sentabi\n" "Language-Team: Indonesian \n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "Maaf, sandi yang anda masukkan tidak sama." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Ketik ulang %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Pergantian sandi digagalkan." @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[0] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "Anda memiliki email lama di folder %s." msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Membuat direktori '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Tidak dapat membuat direktori '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Sandi sudah digunakan sebelumnya. Pilih sandi yang lain." @@ -404,17 +404,17 @@ msgstr "Level:" msgid "Not a valid security context" msgstr "Konteks sekuriti tidak benar." -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Tidak mendapat valid konten untuk %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,60 +511,60 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Masukkan sandi Unix yang baru :" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Ketik ulang sandi Unix:" diff --git a/po/it.po b/po/it.po index 0002c78c..179c2e6a 100644 --- a/po/it.po +++ b/po/it.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-09 03:03+0000\n" "Last-Translator: fvalen \n" "Language-Team: Italian \n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -30,7 +30,7 @@ msgstr "...Il tempo sta per scadere...\n" msgid "...Sorry, your time is up!\n" msgstr "...Tempo scaduto!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversazione errata (%d)\n" @@ -54,12 +54,12 @@ msgstr "Reimmettere la nuova password%s%s: " msgid "Sorry, passwords do not match." msgstr "Le password non corrispondono." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Reimmettere %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Cambio della password abortito." @@ -250,12 +250,12 @@ msgid "contains the user name in some form" msgstr "contiene il nome utente in alcune forme" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Nessuna password fornita" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Password non modificata" @@ -333,7 +333,7 @@ msgstr "" "Si sono verificati alcuni tentativi di login %d falliti dall'ultimo " "tentativo di login con successo." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Ci sono troppi accessi per \"%s\"." @@ -374,18 +374,18 @@ msgstr "La cartella %s contiene vecchie email." msgid "You have mail in folder %s." msgstr "La cartella %s contiene email." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Creazione della directory \"%s\"." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Impossibile creare e inizializzare la directory '%s'" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Password già utilizzata. Sceglierne un'altra." @@ -419,17 +419,17 @@ msgstr "livello:" msgid "Not a valid security context" msgstr "Non è un contesto di sicurezza valido" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Impossibile ottenere un contesto valido per %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Contesto di sicurezza %s assegnato" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Contesto di creazione chiave %s assegnato" @@ -466,38 +466,38 @@ msgstr "Reimmettere la nuova password STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Errore di digitazione per verifica; password non cambiata" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Account momentaneamente bloccato (%ld secondi rimanenti)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Account bloccato a causa di %u login falliti" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Errore di autenticazione" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Errore del servizio" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Utente sconosciuto" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Errore sconosciuto" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Numero errato fornito a --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Opzione non riconosciuta %s\n" @@ -508,18 +508,18 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "%s: [--file NOMEFILE] [--user NOMEUTENTE] [--reset[=N]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" "%s: Impossibile ripristinare tutti gli utenti a valori diversi da zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Ultimi Fallimenti Da\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -530,27 +530,27 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Accesso permesso (ultimo accesso risale a %ld secondi fa)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Account scaduto; contattare l'amministratore di sistema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "È richiesta la modifica immediata della password (imposto " "dall'amministratore)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" "È richiesta la modifica immediata della password (password troppo vecchia)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -558,36 +558,36 @@ msgstr[0] "Avviso: la password scadrà tra %d giorno" msgstr[1] "Avviso: la password scadrà tra %d giorni" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Avviso: la password scadrà tra %d giorni" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Impossibile modificare la password NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Scegliere una password più lunga" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Cambio password per %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "Password UNIX (corrente): " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Attendere ancora per cambiare la password" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Immettere nuova password UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Reimmettere la nuova password UNIX: " diff --git a/po/ja.po b/po/ja.po index 418bc160..67bf89a4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-05-07 12:44+0000\n" "Last-Translator: Jiro Matsuzawa \n" "Language-Team: Japanese \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...時間が切れかかっています...\n" msgid "...Sorry, your time is up!\n" msgstr "...時間切れです。\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "誤った会話(%d)\n" @@ -53,12 +53,12 @@ msgstr "新しい%s%sパスワードを再入力してください:" msgid "Sorry, passwords do not match." msgstr "パスワードが一致しません。" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s を再入力して下さい" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "パスワードの変更は放棄されました" @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "なんらかの形式のユーザー名を含みます" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "パスワードが与えられていません" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "パスワードが変更されていません" @@ -321,7 +321,7 @@ msgstr[0] "最後の正しいログインの後に %d 回の失敗ログイン msgid "There were %d failed login attempts since the last successful login." msgstr "最後の正しいログインの後に %d 回の失敗ログインの試行があります。" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'のログイン数が多すぎます。" @@ -362,18 +362,18 @@ msgstr "フォルダ%sに古いメールがあります。" msgid "You have mail in folder %s." msgstr "フォルダ%sにメールがあります。" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "ディレクトリ '%s' を作成中" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ディレクトリ %s を作成して初期化できません。" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" "パスワードはすでに使用されています。 別のパスワードを選択してください。" @@ -408,17 +408,17 @@ msgstr "レベル:" msgid "Not a valid security context" msgstr "有効なセキュリティコンテキストでありません" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s の為の有効なコンテキストを取得できません" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "割り当てられたセキュリティコンテキスト%s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "キー作成コンテキスト %s が割り当てられました" @@ -455,38 +455,38 @@ msgstr "新しいSTRESSパスワードを再入力してください:" msgid "Verification mis-typed; password unchanged" msgstr "ミスタイプの確認、パスワードが変更されていません" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "アカウントは一時的にロックされています (残り %ld 秒)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u のログイン失敗の理由で アカウントはロックされました" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "認証エラー" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "サービスエラー" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "不明なユーザー" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "不明なエラー" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: 不正番号が--reset=に与えられました\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: 未認識オプション%s\n" @@ -498,17 +498,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: すべてのユーザーを非ゼロにリセットできません\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "ログイン 失敗。最後の失敗は 以下で発生\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -519,61 +519,61 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "アクセスを許可 (最後のアクセスは %ld 秒前でした)" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "アカウントの有効期限が切れました。システム管理者にお問い合わせください。" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "パスワードを直ちに変更する必要があります(強制されたルート)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "パスワードを直ちに変更する必要があります(古いパスワード)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "警告: パスワードは%d日で有効期限が切れます。" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "警告: パスワードは %d 日で有効期限が切れます。" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS パスワードを変更できませんでした。" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "長いパスワードを選択する必要があります" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s 用にパスワードを変更中" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "現在の UNIX パスワード:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "パスワードを変更するには長く待つ必要があります" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "新しい UNIX パスワードを入力してください:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "新しい UNIX パスワードを再入力してください:" diff --git a/po/ka.po b/po/ka.po index 51574f51..50084594 100644 --- a/po/ka.po +++ b/po/ka.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-26 15:08+0000\n" "Last-Translator: George Machitidze \n" "Language-Team: Georgian (http://www.transifex.com/projects/p/fedora/language/" "ka/)\n" +"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...დრო გადის...\n" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -51,12 +51,12 @@ msgstr "გაიმეორეთ ახალი %s%sპაროლი: " msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "ხელახლა შეიყვანეთ %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "რაღაც ფორმით გავს მომხმარებლის სახელს" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "პაროლი არ იქნა მითითებული" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "პაროლი არ შეცვლილა" @@ -319,7 +319,7 @@ msgstr[0] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' დირექტორიის შექმნა." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "დონე:" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "სერვისის შეცდომა" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "უცნობი მომხმარებელი" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "უცნობი შეცდომა" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,60 +512,60 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(მიმდინარე) UNIX პაროლი: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "შეიყვანეთ ახალი UNIX პაროლი: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "გაიმეორეთ ახალი UNIX პაროლი: " diff --git a/po/kk.po b/po/kk.po index bdda5111..5897d9f2 100644 --- a/po/kk.po +++ b/po/kk.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-06-11 09:53+0000\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh (http://www.transifex.com/projects/p/fedora/language/" "kk/)\n" +"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: kk\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...Уақытыңыз бітіп барады...\n" msgid "...Sorry, your time is up!\n" msgstr "...Кешіріңіз, сіздің уақытыңыз бітті!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "қате сұхбат (%d)\n" @@ -51,12 +51,12 @@ msgstr "%s%s үшін жаңа парольді қайта енгізіңіз: " msgid "Sorry, passwords do not match." msgstr "Кешіріңіз, парольдер өзара сәйкес емес." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s қайта енгізіңіз" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Парольді өзгертуден бас тартылды." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "құрамында пайдаланушы аты бар" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Пароль көрсетілмеді" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Пароль өзгертілмеді" @@ -321,7 +321,7 @@ msgstr[0] "Соңғы сәтті жүйеге кіру реттен кейін % msgid "There were %d failed login attempts since the last successful login." msgstr "Соңғы сәтті жүйеге кіру реттен кейін %d қате талап болған." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' үшін жүйеге кіру талап саны тым көп." @@ -362,18 +362,18 @@ msgstr "Сізде %s бумасында ескі поштаңыз бар." msgid "You have mail in folder %s." msgstr "Сізде %s бумасында поштаңыз бар." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' бумасын жасау." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "%s бумасын жасау мүмкін емес: %m" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Пароль осыған дейін қолданған. Басқасын таңдаңыз." @@ -407,17 +407,17 @@ msgstr "деңгейі:" msgid "Not a valid security context" msgstr "Дұрыс қауіпсіздік контексті емес" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s үшін дұрыс контексті алу мүмкін емес" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "%s қауіпсіздік контексті орнатылды" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "%s кілттерді жасау қауіпсіздік контексті орнатылды" @@ -454,38 +454,38 @@ msgstr "Жаңа STRESS паролін қайта енгізіңіз: " msgid "Verification mis-typed; password unchanged" msgstr "Растау дұрыс өтпеді; пароль өзгертілмеді" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Тіркелгі уақытша оқшауланған (%ld секунд қалды)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Тіркелгі %u рет қате кіру талабы есебінен оқшауланды" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Шындылықты анықтау қатесі" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Қызмет қатесі" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Белгісіз пайдаланушы" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Белгісіз қате" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= үшін қате сан берілді\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: %s опциясы белгісіз\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file түбірлік_файл_аты] [--user пайдаланушы] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Барлық пайдаланушыларды нөлдік емес мәнге тастау мүмкін емес\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Пайдаланушы аты Сәтсіз кіру саны Соңғы қате Қайдан\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,61 +518,61 @@ msgstr "" " [-u пайдаланушы_аты] [--user пайдаланушы_аты]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Рұқсат расталған (соңғы рет %ld секунд бұрын болған)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Тіркелгіңіздің мерзімі аяқталған; жүйелік администраторыңызға хабарласыңыз" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Сізге пароліңізді қазір ауыстыру керек (root мәжбүрлеген)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Сізге пароліңізді қазір ауыстыру керек (парольдің мерзімі аяқталған)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "Ескерту: сіздің пароліңіздің мерзімі %d күнде бітеді" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Ескерту: сіздің пароліңіздің мерзімі %d күнде бітеді" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS паролін өзгерту мүмкін емес." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Сізге ұзынырақ парольді таңдау керек" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s үшін парольді өзгерту." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(ағымдағы) UNIX паролі: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Пароліңізді өзгерті үшін біраз күтуіңіз керек" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Жаңа UNIX паролін енгізіңіз: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Жаңа UNIX паролін қайта енгізіңіз: " diff --git a/po/km.po b/po/km.po index 97392b83..addab79d 100644 --- a/po/km.po +++ b/po/km.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 12:00+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: LANGUAGE \n" +"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: km\n" "Plural-Forms: nplurals=1; plural=0\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...អស់​ពេល...\n" msgid "...Sorry, your time is up!\n" msgstr "...សូម​ទោស អ្នក​អស់​ពេល​ហើយ !\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "សន្ទនាច្រឡំ (%d)\n" @@ -51,12 +51,12 @@ msgstr "វាយ​ពាក្យ​សម្ងាត់ %s%s ថ្មី​ msgid "Sorry, passwords do not match." msgstr "សូម​ទោស ពាក្យ​សម្ងាត់​មិន​ដូច​គ្នា​ឡើយ ។" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "មិន​បាន​ផ្ដល់​ពាក្យសម្ងាត់" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "ពាក្យសម្ងាត់​មិន​បាន​ផ្លាស់ប្ដូរ​ឡើយ" @@ -319,7 +319,7 @@ msgstr[0] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "មាន​ការ​ចូល​ច្រើន​ពេក​សម្រាប់ '%s' ។" @@ -360,18 +360,18 @@ msgstr "អ្នក​មាន​សំបុត្រ​ចាស់​នៅ msgid "You have mail in folder %s." msgstr "អ្នក​មាន​សំបុត្រ​នៅ​ក្នុង​ថត %s ។" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "ពាក្យសម្ងាត់​ត្រូវ​បាន​ប្រើ​រួច​ហើយ ។ សូម​ជ្រើស​មួយ​ទៀត ។" @@ -406,17 +406,17 @@ msgstr "" msgid "Not a valid security context" msgstr "មិន​មែន​ជា​បរិបទ​សុវត្ថិភាព​ត្រឹមត្រូវ​មួយឡើយ" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "បរិបទ​សុវត្ថិភាព %s បាន​ផ្ដល់​តម្លៃ​" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -453,38 +453,38 @@ msgstr "វាយ​ពាក្យ​សម្ងាត់ STRESS ថ្មី msgid "Verification mis-typed; password unchanged" msgstr "ផ្ទៀងផ្ទាត់​អក្ខរាវិរុទ្ធ​ដែល​បាន​វាយខុស ពាក្យ​សម្ងាត់​មិន​បានផ្លាស់ប្ដូរ​" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "កំហុស​ក្នុង​ការ​ផ្ទៀងផ្ទាត់​ភាព​ត្រឹមត្រូវ" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "កំហុស​សេវា" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "មិន​ស្គាល់​អ្នក​ប្រើ" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "មិន​ស្គាល់​កំហុស" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s ៖ លេខ​មិន​ល្អ​បាន​ផ្ដល់​ទៅ --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s ៖ ជម្រើស​ដែល​មិន​ស្គាល់ %s\n" @@ -496,17 +496,17 @@ msgid "" msgstr "" "%s ៖ [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s ៖ មិន​អាច​កំណត់​អ្នក​ប្រើ​ទាំងអស់​ទៅ​មិនមែន​សូន្យ​ឡើងវិញ​បានទេ\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -514,60 +514,60 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "គណនី​របស់​អ្នក​បាន​ផុតកំណត់​ហើយ សូម​ទាក់ទង​អ្នក​គ្រប់គ្រង​ប្រព័ន្ធ​របស់​អ្នក" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "អ្នក​ត្រូវ​តែ​ផ្លាស់ប្ដូរ​ពាក្យសម្ងាត់​របស់​អ្នក​ឥឡូវ​នេះ (root បាន​ចេញ​បញ្ជា)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "អ្នក​ត្រូវ​តែ​ផ្លាស់ប្ដូរ​ពាក្យសម្ងាត់​របស់​អ្នក​ឥឡូវ​នេះ (ពាក្យសម្ងាត់​ចាស់​ហើយ)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "មិន​អាច​ផ្លាស់ប្ដូរ​ពាក្យសម្ងាត់ NIS បាន​ឡើយ ។" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "អ្នក​ត្រូវ​តែ​ជ្រើស​ពាក្យសម្ងាត់​វែង​ជាង​នេះ" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(បច្ចុប្បន្ន) ពាក្យ​សម្ងាត់ UNIX ៖" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "អ្នក​ត្រូវ​តែ​រង់ចាំ​បន្តិច ដើម្បី​ផ្លាស់ប្ដូរ​ពាក្យសម្ងាត់​របស់​អ្នក" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "បញ្ចូល​ពាក្យ​សម្ងាត់ UNIX ថ្មី ៖ " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "វាយ​ពាក្យ​សម្ងាត់ UNIX ថ្មី​ម្ដង​ទៀត ៖ " diff --git a/po/kn.po b/po/kn.po index 978821c6..7c240374 100644 --- a/po/kn.po +++ b/po/kn.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-15 08:49+0000\n" "Last-Translator: shanky \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/" "kn/)\n" +"Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: kn\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...ಸಮಯ ಸರಿಯುತ್ತಿದೆ...\n" msgid "...Sorry, your time is up!\n" msgstr "...ಕ್ಷಮಿಸಿ, ನಿಮ್ಮ ಸಮಯ ಮುಗಿಯಿತು!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ದೋಷಪೂರಿತ ಸಂವಾದ (%d)\n" @@ -53,12 +53,12 @@ msgstr "ಹೊಸ %s%sಗುಪ್ತಪದವನ್ನು ಪುನರ್ ಟ msgid "Sorry, passwords do not match." msgstr "ಕ್ಷಮಿಸಿ, ಗುಪ್ತಪದಗಳು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s ಅನ್ನು ಮರಳಿ ನಮೂದಿಸಿ" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "ಗುಪ್ತಪದ ಬದಲಾವಣೆಯನ್ನು ಸ್ಥಗಿತಗೊಳಿಸಲಾಗಿದೆ." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "ಇದು ಯಾವುದೊ ಒಂದು ಬಗೆಯಲ್ಲಿ ಬಳಕೆದಾರ ಹೆಸರನ್ನು ಒಳಗೊಂಡಿದೆ" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "ಯಾವುದೇ ಗುಪ್ತಪದ ನೀಡಲಾಗಿಲ್ಲ" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "ಗುಪ್ತಪದ ಬದಲಾಗಿಲ್ಲ" @@ -321,7 +321,7 @@ msgstr[0] "ಕೊನೆಯ ಬಾರಿಯ ಯಶಸ್ವಿ ಪ್ರವೇಶ msgid "There were %d failed login attempts since the last successful login." msgstr "ಕೊನೆಯ ಬಾರಿಯ ಯಶಸ್ವಿ ಪ್ರವೇಶದ ನಂತರ %d ಪ್ರವೇಶದ ಪ್ರಯತ್ನಗಳು ವಿಫಲಗೊಂಡಿದೆ." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'ಗಾಗಿ ಬಹಳಷ್ಟು ಲಾಗಿನ್ನುಗಳು." @@ -362,18 +362,18 @@ msgstr "%s ಫೋಲ್ಡರಿನಲ್ಲಿ ನಿಮಗಾಗಿ ಹಳೆ msgid "You have mail in folder %s." msgstr "%s ಫೋಲ್ಡರಿನಲ್ಲಿ ನಿಮಗಾಗಿ ಮೈಲ್ ಇದೆ." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "ಕೋಶ '%s' ಅನ್ನು ರಚಿಸಲಾಗುತ್ತಿದೆ." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ಕೋಶ '%s' ಅನ್ನು ರಚಿಸಲು ಹಾಗು ಆರಂಭಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "ಗುಪ್ತಪದವು ಈಗಾಗಲೆ ಬಳಸಲ್ಪಟ್ಟಿದೆ. ಬೇರೊಂದನ್ನು ಬಳಸಿ." @@ -407,17 +407,17 @@ msgstr "ಮಟ್ಟ:" msgid "Not a valid security context" msgstr "ಸಮಂಜಸವಾದ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶ ಅಲ್ಲ" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s ಗಾಗಿ ಮಾನ್ಯವಾದ ಸನ್ನಿವೇಶವನ್ನು ಪಡೆದುಕೊಳ್ಳಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶ %s ವನ್ನು ನಿಯೋಜಿಸಲಾಗಿದೆ" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "ಕೀಲಿ ನಿರ್ಮಾಣ ಸನ್ನಿವೇಶ %s ವನ್ನು ನಿಯೋಜಿಸಲಾಗಿದೆ" @@ -454,38 +454,38 @@ msgstr "ಹೊಸ STRESS ಗುಪ್ತಪದವನ್ನು ಪುನಃ ಟ msgid "Verification mis-typed; password unchanged" msgstr "ತಪಾಸಣೆಗೆ ಟೈಪಿಸಿದ್ದು ತಪ್ಪಾಗಿದೆ; ಗುಪ್ತಪದ ಬದಲಾಗಿಲ್ಲ" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "ಖಾತೆಯನ್ನು ತಾತ್ಕಾಲಿಕವಾಗಿ ಲಾಕ್ ಮಾಡಲಾಗಿದೆ (%ld ಸೆಕೆಂಡುಗಳು ಉಳಿದಿವೆ)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "ವಿಫಲಗೊಂಡ %u ಪ್ರವೇಶಗಳಿಂದಾಗಿ ಖಾತೆಯನ್ನು ಲಾಕ್ ಮಾಡಲಾಗುತ್ತಿದೆ" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "ದೃಢೀಕರಣ ದೋಷ" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "ಸೇವಾ ದೋಷ" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "ಗೊತ್ತಿರದ ಬಳಕೆದಾರ" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "ಗೊತ್ತಿರದ ದೋಷ" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= ಗೆ ಕೊಡಲಾದ ಕೆಟ್ಟ ಸಂಖ್ಯೆ\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: ಗುರುತಿಸಲಾಗದ ಆಯ್ಕೆ %s\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: ಎಲ್ಲಾ ಬಳಕೆದಾರರನ್ನು ಶೂನ್ಯವಲ್ಲದುದಕ್ಕೆ ಪುನರ್ ಸಂಯೋಜಿಸಲು ಆಗುವುದಿಲ್ಲ\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "ಪ್ರವೇಶ ವಿಫಲತೆಗಳು ಇತ್ತೀಚಿನ ವಿಫಲತೆ ಇಂದ\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,62 +518,62 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" "ಅನುಮತಿಯನ್ನು ನೀಡಲಾಗಿದೆ (ಕೊನೆಯ ಬಾರಿಗೆ %ld ಸೆಕೆಂಡುಗಳ ಹಿಂದೆ ನಿಲುಕಿಸಿಕೊಳ್ಳಲಾಗಿತ್ತು)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "ನಿಮ್ಮ ಖಾತೆಯ ಅವಧಿ ಅಂತ್ಯಗೊಂಡಿದೆ; ದಯವಿಟ್ಟು ನಿಮ್ಮ ಗಣಕ ವ್ಯವಸ್ಥಾಪಕರನ್ನು ಸಂಪರ್ಕಿಸಿ" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "ನೀವು ಈ ಕೂಡಲೆ ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಬದಲಿಸುವ ಅಗತ್ಯವಿದೆ (ಮೂಲದಿಂದ ಒತ್ತಾಯಿತವಾಗಿದೆ)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" "ನೀವು ಈ ಕೂಡಲೆ ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಬದಲಿಸುವ ಅಗತ್ಯವಿದೆ (ಗುಪ್ತಪದವು ಬಹಳ ಹಳೆಯದಾಗಿದೆ)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "ಎಚ್ಚರಿಕೆ: ನಿಮ್ಮ ಗುಪ್ತಪದದ ವಾಯಿದೆಯು %d ದಿನಗಳ ನಂತರ ತೀರಿಹೋಗುತ್ತದೆ" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "ಎಚ್ಚರಿಕೆ: %d ದಿನಗಳಲ್ಲಿ ನಿಮ್ಮ ಗುಪ್ತಪದದ ಅವಧಿ ಅಂತ್ಯಗೊಳ್ಳುತ್ತದೆ" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ್ಲ." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "ನೀವು ಒಂದು ಉದ್ದವಾದ ಗುಪ್ತಪದವನ್ನು ಆರಿಸಬೇಕು" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s ಗಾಗಿ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(ಪ್ರಸ್ತುತ) UNIX ಗುಪ್ತಪದ: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲು ನೀವು ಬಹಳ ಸಮಯ ಕಾಯಬೇಕು" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "ಹೊಸ UNIX ಗುಪ್ತಪದವನ್ನು ದಾಖಲಿಸಿ: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "ಹೊಸ UNIX ಗುಪ್ತಪದವನ್ನು ಪುನಃ ಟೈಪಿಸಿ: " diff --git a/po/ko.po b/po/ko.po index cfe00c5e..3cd81c29 100644 --- a/po/ko.po +++ b/po/ko.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-16 13:34+0000\n" "Last-Translator: eukim \n" "Language-Team: Korean (http://www.transifex.com/projects/p/fedora/language/" "ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "..시간 초과...\n" msgid "...Sorry, your time is up!\n" msgstr "...죄송합니다. 시간이 초과되었습니다!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "잘못된 인증 대화 (%d)\n" @@ -53,12 +53,12 @@ msgstr "새 %s%s 암호 재입력:" msgid "Sorry, passwords do not match." msgstr "죄송합니다. 암호가 일치하지 않습니다." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "다시 입력 %s " -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "암호가 변경되지 않습니다. " @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "어떠한 형식으로 사용자 이름을 포함합니다. " #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "암호가 없음" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "암호가 변경되지 않음" @@ -321,7 +321,7 @@ msgstr[0] "마지막 로그인 후 %d 번의 로그인 시도가 실패하였습 msgid "There were %d failed login attempts since the last successful login." msgstr "마지막 로그인 후 %d 번의 로그인 시도가 실패하였습니다. " -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' 대해 너무 많이 로그인함." @@ -362,18 +362,18 @@ msgstr "%s 폴더에 오래된 메일이 있습니다." msgid "You have mail in folder %s." msgstr "%s 폴더에 메일이 있습니다." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' 디렉토리 생성 중. " -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "'%s' 디렉토리를 생성 및 초기화할 수 없습니다. " #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "이미 사용되고 있는 암호입니다. 다른 암호를 선택해 주십시오." @@ -407,17 +407,17 @@ msgstr "레벨: " msgid "Not a valid security context" msgstr "유효한 보안 문맥이 없음" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s에 대한 유효한 문맥을 가져올 수 없음 " -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "보안 문맥 %s 할당" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "키 생성 문맥 %s 할당 " @@ -454,38 +454,38 @@ msgstr "새 STRESS 암호를 재입력:" msgid "Verification mis-typed; password unchanged" msgstr "암호 확인에서 잘못 입력됨; 암호가 변경되지 않음" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "일시적으로 계정이 잠금되었습니다 (%ld 초 남음) " -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u 로그인 실패로 인해 계정이 잠김 " -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "인증 오류" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "서비스 오류" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "알 수 없는 사용자" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "알 수 없는 오류" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: 잘못된 숫자가 --reset=에 설정됨\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: 알려지지 않은 옵션 %s\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: 모든 사용자를 영이 아닌 값으로 설정할 수 없음\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "로그인 실패 마지막 실패 다음에서 발생\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,60 +518,60 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "액세스 허용 (%ld 초 전 마지막으로 액세스되었습니다) " -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "계정이 만료되었습니다: 시스템 관리자에게 알려 주십시오" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "암호를 즉시 변경해 주십시오 (root가 강제 설정함)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "암호를 즉시 변경해 주십시오 (오래된 암호)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "경고: %d일 내로 암호가 만료됩니다" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "경고: %d일 내로 암호가 만료됩니다" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS 암호는 변경할 수 없습니다." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "더 긴 암호를 선택해 주십시오" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s에 대한 암호 변경 중 " -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(현재) UNIX 암호:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "암호 변경을 위해 조금더 기다려 주십시오." -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "새 UNIX 암호 입력:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "새 UNIX 암호 재입력:" diff --git a/po/ks.po b/po/ks.po index 80b0ee3a..a36bba3f 100644 --- a/po/ks.po +++ b/po/ks.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kashmiri (http://www.transifex.com/projects/p/fedora/language/" "ks/)\n" +"Language: ks\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ks\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/lt.po b/po/lt.po index f047a1b2..15241474 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian (http://www.transifex.com/projects/p/fedora/" "language/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" -"100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #: libpam_misc/misc_conv.c:33 msgid "...Time is running out...\n" @@ -27,7 +27,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -51,12 +51,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -321,7 +321,7 @@ msgstr[2] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -362,18 +362,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -407,17 +407,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -454,38 +454,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -496,17 +496,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -514,24 +514,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -540,36 +540,36 @@ msgstr[1] "" msgstr[2] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/lv.po b/po/lv.po index 282737eb..bbde30ea 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/fedora/language/" "lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" @@ -27,7 +27,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -51,12 +51,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -321,7 +321,7 @@ msgstr[2] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -362,18 +362,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -407,17 +407,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -454,38 +454,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -496,17 +496,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -514,24 +514,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -540,36 +540,36 @@ msgstr[1] "" msgstr[2] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/mai.po b/po/mai.po index 4f0d2652..4cbda3a6 100644 --- a/po/mai.po +++ b/po/mai.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maithili (http://www.transifex.com/projects/p/fedora/language/" "mai/)\n" +"Language: mai\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mai\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/ml.po b/po/ml.po index dd4888a1..5deee9c9 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-15 05:55+0000\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" +"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "...സമയപരിധി അവസാനിക്കുന്നു.. msgid "...Sorry, your time is up!\n" msgstr "...ക്ഷമിക്കണം, നിങ്ങളുടെ സമയം കഴിഞ്ഞിരിക്കുന്നു!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "തെറ്റായ സംവാദം (%d)\n" @@ -50,12 +50,12 @@ msgstr "വീണ്ടും %s%s അടയാളവാക്ക് ടൈപ msgid "Sorry, passwords do not match." msgstr "ക്ഷമിക്കണം, അടയാളവാക്കുകള്‍ തമ്മില്‍ ചേരുന്നില്ല." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s വീണ്ടും ടൈപ്പ് ചെയ്യുക" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "അടയാളവാക്ക് മാറ്റം വരുത്തുന്നതു് നിര്‍ത്തിയിരിക്കുന്നു." @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "ഉപയോക്താവിന്റെ നാമം ഏതെങ്കിലും ഒരു തരത്തിലുണ്ടു്" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "അടയാളവാക്ക് നല്‍കിയിട്ടില്ല" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "അടയാളവാക്ക് മാറ്റിയിട്ടില്ല" @@ -319,7 +319,7 @@ msgstr[1] "ശരിയായി അവസാനം ലോഗിന്‍ ചെ msgid "There were %d failed login attempts since the last successful login." msgstr "ശരിയായി അവസാനം ലോഗിന്‍ ചെയ്ത ശേഷം %d തവണ ലോഗിന്‍ പരാജയപ്പെട്ടു." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'-ന് അനവധി ലോഗിനുകള്‍." @@ -360,18 +360,18 @@ msgstr "%s ഫോള്‍ഡറില്‍ നിങ്ങള്‍ക്ക msgid "You have mail in folder %s." msgstr "%s ഫോള്‍ഡറില്‍ നിങ്ങള്‍ക്ക് മെയില്‍ ഉണ്ട്." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "'%s' ഡയറക്ടറി ഉണ്ടാക്കുന്നു." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "%s ഡയറക്ടറി ഉണ്ടാക്കുവാനും ആരംഭിക്കുവാനും സാധ്യമായില്ല." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "അടയാളവാക്ക് നിലവില്‍ ഉപയോഗിത്തിലുള്ളതാണ്. മറ്റൊന്ന് നല്‍കുക." @@ -405,17 +405,17 @@ msgstr "നില: " msgid "Not a valid security context" msgstr "ശരിയായ സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ് അല്ല" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s-നുള്ള ശരിയായ കോണ്‍ടെക്സ്റ്റ് ലഭ്യമല്ല" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "%s എന്ന സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ് നല്‍കിയിരിക്കുന്നു" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "കീ ഉണ്ടാക്കുന്നതിനുള്ള കോണ്‍ടെക്സ്റ്റ് ആയ %s നല്‍കിയിരിക്കുന്നു" @@ -452,38 +452,38 @@ msgstr "പുതിയ STRESS അടയാളവാക്ക് വീണ്ട msgid "Verification mis-typed; password unchanged" msgstr "അടയാളവാക്ക് ഉറപ്പാക്കുന്നതിനായി ടൈപ്പ് ചെയ്തത് തെറ്റാണ്; അടയാളവാക്ക് മാറ്റിയിട്ടില്ല" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "അക്കൌണ്ട് താല്‍ക്കാലികമായി പൂട്ടിയിരിക്കുന്നു (%ld നിമിഷങ്ങള്‍ ബാക്കി)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u പരാജയപ്പെട്ട ലോഗിനുകള്‍ കാരണം അക്കൌണ്ട് താല്‍ക്കാലികമായി പൂട്ടിയിരിക്കുന്നു" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "ആധികാരികത ഉറപ്പാക്കുന്നതില്‍ പിശക്" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "സര്‍വീസ് പിശക്" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "അപരിചിതമായ ഉപയോക്താവു്" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "അപരിചിതമായ പിശക്" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s:നല്‍കിയിരിക്കുന്ന നംബര്‍ തെറ്റാണ്, --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Unrecognised ഉപാധി %s\n" @@ -495,17 +495,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: എല്ലാ ഉപയോക്താക്കള്‍ക്കും പൂജ്യം അല്ലാതെ ക്രമികരിക്കുവാന്‍ സാധ്യമല്ല\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Failures Latest failure From\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -516,26 +516,26 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "അനുവാദം നല്‍കിയിരിക്കുന്നു (ഒടുവില്‍ പ്രവേശിച്ചതു് %ld സെക്കന്‍ഡുകള്‍ക്കു് മുമ്പാണു്)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "നിങ്ങളുടെ അക്കൌണ്ടിന്റെ കാലാവധി അവസാനിച്ചിരിക്കുന്നു; ദയവായി സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്ററുമായി " "ബന്ധപ്പെടുക" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "നിങ്ങളുടെ അടയാളവാക്ക് ഉടനെ മാറ്റേണ്ടതുണ്ട് (root enforced)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "നിങ്ങളുടെ അടയാളവാക്ക് ഉടനെ മാറ്റേണ്ടതുണ്ട് (അടയാളവാക്ക് മാറ്റുന്നതിന് സമയമായി)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -543,36 +543,36 @@ msgstr[0] "മുന്നറിയിപ്പ്: നിങ്ങളുടെ msgstr[1] "മുന്നറിയിപ്പ്: നിങ്ങളുടെ അടയാളവാക്കിന്റെ കാലാവധി %d ദിവസത്തിനുള്ളില്‍ അവസാനിക്കുന്നു" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "മുന്നറിയിപ്പ്: നിങ്ങളുടെ അടയാളവാക്കിന്റെ കാലാവധി %d ദിവസത്തിനുള്ളില്‍ അവസാനിക്കുന്നു" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS അടയാളവാക്ക് മാറ്റുവാന്‍ സാധ്യമാകുന്നില്ല." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "ഇതിലും വലിയ അടയാളവാക്ക് തിരഞ്ഞെടുക്കുക" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s-നുളള അടയാളവാക്ക് മാറ്റുന്നു." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(നിലവിലുളളത്) UNIX രഅടയാളവാക്ക്: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "നിങ്ങളുടെ അടയാളവാക്ക് മാറ്റുന്നതിനായി ഇനിയും കാത്തിരിക്കേണ്ടതാണ്." -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "പുതിയ UNIX അടയാളവാക്ക് നല്‍കുക: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "പുതിയ UNIX അടയാളവാക്ക് വീണ്ടും ടൈപ്പ് ചെയ്യുക: " diff --git a/po/mr.po b/po/mr.po index 8fa3a479..f191cbfd 100644 --- a/po/mr.po +++ b/po/mr.po @@ -9,15 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-05-03 07:46+0000\n" "Last-Translator: sandeeps \n" "Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/" "mr/)\n" +"Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: mr\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -28,7 +28,7 @@ msgstr "...वेळ फारच कमी आहे...\n" msgid "...Sorry, your time is up!\n" msgstr "...माफ करा, तुमची वेळ समाप्त झाली आहे!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "सदोषीत संवाद (%d)\n" @@ -52,12 +52,12 @@ msgstr "नवीन गुप्तशब्द %s%sp पुन्हा टा msgid "Sorry, passwords do not match." msgstr "माफ करा, गुप्तशब्द जुळत नाही." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s पुन्हा प्रविष्ट करा" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "परवलीचा शब्द रद्द केले." @@ -244,12 +244,12 @@ msgid "contains the user name in some form" msgstr "कुठल्यातरी स्वरूपात वापरकर्ता नाव आढळले" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "गुप्तशब्द दिलेला नाही" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "गुप्तशब्द बदलविला नाही" @@ -321,7 +321,7 @@ msgstr[1] "शेवटचे यशस्वी प्रवेश पासू msgid "There were %d failed login attempts since the last successful login." msgstr "शेवटचे यशस्वी प्रवेश पासून %d अपयशी प्रवेश प्रयत्न आढळले." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' करीता एकापेक्षा जास्त प्रवेश." @@ -362,18 +362,18 @@ msgstr "संचयीका %s अंतर्गत जुणे मेल msgid "You have mail in folder %s." msgstr "संचयीका %s अंतर्गत मेल आढळले गेले." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "संचयीका '%s' बनवित आहे." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "डिरेक्ट्री '%s' बनवण्यास व प्रारंभ करण्यास अशक्य." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "ह्या गुप्तशब्दचा आधीच वापर झाला आहे. दुसरा निवडा." @@ -407,17 +407,17 @@ msgstr "स्तर:" msgid "Not a valid security context" msgstr "वैध सुरक्षा संदर्भ नाही" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s करीता वैध संदर्भ प्राप्त करू शकले नाही" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "सुरक्षा संदर्भ %s लागू केले गेले" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "कि निर्माण संदर्भ %s लागू केले गेले" @@ -454,38 +454,38 @@ msgstr "नवीन STRESS गुप्तशब्द पुन्हा प msgid "Verification mis-typed; password unchanged" msgstr "तपासणी पूर्ण झाली नाही; गुप्तशब्द बदलविले नाही" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "खातं तात्पूर्ते कुलूपबंद केले (%ld सेकंद शिल्लक)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u अपयशी प्रवेश मुळे खाते कुलूपबंद केले" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "अधिप्रमाणन त्रुटी" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "सेवा त्रुटी" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "अपरिचीत वापरकर्ता" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "अपरिचित चूक" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= करीता अयोग्य संख्या पुरविली गेली\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: अपरिचीत पर्याय %s\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file रूटेड-फाइलनाव] [--user वापरकर्त्याचे नाव] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: सर्व वापरकर्ता विना-शून्य असे पुन्हस्थापन करू शकत नाही\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "प्रवेश अपयशी अलिकडील अपयश पासून\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,24 +518,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "प्रवेश स्वीकारले (शेवटचा प्रवेश %ld सेकंद पूर्वी आढळला)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "तुमचे खाते बंद झाले आहे, कृपया तुमच्या संगणक व्यवस्थापकाकडे जा" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "तुमचा गुप्तशब्द तत्काळ बदलण्याची आवश्यकता आहे (रूट वापरा)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "तुमचा गुप्तशब्द तत्काळ बदलण्याची आवश्यकता आहे (गुप्तशब्द जुना आहे)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -543,36 +543,36 @@ msgstr[0] "सावधानता: तुमचे गुप्तशब्द msgstr[1] "सावधानता: तुमचे गुप्तशब्द %d दिवस अंतर्गत कालबाह्य होईल" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "सावधानता: तुमचे गुप्तशब्द %d दिवसात कालबाह्य होईल" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS गुप्तशब्द बदलविले जाऊ शकत नाही." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "तुम्ही मोठा गुप्तशब्द निवडला पाहीजे" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s करीता गुप्तशब्द बदलवित आहे." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(चालू) UNIX गुप्तशब्द: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "तुमचा गुप्तशब्द बदलण्यासाठी तुम्हाला बराच वेळ वाट पहावी लागेल" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "नवीन UNIX गुप्तशब्द प्रविष्ट करा: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "नवीन UNIX गुप्तशब्द पुन्हा टाइप करा: " diff --git a/po/ms.po b/po/ms.po index 8177b0f9..113df162 100644 --- a/po/ms.po +++ b/po/ms.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 12:01+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: LANGUAGE \n" +"Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" "Plural-Forms: nplurals=1; plural=0\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[0] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,60 +511,60 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Menukar katalaluan untuk %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(semasa) katalaluan UNIX:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Masukkan katalaluan UNIX baru:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/nb.po b/po/nb.po index 7224d2b0..95fee704 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-08 13:18+0000\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmål \n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...Tiden er i ferd med utløpe..\n" msgid "...Sorry, your time is up!\n" msgstr "...Beklager, tiden er utløpt!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "mislykket dialog (%d)\n" @@ -51,12 +51,12 @@ msgstr "Bekreft nytt %s%s-passord: " msgid "Sorry, passwords do not match." msgstr "Beklager, ikke samsvar mellom passord." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Skriv %s på nytt" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Bytte av passord avbrutt." @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "inneholder brukernavnet i en eller annen form" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Passord ikke angitt" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Passord uendret" @@ -323,7 +323,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Det har vært %d feilede innloggingsforsøk siden siste innlogging uten feil." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "For mange innlogginger for '%s'." @@ -364,18 +364,18 @@ msgstr "Du har ulest e-post i mappen %s." msgid "You have mail in folder %s." msgstr "Du har e-post i mappen %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Oppretter katalog «%s»." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Kan ikke lage og initiere katalog «%s»." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Passordet er allerede benyttet. Velg et annet." @@ -409,17 +409,17 @@ msgstr "nivå:" msgid "Not a valid security context" msgstr "Ikke en gyldig sikkerhetskontekst" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Kan ikke finne gyldig kontekst for %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Sikkerhetskontekst %s tilordnet" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Kontekst %s for oppretting av nøkkel tilordnet" @@ -456,38 +456,38 @@ msgstr "Bekreft nytt STRESS-passord: " msgid "Verification mis-typed; password unchanged" msgstr "Bekreftelse feil skrevet; passord uendret" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Konto midlertidig låst (%ld sekunder igjen)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Konto låst på grunn av %u feilede innlogginger" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Autentiseringsfeil" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Tjenestefeil" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Ukjent bruker" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Ukjent feil" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Ugyldig tall angitt for --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Ukjent valg %s\n" @@ -499,17 +499,17 @@ msgid "" msgstr "" "%s: [--file rooted-filnavn] [--user brukernavn] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Kan ikke tilbakestille alle brukere til non-zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Brukernavn Feil Siste feil Fra\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -520,24 +520,24 @@ msgstr "" "[-u brukernavn] [--user brukernavn]\n" "[-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Tilgang gitt (siste tilgang var for %ld sekunder siden)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Din konto er utløpt; kontakt systemadministratoren" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Du må straks endre passordet ditt (ordre fra rot)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Du må straks endre passordet ditt (passord for gammelt)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -545,36 +545,36 @@ msgstr[0] "Advarsel: passordet ditt vil utløpe om %d dag" msgstr[1] "Advarsel: passordet ditt vil utløpe om %d dager" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Advarsel: passordet ditt vil utløpe om %d dager" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS-passord kunne ikke endres." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Du må velge et lengre passord" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Endrer passord for %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(gjeldende) UNIX-passord: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Du må vente lenger før du kan endre passordet" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Angi nytt UNIX-passord: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Bekreft nytt UNIX-passord: " diff --git a/po/nds.po b/po/nds.po index 42643e83..e3d6e075 100644 --- a/po/nds.po +++ b/po/nds.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Low German \n" +"Language: nds\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nds\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,24 +511,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -536,36 +536,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/nl.po b/po/nl.po index d514cd87..2e153c64 100644 --- a/po/nl.po +++ b/po/nl.po @@ -14,15 +14,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-07-10 13:21+0000\n" "Last-Translator: hamaryns \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/" "nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -33,7 +33,7 @@ msgstr "…De tijd raakt op…\n" msgid "...Sorry, your time is up!\n" msgstr "…Sorry, uw tijd is verlopen!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "foutieve conversatie (%d)\n" @@ -57,12 +57,12 @@ msgstr "Nieuw %s%swachtwoord herhalen: " msgid "Sorry, passwords do not match." msgstr "Sorry, wachtwoorden komen niet overeen." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Voer %s opnieuw in" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Wachtwoord wijzigen afgebroken." @@ -250,12 +250,12 @@ msgid "contains the user name in some form" msgstr "bevat de gebruikersnaam in een of andere vorm" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Geen wachtwoord opgegeven" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Wachtwoord is ongewijzigd" @@ -330,7 +330,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Er waren %d mislukte aanmeldpogingen sinds de laatste succesvolle aanmelding." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Te veel aanmeldingen voor ‘%s’." @@ -371,18 +371,18 @@ msgstr "U hebt oude e-mail in map %s." msgid "You have mail in folder %s." msgstr "U hebt e-mail in map %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Aanmaken van map ‘%s’." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Niet in staat om map ‘%s’ aan te maken." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Wachtwoord is al eens gebruikt. Kies een ander wachtwoord." @@ -416,17 +416,17 @@ msgstr "niveau:" msgid "Not a valid security context" msgstr "Geen geldige beveiligingscontext" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Niet in staat om geldige context voor %s te verkrijgen" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Beveiligingscontext %s toegewezen" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Sleutelaanmaakcontext %s toegewezen" @@ -463,38 +463,38 @@ msgstr "Nieuw STRESS-wachtwoord herhalen: " msgid "Verification mis-typed; password unchanged" msgstr "Verificatie onjuist getypt; wachtwoord blijft ongewijzigd" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Account tijdelijk vergrendeld (%ld seconden resterend)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Account vergrendeld wegens %u mislukte aanmeldingen" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Authenticatiefout" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Servicefout" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Onbekende gebruiker" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Onbekende fout" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Onjuist getal gegeven aan --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Niet-herkende optie %s\n" @@ -507,17 +507,17 @@ msgstr "" "%s [--file rooted-bestandsnaam] [--user gebruikersnaam] [--reset[=n]] [--" "quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: kan niet alle gebruikers terugzetten naar non-zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Aanmelding Mislukte Laatst mislukte Van\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -528,26 +528,26 @@ msgstr "" " [-u gebruikersnaam] [--user gebruikersnaam]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Toegang verleend (laatste toegang was %ld seconden geleden)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Uw account is verlopen; neem alstublieft contact op met uw systeembeheerder" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "U moet onmiddellijk uw wachtwoord wijzigen (op last van systeembeheerder)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "U moet onmiddellijk uw wachtwoord wijzigen (wachtwoord is verouderd)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -555,36 +555,36 @@ msgstr[0] "Waarschuwing: uw wachtwoord zal binnen %d dag verlopen" msgstr[1] "Waarschuwing: uw wachtwoord zal binnen %d dagen verlopen" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Waarschuwing: uw wachtwoord zal binnen %d dagen verlopen" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS-wachtwoord kon niet worden gewijzigd." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "U moet een langer wachtwoord kiezen" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Veranderen van wachtwoord voor %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(huidig) UNIX-wachtwoord:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "U moet langer wachten om uw wachtwoord te wijzigen" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Nieuw UNIX-wachtwoord invoeren:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Nieuw UNIX-wachtwoord herhalen:" diff --git a/po/nn.po b/po/nn.po index dc607b4d..9d67ae2d 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Nynorsk \n" +"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,24 +511,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -536,36 +536,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/or.po b/po/or.po index ade20226..a7fec3da 100644 --- a/po/or.po +++ b/po/or.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-15 14:35+0000\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/" "or/)\n" +"Language: or\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: or\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...ସମୟ ସମାପ୍ତ ହେଉଛି...\n" msgid "...Sorry, your time is up!\n" msgstr "...କ୍ଷମା କରିବେ, ଆପଣଙ୍କ ସମୟ ସମାପ୍ତ ହୋଇଯାଇଛି!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ତୃଟିପୂର୍ଣ୍ଣ କଥୋପକଥନ (%d)\n" @@ -53,12 +53,12 @@ msgstr "ନୂତନ %s%s ପ୍ରବେଶ ସଙ୍କେତକୁ ପୁନ msgid "Sorry, passwords do not match." msgstr "କ୍ଷମା କରିବେ, ପ୍ରବେଶ ସଙ୍କେତ ମିଶୁ ନାହିଁ।" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%sକୁ ପୁନର୍ବାର ଟାଇପ କରନ୍ତୁ" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "ପ୍ରବେଶ ସଙ୍କେତ ପରିବର୍ତ୍ତିନକୁ ପ୍ରତ୍ୟାଖାନ କରାଯାଇଛି।" @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "ଚାଳକ ନାମକୁ କୌଣସି ଉପାୟରେ ଧାରଣ କରିଥାଏ" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "କୌଣସି ପ୍ରବେଶ ସଙ୍କେତ ପ୍ରଦାନ କରାଯାଇ ନାହିଁ" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ଅପରିବର୍ତ୍ତିତ ଅଛି" @@ -322,7 +322,7 @@ msgstr[1] "ଅନ୍ତିମ ସଫଳ ଲଗଇନ ପରଠାରୁ %d ଟ msgid "There were %d failed login attempts since the last successful login." msgstr "ଅନ୍ତିମ ସଫଳ ଲଗଇନ ପରଠାରୁ %d ଟି ବିଫଳ ଲଗଇନ ପ୍ରଚେଷ୍ଟା କରାଯାଇଛି।" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' ପାଇଁ ଅତ୍ଯଧିକ ସଂଖ୍ଯକ ଲଗଇନ।" @@ -363,18 +363,18 @@ msgstr "ଆପଣଙ୍କ ନିକଟରେ %s ଫୋଲଡରରେ ପୁର msgid "You have mail in folder %s." msgstr "ଆପଣଙ୍କ ନିକଟରେ %s ଫୋଲଡରରେ ଚିଠି ଅଛି।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "ଡ଼ିରେକ୍ଟୋରୀ '%s' ନିର୍ମାଣ କରୁଅଛି." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ଡ଼ିରେକ୍ଟୋରୀ '%s'କୁ ନିର୍ମାଣ ଏବଂ ପ୍ରାରମ୍ଭ କରିବାରେ ଅସମର୍ଥ।" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "ପ୍ରବେଶ ସଙ୍କେତଟି ପୂର୍ବରୁ ବ୍ଯବହୃତ ହେଉଛି। ଅନ୍ଯ ଗୋଟିଏ ପ୍ରବେଶ ସଙ୍କେତ ଚୟନ କରନ୍ତୁ।" @@ -408,17 +408,17 @@ msgstr "ସ୍ତର:" msgid "Not a valid security context" msgstr "ଏହା ଗୋଟିଏ ବୈଧ ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ ନୁହେଁ" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s ପାଇଁ ବୈଧ ପ୍ରସଙ୍ଗ ପାଇବାରେ ଅସମର୍ଥ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "%s ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ ନ୍ଯସ୍ତ କରାଯାଇଛି" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "କି ନିର୍ମାଣ୍ଣ ପ୍ରସଙ୍ଗ %s ନ୍ଯସ୍ତ କରାଯାଇଛି" @@ -455,38 +455,38 @@ msgstr "ନୂତନ STRESS ପ୍ରବେଶ ସଙ୍କେତକୁ ପୁ msgid "Verification mis-typed; password unchanged" msgstr "ଯାଞ୍ଚକରଣ ସମୟରେ ଭୂଲ ଟାଇପ କରିଛନ୍ତି, ପ୍ରବେଶ ସଙ୍କେତଟି ବଦଳି ନାହିଁ" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "ଖାତା ଅସ୍ଥୟୀ ଭାବରେ ଅପରିବର୍ତ୍ତିତ ହୋଇଛି (%ld ସେକଣ୍ଡ ବଳିଅଛି)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u ବିଫଳ ଲଗଇନ କାରଣରୁ ଖାତା ଅପରିବର୍ତ୍ତନୀୟ ହୋଇଯାଇଛି" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "ବୈଧିକରଣ ତୃଟି" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "ସେବା ତୃଟି" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "ଅଜଣା ଚାଳକ" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "ଅଜଣା ତୃଟି" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= ପାଇଁ ଖରାପ ସଂଖ୍ଯା ଦିଆଯାଇଛି\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: ଅଚିହ୍ନିତ ବିକଳ୍ପ %s\n" @@ -498,17 +498,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: ସମସ୍ତ ଚାଳକ ମାନଙ୍କୁ ଶୂନ୍ଯ ବିହୀନ ଭାବରେ ପୁନର୍ବାର ବିନ୍ଯାସ କରିପାରିବ ନାହିଁ\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "ଲଗଇନ ବିଫଳତାର ନୂତନତମ ବିଫଳତା ରୁ\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -519,25 +519,25 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "ଅଭିଗମ୍ୟତା ଗ୍ରହଣୀୟ ହୋଇଛି (ଅନ୍ତିମ ଅଭିଗମ୍ୟତା %ld ସେକଣ୍ଡ ପୂର୍ବରୁ)।" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "ଆପଣଙ୍କର ଖାତା ଅଚଳ ହୋଇଯାଇଛି; ଦୟାକରି ଆପଣଙ୍କ ତନ୍ତ୍ର ପ୍ରଶାସକଙ୍କ ସହିତ ଯୋଗାଯୋଗ କରନ୍ତୁ" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "ଆପଣ ଆପଣଙ୍କର ପ୍ରବେଶ ସଙ୍କେତକୁ ଯଥାଶୀଘ୍ର ବଦଳାଇବା ଆବଶ୍ଯକ (ରୁଟ ହେବା ବାଧ୍ଯତାମୂଳକ)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" "ଆପଣ ଆପଣଙ୍କର ପ୍ରବେଶ ସଙ୍କେତକୁ ଯଥାଶୀଘ୍ର ବଦଳାଇବା ଆବଶ୍ଯକ (ପ୍ରବେଶ ସଙ୍କେତ ବହୁତ ପୁରୁଣା ହୋଇଯାଇଛି)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -545,36 +545,36 @@ msgstr[0] "ଚେତାବନୀ: ଆପଣଙ୍କ ପ୍ରବେଶ ସଙ msgstr[1] "ଚେତାବନୀ: ଆପଣଙ୍କ ପ୍ରବେଶ ସଙ୍କେତ %d ଦିନରେ ଅକାମି ହୋଇଯିବ" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "ଚେତାବନୀ: ଆପଣଙ୍କ ପ୍ରବେଶ ସଙ୍କେତ %d ଦିନରେ ଅକାମି ହୋଇଯିବ" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS ପ୍ରବେଶ ସଙ୍କେତକୁ ବଦଳାଇ ହେଲା ନାହିଁ।" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "ଆପଣ ଗୋଟିଏ ଲମ୍ବା ପ୍ରବେଶ ସଙ୍କେତ ଚୟନ କରିବା ଉଚିତ" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତକୁ ବଦଳାଉଛି." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(ବର୍ତ୍ତମାନ ଥିବା) UNIX ପ୍ରବେଶ ସଙ୍କେତ: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "ପ୍ରବେଶ ସଙ୍କେତକୁ ବଦଳାଇବା ପାଇଁ ଆପଣ ଅଧିକ ସମୟ ଅପେକ୍ଷା କରିବା ଉଚିତ" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "ନୂତନ UNIX ପ୍ରବେଶ ସଙ୍କେତ ଭରଣ କରନ୍ତୁ: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "ନୂତନ UNIX ପ୍ରବେଶ ସଙ୍କେତକୁ ପୁନର୍ବାର ଟାଇପ କରନ୍ତୁ: " diff --git a/po/pa.po b/po/pa.po index a7227af4..dca95228 100644 --- a/po/pa.po +++ b/po/pa.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-08-30 12:55+0000\n" "Last-Translator: asaini \n" "Language-Team: Panjabi (Punjabi) \n" +"Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pa\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -28,7 +28,7 @@ msgstr "...ਸਮਾਂ ਸਮਾਪਤ ਹੋ ਰਿਹਾ ਹੈ...\n" msgid "...Sorry, your time is up!\n" msgstr "...ਅਫਸੋਸ, ਤੁਹਾਡਾ ਸਮਾਂ ਸਮਾਪਤ ਹੋ ਗਿਆ ਹੈ!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ਗਲਤ ਅਨੁਵਾਦ (%d)\n" @@ -52,12 +52,12 @@ msgstr "ਨਵਾਂ %s%sਪਾਸਵਰਡ ਮੁੜ-ਲਿਖੋ: " msgid "Sorry, passwords do not match." msgstr "ਮਾਫ ਕਰਨਾ ਪਾਸਵਰਡ ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ।" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "ਮੁੜ-ਲਿਖੋ %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "ਪਾਸਵਰਡ ਤਬਦੀਲੀ ਅਧੂਰੀ ਛੱਡੀ ਗਈ।" @@ -244,12 +244,12 @@ msgid "contains the user name in some form" msgstr "ਕੁਸੇ ਰੂਪ ਵਿੱਚ ਉਪਭੋਗੀ ਨਾਂ ਸ਼ਾਮਿਲ ਹੈ" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "ਕੋਈ ਪਾਸਵਰਡ ਨਹੀਂ ਦਿੱਤਾ ਗਿਆ" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "ਪਾਸਵਰਡ ਨਾ-ਤਬਦੀਲ ਹੈ" @@ -321,7 +321,7 @@ msgstr[1] "ਪਿਛਲੇ ਸਫਲਤਾਪੂਰਕ ਲਾਗਇਨ ਤੋਂ msgid "There were %d failed login attempts since the last successful login." msgstr "ਪਿਛਲੇ ਸਫਲਤਾਪੂਰਕ ਲਾਗਇਨ ਤੋਂ ਬਾਇਦ %d ਫੇਲ ਲਾਗਇਨ ਕੋਸ਼ਿਸ਼ਾਂ ਹਨ।" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' ਲਈ ਬਹੁਤ ਸਾਰੇ ਲਾਗਇਨ।" @@ -362,18 +362,18 @@ msgstr "ਫੋਲਡਰ %s ਵਿੱਚ ਤੁਹਾਡੀ ਪੁਰਾਣੀ msgid "You have mail in folder %s." msgstr "ਫੇਲਡਰ %s ਵਿੱਚ ਤੁਹਾਡੀ ਮੇਲ ਹੈ।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਬਣਾ ਰਿਹਾ ਹੈ।" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਨੂੰ ਬਣਾਉਣ ਅਤੇ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ।" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "ਪਾਸਵਰਡ ਪਹਿਲਾਂ ਵੀ ਵਰਤਿਆ ਗਿਆ ਹੈ। ਵੱਖਰਾ ਚੁਣੋ।" @@ -407,17 +407,17 @@ msgstr "ਲੈਵਲ:" msgid "Not a valid security context" msgstr "ਇੱਕ ਠੀਕ ਸੁਰੱਖਿਆ ਪਰਸੰਗ ਨਹੀਂ" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s ਲਈ ਯੋਗ ਪ੍ਰਸੰਗ ਲੈਣ ਵਿੱਚ ਅਸਮਰਥ" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "ਸੁਰੱਖਿਆ ਪ੍ਰਸੰਗ %s ਨਿਰਧਾਰਤ ਕੀਤਾ" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "ਕੁੰਜੀ ਬਣਾਉਣ ਪ੍ਰਸੰਗ %s ਨਿਰਧਾਰਤ ਕੀਤਾ" @@ -454,38 +454,38 @@ msgstr "ਨਵਾਂ STRESS ਪਾਸਵਰਡ ਮੁੜ-ਲਿਖੋ: " msgid "Verification mis-typed; password unchanged" msgstr "ਗਲਤ-ਟਾਈਪ ਜਾਂਚ; ਪਾਸਵਰਡ ਨਾ-ਤਬਦੀਲ" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "ਖਾਤਾ ਆਰਜੀ ਤੌਰ ਤੇ ਲਾਕ ਕੀਤਾ ਹੈ (%ld ਸਕਿੰਟ ਬਾਕੀ ਹਨ)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u ਫੇਲ ਹੋਏ ਲਾਗਇਨਾਂ ਕਰਕੇ ਖਾਤਾ ਲਾਕ ਕੀਤਾ ਹੈ" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "ਪਰਮਾਣਕਿਤਾ ਗਲਤੀ" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "ਸੇਵਾ ਗਲਤੀ" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "ਅਣਜਾਣ ਉਪਭੋਗੀ" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "ਅਣਜਾਣੀ ਗਲਤੀ" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset= ਲਈ ਗਲਤ ਨੰਬਰ ਦਿੱਤਾ ਗਿਆ\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: ਬੇਪਛਾਣ ਚੋਣ %s\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: ਸਭ ਉਪਭੋਗੀਆਂ ਨੂੰ ਨਾਨ-ਜ਼ੀਰੋ ਰੀਸੈੱਟ ਨਹੀਂ ਕਰ ਸਕਦਾ\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Failures Latest failure From\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,24 +518,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "ਪਹੁੰਚ ਰੱਦ ਕੀਤੀ (ਪਿਛਲੀ ਪਹੁੰਚ %ld ਸਕਿੰਟ ਪਹਿਲਾਂ ਸੀ)।" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "ਤੁਹਾਡਾ ਖਾਤਾ ਮਿਆਦ ਪੁੱਗ ਗਈ ਹੈ; ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੇ ਸਿਸਟਮ ਪਰਬੰਧਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "ਤੁਹਾਨੂੰ ਆਪਣਾ ਪਾਸਵਰਡ ਤੁਰੰਤ ਤਬਦੀਲ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ (ਰੂਟ ਵੱਲੋਂ ਹਦਾਇਤ)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "ਤੁਹਾਨੂੰ ਆਪਣਾ ਪਾਸਵਰਡ ਤੁਰੰਤ ਤਬਦੀਲ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ (ਪਾਸਵਰਡ ਪੁਰਾਣਾ ਹੋ ਗਿਆ ਹੈ)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -543,36 +543,36 @@ msgstr[0] "ਚੇਤਾਵਨੀ: ਤੁਹਾਡੇ ਪਾਸਵਰਡ ਦੀ msgstr[1] "ਚੇਤਾਵਨੀ: ਤੁਹਾਡੇ ਪਾਸਵਰਡ ਦੀ ਮਿਆਦ %d ਦਿਨਾਂ ਵਿੱਚ ਪੁੱਗ ਜਾਵੇਗੀ" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "ਚੇਤਾਵਨੀ: ਤੁਹਾਡੇ ਪਾਸਵਰਡ ਦੀ ਮਿਆਦ %d ਦਿਨਾਂ ਵਿੱਚ ਪੁੱਗ ਜਾਵੇਗੀ" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS ਪਾਸਵਰਡ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ।" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "ਤੁਹਾਨੂੰ ਲੰਮੇ ਪਾਸਵਰਡ ਦੀ ਚੋਣ ਕਰਨੀ ਚਾਹੀਦੀ ਹੈ" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s ਲਈ ਪਾਸਵਰਡ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ।" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(ਮੌਜੂਦਾ) UNIX ਪਾਸਵਰਡ: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "ਤੁਹਾਨੂੰ ਲੰਬੇ ਸਮੇਂ ਲਈ ਆਪਣੇ ਪਾਸਵਰਡ ਲਈ ਉਡੀਕ ਕਰਨੀ ਪਵੇਗੀ" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "ਨਵਾਂ ਯੂਨਿਕਸ ਪਾਸਵਰਡ ਦਿਓ: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "ਨਵਾਂ ਯੂਨਿਕਸ ਪਾਸਵਰਡ ਮੁੜ-ਲਿਖੋ: " diff --git a/po/pl.po b/po/pl.po index f37284e4..731bed61 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-12 19:19+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" @@ -29,7 +29,7 @@ msgstr "...czas mija...\n" msgid "...Sorry, your time is up!\n" msgstr "...czas minął.\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "błędna rozmowa (%d)\n" @@ -53,12 +53,12 @@ msgstr "Proszę ponownie podać nowe hasło %s%s: " msgid "Sorry, passwords do not match." msgstr "Podane hasła się nie zgadzają." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Proszę ponownie podać %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Przerwano zmianę hasła." @@ -246,12 +246,12 @@ msgid "contains the user name in some form" msgstr "zawiera nazwę użytkownika w pewnej formie" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Nie podano hasła" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Hasło nie zostało zmienione" @@ -328,7 +328,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Nastąpiło %d nieudanych prób zalogowania od ostatniego udanego logowania." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Za dużo prób zalogowania na \"%s\"." @@ -369,18 +369,18 @@ msgstr "Stare wiadomości w folderze %s." msgid "You have mail in folder %s." msgstr "Wiadomości w folderze %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Tworzenie katalogu \"%s\"." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Nie można utworzyć i zainicjować katalogu \"%s\"." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Hasło było już używane. Proszę wybrać inne." @@ -414,17 +414,17 @@ msgstr "poziom:" msgid "Not a valid security context" msgstr "Nieprawidłowy kontekst bezpieczeństwa" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Nie można uzyskać prawidłowego kontekstu dla %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Kontekst bezpieczeństwa %s został przypisany" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Kontekst tworzenia klucza %s został przypisany" @@ -461,38 +461,38 @@ msgstr "Proszę ponownie podać hasło STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Sprawdzenie się nie powiodło; hasło nie zostało zmienione" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Konto zostało tymczasowo zablokowane (pozostało %ld sekund)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Konto zostało zablokowane z powodu %u nieudanych logowań" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Błąd uwierzytelniania" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Błąd usługi" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Nieznany użytkownik" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Nieznany błąd" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: podano błędny numer dla --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: nierozpoznana opcja %s\n" @@ -505,17 +505,17 @@ msgstr "" "%s: [--file nazwa-pliku-root] [--user nazwa-użytkownika] [--reset[=n]] [--" "quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: nie można przywrócić wszystkich użytkowników\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Niepowodzenia Ostatnie niepowodzenie Z\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -526,24 +526,24 @@ msgstr "" " [-u nazwa-użytkownika] [--user nazwa-użytkownika]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Nadano dostęp (ostatni dostęp %ld sekund temu)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Konto wygasło; proszę skontaktować się z administratorem systemu" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Wymagana jest natychmiastowa zmiana hasła (wymuszone przez roota)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Wymagana jest natychmiastowa zmiana hasła (hasło wygasło)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -552,36 +552,36 @@ msgstr[1] "Ostrzeżenie: hasło wygaśnie za %d dni" msgstr[2] "Ostrzeżenie: hasło wygaśnie za %d dni" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Ostrzeżenie: hasło wygaśnie za %d dni" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Nie można zmienić hasła NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Należy wybrać dłuższe hasło" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Zmienianie hasła dla %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(obecne) hasło UNIX:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Należy poczekać dłużej, aby zmienić hasło" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Proszę podać nowe hasło UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Proszę ponownie podać hasło UNIX: " diff --git a/po/pt.po b/po/pt.po index 1c500238..d06b5ef2 100644 --- a/po/pt.po +++ b/po/pt.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-28 11:21+0000\n" "Last-Translator: Ricardo Pinto \n" "Language-Team: Portuguese \n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...O tempo está a esgotar-se...\n" msgid "...Sorry, your time is up!\n" msgstr "...Lamento, o seu tempo esgotou-se!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversação errónea (%d)\n" @@ -53,12 +53,12 @@ msgstr "Digite novamente a nova %s%ssenha: " msgid "Sorry, passwords do not match." msgstr "Lamento, as senhas não coincidem." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Digite novamente %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Alteração da senha interrompida." @@ -246,12 +246,12 @@ msgid "contains the user name in some form" msgstr "contém, de alguma forma, o nome do utilizador" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Não foi fornecida uma senha" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Senha inalterada" @@ -329,7 +329,7 @@ msgstr "" "Houve %d tentativas falhadas de início de sessão desde o último início de " "sessão com sucesso." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Demasiados inícios de sessão para '%s'." @@ -370,18 +370,18 @@ msgstr "Tem correio electrónico antigo na pasta %s." msgid "You have mail in folder %s." msgstr "Tem correio electrónico na pasta %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "A criar directório '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Não foi possível criar e inicializar o directório '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "A senha já foi utilizada anteriormente. Escolha outra." @@ -415,17 +415,17 @@ msgstr "nível: " msgid "Not a valid security context" msgstr "Não é um contexto de segurança válido" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Não foi possível obter um contexto de segurança válido para %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Contexto de Segurança %s Atribuído" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Contexto de Segurança de Chaves %s Atribuído" @@ -462,38 +462,38 @@ msgstr "Digite novamente a nova senha STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "A verificação não coincide; senha inalterada" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Conta temporariamente bloqueada (faltam %ld segundos)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Conta bloqueada devido a %u inícios de sessão falhados" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Erro de autenticação" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Erro de serviço" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Utilizador desconhecido" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Erro desconhecido" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Número errado fornecido a --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Opção não reconhecida %s\n" @@ -505,17 +505,17 @@ msgid "" msgstr "" "%s: [--file ficheiro-raiz] [--user nome-utilizador] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Não foi possível reiniciar todos os utilizadores para não zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Sessão Falhas Última falha De\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -526,25 +526,25 @@ msgstr "" " [-u nome-de-utilizador] [--user nome-de-utilizador]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Acesso permitido (último acesso foi à %ld segundos atrás)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "A sua conta expirou; por favor contacte o seu administrador de sistema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "É obrigatório que altere de imediato a sua senha (politica do sistema)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" "É obrigatório que altere de imediato a sua senha (antiguidade da password)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -552,36 +552,36 @@ msgstr[0] "Aviso: a sua senha expira em %d dia" msgstr[1] "Aviso: a sua senha expira em %d dias" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Aviso: a sua palavra passe expira em %d dias" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "A senha NIS não pode ser alterada." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Deve escolher uma senha mais longa" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "A alterar senha para %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "senha UNIX (actual): " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Tem de esperar mais antes de poder alterar a sua senha" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Digite a nova senha UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Digite novamente a nova senha UNIX: " diff --git a/po/pt_BR.po b/po/pt_BR.po index 1753ab79..2813d874 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-11-29 18:34+0100\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2014-07-03 17:41+0000\n" "Last-Translator: Daniel Lara \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/linux-pam/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"linux-pam/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: libpam_misc/misc_conv.c:33 @@ -31,7 +32,7 @@ msgstr "...O tempo está acabando...\n" msgid "...Sorry, your time is up!\n" msgstr "...Desculpe, seu tempo está aumentando!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "conversação errônea (%d)\n" @@ -55,12 +56,12 @@ msgstr "Redigite a nova %s%ssenha:" msgid "Sorry, passwords do not match." msgstr "As senhas não são iguais." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Redigite %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "A alteração de senha foi abortada." @@ -247,12 +248,12 @@ msgid "contains the user name in some form" msgstr "contém o nome de usuário em algum formulário" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Nenhuma senha informada" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Senha inalterada" @@ -324,7 +325,7 @@ msgstr[1] "Houveram %d falhas de login desde o último login bem sucedido." msgid "There were %d failed login attempts since the last successful login." msgstr "Houveram %d falhas de login desde o último login bem sucedido." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Há logins demais para '%s'." @@ -365,18 +366,18 @@ msgstr "Há mensagens antigas na pasta %s." msgid "You have mail in folder %s." msgstr "Há mensagens na pasta %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Criando o diretório '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Impossível criar e inicializar o diretório \"%s\"." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "A senha já foi usada. Escolha outra." @@ -410,17 +411,17 @@ msgstr "nível:" msgid "Not a valid security context" msgstr "Não é um contexto de segurança válido" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Impossível obter um contexto válido para %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Contexto de segurança %s atribuído" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Contexto de criação de chave %s atribuído" @@ -457,83 +458,88 @@ msgstr "Digite novamente a nova senha STRESS:" msgid "Verification mis-typed; password unchanged" msgstr "Verificação digitada incorretamente; senha inalterada" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Conta temporariamente bloqueada (restam %ld segundos)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Conta bloqueada devido a %u falhas de login" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Erro de autenticação" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Erro de serviço" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Usuário desconhecido" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Erro desconhecido" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Número insuficiente fornecido para --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Opção não reconhecida %s\n" #: modules/pam_tally/pam_tally.c:812 #, c-format -msgid "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -msgstr "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" +msgid "" +"%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" +msgstr "" +"%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Impossível redefinir todos os usuários para não-zero\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Falhas Último falha De\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -msgstr "%s: [-f rooted-filename] [--file rooted-filename]\n [-u username] [--user username]\n [-r] [--reset[=n]] [--quiet]\n" +msgstr "" +"%s: [-f rooted-filename] [--file rooted-filename]\n" +" [-u username] [--user username]\n" +" [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Acesso concedido (o último acesso foi a %ld segundos atrás)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Sua conta expirou; entre em contato com o administrador do sistema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Mude sua senha imediatamente (aplicado pela raiz)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Mude sua senha imediatamente (senha expirada)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -541,36 +547,36 @@ msgstr[0] "Aviso: sua senha irá expirar em %d dia" msgstr[1] "Aviso: sua senha irá expirar em %d dias" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Aviso: sua senha irá expirar em %d dias" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "A senha NIS não pôde ser mudada." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Escolha uma senha mais longa" -#: modules/pam_unix/pam_unix_passwd.c:620 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Mudando senha para %s." -#: modules/pam_unix/pam_unix_passwd.c:631 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "Senha UNIX (atual):" -#: modules/pam_unix/pam_unix_passwd.c:666 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Aguarde mais tempo para mudar a senha" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Digite a nova senha UNIX:" -#: modules/pam_unix/pam_unix_passwd.c:727 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Redigite a nova senha UNIX:" diff --git a/po/ro.po b/po/ro.po index f4061010..fd0e272e 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/fedora/language/" "ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" @@ -27,7 +27,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -51,12 +51,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -321,7 +321,7 @@ msgstr[2] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -362,18 +362,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -407,17 +407,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -454,38 +454,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -496,17 +496,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -514,24 +514,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -540,36 +540,36 @@ msgstr[1] "" msgstr[2] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/ru.po b/po/ru.po index a5438c3e..242c5bff 100644 --- a/po/ru.po +++ b/po/ru.po @@ -11,16 +11,16 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-09 01:12+0000\n" "Last-Translator: Yulia \n" "Language-Team: Russian \n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: libpam_misc/misc_conv.c:33 msgid "...Time is running out...\n" @@ -30,7 +30,7 @@ msgstr "...Время истекает...\n" msgid "...Sorry, your time is up!\n" msgstr "...Извините, ваше время истекло!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ошибочный диалог (%d)\n" @@ -54,12 +54,12 @@ msgstr "Повторите ввод нового пароля %s%s: " msgid "Sorry, passwords do not match." msgstr "Извините, но пароли не совпадают." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Повторите ввод %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Изменение пароля отменено." @@ -248,12 +248,12 @@ msgid "contains the user name in some form" msgstr "содержит имя пользователя" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Пароль не указан" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Пароль не изменен" @@ -326,7 +326,7 @@ msgstr[2] "Число неудачных попыток со времени по msgid "There were %d failed login attempts since the last successful login." msgstr "Число неудачных попыток со времени последнего входа: %d." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Слишком много регистраций в системе для «%s»." @@ -367,18 +367,18 @@ msgstr "Есть старая почта в папке %s." msgid "You have mail in folder %s." msgstr "Есть почта в папке %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Создание каталога %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Не удалось создать и инициализировать каталог %s." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Этот пароль уже был использован. Выберите другой." @@ -412,17 +412,17 @@ msgstr "уровень:" msgid "Not a valid security context" msgstr "Неверный контекст безопасности" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Не удалось получить корректный контекст для %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Контекст безопасности %s назначен" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Контекст %s, используемый при создании ключей, назначен" @@ -459,40 +459,40 @@ msgstr "Повторите ввод нового пароля STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Подтверждение введено неправильно; пароль не изменен" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Учетная запись временно заблокирована (осталось %ld сек.)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" "Учетная запись заблокирована как следствие неудачных попыток входа (всего -- " "%u)." -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Ошибка при проверке подлинности" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Ошибка службы" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Неизвестный пользователь" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Неизвестная ошибка" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: указано неверное число для --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: неопознанный параметр %s\n" @@ -505,18 +505,18 @@ msgstr "" "%s: [--file имя_корневого_файла] [--user имя_пользователя] [--reset[=n]] [--" "quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" "%s: не удается выполнить сброс всех пользователей в ненулевое значение\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Учетная запись Сбой Последний сбой С\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -527,26 +527,26 @@ msgstr "" " [-u имя_пользователя] [--user имя_пользователя]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Доступ предоставлен (последнее обращение было %ld сек. назад)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Срок действия учетной записи истек; обратитесь к системному администратору" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "Вам необходимо немедленно сменить пароль (в принудительном режиме root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Вам необходимо немедленно сменить пароль (пароль устарел)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -555,36 +555,36 @@ msgstr[1] "Предупреждение: срок действия пароля msgstr[2] "Предупреждение: срок действия пароля истекает через %d дней" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Предупреждение: срок действия пароля истекает через %d дн(я)(ей)" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Пароль NIS изменить нельзя." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Выберите пароль большей длины" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Смена пароля для %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(текущий) пароль UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "До смены пароля должно пройти больше времени" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Введите новый пароль UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Повторите ввод нового пароля UNIX: " diff --git a/po/si.po b/po/si.po index 98cb79b9..80fcd06e 100644 --- a/po/si.po +++ b/po/si.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 12:01+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: Sinhala (http://www.transifex.net/projects/p/fedora/language/" "si/)\n" +"Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...කාල සීමාව ඉක්මවා ඇත...\n" msgid "...Sorry, your time is up!\n" msgstr "...සමාවන්න, ොබගේ කාලය ඉක්ම විය!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "වැරදි සගත පරිවර්තනයක්(%d)\n" @@ -51,12 +51,12 @@ msgstr "නව %s%sරහස්පදය නැවත ඇතුළත් කර msgid "Sorry, passwords do not match." msgstr "සමාවෙන්න, රහස්පද ගැලපෙන්නේ නැත." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -243,12 +243,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "රහස්පදය සපයා නැත" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "රහස්පදය වෙනස් නොවිනි" @@ -320,7 +320,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' සඳහා බොහෝ පිවිසුම් ගණනක් ඇත." @@ -361,18 +361,18 @@ msgstr "%s බහලුම තුළ ඔබට පරණ තැපැල් ඇ msgid "You have mail in folder %s." msgstr "%s බහලුම තුළ ඔබට තැපැල් ඇත." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "රහස්පදය දැනටමත් භාවිතා වේ. වෙනත් එකක් තෝරාගන්න." @@ -407,17 +407,17 @@ msgstr "" msgid "Not a valid security context" msgstr "නිරවද්‍ය ආරක්‍ෂක ප්‍රකරණයක් නොවේ" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "%s ආරක්‍ෂක ප්‍රකරණය යොදවා ඇත" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -454,38 +454,38 @@ msgstr "නව STRESS රහස්පදය නැවත ඇතුළත් ක msgid "Verification mis-typed; password unchanged" msgstr "ස්ථිරකර ගැනීම සඳහා වැරදි ඇතුලත් කිරීමක්; රහස්පදය වෙනස් කළ නොහැක" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "තහවුරු කරගැනීමේ දෝෂය" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "සේවා දෝෂය" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "නොදන්නා පරිශීලකයෙක්" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "නොදන්නා දෝෂයක්" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: සාවද්‍ය අංකයක් ලබා දී ඇත --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: %s හදුනා නොගත් විකල්පයකි\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: ශුන්‍ය නොවන අගයට සියළුම පරිශීලකයින් නැවත සැකසිය නොහැක\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -515,24 +515,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "ඔබගේ ගිණුම කල්ඉකුත් වී ඇත; කරුණාකර ඔබගේ පද්ධති කළමණාකරු හමුවන්න" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "ඔබගේ රහස්පදය හැකි ඉක්මනින් වෙනස් කළ යුතුව ඇත (root බලකර සිටී)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "ඔබගේ රහස්පදය හැකි ඉක්මනින් වෙනස් කළ යුතුව ඇත (රහස්පදය පැරණියි)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -540,36 +540,36 @@ msgstr[0] "අවවාදයි: ඔබගේ රහස්පදය දින % msgstr[1] "අවවාදයි: ඔබගේ රහස්පදය දින %d කින් කල්ඉකුත් වේ" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "අවවාදයි: ඔබගේ රහස්පදය දින %d කින් කල්ඉකුත් වේ" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS රහස්පදය වෙනස් කළ නොහැක." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "ඔබ විසින් දිගු රහස්පදයක් තෝරාගත යුතුම වේ" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(දැනට ඇති) UNIX රහස්පදය: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "ඔබගේ රහස්පදය වෙනස් කිරීමට බොහෝ වෙලාවක් රැදී සිටීය යුතුම වේ" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "නව UNIX රහස්පදය ඇතුළත් කරන්න:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "නව UNIX රහස්පදය නැවත ඇතුළත් කරන්න:" diff --git a/po/sk.po b/po/sk.po index 1cc39dca..44a23ae6 100644 --- a/po/sk.po +++ b/po/sk.po @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-11-29 18:34+0100\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2014-10-07 08:54+0000\n" "Last-Translator: feonsu \n" -"Language-Team: Slovak (http://www.transifex.com/projects/p/linux-pam/language/sk/)\n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/linux-pam/" +"language/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +30,7 @@ msgstr "...Odpočet bol spustený...\n" msgid "...Sorry, your time is up!\n" msgstr "...Prepáčte, váš čas vypršal!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "chybná konverzácia (%d)\n" @@ -53,12 +54,12 @@ msgstr "Opakujte nové %s%sheslo: " msgid "Sorry, passwords do not match." msgstr "Prepáčte, heslá sa nezhodujú." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Opakujte %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Zmena hesla zrušená." @@ -245,12 +246,12 @@ msgid "contains the user name in some form" msgstr "obsahuje v nejakej forme používateľské meno" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Heslo nezadané" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Heslo nebolo zmenené" @@ -313,17 +314,25 @@ msgstr "Posledné neúspešné prihlásenie:%s%s%s" msgid "There was %d failed login attempt since the last successful login." msgid_plural "" "There were %d failed login attempts since the last successful login." -msgstr[0] "Od posledného úspešného prihlásenia došlo k %d neúspešnému pokusu o prihlásenie." -msgstr[1] "Od posledného úspešného prihlásenia došlo k %d neúspešným pokusom o prihlásenie." -msgstr[2] "Od posledného úspešného prihlásenia došlo k %d neúspešným pokusom o prihlásenie." +msgstr[0] "" +"Od posledného úspešného prihlásenia došlo k %d neúspešnému pokusu o " +"prihlásenie." +msgstr[1] "" +"Od posledného úspešného prihlásenia došlo k %d neúspešným pokusom o " +"prihlásenie." +msgstr[2] "" +"Od posledného úspešného prihlásenia došlo k %d neúspešným pokusom o " +"prihlásenie." #. TRANSLATORS: only used if dngettext is not supported #: modules/pam_lastlog/pam_lastlog.c:548 #, c-format msgid "There were %d failed login attempts since the last successful login." -msgstr "Od posledného úspešného prihlásenia došlo k %d neúspešným pokusom o prihlásenie." +msgstr "" +"Od posledného úspešného prihlásenia došlo k %d neúspešným pokusom o " +"prihlásenie." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Príliš veľa prihlásení pre '%s'." @@ -364,18 +373,18 @@ msgstr "Máte starú poštu v priečinku %s." msgid "You have mail in folder %s." msgstr "Máte poštu v priečinku %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Vytváranie priečinka '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Nedá sa vytvoriť a inicializovať priečinok '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Heslo už bolo použité. Zvoľte si iné." @@ -409,17 +418,17 @@ msgstr "úroveň:" msgid "Not a valid security context" msgstr "Neplatný kontext zabezpečenia" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Nepodarilo sa získať platný kontext zabezpečenia pre %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Kontext zabezpečenia %s pridelený" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Kontext zabezpečenia pre vytváranie kľúčov %s pridelený" @@ -456,83 +465,90 @@ msgstr "Znovu zadajte nové STRESS heslo: " msgid "Verification mis-typed; password unchanged" msgstr "Chybné potvrdenie; heslo nezmenené" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Účet dočasne uzamknutý (zostáva %ld sekúnd)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Účet uzamknutý z dôvodu %u neúspešných prihlásení" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Chyba overenia" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Chyba služby" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Neznámy používateľ" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Neznáma chyba" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Zadané zlé číslo pre --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Neznáma voľba %s\n" #: modules/pam_tally/pam_tally.c:812 #, c-format -msgid "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -msgstr "%s: [--file meno_suboru] [--user pouzivatelske_meno] [--reset[=n]] [--quiet]\n" +msgid "" +"%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" +msgstr "" +"%s: [--file meno_suboru] [--user pouzivatelske_meno] [--reset[=n]] [--" +"quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Nedá sa resetovať všetkých používateľov nenulovo\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Zlyhaní Ostatné zlyhanie Z\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -msgstr "%s: [-f meno_suboru] [--file meno_suboru]\n [-u pouzivatelske_meno] [--user pouzivatelske_meno]\n [-r] [--reset[=n]] [--quiet]\n" +msgstr "" +"%s: [-f meno_suboru] [--file meno_suboru]\n" +" [-u pouzivatelske_meno] [--user pouzivatelske_meno]\n" +" [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Prístup povolený (ostatný prístup pred %ld sekundami)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" -msgstr "Platnosť vášho účtu vypršala; kontaktujte prosím svojho správcu systému" +msgstr "" +"Platnosť vášho účtu vypršala; kontaktujte prosím svojho správcu systému" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Je vyžadovaná okamžitá zmena vašeho hesla (vynútené správcom)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Je vyžadovaná okamžitá zmena vašeho hesla (heslo vypršalo)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -541,36 +557,36 @@ msgstr[1] "Upozornenie: vaše heslo vyprší za %d dni" msgstr[2] "Upozornenie: vaše heslo vyprší za %d dní" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Upozornenie: vaše heslo vyprší za %d dní" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Nie je možné zmeniť NIS heslo." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Musíte si zvoliť dlhšie heslo" -#: modules/pam_unix/pam_unix_passwd.c:620 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Zmena hesla pre %s." -#: modules/pam_unix/pam_unix_passwd.c:631 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(aktuálne) UNIX heslo: " -#: modules/pam_unix/pam_unix_passwd.c:666 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Na zmenu svojho hesla musíte počkať dlhšie" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Zadajte nové UNIX heslo: " -#: modules/pam_unix/pam_unix_passwd.c:727 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Opakujte nové UNIX heslo: " diff --git a/po/sq.po b/po/sq.po index 9346f1e1..7f0c2bd2 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/fedora/language/" "sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/sr.po b/po/sr.po index 40dea25a..be81694f 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,15 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-11-29 18:34+0100\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2014-11-16 23:51+0000\n" "Last-Translator: Momcilo Medic \n" -"Language-Team: Serbian (http://www.transifex.com/projects/p/linux-pam/language/sr/)\n" +"Language-Team: Serbian (http://www.transifex.com/projects/p/linux-pam/" +"language/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: libpam_misc/misc_conv.c:33 msgid "...Time is running out...\n" @@ -30,7 +32,7 @@ msgstr "...Истиче време...\n" msgid "...Sorry, your time is up!\n" msgstr "...Извините, време вам је истекло!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "разговор пун грешака (%d)\n" @@ -54,12 +56,12 @@ msgstr "Поново унесите нову %s%sлозинку: " msgid "Sorry, passwords do not match." msgstr "Извините, лозинке се не подударају." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Поново унесите %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Промена лозинке је прекинута." @@ -246,12 +248,12 @@ msgid "contains the user name in some form" msgstr "садржи корисничко име у неком облику" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Није понуђена лозинка" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Лозинка није промењена" @@ -324,7 +326,7 @@ msgstr[2] "Било је %d неуспелих покушаја пријаве msgid "There were %d failed login attempts since the last successful login." msgstr "Било је %d неуспелих покушаја пријаве од последње успешне пријаве." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Превише пријава за „%s“." @@ -365,18 +367,18 @@ msgstr "Имате стару пошту у фасцикли %s." msgid "You have mail in folder %s." msgstr "Имате пошту у фасцикли %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Правим директоријум „%s“." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Не могу да направим директоријум „%s“." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Лозинка је већ у употреби. Изаберите другу." @@ -410,17 +412,17 @@ msgstr "ниво:" msgid "Not a valid security context" msgstr "Неисправан безбедносни контекст" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Не могу да прибавим исправан контекст за %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Безбедносни контекст %s је додељен" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Контекст прављења кључа %s је додељен" @@ -457,83 +459,89 @@ msgstr "Поново унесите нову STRESS лозинку: " msgid "Verification mis-typed; password unchanged" msgstr "Потврда је погрешно укуцана; лозинка није промењена" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Налог је привремено закључан (остало је %ld секунди)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Налог је закључан због %u неуспелих пријава" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Грешка при аутентификацији" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Грешка услуге" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Непознат корисник" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Непозната грешка" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: задат је лош број за --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: није препозната опција %s\n" #: modules/pam_tally/pam_tally.c:812 #, c-format -msgid "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -msgstr "%s: [--file коренски-називдатотеке] [--user корисничкоиме] [--reset[=n]] [--quiet]\n" +msgid "" +"%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" +msgstr "" +"%s: [--file коренски-називдатотеке] [--user корисничкоиме] [--reset[=n]] [--" +"quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: не могу да повратим све кориснике на број различит од нуле\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Пријава Неуспеси Последњи неуспех Са\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -msgstr "%s: [- коренски-називдатотеке] [--file коренски-називдатотеке]\n [-u корисничкоиме] [--user корисничкоиме]\n [-r] [--reset[=n]] [--quiet]\n" +msgstr "" +"%s: [- коренски-називдатотеке] [--file коренски-називдатотеке]\n" +" [-u корисничкоиме] [--user корисничкоиме]\n" +" [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Приступ је одобрен (последњи приступ је био пре %ld секунди)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Ваш налог је истекао; обратите се администратору система" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Морате одмах да промените вашу лозинку (наметнуо root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Морате одмах да промените вашу лозинку (застарела је)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -542,36 +550,36 @@ msgstr[1] "Упозорење: ваша лозинка ће истећи кро msgstr[2] "Упозорење: ваша лозинка ће истећи кроз %d дана" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Упозорење: ваша лозинка ће истећи кроз %d дана" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS лозинка не може бити промењена." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Морате изабрати дужу лозинку" -#: modules/pam_unix/pam_unix_passwd.c:620 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Мењам лозинку за %s." -#: modules/pam_unix/pam_unix_passwd.c:631 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(тренутна) UNIX лозинка: " -#: modules/pam_unix/pam_unix_passwd.c:666 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Морате дуже сачекати на промену лозинке" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Унесите нову UNIX лозинку: " -#: modules/pam_unix/pam_unix_passwd.c:727 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Поново унесите нову UNIX лозинку: " diff --git a/po/sr@latin.po b/po/sr@latin.po index cab5d29d..1d6424db 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -11,16 +11,16 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:59+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: LANGUAGE \n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: libpam_misc/misc_conv.c:33 msgid "...Time is running out...\n" @@ -30,7 +30,7 @@ msgstr "...Ističe vreme...\n" msgid "...Sorry, your time is up!\n" msgstr "...Izvinite, vreme vam je isteklo!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "razgovor pun grešaka (%d)\n" @@ -54,12 +54,12 @@ msgstr "Ponovo unesite novu %s%slozinku: " msgid "Sorry, passwords do not match." msgstr "Izvinite, lozinke se ne podudaraju." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Ponovo unesite %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Promena lozinke je prekinuta." @@ -247,12 +247,12 @@ msgid "contains the user name in some form" msgstr "sadrži korisničko ime u nekom obliku" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Nije ponuđena lozinka" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Lozinka nije promenjena" @@ -325,7 +325,7 @@ msgstr[2] "Bilo je %d neuspelih pokušaja prijave od poslednje uspešne prijave. msgid "There were %d failed login attempts since the last successful login." msgstr "Bilo je %d neuspelih pokušaja prijave od poslednje uspešne prijave." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Previše prijava za „%s“." @@ -366,18 +366,18 @@ msgstr "Imate staru poštu u fascikli %s." msgid "You have mail in folder %s." msgstr "Imate poštu u fascikli %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Pravim direktorijum „%s“." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Ne mogu da napravim direktorijum „%s“." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Lozinka je već u upotrebi. Izaberite drugu." @@ -412,17 +412,17 @@ msgstr "nivo:" msgid "Not a valid security context" msgstr "Neispravan bezbednosni kontekst" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Ne mogu da pribavim ispravan kontekst za %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Bezbednosni kontekst %s je dodeljen" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Kontekst pravljenja ključa %s je dodeljen" @@ -459,38 +459,38 @@ msgstr "Ponovo unesite novu STRESS lozinku: " msgid "Verification mis-typed; password unchanged" msgstr "Potvrda je pogrešno ukucana; lozinka nije promenjena" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Nalog je privremeno zaključan (ostalo je %ld sekundi)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Nalog je zaključan zbog %u neuspelih prijava" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Greška pri autentifikaciji" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Greška usluge" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Nepoznat korisnik" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Nepoznata greška" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: zadat je loš broj za --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: nije prepoznata opcija %s\n" @@ -503,17 +503,17 @@ msgstr "" "%s: [--file korenski-nazivdatoteke] [--user korisničkoime] [--reset[=n]] [--" "quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: ne mogu da povratim sve korisnike na broj različit od nule\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Prijava Neuspesi Poslednji neuspeh Sa\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -524,24 +524,24 @@ msgstr "" " [-u korisničkoime] [--user korisničkoime]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Pristup je odobren (poslednji pristup je bio pre %ld sekundi)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Vaš nalog je istekao; obratite se administratoru sistema" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Morate odmah da promenite vašu lozinku (nametnuo root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Morate odmah da promenite vašu lozinku (zastarela je)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -550,37 +550,37 @@ msgstr[1] "Upozorenje: vaša lozinka će isteći kroz %d dana" msgstr[2] "Upozorenje: vaša lozinka će isteći kroz %d dana" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Upozorenje: vaša lozinka će isteći kroz %d dana" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS lozinka ne može biti promenjena." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Morate izabrati dužu lozinku" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Menjam lozinku za %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(trenutna) UNIX lozinka: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Morate duže sačekati na promenu lozinke" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Unesite novu UNIX lozinku: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Ponovo unesite novu UNIX lozinku: " diff --git a/po/sv.po b/po/sv.po index 6ac37bc7..f2ab514a 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-29 08:28+0000\n" "Last-Translator: Göran Uddeborg \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/fedora/language/" "sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...Tiden håller på att ta slut...\n" msgid "...Sorry, your time is up!\n" msgstr "...Tyvärr, din tid är ute!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "felaktig konversation (%d)\n" @@ -53,12 +53,12 @@ msgstr "Ange nytt %s%slösenord igen: " msgid "Sorry, passwords do not match." msgstr "Tyvärr, lösenorden stämmer inte överens." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Ange %s igen" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Ändring av lösenordet avbröts." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "innehåller användarnamnet i någon form" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Inget lösenord angivet" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Oförändrat lösenord" @@ -328,7 +328,7 @@ msgstr "" "Det har skett %d misslyckade inloggningsförsök sedan senaste korrekta " "inloggning." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "För många inloggningar för \"%s\"." @@ -369,18 +369,18 @@ msgstr "Du har gamla brev i katalogen %s." msgid "You have mail in folder %s." msgstr "Du har brev i katalogen %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Skapar katalogen \"%s\"." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Kunde inte skapa och initiera katalogen \"%s\"." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Lösenordet har redan används. Välj ett annat." @@ -414,17 +414,17 @@ msgstr "nivå:" msgid "Not a valid security context" msgstr "Inte en giltig säkerhetskontext" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Kan inte hämta giltig kontext för %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Säkerhetskontext %s tilldelad" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Nyckelskapandekontext %s tilldelad" @@ -461,38 +461,38 @@ msgstr "Ange nytt STRESS-lösenord igen: " msgid "Verification mis-typed; password unchanged" msgstr "Felskriven verifikation, lösenord oförändrat" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Kontot är temporärt låst (%ld sekunder kvar)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Kontot är låst på grund av %u misslyckade inloggningar" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Autentiseringsfel" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Tjänstefel" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Okänd användare" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Okänt fel" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Felaktigt nummer till --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Okänd flagga %s\n" @@ -504,17 +504,17 @@ msgid "" msgstr "" "%s: [--file absolut-filnamn] [--user användarnamn] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Kan inte ställa om alla användare till nollskilt värde\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Inloggning Misslyck Senaste fel Från\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -525,24 +525,24 @@ msgstr "" " [-u användarnamn] [--user användarnamn]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Åtkomst godkänd (senaste åtkomst var %ld sekunder sedan)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Ditt konto har gått ut. Kontakta din systemadministratör" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Du måste ändra ditt lösenord omedelbart (påtvingat av root)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Du måste ändra ditt lösenord omedelbart (lösenord för gammalt)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -550,36 +550,36 @@ msgstr[0] "Varning: ditt lösenord går ut om %d dag" msgstr[1] "Varning: ditt lösenord går ut om %d dagar" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Varning: ditt lösenord går ut om %d dagar" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS-lösenord kunde inte ändras." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Du måste välja ett längre lösenord" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Ändrar lösenord för %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(nuvarande) UNIX-lösenord: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Du måste vänta längre innan du kan ändra lösenord" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Ange nytt UNIX-lösenord: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Ange nytt UNIX-lösenord igen: " diff --git a/po/ta.po b/po/ta.po index ff534d0b..cb57c5a5 100644 --- a/po/ta.po +++ b/po/ta.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-10 14:40+0000\n" "Last-Translator: shkumar \n" "Language-Team: Tamil \n" +"Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "... நேரம் போய் கொண்டிருக்கிற msgid "...Sorry, your time is up!\n" msgstr "... உங்கள் நேரம் முடிந்தது!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "பிழையான உரையாடல் (%d)\n" @@ -53,12 +53,12 @@ msgstr "புதிய %s%spassword மீண்டும் உள்ளிட msgid "Sorry, passwords do not match." msgstr "கடவுச்சொல் பொருந்தவில்லை." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%sஐ மறு தட்டச்சு செய்" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "கடவுச்சொல் மாற்றம் கைவிடப்பட்டது." @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "சில வடிவல் பயனர் பெயரை கொண்டுள்ளது" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "கடவுச்சொல் கொடுக்கப்படவில்லை" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "கடவுச்சொல் மாற்றப்படவில்லை" @@ -322,7 +322,7 @@ msgstr[1] "கடைசி புகுபதிவிலிருந்து % msgid "There were %d failed login attempts since the last successful login." msgstr "கடைசி புகுபதிவிலிருந்து %d புகுபதிவு முயற்சி தோல்வியடைந்தன." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'க்கு பல புகுபதிவுகள் உள்ளன." @@ -363,18 +363,18 @@ msgstr "உங்களுக்கு %s அடைவில் பழைய அ msgid "You have mail in folder %s." msgstr "உங்களுக்கு %s அடைவில் அஞ்சல் உள்ளது." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "அடைவு '%s'ஐ உருவாக்குகிறது." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "அடைவு '%s'ஐ உருவாக்க மற்றும் துவக்க முடியவில்லை." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "கடவுச்சொல் ஏற்கனவே பயன்படுத்தப்பட்டது. வேறொன்றை பயன்படுத்தவும்." @@ -408,17 +408,17 @@ msgstr "நிலை:" msgid "Not a valid security context" msgstr "இது சரியான பாதுகாப்பு சூழல் இல்லை" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%sக்கு சரியான சூழல் பெற முடியவில்லை" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "பாதுகாப்பு சூழல் %s ஒதுக்கப்பட்டது" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "விசை உருவாக்க சூழல் %s ஒதுக்கப்பட்டுள்ளது" @@ -455,38 +455,38 @@ msgstr "புதிய STRESS கடவுச்சொல்லை மீண் msgid "Verification mis-typed; password unchanged" msgstr "உறுதிப்படுத்தல் முரண்பாடு; கடவுச்சொல் மாற்றப்படவில்லை" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "கணக்கு தற்காலிகமாக பூட்டப்பட்டுள்ளது (%ld விநாடிகள் உள்ளன)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u தோல்வி புகுபதிவுகளால் கணக்கு பூட்டப்பட்டுள்ளது" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "உரிம பிழை" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "சேவை பிழை" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "தெரியாத பயனர்" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "தெரியாத பிழை" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: தவறான எண் --reset= க்கு கொடுக்கப்பட்டுள்ளது\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: அங்கீகரிக்கப்படாத விருப்பம் %s\n" @@ -498,17 +498,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: பூஜ்ஜியமில்லாததற்கு அனைத்து பயனர்களையும் மறு அமைக்க முடியவில்லை\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "புகுபதிவு கடைசி தோல்வி தோல்வியடைந்தது இங்கிருந்து\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -519,24 +519,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "அணுகல் வழங்கப்பட்டது (கடைசி அணுகல் %ld விநாடிகளுக்கு முன்)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "உங்கள் கணக்கு முடிவுற்றது, உங்கள் கணினி நிர்வாகியை அணுகவும்" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "நீங்கள் உங்கள் கடவுச்சொல்லை உடனடியாக மாற்ற வேண்டும் (ரூட் வலியுறுத்துகிறது)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "நீங்கள் உங்கள் கடவுச்சொல்லை உடனடியாக மாற்ற வேண்டும் (கடவுச்சொல் மூப்பாகிவிட்டது)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -544,36 +544,36 @@ msgstr[0] "எச்சரிக்கை: கடவுச்சொல் %d ந msgstr[1] "எச்சரிக்கை: கடவுச்சொல் %d நாட்களில் முடிவுறும்" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "எச்சரிக்கை: கடவுச்சொல் %d நாட்களில் முடிவுறும்" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS கடவுச்சொல்லை மாற்ற முடியாது." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "நீங்கள் நீண்ட கடவுச்சொல்லை தேர்ந்தெடுக்க வேண்டும்" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%sக்கு கடவுச்சொல்லை மாற்றுகிறது." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(நடப்பு) UNIX கடவுச்சொல்: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "உங்கள் கடவுச்சொல்லை மாற்ற சிறிது காத்திருக்க வேண்டும்" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "புதிய UNIX கடவுச்சொல்லை உள்ளிடவும்: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "புதிய UNIX கடவுச்சொல்லை மீண்டும் உள்ளிடவும்: " diff --git a/po/te.po b/po/te.po index 7a293bcc..e1f4e8fd 100644 --- a/po/te.po +++ b/po/te.po @@ -9,15 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-04-30 11:58+0000\n" "Last-Translator: sudheesh001 \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/" "te/)\n" +"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -28,7 +28,7 @@ msgstr "...సమయం అయిపోతోంది...\n" msgid "...Sorry, your time is up!\n" msgstr "...క్షమించాలి, మీ సమయం అయిపోయింది!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "తప్పుడు సంభాషణలు (%d)\n" @@ -52,12 +52,12 @@ msgstr "కొత్త %s%sసంకేతపదమును మరలాటై msgid "Sorry, passwords do not match." msgstr "క్షమించాలి, సంకేతపదము సరిపోలలేదు." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "తిరిగిటైపుచేయి %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "సంకేతపదము మార్పు తప్పించబడింది" @@ -244,12 +244,12 @@ msgid "contains the user name in some form" msgstr "ఒకరకంగా వినియోగదారి నామమును కలిగివుంది" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "ఎటువంటి సంకేతపదము యివ్వలేదు" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "సంకేతపదము మార్చలేదు" @@ -321,7 +321,7 @@ msgstr[1] "చివరి సమర్ధవంతపు లాగిన్‌ msgid "There were %d failed login attempts since the last successful login." msgstr "చివరి సమర్ధవంతపు లాగిన్‌నుండి ఆక్కడ %d విఫల లాగిన్ ప్రయత్నాలు వున్నాయి." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s' కొరకు మరీయెక్కువ లాగిన్‌లు" @@ -362,18 +362,18 @@ msgstr "మీరు ఫోల్డరు %sనందు పాతమెయి msgid "You have mail in folder %s." msgstr "మీరు ఫోల్డరు %sనందు మెయిల్‌ను కలిగివున్నారు." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "డెరెక్టరీ '%s' సృష్టించుట." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "డైరెక్టరీ %sను సృష్టించలేక పోయింది మరియు సిద్దీకరించలేక పోయింది." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "సంకేతపదము యిప్పటికే వుపయోగించబడింది. మరియొకదానిని యెంచుకొనుము." @@ -407,17 +407,17 @@ msgstr "స్థాయి:" msgid "Not a valid security context" msgstr "విలువైన రక్షణ సందర్భముకాదు" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s కొరకు విలువైన సందర్భమును పొందలేకపోయింది" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "రక్షణ సందర్భము %s అప్పగించబడింది" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "కీ సృష్టీకరణ సందర్భము %s అప్పగించబడింది" @@ -454,38 +454,38 @@ msgstr "కొత్త STRESS సంకేతపదమును తిరిగ msgid "Verification mis-typed; password unchanged" msgstr "తప్పుగా-చేసినటైపు నిర్ధారణ; సంకేతపదము మార్చబడలేదు" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "ఖాతా తాత్కాలికంగా లాక్‌చేయబడింది (%ld సెకనులు మిగిలినవి)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "%u లాగిన్‌ల వైఫల్యం కారణంగా ఖాతా లాక్అయింది" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "దృవీకరణం దోషము" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "సేవ దోషము" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "తెలియని వినియోగదారి" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "తెలియని దోషము" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s:చెడ్డ సంఖ్య యివ్వబడింది --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: గుర్తించని ఐచ్చికము %s\n" @@ -497,17 +497,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: వినియోగదారులనందరిని సున్నా-కానిదానికి తిరిగివుంచలేము\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "లాగిన్ విఫలమైంది సరికొత్త వైఫల్యం దీనినుండి\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -518,24 +518,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "యాక్సిస్ యివ్వబడింది (చివరిగా యాక్సిస్ చేసినది %ld సెకనుల క్రితం)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "మీ ఖాతా కాలముతీరినది; దయచేసి మీ సిస్టమ్ నిర్వాహకుడిని సంప్రదించండి" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "మీరు మీ సంకేతపదమును తక్షణమే మార్చవలసివుంది (root enforced)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "మీరు మీ సంకేతపదమును తక్షణమే మార్చవలసివుంది (password aged)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -543,36 +543,36 @@ msgstr[0] "హెచ్చరిక: మీ సంకేతపదము %d ర msgstr[1] "హెచ్చరిక: మీ సంకేతపదము %d రోజులలో కాలముతీరుతుంది" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "హెచ్చరిక: మీ సంకేతపదము %d రోజులలో కాలముతీరుతుంది" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS సంకేతపదము మార్చబడ లేకపోయింది." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "మీరు తప్పక పొడవాటి సంకేతపదమును యెంచుకొనవలెను." -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s కొరకు సంకేతపదమును మార్చుతోంది" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(ప్రస్తుత) UNIX సంకేతపదము: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "మీ సంకేతపదమును మార్చుటకు మీరు ఎక్కువసేపు వేచివుండాలి" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "కొత్త UNIX సంకేతపదమును ప్రవేశపెట్టుము: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "కొత్త UNIX సంకేతపదమును తిరిగిటైపు చేయుము: " diff --git a/po/tg.po b/po/tg.po index b31da24a..ed9b853a 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik (http://www.transifex.com/projects/p/fedora/language/" "tg/)\n" +"Language: tg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -50,12 +50,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -319,7 +319,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -360,18 +360,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -494,17 +494,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -512,24 +512,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -537,36 +537,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/tr.po b/po/tr.po index c0f2ea28..e69260f9 100644 --- a/po/tr.po +++ b/po/tr.po @@ -12,15 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2013-01-08 21:22+0000\n" "Last-Translator: ismail yenigül \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/fedora/language/" "tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: libpam_misc/misc_conv.c:33 @@ -31,7 +31,7 @@ msgstr "...Zaman geçiyor...\n" msgid "...Sorry, your time is up!\n" msgstr "...Üzgünüm, süreniz doldu!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "hatalı etkileşim (%d)\n" @@ -55,12 +55,12 @@ msgstr "Yeni %s%sparolasını tekrar girin: " msgid "Sorry, passwords do not match." msgstr "Üzgünüm, parolalar birbirine uymuyor." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "%s'i tekrar girin" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Parola değişimi iptal edildi." @@ -247,12 +247,12 @@ msgid "contains the user name in some form" msgstr "kullanıcı adını bir biçimde içeriyor" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Parola girilmedi" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Parola değiştirilmedi" @@ -327,7 +327,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Son başarılı girişten itibaren %d başarısız kimlik doğrulama girişimi oldu." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "%s için çok fazla giriş." @@ -368,18 +368,18 @@ msgstr "%s dizininde eski/okunmuş iletiniz var." msgid "You have mail in folder %s." msgstr "%s dizininde iletiniz var." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "%s dizini oluşturuluyor." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "%s dizini oluşturulamadı." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Parola kullanımda. Lütfen başka bir parola seçin." @@ -413,17 +413,17 @@ msgstr "seviye:" msgid "Not a valid security context" msgstr "Geçerli bir güvenlik bağlamı değil" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "%s için geçerli bir bağlam alınamadı" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Güvenlik Bağlamı %s Atandı" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Anahtar Oluşturma Bağlamı %s Atandı" @@ -460,38 +460,38 @@ msgstr "Yeni STRESS parolasını tekrar girin: " msgid "Verification mis-typed; password unchanged" msgstr "Doğrulama hatalı; parola değiştirilmedi" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Hesap geçici bir süre kilitlendi (%ld saniye kaldı)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Hesap %u başarısız giriş yüzünden kilitlendi" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Yetkilendirme hatası" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Servis hatası" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Bilinmeyen kullanıcı" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Bilinmeyen hata" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: --reset argümanına geçersiz sayı verildi\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Tanınmayan seçenek %s\n" @@ -503,17 +503,17 @@ msgid "" msgstr "" "%s: [--file DosyanınTamYolu] [--user KullanıcıAdı] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Tüm kullanıcılara sıfır olmayan bir değer atanamadı\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Giriş Hatalar Son hata Kim\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -524,24 +524,24 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Erişim izni verildi (son erişim %ld saniye önceydi)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "Hesabınızın süresi doldu; lütfen sistem yöneticinizle bağlantıya geçin" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Parolanızı en kısa sürede değiştirmeniz gerekiyor (yönetici baskıs)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Parolanızı en kısa sürede değiştirmeniz gerekiyor (parola eski)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -549,36 +549,36 @@ msgstr[0] "Uyarı: şifreniz %d gün içerisinde süresi dolacaktır." msgstr[1] "Uyarı: şifreniz %d gün içerisinde süresi dolacaktır." #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Uyarı: Parolanız %d gün içinde geçerliliğini yitirecek" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS parolası değiştirilemiyor" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Daha uzun bir parola girmelisiniz" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "%s kullanıcısının parolası değiştiriliyor." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(geçerli) parola: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Parolanızı değiştirmek için daha sonra denemelisiniz" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Yeni parolayı girin: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Yeni parolayı tekrar girin: " diff --git a/po/uk.po b/po/uk.po index e7a8d943..5f1ade34 100644 --- a/po/uk.po +++ b/po/uk.po @@ -9,16 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-12 17:39+0000\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: libpam_misc/misc_conv.c:33 msgid "...Time is running out...\n" @@ -28,7 +28,7 @@ msgstr "...Час закінчується...\n" msgid "...Sorry, your time is up!\n" msgstr "...Вибачте, ваш час закінчився!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "помилкова розмова (%d)\n" @@ -52,12 +52,12 @@ msgstr "Повторіть новий пароль %s%s: " msgid "Sorry, passwords do not match." msgstr "Вибачте, паролі не збігаються." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Повторне введення %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Зміну пароля перервано." @@ -244,12 +244,12 @@ msgid "contains the user name in some form" msgstr "містить ім’я користувача з форми" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Пароль не встановлено" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Пароль не змінено" @@ -330,7 +330,7 @@ msgstr "" "Після останнього успішного входу було виконано %d спроби входу, які " "завершилися помилками." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Забагато входів в для «%s»." @@ -371,18 +371,18 @@ msgstr "У теці %s є старі поштові повідомлення." msgid "You have mail in folder %s." msgstr "У теці %s є поштові повідомлення." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Створення каталогу «%s»." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Не вдалося створити і ініціалізувати каталог «%s»." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Цей пароль вже використано. Виберіть інший." @@ -416,17 +416,17 @@ msgstr "рівень:" msgid "Not a valid security context" msgstr "Непридатний контекст безпеки" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Не вдалося отримати коректний контекст для %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Призначено контекст безпеки %s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Призначено контекст створення ключів %s" @@ -463,38 +463,38 @@ msgstr "Повторіть новий пароль STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Перевірку не пройдено; пароль не змінено" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Обліковий запис тимчасово заблоковано (ще на %ld секунд)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Обліковий запис заблоковано через %u помилок під час спроби входу" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Помилка розпізнавання" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Помилка служби" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Невідомий користувач" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Невідома помилка" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: вказано помилкове число --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: нерозпізнано параметр %s\n" @@ -504,20 +504,20 @@ msgstr "%s: нерозпізнано параметр %s\n" msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -"%s: [--file назва-файла-користувача-root] [--user ім'я користувача] [--reset" -"[=n]] [--quiet]\n" +"%s: [--file назва-файла-користувача-root] [--user ім'я користувача] [--" +"reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: не вдається відновити ненульове значення для всіх користувачів\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Користувач Помилок Остання помилка З\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -528,26 +528,26 @@ msgstr "" " [-u користувач] [--user користувач]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Надано доступ (остання спроба доступу сталася %ld секунд тому)." -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Ваш обліковий запис застарів, будь ласка, зверніться до вашого системного " "адміністратора" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Вам необхідно негайно змінити пароль (вимога адміністратора)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Вам необхідно негайно змінити пароль (поточний пароль застарів)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -556,36 +556,36 @@ msgstr[1] "Попередження: ваш пароль застаріє за % msgstr[2] "Попередження: ваш пароль застаріє за %d днів" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Попередження: ваш пароль застаріє за %d днів" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Не вдалося змінити пароль NIS." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Вам слід вибрати довший пароль" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Зміна пароля %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(поточний) пароль UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Ви повинні зачекати, щоб змінити ваш пароль" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Введіть новий пароль UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Повторіть новий пароль UNIX: " diff --git a/po/ur.po b/po/ur.po index 8c573dcc..3cb3ed23 100644 --- a/po/ur.po +++ b/po/ur.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Urdu \n" +"Language: ur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -318,7 +318,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -359,18 +359,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -404,17 +404,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -451,38 +451,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -493,17 +493,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -511,24 +511,24 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -536,36 +536,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/vi.po b/po/vi.po index 902fb1be..1b5ddb80 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-11-30 11:03+0000\n" "Last-Translator: mattheu_9x \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/fedora/" "language/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -27,7 +27,7 @@ msgstr "...Thời gian đang dần hết...\n" msgid "...Sorry, your time is up!\n" msgstr "...Xin lỗi, đã hết thời gian!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "hội thoại sai (%d)\n" @@ -51,12 +51,12 @@ msgstr "Nhập lại mật khẩu %s%s mới: " msgid "Sorry, passwords do not match." msgstr "Xin lỗi, mật khẩu không khớp." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "Nhập lại %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "Hủy bỏ việc thay đổi mật khẩu." @@ -244,12 +244,12 @@ msgid "contains the user name in some form" msgstr "chứa tên user trong một số biểu mẫu" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Không có mật khẩu được cung cấp" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Chưa thay đổi mật khẩu" @@ -322,7 +322,7 @@ msgid "There were %d failed login attempts since the last successful login." msgstr "" "Có %d lần đăng nhập không thành công kể từ lần đăng nhập thành công trước." -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Quá nhiều lần đăng nhập cho '%s'." @@ -363,18 +363,18 @@ msgstr "Bạn có thư cũ trong thư mục %s." msgid "You have mail in folder %s." msgstr "Bạn có thư trong thư mục %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "Tạo thư mục '%s'." -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "Không thể khởi tạo thư mục '%s'." #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Mật khẩu đã được dùng. Hãy chọn mật khẩu khác." @@ -409,17 +409,17 @@ msgstr "trình độ:" msgid "Not a valid security context" msgstr "Không phải là một bối cảnh an ninh hợp lệ" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "Không thể có được bối cảnh hợp lệ cho %s" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Bối cảnh an ninh %s Giao" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "Sáng tạo Context phím %s Giao" @@ -456,38 +456,38 @@ msgstr "Nhập lại mật khẩu mới căng thẳng: " msgid "Verification mis-typed; password unchanged" msgstr "Mã xác nhận mis-đánh máy; mật khẩu không thay đổi" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "Tài khoản tạm thời bị khóa (%ld giây còn lại)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "Tài khoản bị khóa do đăng nhập %u không thành công" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Xác thực lỗi" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Lỗi dịch vụ" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Người dùng không rõ" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Lỗi không rõ" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Xấu số cho --cài lại=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Được thừa nhận lựa chọn%s\n" @@ -500,17 +500,17 @@ msgstr "" "%s: [- tập bắt rễ-filename] [- người sử dụng tên người dùng] [- đặt lại [= " "n]] [- yên tĩnh]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: Không thể thiết lập lại tất cả các người dùng khác không\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Đang nhập Thất bại Thất bại cuốie Từ \n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -521,62 +521,62 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "Được phép truy cập (lần truy cập trước %ld giây trước)" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "Tài khoản của bạn đã hết hạn dùng: hãy liên lạc với nhà quản trị hệ thống" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "Bạn phải thay đổi ngay mật khẩu (người chủ ép buộc)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "Bạn phải thay đổi ngay mật khẩu (mật khẩu quá cũ)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "Cảnh báo: mật khẩu của bạn sẽ hết hạn trong %d ngày" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "Cảnh báo: mật khẩu của bạn sẽ hết hạn trong %d ngày" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "NIS mật khẩu không thể được thay đổi." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Bạn phải chọn mật khẩu dài hơn" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "Thay đổi mật khẩu cho %s." -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "hiện hành UNIX mật khẩu: " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Bạn phải đợi thêm nữa, để thay đổi mật khẩu" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Nhập mật khẩu UNIX mới: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Nhập lại mật khẩu UNIX mới: " diff --git a/po/zh_CN.po b/po/zh_CN.po index 9374f90c..bb2b7756 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-24 06:31+0000\n" "Last-Translator: Christopher Meng \n" "Language-Team: Chinese (China) \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -29,7 +29,7 @@ msgstr "...时间即将耗尽...\n" msgid "...Sorry, your time is up!\n" msgstr "...对不起,您的时间已经耗尽!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "有错误的转换 (%d)\n" @@ -53,12 +53,12 @@ msgstr "重新输入新的 %s%s密码:" msgid "Sorry, passwords do not match." msgstr "抱歉,密码不匹配。" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "重新输入 %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "密码更改取消。" @@ -245,12 +245,12 @@ msgid "contains the user name in some form" msgstr "以某些形式包含用户名" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "密码未提供" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "密码未更改" @@ -321,7 +321,7 @@ msgstr[0] "最有一次成功登录后有 %d 次失败的登录尝试。" msgid "There were %d failed login attempts since the last successful login." msgstr "最有一次成功登录后有 %d 次失败的登录尝试。" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "'%s'登录过多。" @@ -362,18 +362,18 @@ msgstr "您在文件夹 %s 中有旧邮件。" msgid "You have mail in folder %s." msgstr "您在文件夹 %s 中有邮件。" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "创建目录 '%s'。" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "无法创建和初始化目录 '%s'。" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "密码已使用。请选择其他密码。" @@ -407,17 +407,17 @@ msgstr "级别:" msgid "Not a valid security context" msgstr "不是有效的安全性环境" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "无法为 %s 获得有效环境" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "已指派安全性环境 %s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "已分配密钥生成环境 %s" @@ -454,38 +454,38 @@ msgstr "重新输入新的 STRESS 密码:" msgid "Verification mis-typed; password unchanged" msgstr "校验类型错误;密码未更改" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "帐户暂时锁住(还有 %ld 秒)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "因为 %u 失败登录而锁定帐户" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "鉴定错误" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "服务错误" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "未知的用户" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "未知的错误" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: 给定的数字无效 --重设置=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: 未识别的选项 %s\n" @@ -496,17 +496,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "%s: [--文件 根文件名] [--用户 用户名] [--重设置[=n]] [--安静]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: 无法将所有用户重设置为非零\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Failures Latest failure From\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -517,60 +517,60 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "可以访问(上次访问是 %ld 秒之前)。" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "您的帐户已失效;请与系统管理员取得联系" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "您需要立即更改密码(root 强制)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "您需要立即更改密码(密码过期)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "警告:您的密码将在 %d 天后过期" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "警告:您的密码将在 %d 天后过期" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "无法更改 NIS 密码。" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "必须选择更长的密码" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "为 %s 更改 STRESS 密码。" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(当前)UNIX 密码:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "您必须等待更长时间以更改密码" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "输入新的 UNIX 密码:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "重新输入新的 UNIX 密码:" diff --git a/po/zh_HK.po b/po/zh_HK.po index 3bd2ede7..90e9919b 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" +"Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "" msgid "...Sorry, your time is up!\n" msgstr "" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, passwords do not match." msgstr "" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "" @@ -317,7 +317,7 @@ msgstr[0] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "" @@ -358,18 +358,18 @@ msgstr "" msgid "You have mail in folder %s." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "" @@ -403,17 +403,17 @@ msgstr "" msgid "Not a valid security context" msgstr "" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -450,38 +450,38 @@ msgstr "" msgid "Verification mis-typed; password unchanged" msgstr "" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "" @@ -492,17 +492,17 @@ msgid "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -510,60 +510,60 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index d30a10a5..a2d0adb7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2012-12-16 08:46+0000\n" "Last-Translator: Cheng-Chia Tseng \n" "Language-Team: Chinese (Taiwan) \n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libpam_misc/misc_conv.c:33 @@ -26,7 +26,7 @@ msgstr "...時間已經超過...\n" msgid "...Sorry, your time is up!\n" msgstr "...抱歉,您的時間已到!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "錯誤的交談 (%d)\n" @@ -50,12 +50,12 @@ msgstr "再次輸入新的 %s%s密碼:" msgid "Sorry, passwords do not match." msgstr "抱歉,密碼不符合。" -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "重新輸入 %s" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "已終止密碼變更作業。" @@ -242,12 +242,12 @@ msgid "contains the user name in some form" msgstr "包含了某些格式的用戶名稱" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "未提供密碼" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "密碼未變更" @@ -318,7 +318,7 @@ msgstr[0] "自上次成功登入後,有 %d 次試圖登入但失敗的紀錄 msgid "There were %d failed login attempts since the last successful login." msgstr "自從上次成功登入後有 %d 次嘗試登入失敗。" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "對 '%s' 進行太多次登入。" @@ -359,18 +359,18 @@ msgstr "資料夾 %s 中有您的舊郵件。" msgid "You have mail in folder %s." msgstr "資料夾 %s 中有您的郵件。" -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "建立目錄「%s」。" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "無法建立和初始化「%s」目錄。" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "密碼已經由其他使用者使用。請選擇其他密碼。" @@ -404,17 +404,17 @@ msgstr "層級:" msgid "Not a valid security context" msgstr "不是有效的安全網路位置" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "無法取得 %s 的有效 context" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "已指定安全網路位置 %s" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "已指建置金鑰的定安全網路位置 %s" @@ -451,38 +451,38 @@ msgstr "再次輸入新的 STRESS 密碼:" msgid "Verification mis-typed; password unchanged" msgstr "確認錯誤輸入;密碼未變更" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "帳號暫時被鎖住(還剩下 %ld 秒)" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "因為嘗試登入 %u 次失敗,帳號已被封鎖" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "驗證錯誤" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "服務錯誤" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "未知的使用者" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "未知的錯誤" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: 不良的號碼提供至 --reset=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: 未識別的選項 %s\n" @@ -494,17 +494,17 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "%s: 無法將所有使用者重新設定為非零\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "Login Failures Latest failure From\n" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -515,60 +515,60 @@ msgstr "" " [-u username] [--user username]\n" " [-r] [--reset[=n]] [--quiet]\n" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "已賦予存取權限(最後一次存取為 %ld 秒前)。" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "您的帳戶已經逾期,請洽詢您的系統管理員" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "您必須立刻變更您的密碼 (root 強制執行)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "您必須立刻變更您的密碼 (密碼使用過久)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" msgstr[0] "警告:您的密碼將於 %d 天內過期" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "警告:您的密碼將在 %d 天之後過期。" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "無法變更 NIS 密碼。" -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "您必須選擇更長的密碼" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "正在更改 %s 的 STRESS 密碼。" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "(目前的)UNIX 密碼:" -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "您必須久候,以更改您的密碼" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "輸入新的 UNIX 密碼:" -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "再次輸入新的 UNIX 密碼:" diff --git a/po/zu.po b/po/zu.po index 377a9efa..20424175 100644 --- a/po/zu.po +++ b/po/zu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2013-09-19 10:02+0200\n" +"POT-Creation-Date: 2015-03-25 16:52+0100\n" "PO-Revision-Date: 2011-11-30 11:57+0000\n" "Last-Translator: Tomáš Mráz \n" "Language-Team: LANGUAGE \n" +"Language: zu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zu\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: libpam_misc/misc_conv.c:33 @@ -25,7 +25,7 @@ msgstr "...Isikhathi siyaphela...\n" msgid "...Sorry, your time is up!\n" msgstr "...Uxolo, isikhathi sakho sesiphelile!\n" -#: libpam_misc/misc_conv.c:342 +#: libpam_misc/misc_conv.c:346 #, c-format msgid "erroneous conversation (%d)\n" msgstr "ingxoxo enephutha (%d)\n" @@ -49,12 +49,12 @@ msgstr "Thayipha kabusha %s%siphasiwedi entsha: " msgid "Sorry, passwords do not match." msgstr "Uxolo, amaphasiwedi awahambelani." -#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:211 +#: libpam/pam_get_authtok.c:135 libpam/pam_get_authtok.c:212 #, c-format msgid "Retype %s" msgstr "" -#: libpam/pam_get_authtok.c:155 libpam/pam_get_authtok.c:227 +#: libpam/pam_get_authtok.c:156 libpam/pam_get_authtok.c:228 msgid "Password change aborted." msgstr "" @@ -241,12 +241,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "No password supplied" msgstr "Ayikho iphasiwedi enikeziwe" #: modules/pam_cracklib/pam_cracklib.c:701 -#: modules/pam_unix/pam_unix_passwd.c:496 +#: modules/pam_unix/pam_unix_passwd.c:494 msgid "Password unchanged" msgstr "Iphasiwedi ayishintshwanga" @@ -318,7 +318,7 @@ msgstr[1] "" msgid "There were %d failed login attempts since the last successful login." msgstr "" -#: modules/pam_limits/pam_limits.c:1079 +#: modules/pam_limits/pam_limits.c:1091 #, c-format msgid "Too many logins for '%s'." msgstr "Kuningi kakhulu ukungena kwi- '%s' osekwenziwe." @@ -359,18 +359,18 @@ msgstr "Unemeyili endala kwifolda %s." msgid "You have mail in folder %s." msgstr "Unemeyili kwifolda %s." -#: modules/pam_mkhomedir/pam_mkhomedir.c:113 +#: modules/pam_mkhomedir/pam_mkhomedir.c:111 #, c-format msgid "Creating directory '%s'." msgstr "" -#: modules/pam_mkhomedir/pam_mkhomedir.c:183 +#: modules/pam_mkhomedir/pam_mkhomedir.c:176 #, c-format msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:517 +#: modules/pam_unix/pam_unix_passwd.c:515 msgid "Password has been already used. Choose another." msgstr "Le phasiwedi isetshenziswa ngothile. Khetha enye." @@ -405,17 +405,17 @@ msgstr "" msgid "Not a valid security context" msgstr "Akuyona indawo yokuphepha esemthethweni" -#: modules/pam_selinux/pam_selinux.c:539 +#: modules/pam_selinux/pam_selinux.c:544 #, c-format msgid "Unable to get valid context for %s" msgstr "" -#: modules/pam_selinux/pam_selinux.c:658 +#: modules/pam_selinux/pam_selinux.c:663 #, c-format msgid "Security Context %s Assigned" msgstr "Indawo %s Yokuphepha Yabelwe" -#: modules/pam_selinux/pam_selinux.c:674 +#: modules/pam_selinux/pam_selinux.c:679 #, c-format msgid "Key Creation Context %s Assigned" msgstr "" @@ -452,38 +452,38 @@ msgstr "Thayipha iphasiwedi entsha ye-STRESS: " msgid "Verification mis-typed; password unchanged" msgstr "Ukufakazela akuthayiphiwanga kahle; iphasiwedi ayishintshwanga" -#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:599 +#: modules/pam_tally/pam_tally.c:541 modules/pam_tally2/pam_tally2.c:596 #, c-format msgid "Account temporary locked (%ld seconds left)" msgstr "" -#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:578 +#: modules/pam_tally/pam_tally.c:566 modules/pam_tally2/pam_tally2.c:575 #, c-format msgid "Account locked due to %u failed logins" msgstr "" -#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:887 +#: modules/pam_tally/pam_tally.c:777 modules/pam_tally2/pam_tally2.c:884 msgid "Authentication error" msgstr "Iphutha lokugunyaza" -#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:888 +#: modules/pam_tally/pam_tally.c:778 modules/pam_tally2/pam_tally2.c:885 msgid "Service error" msgstr "Iphutha lesevisi" -#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:889 +#: modules/pam_tally/pam_tally.c:779 modules/pam_tally2/pam_tally2.c:886 msgid "Unknown user" msgstr "Umsebenzisi ongaziwa" -#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:890 +#: modules/pam_tally/pam_tally.c:780 modules/pam_tally2/pam_tally2.c:887 msgid "Unknown error" msgstr "Iphutha elingaziwa" -#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:909 +#: modules/pam_tally/pam_tally.c:796 modules/pam_tally2/pam_tally2.c:906 #, c-format msgid "%s: Bad number given to --reset=\n" msgstr "%s: Inombolo eyiphutha enikeziwe ukuba --uqale kabusha=\n" -#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:913 +#: modules/pam_tally/pam_tally.c:800 modules/pam_tally2/pam_tally2.c:910 #, c-format msgid "%s: Unrecognised option %s\n" msgstr "%s: Okukhethile okungaziwa %s\n" @@ -495,19 +495,19 @@ msgid "" msgstr "" "%s: [--file rooted-filename] [--user username] [--reset[=n]] [--quiet]\n" -#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1039 +#: modules/pam_tally/pam_tally.c:886 modules/pam_tally2/pam_tally2.c:1036 #, c-format msgid "%s: Can't reset all users to non-zero\n" msgstr "" "%s: Ayikwazi ukusetha kabusha bonke abasebenzisi ibase enombolweni ongelona " "iqanda\n" -#: modules/pam_tally2/pam_tally2.c:940 +#: modules/pam_tally2/pam_tally2.c:937 #, c-format msgid "Login Failures Latest failure From\n" msgstr "" -#: modules/pam_tally2/pam_tally2.c:956 +#: modules/pam_tally2/pam_tally2.c:953 #, c-format msgid "" "%s: [-f rooted-filename] [--file rooted-filename]\n" @@ -515,29 +515,29 @@ msgid "" " [-r] [--reset[=n]] [--quiet]\n" msgstr "" -#: modules/pam_timestamp/pam_timestamp.c:345 +#: modules/pam_timestamp/pam_timestamp.c:357 #, c-format msgid "Access granted (last access was %ld seconds ago)." msgstr "" -#: modules/pam_unix/pam_unix_acct.c:247 modules/pam_unix/pam_unix_acct.c:269 +#: modules/pam_unix/pam_unix_acct.c:244 modules/pam_unix/pam_unix_acct.c:266 msgid "Your account has expired; please contact your system administrator" msgstr "" "I-akhawunti yakho isiphelelwe isikhathi, sicela uthintana nomqondisi " "wesistimu yakho" -#: modules/pam_unix/pam_unix_acct.c:255 +#: modules/pam_unix/pam_unix_acct.c:252 msgid "You are required to change your password immediately (root enforced)" msgstr "" "Kudingeka ukuba ushintshe iphasiwedi yakho ngokushesha (iphoqelelwa " "ngumqondisi)" -#: modules/pam_unix/pam_unix_acct.c:261 +#: modules/pam_unix/pam_unix_acct.c:258 msgid "You are required to change your password immediately (password aged)" msgstr "" "Kudingeka ukuba ushintshe iphasiwedi yakho ngokushesha (iphasiwedi indala)" -#: modules/pam_unix/pam_unix_acct.c:282 modules/pam_unix/pam_unix_acct.c:289 +#: modules/pam_unix/pam_unix_acct.c:279 modules/pam_unix/pam_unix_acct.c:286 #, c-format msgid "Warning: your password will expire in %d day" msgid_plural "Warning: your password will expire in %d days" @@ -545,36 +545,36 @@ msgstr[0] "" msgstr[1] "" #. TRANSLATORS: only used if dngettext is not supported -#: modules/pam_unix/pam_unix_acct.c:294 +#: modules/pam_unix/pam_unix_acct.c:291 #, c-format msgid "Warning: your password will expire in %d days" msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:398 +#: modules/pam_unix/pam_unix_passwd.c:396 msgid "NIS password could not be changed." msgstr "Iphasiwedi ye-NIS ayivumanga ukushintshwa." -#: modules/pam_unix/pam_unix_passwd.c:513 +#: modules/pam_unix/pam_unix_passwd.c:511 msgid "You must choose a longer password" msgstr "Kumelwe ukhethe iphasiwedi ethe ukuba yinjana" -#: modules/pam_unix/pam_unix_passwd.c:619 +#: modules/pam_unix/pam_unix_passwd.c:618 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:630 +#: modules/pam_unix/pam_unix_passwd.c:629 msgid "(current) UNIX password: " msgstr "Iphasiwedi ye-UNIX (yamanje): " -#: modules/pam_unix/pam_unix_passwd.c:665 +#: modules/pam_unix/pam_unix_passwd.c:664 msgid "You must wait longer to change your password" msgstr "Kumelwe ulinde isikhashana ukuze ushintshe iphasiwedi yakho" -#: modules/pam_unix/pam_unix_passwd.c:725 +#: modules/pam_unix/pam_unix_passwd.c:724 msgid "Enter new UNIX password: " msgstr "Faka iphasiwedi entsha ye-UNIX: " -#: modules/pam_unix/pam_unix_passwd.c:726 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "Retype new UNIX password: " msgstr "Thayipha iphasiwedi entsha ye-UNIX: " -- cgit v1.2.3