From 575b4104b786a607b67e3083bb8ff2559ade3830 Mon Sep 17 00:00:00 2001 From: mitr Date: Jan 09 2008 10:21:50 +0000 Subject: 2008-01-09 Miloslav Trmač * configure.in: Version 0.56.7. * NEWS: Update. * Makefile.am (lib_libuser_la_LDFLAGS): Update version info. --- diff --git a/ChangeLog b/ChangeLog index 10dc468..320eb54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-01-09 Miloslav Trmač + * configure.in: Version 0.56.7. + * NEWS: Update. + * Makefile.am (lib_libuser_la_LDFLAGS): Update version info. + * lib/common.c: New file, moving most code from modules/default.-c. (lu_common_user_default, lu_common_group_default) (lu_common_suser_default, lu_common_sgroup_default): Make public. diff --git a/Makefile.am b/Makefile.am index d4f9902..35f8a8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -148,7 +148,7 @@ lib_libuser_la_SOURCES = lib/common.c lib/config.c lib/entity.c lib/error.c \ lib_libuser_la_CPPFLAGS = $(GMODULE_CFLAGS) -Ilib $(LOCALEDIR_CPPFLAGS) \ -DMODULEDIR='"$(pkglibdir)"' -DSYSCONFDIR='"$(sysconfdir)"' lib_libuser_la_LDFLAGS = $(GMODULE_LIBS) $(CRYPT_LIBS) $(SELINUX_LIBS) \ - -version-info 2:10:1 + -version-info 3:0:2 lib_libuser_la_LIBADD = $(LTLIBINTL) modules_libuser_files_la_SOURCES = modules/files.c diff --git a/NEWS b/NEWS index 50a9ef2..7096047 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.56.7 +* Fix a crash with disabled SELinux +* Add support for SHA256 and SHA512 in password hashes. +* Fix file locking on some architectures +* Remove default.-c, moving the provided functions to libuser proper. + 0.56.6 * Set SELinux file contexts when creating home directories and preserve them when moving home directories diff --git a/configure.in b/configure.in index 0c260b2..fb8951c 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([libuser], [0.56.6]) +AC_INIT([libuser], [0.56.7]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR([lib/user.c]) AC_CONFIG_AUX_DIR([admin]) diff --git a/po/ar.po b/po/ar.po index 58bd2c3..df79cda 100644 --- a/po/ar.po +++ b/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ar\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-01-12 09:34+0200\n" "Last-Translator: Ali Ghareb \n" "Language-Team: Arabic \n" @@ -25,7 +25,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "خطأ في قراءة ´%s´. %s" @@ -36,13 +36,13 @@ msgid "Error creating `%s': %s" msgstr "خطأ في إنشاء ´%s´. %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, fuzzy, c-format msgid "Error changing owner of `%s': %s" msgstr "خطأ في انشاء المجموعة `%s': %s\n" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, fuzzy, c-format msgid "Error writing `%s': %s" msgstr "خطأ في إنشاء ´%s´. %s" @@ -728,92 +728,92 @@ msgstr "المجموعة ليست لديها اسم أو رقم تعريف" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "خطأ في قفل الملف: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "تعذّر ضبط سياق أمان افتراضي: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "تعذّر الحصول على سياق الأمان لـ `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "تعذّر ضبط سياق أمان افتراضي إلى `%s': %s " -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "تعذّر الحصول على سياق الأمان لـ `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "لم يمكن فتح ´%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "لم يمكن استعلام وضع `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "خطأ في إنشاء ´%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "الملف الاحتياطي ´%s' موجود مسبقاً وغير اعتيادي" -#: modules/files.c:231 +#: modules/files.c:230 #, fuzzy msgid "backup file size mismatch" msgstr "عدم التوافق في نسخة المكتبة/الوحدة" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "لم يمكن القراءة من ´%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "المُدخل موجود مسبقاً في الملف" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "لم يمكن الكتابة إلى ´%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "كائن الكينونة ليس له خاصّيّة %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "خطأ في تشفير كلمة المرور" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "لم يتمّ التّنفيذ بصلاحيات المستخدم الخارق" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "لا يوجد ملف shadow -- جاري التعطيل" @@ -875,104 +875,104 @@ msgstr "المدير الرئيسي لكِرْبِروس" msgid "Kerberos Password for Admin Principal" msgstr "كلمة مرور كِرْبِروس للمدير الرئيسي" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "خطأ في ابتداء مكتبة ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "لم يمكن وضع بروتوكول LDAP للنسخة %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "لم يمكن مفاوضة TLS مع خادم LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "لم يُمكن الرّبط بخادم LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "تعذّر الرّبط بخادم LDAP، المحاولة الأولى كـ `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "لم يحتوي كائن المستخدم على خاصّيّة %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "كائن المستخدم تمّ إنشاءه دون `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "خطأ في إنشاء مُدخل لدليل LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "خطأ في تعديل المُدخل لدليل LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "خطأ في إعادة تسمية المُدخل لدليل LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "لم يحتوي الكائن على خاصّيّة %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "خطأ في حذف المُدخل لدليل LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "لا يحتوي الكائن على خاصّيّة %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "لا وجود لهذا الكائن في دليل LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "لم يعثر على الخاصّيّة ´%s´" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "خطأ في وضع كلمة مرور في دليل LDAP لـ%s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "اسم خادم LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "الاسم المُميِّز (DN) الأساسي لبحث LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "الاسم المُميِّز (DN) لـLDAP Bind" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "كلمة مرور LDAP Bind" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "مستخدم LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "مستخدم توثيق LDAP SASL" diff --git a/po/bg.po b/po/bg.po index c17ad16..1e992cc 100644 --- a/po/bg.po +++ b/po/bg.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-03-28 14:09+0300\n" "Last-Translator: Doncho N. Gunchev \n" "Language-Team: Bulgarian >\n" @@ -25,7 +25,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Грешка при четене на `%s': %s" @@ -36,13 +36,13 @@ msgid "Error creating `%s': %s" msgstr "Грешка при създаване на`%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Грешка при променяне на собственика на `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Грешка при записването на`%s': %s" @@ -729,91 +729,91 @@ msgstr "групата няма нито име нито GID" msgid "Invalid default value of field %s: %s" msgstr "Невалидна стойност по подразбиране на поле %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "грешка при заключване на файл: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "грешка при получаване защитния контекст: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не може да получи защитния контекст на `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не може да се установи защитния контекст в `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не може да получи защитния контекст на `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "не може да се отвори `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "грешка при получаване състоянието на `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "грешка при създаване на `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "файла резервно копие `%s' съществува и не е обикновен файл" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "размера на запасния файл - объркан" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "не може да се чете от `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "записа вече присъства във файла" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "не може да се пише в `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "обекта от записа няма атрибут %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "грешка при криптиране на паролата" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "няма да бъде изпълнено с администраторски права" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "няма наличен сенчест файл -- деактивиране" @@ -876,104 +876,104 @@ msgstr "Kerberos принципи на администриране" msgid "Kerberos Password for Admin Principal" msgstr "Парола за Kerberos Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "грешка при инициализация на ldap библиотеката" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не може да бъде установена версията на LDAP протокола на %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "не може да бъде договорен TLS с LDAP сървъра" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "грешка при свързване с LDAP сървъра" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "грешка при свързване с LDAP сървъра, първи опит като `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "потребителския обект нямаше атрибут %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "потребителския обект създаден без `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "грешка при създаване на запис в LDAP директорията: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "грешка при промяна на LDAP директориен запис: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "грешка при преименуване на запис в LDAP директорията: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "обекта нямаше атрибут %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "грешка при премахване на запис в LDAP директорията: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "обекта няма атрибут %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "няма такъв обект в LDAP директорията" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "няма намерен атрибут `%s'" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "грешка при задаване парола в LDAP директорията за %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Име на LDAP сървър" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Базов DN за LDAP търсене" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP DN за връзка" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP парола за връзка" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL потребител" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL упълномощаващ потребител" diff --git a/po/bn.po b/po/bn.po index 56061eb..1407b4c 100644 --- a/po/bn.po +++ b/po/bn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2006-09-23 01:16+0600\n" "Last-Translator: Mahay Alam Khan (মাহে আলম) \n" "Language-Team: Bengali \n" @@ -26,7 +26,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' পড়তে সমস্যা হয়েছে: %s" @@ -38,13 +38,13 @@ msgstr "`%s' তৈরি করতে সমস্যা হয়েছে: %s" # modified for RHEL #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' এর মালিকানা পরিবর্তন করতে সমস্যা হয়েছে: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' লিখতে সমস্যা হয়েছে: %s" @@ -782,96 +782,96 @@ msgstr "গ্রুপের কোন নাম নেই এমনকি ক� msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ফাইল লক করতে সমস্যা হয়েছে: %s" # modified for RHEL -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তা নির্ধারণ করা যায়নি: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তা পাওয়া যায়নি: %s" # modified for RHEL -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তাকে `%s' হিসাবে নির্ধারণ করা যায়নি: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তা পাওয়া যায়নি: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' খোলা সম্ভব হয়নি: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat করা যায়নি: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' তৈরি করতে সমস্যা হয়েছে: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ব্যাকআপ ফাইল `%s' বর্তমানে উপস্থিত আছে এবং এটি কোনো সাধারণ ফাইল নয়" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "ব্যাকআপ ফাইল সাইজে গরমিল" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' থেকে পড়া সম্ভব হয়নি: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ফাইলে এই এন্ট্রি আগেই আছে" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-এ লেখা যায়নি: %s" # sam: -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entity object-এ কোনো %s বৈশিষ্ট্য নেই" # modified for RHEL -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "পাসওয়ার্ড এনক্রিপ্ট করতে সমস্যা" # modified for RHEL -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "সুপার-ইউজারের অধিকারসহ নির্বাহিত হচ্ছে না" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "কোনো শ্যাডো ফাইল উপস্থিত নেই -- নিষ্ক্রিয় করা হচ্ছে" @@ -935,113 +935,113 @@ msgstr "কারবেরোস Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal-র জন্য কারবেরোসের পাসওয়ার্ড" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "Ldap লাইব্রেরি আরম্ভ করতে সমস্যা হয়েছে" # modified for RHEL -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP প্রোটোকল %d সংস্করণে সেট করা সম্ভব হয়নি" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP সার্ভারের সাথে TLS-এর মীমাংসা করা সম্ভব হয়নি" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP সার্ভার bind করা সম্ভব হয়নি" # modified for RHEL -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "LDAP সার্ভারে bind করা সম্ভব হয়নি, `%s' হিসাবে প্রথম প্রচেষ্টা করা হয়েছে: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "ব্যবহারকারীর object-এ কোনো `%s' বৈশিষ্ট্য ছিল না" # modified for RHEL -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "ব্যবহারকারীর object কোনো `%s' ছাড়া তৈরি করা হয়েছে" # modified for RHEL -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি তৈরি করতে সমস্যা: %s" # modified for RHEL -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি পরিবর্তন করতে সমস্যা: %s" # modified for RHEL -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রির নাম পরিবর্তন করতে সমস্যা হয়েছে: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "object-এর কোনো %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি মুছে ফেলতে সমস্যা হয়েছে: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "object-এর কোনো %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP ডিরেক্টরিতে এই ধরনের কোনো object নেই" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "কোনো `%s' বৈশিষ্ট্য পাওয়া যায়নি" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s-র জন্য LDAP ডিরেক্টরিতে পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP সার্ভারের নাম" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind পাসওয়ার্ড" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL ব্যবহারকারী" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-র অনুমোদন ব্যবহারকারী" diff --git a/po/bn_IN.po b/po/bn_IN.po index 80f0666..524629d 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-03-05 11:45+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali India\n" @@ -37,7 +37,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' পড়তে সমস্যা: %s" @@ -49,13 +49,13 @@ msgstr "`%s' নির্মাণ করতে সমস্যা: %s" # modified for RHEL #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s'-র মালিকানা পরিবর্তন করতে সমস্যা: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' লিখতে সমস্যা: %s" @@ -792,95 +792,95 @@ msgstr "দলের নাম ও GID ধার্য করা হয়নি" msgid "Invalid default value of field %s: %s" msgstr "%s ক্ষেত্রে ডিফল্ট মান বৈধ নয়: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ফাইল লক করতে সমস্যা: %s" # modified for RHEL -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তার বিবরণ নির্ধারণ করা যায়নি: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তার বিবরণ প্রাপ্ত করা যায়নি: %s" # modified for RHEL -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তার বিবরণ`%s' হিসাবে নির্ধারণ করা যায়নি: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তার বিবরণ প্রাপ্ত করা যায়নি: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' খোলা সম্ভব হয়নি: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat করা যায়নি: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' তৈরি করতে সমস্যা: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ব্যাক-আপ ফাইল `%s' বর্তমানে উপস্থিত আছে এবং এটি কোনো সাধারণ ফাইল নয়" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "ব্যাক-আপ ফাইলের মাপে গরমিল" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' থেকে পড়া সম্ভব হয়নি: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ফাইলের মধ্যে এন্ট্রি বর্তমানে উপস্থিত আছে" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-এ লেখা যায়নি: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "স্বত্বার অবজেক্টের মধ্যে %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "পাসওয়ার্ড এনক্রিপ্ট করতে সমস্যা" # modified for RHEL -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "সুপার-ইউজারের অধিকারসহ সঞ্চালিত হচ্ছে না" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "কোনো শেডো ফাইল উপস্থিত নেই -- নিষ্ক্রিয় করা হচ্ছে" @@ -944,112 +944,112 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal-র জন্য Kerberos পাসওয়ার্ড" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "Ldap লাইব্রেরি আরম্ভ করতে সমস্যা" # modified for RHEL -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP প্রোটোকল %d সংস্করণের সাথে স্থাপন করা যায়নি" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP সার্ভারের সাথে TLS মীমাংসা করা সম্ভব হয়নি" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP সার্ভারে bind করা সম্ভব হয়নি" # modified for RHEL -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP সার্ভারে bind করা সম্ভব হয়নি, `%s' রূপে প্রথম প্রচেষ্টা করা হয়েছে: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "ব্যবহারকারীর অবজেক্টে কোনো `%s' বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "ব্যবহারকারীর অবজেক্ট `%s' বিনা নির্মিত হয়েছে" # modified for RHEL -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি তৈরি করতে সমস্যা: %s" # modified for RHEL -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি পরিবর্তন করতে সমস্যা: %s" # modified for RHEL -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রির নাম পরিবর্তন করতে সমস্যা: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "অবজেক্টের মধ্যে কোনো %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি মুছে ফেলতে সমস্যা: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "অবজেক্টের মধ্যে %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP ডিরেক্টরির মধ্যে এই ধরনের কোনো বস্তু উপস্থিত নেই" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "কোনো `%s' বৈশিষ্ট্য পাওয়া যায়নি" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s-র জন্য LDAP ডিরেক্টরিতে পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP সার্ভারের নাম" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind পাসওয়ার্ড" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL ব্যবহারকারী" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-র অনুমোদন ব্যবহারকারী" diff --git a/po/bs.po b/po/bs.po index cdadac6..85752b1 100644 --- a/po/bs.po +++ b/po/bs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-01-23 16:24+0100\n" "Last-Translator: Adnan Hodzic \n" "Language-Team: Bosnian \n" @@ -20,7 +20,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Pogreška pri čitanju `%s': %s" @@ -31,13 +31,13 @@ msgid "Error creating `%s': %s" msgstr "Pogreška pri izradi `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Pogreška pri izmjeni vlasnika`%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Pogreška pri zapisivanju `%s': %s" @@ -723,91 +723,91 @@ msgstr "Grupa nema ni naziv ni UID" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "Pogreška pri zaključavanju datoteke: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "Postavljanje zadanog sigurnosnog sadržaja nije uspjelo: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja u `%s' nije uspjelo: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "Otvaranje`%s' nije uspjelo: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "Izrada statistike`%s' nije uspjela: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "Pogreška pri izradi`%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Datoteka sigurnosnog spremanja`%s' postoji i nije regularna datoteka" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "Ne podudara se veličina datoteke sigurnosnog spremanja" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "Čitanje iz `%s' nije moguće: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "Unos već postoji u datoteci" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "Zapisivanje u `%s' nije moguće: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "Objekt entiteta nema atribut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "Pogreška pri šifriranju lozinke" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "Ne izvršava se s pravima superkorisnika" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "Datoteka lozinki u sjeni ne postoji -- Bit će onemogućeno" @@ -871,105 +871,105 @@ msgstr "Principal administratora kerberosa" msgid "Kerberos Password for Admin Principal" msgstr "Lozinka kerberosa za principal administratora" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "Pogreška pri inicijalizaciji ldap biblioteke" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "Zadavanje LDAP protokola za verziju %d nije uspjelo" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "TLS pregovaranja s LDAP poslužiteljem nije uspjelo" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "Povezivanje s LDAP poslužiteljem nije uspjelo" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "Povezivanje s LDAP poslužiteljem nije uspjelo. Prvi pokušaj kao %s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "Korisnički objekt nije imao atribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "Korisnički objekt je izrađen bez `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Pogreška pri izradi unosa LDAP imenika: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Pogreška pri uređivanju unosa LDAP imenika: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Pogreška pri preimenovanju unosa LDAP imenika: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "Objekt nije imao atribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "Pogreška pri uklanjanju unosa LDAP imenika: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "Objekt nema atribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "Takav objekt ne postoji u LDAP imeniku" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "Atribut `%s' nije pronađen" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Pogreška pri postavljanju lozinke u LDAP imeniku za %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Naziv LDAP poslužitelja" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Osnovna DN LDAP pretrage" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind lozinka" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL korisnik" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL korisnik autorizacije" diff --git a/po/ca.po b/po/ca.po index dffe897..489ef45 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-02-18 10:10+0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "S'ha produït un error en llegir «%s»: %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "S'ha produït un error en crear «%s»: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "S'ha produït un error en canviar el propietari de «%s»: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "S'ha produït un error en escriure «%s»: %s" @@ -731,92 +731,92 @@ msgstr "el grup no té ni nom ni GID" msgid "Invalid default value of field %s: %s" msgstr "El valor per defecte del camp %s no és vàlid: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "s'ha produït un error en bloquejar el fitxer: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "no s'ha pogut establir el context de seguretat predeterminat: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "no s'ha pogut obtenir el context de seguretat de «%s»: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "no s'ha pogut establir el context de seguretat predeterminat a «%s»: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "no s'ha pogut obtenir el context de seguretat de «%s»: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "no s'ha pogut obrir «%s»: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "no s'ha pogut obtenir informació de «%s»: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "s'ha produït un error en crear «%s»: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "la còpia de seguretat «%s» existeix i no és un fitxer per a dades" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "la mida del fitxer de còpia de seguretat no coincideix" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "no s'ha podut llegir res de «%s»: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "el registre ja es troba en el fitxer" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "no s'ha pogut escriure a «%s»: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "l'objecte de l'entitat no té l'atribut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "s'ha produït un error en xifrar la contrasenya" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "no s'està executant amb permisos de superusuari" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "no hi ha cap fitxer shadow present -- es deshabilitarà" @@ -880,109 +880,109 @@ msgstr "Administrador principal del Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Contrasenya del Kerberos per a l'administrador principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "s'ha produït un error en inicialitzar la biblioteca ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "no s'ha pogut establir la versió del protocol LDAP a %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "el TLS no ha pogut negociar amb el servidor de LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "no s'ha pogut crear un vincle amb el servidor de LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "no s'ha pogut vincular amb el servidor de LDAP. El primer intent ha estat " "com a «%s»: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "l'objecte de l'usuari no tenia atribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "s'ha creat l'objecte de l'usuari sense «%s»" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "s'ha produït un error en crear l'entrada del directori de LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" "s'ha produït un error en modificar el registre del directori del LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "s'ha produït un error en canviar l'entrada del directori del LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "l'objecte no tenia cap atribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "s'ha produït un error en eliminar l'entrada del directori LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "l'objecte no té cap atribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "aquest objecte no existeix en el directori LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "no s'ha trobat cap atribut «%s»" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" "s'ha produït un error en establir una contrasenya en el directori LDAP per a " "%s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nom del servidor LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "DN de la base de cerca de LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN del vincle de LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Contrasenya del vincle de LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Usuari del SASL del LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Usuari d'autorització del SASL del LDAP" diff --git a/po/cs.po b/po/cs.po index 637f3e7..35f56ca 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 08:13+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Cesta k domovskému adresáři `%s' není absolutní" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Chyba při čtení '%s': %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "Chyba při vytváření `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Chyba při změně vlastníka `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Chyba při zápisu `%s': %s" @@ -725,91 +725,91 @@ msgstr "skupina nemá ani jméno, ani GID" msgid "Invalid default value of field %s: %s" msgstr "Neplatná implicitní hodnota pole %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "chyba při zamykání souboru: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "nemohu získat implicitní kontext zabezpečení: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nemohu získat kontext zabezpečení `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "nemohu nastavit implicitní kontext zabezpečení na `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nemohu určit kontext zabezpečení pro `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "nemohu otevřít `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "nemohu zjistit informace o `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "chyba při vytváření `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "záloha souboru '%s' existuje a není to normální soubor" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "nesouhlasí velikost záložního souboru" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "nemohu číst z `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "položka je již v souboru obsažena" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "nemohu zapsat do `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "objekt entita nemá atribut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "chyba při šifrování hesla" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "nespuštěno s právy administrátora (root)" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "chybí soubor shadow -- zakazuji" @@ -871,104 +871,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Heslo pro Kerberos Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "chyba při inicializaci LDAP knihovny" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nemohu nastavit protokol LDAP na verzi %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "nemohu domluvit TLS s LDAP serverem" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "nemohu se připojit k LDAP serveru" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "nemohu se připojit k LDAP serveru, první pokus jako `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "objekt uživatel nemá atribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "objekt uživatel byl vytvořen bez '%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "chyba při tvorbě LDAP položky: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "chyba při modifikaci LDAP položky: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "chyba při přejmenovávání LDAP položky: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objekt nemá atribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "chyba při odstraňování LDAP položky: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objekt nemá atribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "není objekt v LDAP adresáři" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "atribut '%s' nenalezen" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "chyba při nastavování hesla v LDAP adresáři pro %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Jméno LDAP serveru" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind heslo" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL uživatel" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL uživatel pro autentizaci" diff --git a/po/cy.po b/po/cy.po index ec583aa..4f99954 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser.cy\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2005-04-16 14:20+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Cymraeg \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Gwall wrth ddarllen `%s': %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Gwall wrth greu `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Gwall wrth newid perchennog `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Gwall wrth ysgrifennu `%s': %s" @@ -727,91 +727,91 @@ msgstr "Nid oes enw neu GID gan grŵp %jd" msgid "Invalid default value of field %s: %s" msgstr "Annilys yw'r gwerth rhagosodiedig o maes %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "gwall wrth gloi ffeil: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "methwyd gosod cyd-destun diogelwch rhagosodedig: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "methwyd cael cyd-destun diogelwch `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "methwyd gosod y cyd-destun diogelwch rhagosodedig i `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "methwyd cael cyd-destun diogelwch `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "methwyd agor: `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "methwyd statio: `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "gwall wrth greu: `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "mae'r ffeil wrthgefn `%s' yn bodoli, ac nid yw'n ffeil arferol" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "maint ffeiliau wrthgefn yn wahanol i'w gilydd" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "methwyd darllen o `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "cofnod eisoes yn bresennol yn y ffeil" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "methwyd ysgrifennu i `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "nid oes gan y gwrthrych endid briodoledd %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "gwall wrth amgryptio cyfrinair" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "ddim yn gweithredu â breintiau'r uwchddefnydiwr" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "dim ffeil gysgod yn bresennol -- yn analluogi" @@ -875,104 +875,104 @@ msgstr "Pennaeth Gweinyddol Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Cyfrinair Kerberos ar gyfer y Pennaeth Gweinyddol" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "gwall wrth ymgychwyn y llyfrgell ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "methwyd gosod y protocol LDAP i fersiwn %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "methwyd trafod TLS â'r gweinydd LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "methwyd rhwymo â'r gweinydd LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "methwyd rhwymo â'r gweinydd LDAP, cynnig cyntaf fel `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "nid oedd priodoledd %s gan y gwrthrych defnyddiwr" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "crëwyd y gwrthrych defnyddiwr heb `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "gwall wrth greu cofnod cyfeiriadur LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "gwall wrth addasu cofnod cyfeiriadur LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "gwall wrth ail-enwi cofnod cyfeiriadur LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "nid oedd gan y gwrthrych briodoledd %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "gwall wrth waredu'r cofnod cyfeiriadur LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "nid oes gan y gwrthrych briodoledd %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "nid oes y fath wrthrych yn y cyfeiriadur LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "ni chanfuwyd priodoledd `%s'" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "gwall wrth osod cyfrinair yn y cyfeiriadur LDAP ar gyfer %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Enw Gweinydd LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "EP Sail Chwilio LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "EP Rhwymo LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Cyfrinair Rhwymo LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Defnyddiwr SASL LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Defnyddiwr Awdurdodi SASL LDAP" diff --git a/po/da.po b/po/da.po index 498042d..174a51b 100644 --- a/po/da.po +++ b/po/da.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-04-15 10:10+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: \n" @@ -26,7 +26,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Fejl ved læsning af `%s': %s" @@ -37,13 +37,13 @@ msgid "Error creating `%s': %s" msgstr "Fejl ved oprettelse af `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fejl ved ændring af ejer for '%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Fejl ved skrivning `%s': %s" @@ -730,91 +730,91 @@ msgstr "gruppe har hverken et navn eller en GID" msgid "Invalid default value of field %s: %s" msgstr "Ugyldig standardværdi af felt %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "fejl ved låsning af fil: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "kunne ikke sætte standard sikkerheds-omgivelser: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "kunne ikke få fat på sikkerheds-omgivelser til `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kunne ikke sætte standard sikkerhedsomgivelser til `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kunne ikke få fat på sikkerheds-omgivelser til `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke åbne `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke køre stat på `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "fejl ved oprettelse af `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhedskopifilen '%s' eksisterer og er ikke en almindelig fil" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "uoverensstemmelse med filstørrelse for sikkerhedskopiering" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke læse fra `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "opføringen er allerede i filen" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attribut" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "fejl ved kryptering af adgangskode" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "kører ikke med superbruger-privilegier" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil findes -- deaktiverer" @@ -877,104 +877,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-adgangskode for Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "fejl ved initiering af ldap-bibliotek" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke sætte LDAP-protokol til version %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kunne ikke binde til LDAP-tjener, første forsøg som '%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "bruger-objektet havde ingen %s-attribut" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "brugerobjektet blev oprettet uden `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "fejl ved oprettelse af LDAP-katalogindgang: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fejl ved ændring af LDAP-katalogopføring: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "fejl ved ændring af navn på LDAP-katalogindgang %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objektet havde ingen %s-attribut" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "fejl ved fjernelse af LDAP-katalogopføring: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "ingen sådanne objekter i LDAP-kataloget" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attribut fundet" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Fejl ved sætning af adgangskode i LDAP-katalog for %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Navn på LDAP-tjener" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP søge-basis DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind-adgangskode" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL-bruger" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisationsbruger" diff --git a/po/de.po b/po/de.po index 25583e1..9fe2141 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-23 23:10+2000\n" "Last-Translator: Robert Scheck \n" "Language-Team: \n" @@ -26,7 +26,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Der Verzeichnispfad des Stammverzeichnisses `%s' ist nicht absolut" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Fehler beim Lesen von `%s': %s" @@ -37,13 +37,13 @@ msgid "Error creating `%s': %s" msgstr "Fehler beim Erzeugen von `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fehler beim Ändern des Eigentümers von `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Fehler beim Schreiben von `%s': %s" @@ -731,91 +731,91 @@ msgstr "Gruppe ist namenlos und hat keine Gruppennummer (GID)" msgid "Invalid default value of field %s: %s" msgstr "Ungültiger Wert in Feld %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "Fehler beim Sperren der Datei: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "konnte Standard-Sicherheitskontext nicht setzen: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "konnte Sicherheitskontext `%s' nicht bekommen: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "Sicherheitskontext konnte nicht nach `%s' geschrieben werden: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "konnte Sicherheitskontext `%s' nicht bekommen: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' konnte nicht geöffnet werden: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "stat `%s' konnte nicht ausgeführt werden: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "Fehler beim Erzeugen von `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Backup-Datei `%s' ist vorhanden und keine reguläre Datei" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "Sicherungsdateigröße passt nicht" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' konnte nicht gelesen werden: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "Eintrag bereits in der Datei vorhanden" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "nach `%s' konnte nicht geschrieben werden: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "Entitätsobjekt besitzt kein %s Attribut" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "Fehler beim Verschlüsseln des Passworts" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "Keine Ausführung mit Administrator-Rechten." -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "Keine Shadow-Datei vorhanden -- Deaktiviere." @@ -878,104 +878,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-Passwort für Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "Fehler bei der Initialisierung der LDAP-Bibliothek" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP-Protokoll konnte nicht auf Version %d eingestellt werden" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "TLS-Serververbindung konnte nicht ausgehandelt werden" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "Konnte nicht zum LDAP Server verbinden" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "Konnte nicht zum LDAP Server verbinden, erster Versuch `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "Benutzerobjekt hatte kein Attribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "Benutzerobjekt wurde ohne `%s' erstellt" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Fehler beim Erstellen eines LDAP Verzeichniseintrags: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Fehler bei der Änderung des LDAP-Verzeichniseintrags: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Fehler beim Umbenennen des Verzeichniseintrags: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "Objekt hatte kein Attribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "Fehler beim Entfernen des LDAP-Verzeichniseintrags: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "Objekt besitzt kein Attribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "Kein entsprechendes Objekt im LDAP-Verzeichnis vorhanden" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "kein `%s' Attribut gefunden" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Fehler beim Einrichten des Passworts im LDAP-Verzeichnis für %s: %s." -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP-Servername" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Suche Basis-DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind Passwort" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL Benutzer" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Autorisierungsbenutzer" diff --git a/po/el.po b/po/el.po index befca92..7ca70f7 100644 --- a/po/el.po +++ b/po/el.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-05-02 20:51+0100\n" "Last-Translator: Dimitris Glezos \n" "Language-Team: Greek \n" @@ -26,7 +26,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Σφάλμα στην ανάγνωση `%s': %s" @@ -37,13 +37,13 @@ msgid "Error creating `%s': %s" msgstr "Σφάλμα στη δημιουργία `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Σφάλμα αλλαγής ιδιοκτήτη του `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Σφάλμα εγγραφής `%s': %s" @@ -753,89 +753,89 @@ msgstr "ομάδα a όνομα a GID" msgid "Invalid default value of field %s: %s" msgstr "Μη έγκυρη προεπιλεγμένη τιμή για το πεδίο %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, fuzzy, c-format msgid "error locking file: %s" msgstr "Σφάλμα ανοίγματος αρχείου %s" # -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "Αποτυχία ρύθμισης των διαπιστευτηρίων για %s" -#: lib/util.c:631 +#: lib/util.c:737 #, fuzzy, c-format msgid "couldn't get security context of `%s': %s" msgstr "" "Δεν ήταν δυνατή η διαγραφή του αρχείου περιεχομένων του φακέλου `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, fuzzy, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "Δεν ήταν δυνατή η διαγραφή του αρχείου περιεχομένων του φακέλου `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "" "Δεν ήταν δυνατή η διαγραφή του αρχείου περιεχομένων του φακέλου `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, fuzzy, c-format msgid "couldn't open `%s': %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, fuzzy, c-format msgid "couldn't stat `%s': %s" msgstr "Δεν ήταν δυνατό να φορτωθεί το %s: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, fuzzy, c-format msgid "error creating `%s': %s" msgstr "Σφάλμα στη δημιουργία `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, fuzzy, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Το αρχείο υπάρχει αλλά δεν είναι ένα κανονικό αρχείο." -#: modules/files.c:231 +#: modules/files.c:230 #, fuzzy msgid "backup file size mismatch" msgstr "αρχείο μέγεθος" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, fuzzy, c-format msgid "couldn't read from `%s': %s" msgstr "Δεν ήταν δυνατό να δημιουργηθεί ο φάκελος `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 #, fuzzy msgid "entry already present in file" msgstr "Προκαθορισμένο αρχείο καταλόγου:" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, fuzzy, c-format msgid "couldn't write to `%s': %s" msgstr "Αδυναμία εγγραφής σε %s: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, fuzzy, c-format msgid "entity object has no %s attribute" msgstr "Όποιο_δήποτε επιλεγμένο γνώρισμα" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 #, fuzzy msgid "error encrypting password" msgstr "" @@ -844,12 +844,12 @@ msgstr "" "#-#-#-#-# mdkonline-el.po (mdkonline-el) #-#-#-#-#\n" "Λάθος συνθηματικό" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 #, fuzzy msgid "not executing with superuser privileges" msgstr "not με" -#: modules/files.c:2748 +#: modules/files.c:2750 #, fuzzy msgid "no shadow file present -- disabling" msgstr "όχι αρχείο ενεστώτα" @@ -915,107 +915,107 @@ msgstr "Kerberos Διαχειριστή Κεφάλαιο" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos Κωδικός πρόσβασης για Διαχειριστή Κεφάλαιο" -#: modules/ldap.c:205 +#: modules/ldap.c:203 #, fuzzy msgid "error initializing ldap library" msgstr "Σφάλμα κατά την ενεργοποίηση της συσκευής %s\n" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "δε μπόρεσε να οριστεί πρωτόκολλο LDAP στην έκδοση %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 #, fuzzy msgid "could not negotiate TLS with LDAP server" msgstr "Δεν ήταν δυνατή η πιστοποίηση στο διακομιστή LDAP." -#: modules/ldap.c:421 +#: modules/ldap.c:419 #, fuzzy msgid "could not bind to LDAP server" msgstr "Αδυναμία σύνδεσης στον εξυπηρετητή" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, fuzzy, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "not στο LDAP εξυπηρετητής πρώτο s s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "το αντικείμενο χρήστη δεν είχε όρισμα %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "το αντικείμενο χρήστη δημιουργήθηκε χωρίς `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Σφάλμα δημιουργίας εγγραφής καταλόγου LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Σφάλμα επεξεργασίας εγγραφής καταλόγου LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Σφάλμα μετονομασίας εγγραφής καταλόγου LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "το αντικείμενο δεν έχει ιδιότητα %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, fuzzy, c-format msgid "error removing LDAP directory entry: %s" msgstr "Σφάλμα φόρτωσης καταλόγου gconf '%s': %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "το αντικείμενο δεν έχει ιδιότητα %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "δεν υπάρχει τέτοιο αντικείμενο στον κατάλογο LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "δε βρέθηκε ιδιότητα `%s'" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "σφάλμα καθορισμού συνθηματικού στον κατάλογο LDAP για %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Όνομα εξυπηρετητή LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Συνθηματικό LDAP Bind" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Χρήστης LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Χρήστης εξουσιοδότησης LDAP SASL" diff --git a/po/en_GB.po b/po/en_GB.po index 3de864d..f0afb90 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-06-11 13:46+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" @@ -21,7 +21,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Error reading `%s': %s" @@ -32,13 +32,13 @@ msgid "Error creating `%s': %s" msgstr "Error creating `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Error changing owner of `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Error writing `%s': %s" @@ -724,91 +724,91 @@ msgstr "group has neither a name nor a GID" msgid "Invalid default value of field %s: %s" msgstr "Invalid default value of field %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "error locking file: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "couldn't set default security context: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "couldn't get security context of `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "couldn't set default security context to `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "couldn't get security context of `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "couldn't open `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "couldn't stat `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "error creating `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "backup file `%s' exists and is not a regular file" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "backup file size mismatch" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "couldn't read from `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "entry already present in file" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "couldn't write to `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entity object has no %s attribute" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "error encrypting password" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "not executing with superuser privileges" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "no shadow file present -- disabling" @@ -871,104 +871,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos Password for Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "error initializing ldap library" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "could not set LDAP protocol to version %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "could not negotiate TLS with LDAP server" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "could not bind to LDAP server" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "could not bind to LDAP server, first attempt as `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "user object had no %s attribute" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "user object was created with no `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "error creating a LDAP directory entry: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "error modifying LDAP directory entry: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "error renaming LDAP directory entry: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "object had no %s attribute" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "error removing LDAP directory entry: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "object has no %s attribute" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "no such object in LDAP directory" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "no `%s' attribute found" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "error setting password in LDAP directory for %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP Server Name" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL User" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Authorization User" diff --git a/po/es.po b/po/es.po index 6023412..62cb8a2 100644 --- a/po/es.po +++ b/po/es.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-26 13:01-0300\n" "Last-Translator: Domingo Becker \n" "Language-Team: Fedora Spanish \n" @@ -31,55 +31,43 @@ msgstr "La direcci�n del directorio de inicio `%s' no es absoluta" # apps/apputil.c:58 # apps/apputil.c:58 -#: apps/apputil.c:119 -#: apps/apputil.c:194 -#: apps/apputil.c:227 -#: apps/apputil.c:254 -#: modules/files.c:186 +#: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Error leyendo `%s': %s" # apps/apputil.c:63 # apps/apputil.c:63 -#: apps/apputil.c:127 -#: apps/apputil.c:203 +#: apps/apputil.c:127 apps/apputil.c:203 #, c-format msgid "Error creating `%s': %s" msgstr "Error al crear `%s': %s" # apps/luseradd.c:112 # apps/luseradd.c:112 -#: apps/apputil.c:135 -#: apps/apputil.c:210 -#: apps/apputil.c:300 -#: modules/files.c:169 +#: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Error cambiando due�o de `%s': %s" # apps/apputil.c:63 # apps/apputil.c:63 -#: apps/apputil.c:239 -#: apps/apputil.c:271 -#: apps/apputil.c:287 -#: modules/files.c:201 -#: modules/files.c:215 +#: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Error al escribir `%s': %s" # apps/apputil.c:136 apps/apputil.c:156 apps/apputil.c:168 # apps/apputil.c:136 apps/apputil.c:156 apps/apputil.c:168 -#: apps/apputil.c:362 -#: apps/apputil.c:397 -#: apps/apputil.c:414 +#: apps/apputil.c:362 apps/apputil.c:397 apps/apputil.c:414 #, c-format msgid "Error removing `%s': %s" msgstr "Error al eliminar %s: %s" -#: apps/apputil.c:572 -#: apps/apputil.c:576 +#: apps/apputil.c:572 apps/apputil.c:576 #, c-format msgid "Failed to drop privileges.\n" msgstr "Imposible disminuir privilegios.\n" @@ -116,8 +104,7 @@ msgstr "Error inicializando PAM.\n" # apps/apputil.c:339 # apps/apputil.c:339 -#: apps/apputil.c:635 -#: apps/apputil.c:662 +#: apps/apputil.c:635 apps/apputil.c:662 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentificaci�n fallida para %s.\n" @@ -143,39 +130,23 @@ msgstr "No corresponde el usuario.\n" # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 -#: apps/lchage.c:115 -#: apps/lid.c:117 -#: apps/lpasswd.c:70 -#: apps/luseradd.c:92 -#: apps/luserdel.c:65 -#: apps/lusermod.c:90 +#: apps/lchage.c:115 apps/lid.c:117 apps/lpasswd.c:70 apps/luseradd.c:92 +#: apps/luserdel.c:65 apps/lusermod.c:90 msgid "[OPTION...] user" msgstr "[OPCI�N...] usuario" # apps/luserdel.c:126 # apps/luserdel.c:126 -#: apps/lchage.c:118 -#: apps/lchfn.c:76 -#: apps/lchsh.c:62 -#: apps/lgroupadd.c:69 -#: apps/lgroupdel.c:60 -#: apps/lgroupmod.c:88 -#: apps/lid.c:120 -#: apps/lnewusers.c:70 -#: apps/lpasswd.c:73 -#: apps/luseradd.c:95 -#: apps/luserdel.c:68 -#: apps/lusermod.c:93 +#: apps/lchage.c:118 apps/lchfn.c:76 apps/lchsh.c:62 apps/lgroupadd.c:69 +#: apps/lgroupdel.c:60 apps/lgroupmod.c:88 apps/lid.c:120 apps/lnewusers.c:70 +#: apps/lpasswd.c:73 apps/luseradd.c:95 apps/luserdel.c:68 apps/lusermod.c:93 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Error al analizar argumentos %s.\n" # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 -#: apps/lchage.c:127 -#: apps/lpasswd.c:87 -#: apps/luseradd.c:110 -#: apps/luserdel.c:76 +#: apps/lchage.c:127 apps/lpasswd.c:87 apps/luseradd.c:110 apps/luserdel.c:76 #: apps/lusermod.c:104 #, c-format msgid "No user name specified.\n" @@ -187,32 +158,18 @@ msgstr "No se especific� nombre de usuario.\n" # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 -#: apps/lchage.c:137 -#: apps/lchfn.c:110 -#: apps/lchsh.c:96 -#: apps/lgroupadd.c:104 -#: apps/lgroupdel.c:79 -#: apps/lgroupmod.c:120 -#: apps/lid.c:164 -#: apps/lnewusers.c:81 -#: apps/lpasswd.c:99 -#: apps/luseradd.c:132 -#: apps/luserdel.c:85 -#: apps/lusermod.c:145 -#: samples/enum.c:60 -#: samples/testuser.c:75 +#: apps/lchage.c:137 apps/lchfn.c:110 apps/lchsh.c:96 apps/lgroupadd.c:104 +#: apps/lgroupdel.c:79 apps/lgroupmod.c:120 apps/lid.c:164 apps/lnewusers.c:81 +#: apps/lpasswd.c:99 apps/luseradd.c:132 apps/luserdel.c:85 +#: apps/lusermod.c:145 samples/enum.c:60 samples/testuser.c:75 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Error inicializando %s: %s.\n" # apps/lchage.c:118 apps/luserdel.c:82 apps/lusermod.c:97 # apps/lchage.c:118 apps/luserdel.c:82 apps/lusermod.c:97 -#: apps/lchage.c:146 -#: apps/lchfn.c:118 -#: apps/lchsh.c:104 -#: apps/lpasswd.c:148 -#: apps/luserdel.c:93 -#: apps/lusermod.c:159 +#: apps/lchage.c:146 apps/lchfn.c:118 apps/lchsh.c:104 apps/lpasswd.c:148 +#: apps/luserdel.c:93 apps/lusermod.c:159 #, c-format msgid "User %s does not exist.\n" msgstr "El usuario %s no existe.\n" @@ -261,10 +218,7 @@ msgstr "Inactivo:\t%ld\n" # apps/lchage.c:146 apps/lchage.c:154 apps/lchage.c:162 apps/lchage.c:170 # apps/lchage.c:146 apps/lchage.c:154 apps/lchage.c:162 apps/lchage.c:170 -#: apps/lchage.c:180 -#: apps/lchage.c:187 -#: apps/lchage.c:196 -#: apps/lchage.c:206 +#: apps/lchage.c:180 apps/lchage.c:187 apps/lchage.c:196 apps/lchage.c:206 msgid "Never" msgstr "Nunca" @@ -305,16 +259,13 @@ msgstr "Fall� al modificar la informaci�n de caducidad para %s: %s\n" # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 -#: apps/lchfn.c:73 -#: apps/lchsh.c:59 +#: apps/lchfn.c:73 apps/lchsh.c:59 msgid "[OPTION...] [user]" msgstr "[OPCI�N...] [usuario]" # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 -#: apps/lchfn.c:92 -#: apps/lchsh.c:78 -#: apps/lid.c:151 +#: apps/lchfn.c:92 apps/lchsh.c:78 apps/lid.c:151 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "No se especific� nombre de usuario, no hay un nombre para el uid %d.\n" @@ -377,8 +328,7 @@ msgstr "Cambiando el shell por %s.\n" msgid "New Shell" msgstr "Nuevo shell" -#: apps/lchsh.c:125 -#: apps/lchsh.c:144 +#: apps/lchsh.c:125 apps/lchsh.c:144 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell sin modificar: %s\n" @@ -389,24 +339,18 @@ msgstr "Shell modificado.\n" # apps/lgroupadd.c:58 apps/lgroupdel.c:53 apps/lgroupmod.c:68 # apps/lgroupadd.c:58 apps/lgroupdel.c:53 apps/lgroupmod.c:68 -#: apps/lgroupadd.c:66 -#: apps/lgroupdel.c:57 -#: apps/lgroupmod.c:85 +#: apps/lgroupadd.c:66 apps/lgroupdel.c:57 apps/lgroupmod.c:85 msgid "[OPTION...] group" msgstr "[OPCI�N...] grupo" # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 -#: apps/lgroupadd.c:78 -#: apps/lgroupdel.c:69 -#: apps/lgroupmod.c:96 +#: apps/lgroupadd.c:78 apps/lgroupdel.c:69 apps/lgroupmod.c:96 #, c-format msgid "No group name specified.\n" msgstr "No se especific� ning�n nombre de grupo.\n" -#: apps/lgroupadd.c:91 -#: apps/lgroupmod.c:108 -#: apps/lusermod.c:116 +#: apps/lgroupadd.c:91 apps/lgroupmod.c:108 apps/lusermod.c:116 #, c-format msgid "Invalid group ID %s\n" msgstr "ID de grupo %s no v�lida\n" @@ -420,9 +364,7 @@ msgstr "Fall� la creaci�n del grupo: %s\n" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 -#: apps/lgroupdel.c:87 -#: apps/lgroupmod.c:133 -#: apps/lpasswd.c:153 +#: apps/lgroupdel.c:87 apps/lgroupmod.c:133 apps/lpasswd.c:153 #, c-format msgid "Group %s does not exist.\n" msgstr "El grupo %s no existe.\n" @@ -436,16 +378,14 @@ msgstr "No se pudo eliminar el grupo %s: %s\n" # apps/lgroupmod.c:89 apps/lusermod.c:90 # apps/lgroupmod.c:89 apps/lusermod.c:90 -#: apps/lgroupmod.c:126 -#: apps/lusermod.c:152 +#: apps/lgroupmod.c:126 apps/lusermod.c:152 #, c-format msgid "Both -L and -U specified.\n" msgstr "Especificaci�n de -L y -U\n" # apps/lgroupmod.c:155 apps/lgroupmod.c:165 # apps/lgroupmod.c:155 apps/lgroupmod.c:165 -#: apps/lgroupmod.c:140 -#: apps/lgroupmod.c:149 +#: apps/lgroupmod.c:140 apps/lgroupmod.c:149 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Fall� al establecer la contrase�a para el grupo %s: %s\n" @@ -466,8 +406,7 @@ msgstr "No se pudo desbloquear el grupo %s: %s\n" # apps/lgroupmod.c:189 # apps/lgroupmod.c:189 -#: apps/lgroupmod.c:251 -#: apps/lgroupmod.c:277 +#: apps/lgroupmod.c:251 apps/lgroupmod.c:277 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "El grupo %s no se pudo modificar:%s\n" @@ -516,11 +455,11 @@ msgstr "Error en la lectura `%s': %s.\n" #: apps/lnewusers.c:122 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" -msgstr "Error creando cuenta para `%s': la l�nea no est� formateada de la forma correcta.\n" +msgstr "" +"Error creando cuenta para `%s': la l�nea no est� formateada de la forma " +"correcta.\n" -#: apps/lnewusers.c:132 -#: apps/luseradd.c:119 -#: apps/lusermod.c:131 +#: apps/lnewusers.c:132 apps/luseradd.c:119 apps/lusermod.c:131 #, c-format msgid "Invalid user ID %s\n" msgstr "ID de usuario %s no v�lida\n" @@ -591,9 +530,7 @@ msgstr "Cancelado el cambio de contrase�as.\n" # apps/lusermod.c:133 apps/lusermod.c:142 # apps/lusermod.c:133 apps/lusermod.c:142 -#: apps/lpasswd.c:190 -#: apps/luseradd.c:284 -#: apps/luseradd.c:294 +#: apps/lpasswd.c:190 apps/luseradd.c:284 apps/luseradd.c:294 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Error al configurar la contrase�a para el usuario %s: %s.\n" @@ -619,8 +556,7 @@ msgstr "El grupo %jd no existe.\n" # apps/luseradd.c:112 # apps/luseradd.c:112 -#: apps/luseradd.c:200 -#: apps/luseradd.c:213 +#: apps/luseradd.c:200 apps/luseradd.c:213 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Error en la creaci�n del grupo `%s': %s\n" @@ -695,8 +631,7 @@ msgstr "Error al eliminar %s: %s.\n" # apps/lusermod.c:133 apps/lusermod.c:142 # apps/lusermod.c:133 apps/lusermod.c:142 -#: apps/lusermod.c:168 -#: apps/lusermod.c:181 +#: apps/lusermod.c:168 apps/lusermod.c:181 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Intento fallido de configurar la contrase�a para el usuario %s: %s.\n" @@ -917,8 +852,7 @@ msgstr "error al leer los atributos del terminal" # samples/testuser.c:71 # samples/testuser.c:71 -#: lib/prompt.c:75 -#: lib/prompt.c:87 +#: lib/prompt.c:75 lib/prompt.c:87 msgid "error setting terminal attributes" msgstr "error en la configuraci�n de los atributos del terminal" @@ -960,14 +894,12 @@ msgstr "el nombre comienza con un gui�n" msgid "name contains invalid char `%c'" msgstr "el nombre contiene un caracter inv�lido: `%c'" -#: lib/user.c:296 -#: lib/user.c:344 +#: lib/user.c:296 lib/user.c:344 #, c-format msgid "user %s has no UID" msgstr "el usuario %s no tiene UID" -#: lib/user.c:319 -#: lib/user.c:345 +#: lib/user.c:319 lib/user.c:345 #, c-format msgid "group %s has no GID" msgstr "el grupo %s no tiene GID" @@ -999,7 +931,7 @@ msgstr "Valor por defecto inv�lido en el campo %s: %s" # modules/files.c:135 # lib/userutil.c:177 -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "error cerrando fichero: %s" @@ -1007,7 +939,7 @@ msgstr "error cerrando fichero: %s" # modules/files.c:115 # modules/files.c:123 modules/files.c:147 modules/files.c:178 # modules/files.c:586 modules/files.c:917 -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "no se pudo obtener el contexto de seguridad predeterminado: %s" @@ -1015,7 +947,7 @@ msgstr "no se pudo obtener el contexto de seguridad predeterminado: %s" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "no se pudo obtener el contexto de seguridad `%s': %s" @@ -1023,16 +955,16 @@ msgstr "no se pudo obtener el contexto de seguridad `%s': %s" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 -#: lib/util.c:637 -#: lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" -msgstr "no se pudo configurar el contexto de seguridad predeterminado a `%s': %s" +msgstr "" +"no se pudo configurar el contexto de seguridad predeterminado a `%s': %s" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "no se pudo determinar el contexto de seguridad `%s': %s" @@ -1044,26 +976,13 @@ msgstr "no se pudo determinar el contexto de seguridad `%s': %s" # modules/files.c:1379 modules/files.c:1439 modules/files.c:1455 # modules/files.c:1496 modules/files.c:1514 modules/files.c:1579 # modules/files.c:1593 -#: modules/files.c:116 -#: modules/files.c:450 -#: modules/files.c:761 -#: modules/files.c:1029 -#: modules/files.c:1169 -#: modules/files.c:1400 -#: modules/files.c:1484 -#: modules/files.c:1705 -#: modules/files.c:1867 -#: modules/files.c:1884 -#: modules/files.c:1973 -#: modules/files.c:1992 -#: modules/files.c:2060 -#: modules/files.c:2081 -#: modules/files.c:2178 -#: modules/files.c:2197 -#: modules/files.c:2256 -#: modules/files.c:2275 -#: modules/files.c:2371 -#: modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "no se pudo abrir `%s': %s" @@ -1071,59 +990,51 @@ msgstr "no se pudo abrir `%s': %s" # modules/files.c:115 # modules/files.c:123 modules/files.c:147 modules/files.c:178 # modules/files.c:586 modules/files.c:917 -#: modules/files.c:128 -#: modules/files.c:157 -#: modules/files.c:223 -#: modules/files.c:773 -#: modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "no se pudo efectuar el stat `%s': %s" # apps/apputil.c:63 # modules/files.c:130 -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "error al crear `%s': %s" # modules/files.c:145 # modules/files.c:140 -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" -msgstr "Existe un fichero de copia de seguridad `%s' y no es un fichero habitual" +msgstr "" +"Existe un fichero de copia de seguridad `%s' y no es un fichero habitual" # lib/user.c:144 # lib/user.c:186 -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "tama�o de archivo de copia de seguridad discordante" # modules/files.c:115 # modules/files.c:601 modules/files.c:926 -#: modules/files.c:803 -#: modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "no se pudo leer desde `%s': %s" # modules/files.c:614 modules/files.c:624 # modules/files.c:611 modules/files.c:621 -#: modules/files.c:812 -#: modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "la entrada ya se ha hecho presente en el archivo" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 -#: modules/files.c:826 -#: modules/files.c:836 -#: modules/files.c:847 -#: modules/files.c:1249 -#: modules/files.c:1257 -#: modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "no se pudo escribir en `%s': %s" @@ -1132,30 +1043,26 @@ msgstr "no se pudo escribir en `%s': %s" # modules/files.c:833 # modules/files.c:727 modules/files.c:734 modules/files.c:821 # modules/files.c:831 -#: modules/files.c:1006 -#: modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "el objeto de entidad no tiene ning�n atributo %s" # modules/krb5.c:549 # modules/krb5.c:547 -#: modules/files.c:1751 -#: modules/ldap.c:1541 -#: modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "error al encriptar la contrase�a" # modules/files.c:1676 modules/files.c:1732 # modules/files.c:1675 modules/files.c:1731 -#: modules/files.c:2657 -#: modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "No se ejecuta con privilegios de superusuario." # modules/files.c:1744 # modules/files.c:1743 -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "Ning�n archivo shadow presente -- deshabilitando." @@ -1164,19 +1071,16 @@ msgstr "Ning�n archivo shadow presente -- deshabilitando." #: modules/krb5.c:104 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" -msgstr "error al conectarse al servidor kadm5 para el servicio `%s' en el entorno `%s': %s" +msgstr "" +"error al conectarse al servidor kadm5 para el servicio `%s' en el entorno `%" +"s': %s" # modules/krb5.c:134 modules/krb5.c:191 modules/krb5.c:274 modules/krb5.c:348 # modules/krb5.c:393 modules/krb5.c:461 modules/krb5.c:510 # modules/krb5.c:132 modules/krb5.c:189 modules/krb5.c:272 modules/krb5.c:346 # modules/krb5.c:391 modules/krb5.c:459 modules/krb5.c:508 -#: modules/krb5.c:136 -#: modules/krb5.c:202 -#: modules/krb5.c:301 -#: modules/krb5.c:389 -#: modules/krb5.c:441 -#: modules/krb5.c:529 -#: modules/krb5.c:595 +#: modules/krb5.c:136 modules/krb5.c:202 modules/krb5.c:301 modules/krb5.c:389 +#: modules/krb5.c:441 modules/krb5.c:529 modules/krb5.c:595 msgid "error initializing kerberos library" msgstr "error al inicializar la biblioteca kerberos" @@ -1184,24 +1088,15 @@ msgstr "error al inicializar la biblioteca kerberos" # modules/krb5.c:363 modules/krb5.c:408 modules/krb5.c:476 modules/krb5.c:524 # modules/krb5.c:137 modules/krb5.c:204 modules/krb5.c:297 modules/krb5.c:302 # modules/krb5.c:361 modules/krb5.c:406 modules/krb5.c:474 modules/krb5.c:522 -#: modules/krb5.c:143 -#: modules/krb5.c:223 -#: modules/krb5.c:333 -#: modules/krb5.c:341 -#: modules/krb5.c:409 -#: modules/krb5.c:462 -#: modules/krb5.c:550 -#: modules/krb5.c:612 +#: modules/krb5.c:143 modules/krb5.c:223 modules/krb5.c:333 modules/krb5.c:341 +#: modules/krb5.c:409 modules/krb5.c:462 modules/krb5.c:550 modules/krb5.c:612 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "error en el an�lisis del nombre de usuario `%s' para kerberos" # modules/krb5.c:200 modules/krb5.c:357 modules/krb5.c:402 modules/krb5.c:470 # modules/krb5.c:198 modules/krb5.c:355 modules/krb5.c:400 modules/krb5.c:468 -#: modules/krb5.c:213 -#: modules/krb5.c:400 -#: modules/krb5.c:452 -#: modules/krb5.c:540 +#: modules/krb5.c:213 modules/krb5.c:400 modules/krb5.c:452 modules/krb5.c:540 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "la estructura de entidad no tiene atributos %s ni %s" @@ -1222,8 +1117,7 @@ msgstr "la entidad no ha sido creada con atributos ni %s ni %s" # modules/krb5.c:415 modules/krb5.c:483 # modules/krb5.c:413 modules/krb5.c:481 -#: modules/krb5.c:475 -#: modules/krb5.c:563 +#: modules/krb5.c:475 modules/krb5.c:563 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "error al leer la informaci�n para `%s' desde kerberos" @@ -1262,149 +1156,146 @@ msgstr "Contrase�a Kerberos para el administrador principal" # modules/ldap.c:178 # modules/ldap.c:175 -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "error al inicializar la biblioteca ldap" # modules/ldap.c:196 # modules/ldap.c:193 -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "no se pudo establecer un protocolo LDAP para la versi�n %d" # modules/ldap.c:202 # modules/ldap.c:199 -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "no se pudo negociar TLS con el servidor LDAP" # modules/ldap.c:216 # modules/ldap.c:213 -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "no se pudo vincular al servidor LDAP" # modules/ldap.c:216 # modules/ldap.c:213 -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "no se pudo vincular al servidor LDAP, primer intento como `%s': %s" # modules/ldap.c:554 # modules/ldap.c:556 -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "el objeto de usuario no tiene ning�n atributo %s" # modules/ldap.c:560 # modules/ldap.c:562 -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "el objeto de usuario ha sido creado sin `%s'" # modules/ldap.c:598 # modules/ldap.c:600 -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "error al crear una entrada al directorio LDAP: %s" # modules/ldap.c:585 modules/ldap.c:748 # modules/ldap.c:587 modules/ldap.c:751 -#: modules/ldap.c:1386 -#: modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "error al modificar la entrada del directorio LDAP: %s" # modules/ldap.c:598 # modules/ldap.c:600 -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "error al renombrar la entrada del directorio LDAP: %s" # modules/ldap.c:640 # modules/ldap.c:643 -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "el objeto no tiene ning�n atributo %s" # modules/ldap.c:657 # modules/ldap.c:660 -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "error al eliminar la entrada del directorio LDAP: %s" # modules/ldap.c:703 modules/ldap.c:715 modules/ldap.c:790 modules/ldap.c:867 # modules/ldap.c:706 modules/ldap.c:718 modules/ldap.c:793 modules/ldap.c:874 -#: modules/ldap.c:1511 -#: modules/ldap.c:1527 -#: modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "el objeto no tiene atributos %s" # modules/ldap.c:808 # modules/ldap.c:811 -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "Objeto no encontrado en el directorio LDAP" # modules/ldap.c:832 # modules/ldap.c:836 -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "Atributo `%s' no encontrado" # modules/ldap.c:928 # modules/ldap.c:939 -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Error configurando contrase�a en el directorio LDAP para %s: %s" # modules/ldap.c:1191 # modules/ldap.c:1213 -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nombre del servidor LDAP" # modules/ldap.c:1196 # modules/ldap.c:1218 -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "DN base de b�squeda de LDAP" # modules/ldap.c:1201 # modules/ldap.c:1223 -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN Bind LDAP" # modules/ldap.c:1206 # modules/ldap.c:1228 -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Contrase�a Bind LDAP" # modules/ldap.c:1212 # modules/ldap.c:1234 -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Usuario SASL LDAP" # modules/ldap.c:1217 # modules/ldap.c:1239 -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Usuario de autorizaci�n SASL LDAP" @@ -1428,8 +1319,7 @@ msgstr "Error Cyrus SASL al eliminar usuario: %s" # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 -#: modules/sasldb.c:524 -#: modules/sasldb.c:532 +#: modules/sasldb.c:524 modules/sasldb.c:532 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "error al inicializar Cyrus SASL: %s" @@ -1454,8 +1344,7 @@ msgstr "error moviendo el directorio principal para el usuario" # apps/luseradd.c:194 # apps/luseradd.c:194 -#: python/admin.c:691 -#: python/admin.c:768 +#: python/admin.c:691 python/admin.c:768 msgid "error creating mail spool for user" msgstr "error al crear un spool de correo para el usuario" @@ -1551,7 +1440,7 @@ msgstr "Copia de la estructura de usuario:\n" # modules/ldap.c:574 #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "no se han podido convertir los datos internos a LDAPMods" + #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Shell sin modificar: %s\n" - diff --git a/po/et.po b/po/et.po index b78249f..ecaeb34 100644 --- a/po/et.po +++ b/po/et.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: et\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2005-11-04 08:32+0200\n" "Last-Translator: Allan Sims \n" "Language-Team: Estonian \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Viga `%s' lugemisel:%s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Viga `%s' loomisel: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Viga `%s' omaniku muutmisel: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Viga `%s' kirjutamisel: %s" @@ -726,91 +726,91 @@ msgstr "" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "viga faili lukustamisel: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "vaike turvakonteksti ei ole võimalik seada: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "turvakonteksti `%s' saamine ei ole võimalik: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "vaike turvakonteksti seadistamine `%s'-ile ei ole võimalik: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "turvakonteksti `%s' saamine ei ole võimalik: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' avamine pole võimalik: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s'-i polnud võimalik esitada: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "viga `%s' loomisel: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "on olemas varundfail %s, mis ei ole tavaline fail" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "varundfaili suurus ei sobi" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'-st lugemine pole võimalik: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "failis on üksus juba olemas" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-i kirjutamine pole võimalik: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "üksuse objektil puudub atribuut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "parooli krüpteerimise viga" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "superkasutaja õigustega ei käivitata" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "varifail puudub - keelatud" @@ -872,105 +872,105 @@ msgstr "Kerberos-e Haldusjuht" msgid "Kerberos Password for Admin Principal" msgstr "Kerberose parool Haldusjuhile" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap teegi lähtestamise viga" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP protokolli polnud võimalik seada versioonile %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "" "Transpordikihi turbeprotokollil (TLS) polnud võimalik suhelda LDAP serveriga" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP serverit polnud võimalik siduda" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP serverit polnud võimalik siduda, esmalt üritati `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "kasutaja objektil puudub atribuut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "kasutaja objekt loodi `%s'-ta" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse loomise viga: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse muutmise viga: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse ümbernimetamise viga: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objektil puudus atribuut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse eemaldamise viga: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objektil puudub atribuut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP kataloogis puudub selline objekt" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s'-i atribuuti ei leitud" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "parooli seadmisel LDAP kataloogile %s tekkis viga: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP serverinimi" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP sidumise baasnumber" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP sidumise number" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP sidumise parool" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL kasutaja" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL kasutaja autoriseerimine" diff --git a/po/fi.po b/po/fi.po index b9ca057..a1e1a3b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fi\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-26 23:36+0300\n" "Last-Translator: Ville-Pekka Vainio \n" "Language-Team: Finnish \n" @@ -24,7 +24,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Kotihakemiston polku ”%s” ei ole absoluuttinen" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Virhe luettaessa `%s': %s" @@ -35,13 +35,13 @@ msgid "Error creating `%s': %s" msgstr "Virhe luotaessa `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s':n omistajaa vaihdettaessa tapahtui virhe: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Virhe kirjoitettaessa `%s': %s" @@ -729,91 +729,91 @@ msgstr "ryhmällä ei ole nimeä eikä GID:tä" msgid "Invalid default value of field %s: %s" msgstr "Kentän %s oletusarvo ei kelpaa: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "virhe tiedoston lukitsemisessa: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "ei voitu hakea oletusturvaympäristöä: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "ei voitu hakea turvaympäristöä `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ei voitu asettaa oletusturvakontekstia`%s':%s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "ei voitu määrittää turvaympäristöä `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "ei voitu avata `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "ei voitu avata `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "virhe luotaessa `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "varmuuskopiotiedosto \"%s\" on olemassa eikä se ole normaali tiedosto" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "varmuuskopiotiedoston koko ei täsmää" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "ei voitu lukea kohteesta `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "merkintä on jo tiedostossa" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "ei voitu kirjoittaa `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "virhe salasanan kryptauksessa" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "ei suoriteta pääkäyttäjän oikeuksilla" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "varjosalasanatiedostoa ei ole -- otetaan pois käytöstä" @@ -877,104 +877,104 @@ msgstr "" msgid "Kerberos Password for Admin Principal" msgstr "" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "virhe ldap-kirjaston alustamisessa" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ei voitu asettaa LDAP-protokollaa versioon %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "ei voitu tehdä TLS-neuvottelua LDAP-palvelimen kanssa" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "sitoutuminen LDAP-palvelimeen epäonnistui" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ei voitu sitoutua LDAP-palvelimelle, ensimmäinen yritys `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "käyttäjäobjektilla ei ole attribuuttia %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "virhe LDAP-hakemistomerkinnän luomisessa: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "virhe LDAP-hakemistomerkinnän luomisessa: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "virhe LDAP-hakemistomerkinnän uudelleennimeämisessä: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "elementillä ei ollut %s-attribuuttia" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "virhe poistettaessa LDAP-hakemistomerkintää: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "elementillä ei ole %s-attribuuttia" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "objektia ei ole LDAP-hakemistossa" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s'-attribuuttia ei löytynyt" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "virhe asetettaessa salasanaa LDAP-hakemiston kohteelle %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP-palvelimen nimi" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind -salasana" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL -käyttäjä" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL -valtuutuksen käyttäjä" diff --git a/po/fr.po b/po/fr.po index 5ed8752..ad5b7dc 100644 --- a/po/fr.po +++ b/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-31 23:45+0100\n" "Last-Translator: Gauthier Ancelin \n" "Language-Team: Français \n" @@ -26,7 +26,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Le chemin d'accès au répertoire personnel « %s » n'est pas absolu" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Erreur lors de la lecture de « %s » : %s" @@ -37,13 +37,13 @@ msgid "Error creating `%s': %s" msgstr "Erreur lors de la création de « %s » : %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Erreur lors de la modification du propriétaire de « %s » : %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Erreur lors de l'écriture de « %s » : %s" @@ -353,7 +353,8 @@ msgstr "Erreur lors de la lecture de « %s » : %s.\n" #: apps/lnewusers.c:122 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" -msgstr "Erreur lors de la création d'un compte pour « %s » : ligne mal formatée.\n" +msgstr "" +"Erreur lors de la création d'un compte pour « %s » : ligne mal formatée.\n" #: apps/lnewusers.c:132 apps/luseradd.c:119 apps/lusermod.c:131 #, c-format @@ -417,12 +418,14 @@ msgstr "Modification du mot de passe annulée.\n" #: apps/lpasswd.c:190 apps/luseradd.c:284 apps/luseradd.c:294 #, c-format msgid "Error setting password for user %s: %s.\n" -msgstr "Erreur lors de la configuration du mot de passe pour l'utilisateur %s : %s.\n" +msgstr "" +"Erreur lors de la configuration du mot de passe pour l'utilisateur %s : %s.\n" #: apps/lpasswd.c:198 #, c-format msgid "Error setting password for group %s: %s.\n" -msgstr "Erreur lors de la configuration du mot de passe pour le groupe %s : %s.\n" +msgstr "" +"Erreur lors de la configuration du mot de passe pour le groupe %s : %s.\n" #: apps/lpasswd.c:209 #, c-format @@ -452,7 +455,8 @@ msgstr "Erreur lors de la création de %s : %s.\n" #: apps/luseradd.c:331 #, c-format msgid "Error creating mail spool.\n" -msgstr "Erreur lors de la création du répertoire de travail du client courriel.\n" +msgstr "" +"Erreur lors de la création du répertoire de travail du client courriel.\n" #: apps/luserdel.c:98 #, c-format @@ -492,7 +496,8 @@ msgstr "Erreur lors de la suppression de %s : %s.\n" #: apps/lusermod.c:168 apps/lusermod.c:181 #, c-format msgid "Failed to set password for user %s: %s.\n" -msgstr "Erreur lors de la configuration du mot de passe pour l'utilisateur %s : %s.\n" +msgstr "" +"Erreur lors de la configuration du mot de passe pour l'utilisateur %s : %s.\n" #: apps/lusermod.c:191 #, c-format @@ -733,91 +738,92 @@ msgstr "le groupe n'a ni nom ni GID" msgid "Invalid default value of field %s: %s" msgstr "Valeur invalide des champs %s : %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "erreur lors du verrouillage du fichier : %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "impossible d'obtenir le contexte de sécurité par défaut : %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "impossible d'obtenir le contexte de sécurité sur « %s » : %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" -msgstr "impossible de définir le contexte de sécurité par défaut sur « %s » : %s" +msgstr "" +"impossible de définir le contexte de sécurité par défaut sur « %s » : %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "impossible de déterminer le contexte de sécurité sur « %s » : %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "impossible d'ouvrir « %s » : %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "impossible d'exécuter la fonction stat « %s » : %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "erreur lors de la création de « %s » : %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "le fichier de sauvegarde « %s » existe et il n'est pas standard" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "différence de taille du fichier de sauvegarde" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "impossible de lire à partir de « %s » : %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "entrée déjà présente dans le fichier" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "impossible d'écrire sur « %s » : %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "l'objet n'a pas d'attribut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "erreur lors du cryptage du mot de passe" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "exécution sans les privilèges du superutilisateur" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "pas de fichier shadow présent -- désactivation." @@ -881,108 +887,108 @@ msgstr "Administrateur principal Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Mot de passe Kerberos pour l'administrateur principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "erreur lors de l'initialisation de la bibliothèque ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "impossible de régler le protocole LDAP sur la version %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "impossible de négocier TLS avec le serveur LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "impossible de se connecter au serveur LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "impossible de se connecter au serveur LDAP, première tentative en tant que « " "%s » : %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "l'objet utilisateur n'a pas d'attribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "l'objet utilisateur a été créé sans « %s »" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "erreur lors de la création de l'entrée de répertoire LDAP : %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erreur lors de la modification de l'entrée de répertoire LDAP : %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "erreur lors du changement du nom de l'entrée de répertoire LDAP : %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "l'objet n'avait pas d'attribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "erreur lors de la suppression de l'entrée de répertoire LDAP : %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "l'objet n'a pas d'attribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "objet non présent dans le répertoire LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "aucun attribut « %s » trouvé" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" "erreur lors de la configuration du mot de passe dans le répertoire LDAP pour " "%s : %s." -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nom du serveur LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Racine DN de recherche LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN de liaison LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Mot de passe LDAP Bind" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Utilisateur SASL LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Utilisateur autorisation SASL LDAP" @@ -1007,7 +1013,8 @@ msgstr "Erreur lors de la création du répertoire personnel pour l'utilisateur" #: python/admin.c:580 msgid "error removing home directory for user" -msgstr "Erreur lors de la suppression du répertoire personnel pour l'utilisateur" +msgstr "" +"Erreur lors de la suppression du répertoire personnel pour l'utilisateur" #: python/admin.c:658 msgid "error moving home directory for user" @@ -1080,4 +1087,3 @@ msgstr "Obtention d'attributs d'utilisateur par défaut :\n" #: samples/testuser.c:99 msgid "Copying user structure:\n" msgstr "Copie de la structure de l'utilisateur :\n" - diff --git a/po/gu.po b/po/gu.po index 31baec7..dea81df 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 13:46+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -15,7 +15,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" "\n" "\n" "\n" @@ -34,7 +35,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "ઘર ડિરેક્ટરી પાથ `%s' ચોક્કસ નથી" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' વાંચવામાં ભૂલ: %s" @@ -45,13 +46,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' બનાવવામાં ભૂલ: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' નો માલિક બદલવામાં ભૂલ: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' લખવામાં ભૂલ: %s" @@ -737,91 +738,91 @@ msgstr "જૂથને નહિં તો નામ કે GID છે" msgid "Invalid default value of field %s: %s" msgstr "ક્ષેત્ર %s ની મૂળભૂત કિંમત અયોગ્ય છે: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ફાઈલને તાળુ લગાવવામાં ભૂલ: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "મૂળભૂત સુરક્ષા સંદર્ભ મેળવી શક્યા નહિં: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' નો સુરક્ષા સંદર્ભ મેળવી શક્યા નહિં: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' માં મૂળભૂત સુરક્ષા સંદર્ભ સુયોજિત કરી શક્યા નહિં: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' માટેનો સુરક્ષા સંદર્ભ નક્કી કરી શક્યા નહિં: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ખોલી શક્યા નહિં: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ની સ્થિતિ કહી શક્યા નહિં: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' બનાવવામાં ભૂલ: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "બેકઅપ ફાઈલ `%s' અસ્તિત્વમાં છે અને એ નિયમિત ફાઈલ નથી" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "બેકઅપ ફાઈલ માપ બંધબેસતું નથી" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' માંથી વાંચી શક્યા નહિં: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ફાઈલમાં પ્રવેશ પહેલાથી જ હાજર છે" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' માં લખી શક્યા નહિં: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "એન્ટીટી ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નથી" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "પાસવર્ડ એનક્રિપ્ટ કરવામાં ભૂલ" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "શ્રેષ્ઠ વપરાશકર્તાની ફાયદાકારક સ્થિતિ સાથે નથી ચલાવી રહ્યા" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "કોઈ શેડો ફાઈલ હાજર નથી -- નિષ્ક્રિય કરી રહ્યા છીએ" @@ -883,104 +884,104 @@ msgstr "કર્બરોઝનો સંચાલન નિયમ" msgid "Kerberos Password for Admin Principal" msgstr "સંચાલન નિયમ માટે કર્બરોઝ પાસવર્ડ" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap લાઈબ્રેરીનો પ્રારંભ કરવામાં ભૂલ" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP પ્રોટોકોલને આવૃત્તિ %d સાથે સુયોજિત કરી શક્યા નહિં" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "TLS ને LDAP સર્વર સાથે અવગણી શક્યા નહિં" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP સર્વરમાં જોડાણ કરી શક્યા નહિં" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP સર્વરમાં જોડાણ કરી શક્યા નહિં, `%s' ને પ્રથમ વાર લેતાં: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "વપરાશકર્તા ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નહતું" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "વપરાશકર્તા ઓબ્જેક્ટ કોઈ `%s' સાથે બન્યું નહતું" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશ બનાવવામાં ભૂલ: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશ સુધારવામાં ભૂલ: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશનું નામ બદલવામાં ભૂલ: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નહતું" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશ દૂર કરવામાં ભૂલ: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નથી" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP ડિરેક્ટરીમાં આવો કોઈ ઓબ્જેક્ટ નથી" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "કોઈ `%s' લક્ષણ મળ્યું નથી" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP ડિરેક્ટરીમાં %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP સર્વર નામ" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP શોધનો આધાર DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP બાઈન્ડ DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP બાઈન્ડ પાસવર્ડ" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL વપરાશકર્તા" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL સત્તાધિકરણ વપરાશકર્તા" @@ -1076,4 +1077,3 @@ msgstr "મૂળભૂત વપરાશકર્તા લક્ષણો મ #: samples/testuser.c:99 msgid "Copying user structure:\n" msgstr "વપરાશકર્તા સંરચનાની નકલ કરી રહ્યા છીએ:\n" - diff --git a/po/hi.po b/po/hi.po index 4e8b5bb..260bdb7 100644 --- a/po/hi.po +++ b/po/hi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: hi\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-04-16 12:54+0530\n" "Last-Translator: hi \n" "Language-Team: Hindi \n" @@ -28,7 +28,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' पढ़ने में त्रुटि: %s" @@ -39,13 +39,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' निर्मित करने में त्रुटि: %s " #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' के स्वामित्व बदलाव में त्रुटि: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' लिखने में त्रुटि: %s" @@ -731,91 +731,91 @@ msgstr "समूह के पास न तो नाम है न GID." msgid "Invalid default value of field %s: %s" msgstr "%s क्षेत्र का अवैध मूलभूत मान: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "%s फाइल तालकित करने में त्रुटि" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "मूलभूत सुरक्षा संदर्भ व्यवस्थित नहीं कर सका: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' का सुरक्षा संदर्भ पा नहीं सका: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' में मूलभूत सुरक्षा संदर्भ व्यवस्थित नहीं कर सका: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' का सुरक्षा संदर्भ पा नहीं सका: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' खोल नहीं सका: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat नहीं कर सका: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' बनाने में त्रुटि: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "`%s' बैकअप फाइल जीवंत है और एक नियमित फाइल नहीं है" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "बैकअप फाइल आकार मेल नहीं खाया" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' से पढ़ नहीं सका: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "फाइल में प्रविष्टि पहले से है" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' को लिख नहीं सका: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "एंटिटी वस्तु का %s गुण नहीं है " -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "शब्दकूट गोपन में त्रुटि " -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "सुपरयूजर विशेषाधिकार से निष्पादन नहीं कर रहा है" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "कोई शेडो फाइल नहीं है -- असमर्थ कर रहा है" @@ -877,104 +877,104 @@ msgstr "करबरोस प्रधान प्रशासक" msgid "Kerberos Password for Admin Principal" msgstr "प्रधान प्रशासक के लिए करबरोस शब्दकूट" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap क्रमादेश प्रारंभिकीकरण त्रुटि" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d संस्करण को LDAP प्रोटोकॉल सेट नहीं कर सका " -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP सर्वर से TLS संबंधित नहीं कर सका" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP सर्वर से जुड नहीं सका" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP सर्वर से जुड नहीं सका, पहले `%s' रूप में प्रयास करें: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "उपयोक्ता वस्तु का %s गुण नहीं था" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "उपयोक्ता वस्तु को `%s' के बिना बनाया गया था" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि बनाने में त्रुटि: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि रूपांतरित करने में त्रुटि: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि के पुनर्नामकरण में त्रुटि: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "वस्तु में %s गुण नहीं था" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि को हटाने में त्रुटि: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "वस्तु में %s गुण नहीं है" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP निर्देशिका में ऐसे कुछ वस्तु नहीं है" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "कोई `%s' गुण नहीं मिला" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s के लिए LDAP निर्देशिका में शब्दकूट जमावट त्रुटि: %s " -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP सर्वर नाम " -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP खोज आधार DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP बंधन DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP बंधन शब्दकूट" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL उपयोक्ता" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL प्राधिकरण उपयोक्ता" diff --git a/po/hr.po b/po/hr.po index e227a4a..7f027f1 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 0\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-16 13:46+0100\n" "Last-Translator: Renato Pavicic translator-shop.org>\n" "Language-Team: Renato Pavicic \n" @@ -18,7 +18,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Putanja početne korisničke mape \"%s\" nije apsolutna." #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Pogreška pri čitanju `%s': %s" @@ -29,13 +29,13 @@ msgid "Error creating `%s': %s" msgstr "Pogreška pri izradi `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Pogreška pri izmjeni vlasnika`%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Pogreška pri zapisivanju `%s': %s" @@ -721,91 +721,91 @@ msgstr "Grupa nema ni naziv ni UID" msgid "Invalid default value of field %s: %s" msgstr "Neispravana zadana vrijednost polja %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "Pogreška pri zaključavanju datoteke: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "Postavljanje zadanog sigurnosnog sadržaja nije uspjelo: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja u `%s' nije uspjelo: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "Otvaranje`%s' nije uspjelo: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "Izrada statistike`%s' nije uspjela: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "Pogreška pri izradi`%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Datoteka sigurnosnog spremanja`%s' postoji i nije regularna datoteka" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "Ne podudara se veličina datoteke sigurnosnog spremanja" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "Čitanje iz `%s' nije moguće: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "Unos već postoji u datoteci" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "Zapisivanje u `%s' nije moguće: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "Objekt entiteta nema atribut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "Pogreška pri šifriranju lozinke" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "Ne izvršava se s pravima superkorisnika" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "Datoteka lozinki u sjeni ne postoji -- Bit će onemogućeno" @@ -869,105 +869,105 @@ msgstr "Principal administratora kerberosa" msgid "Kerberos Password for Admin Principal" msgstr "Lozinka kerberosa za principal administratora" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "Pogreška pri inicijalizaciji ldap biblioteke" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "Zadavanje LDAP protokola za verziju %d nije uspjelo" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "TLS pregovaranja s LDAP poslužiteljem nije uspjelo" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "Povezivanje s LDAP poslužiteljem nije uspjelo" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "Povezivanje s LDAP poslužiteljem nije uspjelo. Prvi pokušaj kao %s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "Korisnički objekt nije imao atribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "Korisnički objekt je izrađen bez `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Pogreška pri izradi unosa LDAP imenika: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Pogreška pri uređivanju unosa LDAP imenika: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Pogreška pri preimenovanju unosa LDAP imenika: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "Objekt nije imao atribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "Pogreška pri uklanjanju unosa LDAP imenika: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "Objekt nema atribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "Takav objekt ne postoji u LDAP imeniku" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "Atribut `%s' nije pronađen" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Pogreška pri postavljanju lozinke u LDAP imeniku za %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Naziv LDAP poslužitelja" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Osnovna DN LDAP pretrage" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind lozinka" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL korisnik" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL korisnik autorizacije" diff --git a/po/hu.po b/po/hu.po index 2980984..6eba487 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-03-27 00:47+0200\n" "Last-Translator: Arpad Biro \n" "Language-Team: \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Hiba történt '%s' beolvasásakor: %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Hiba történt '%s' létrehozásakor: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Hiba \"%s\" tulajdonosának módosításakor: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Hiba történt \"%s\" írásakor: %s" @@ -731,93 +731,93 @@ msgstr "csoportnak nincs neve és azonosítója (GID) sem" msgid "Invalid default value of field %s: %s" msgstr "Érvénytelen alapértelmezett érték a(z) %s mezőhöz: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "fájlzárolási hiba: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "nem sikerült beállítani az alapértelmezett biztonsági kontextust: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nem sikerült meghatározni \"%s\" biztonsági kontextusát: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "nem sikerült beállítani az alapértelmezett biztonsági kontextust erre: \"%s" "\" (%s)" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nem sikerült meghatározni \"%s\" biztonsági kontextusát: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "'%s' megnyitása nem sikerült: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "nem sikerült a stat művelet erre: \"%s\" (%s)" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "'%s' létrehozása nem sikerült: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "létezik \"%s\" nevű biztonsági mentési fájl, de nem normál fájl" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "a mentési fájl eltérő méretű" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "nem sikerült olvasni innen: '%s' (%s)" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "az entitás már benne van a fájlban" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "nem sikerült írni ebbe: '%s' (%s)" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "az entitásobjektumnak nincs %s attribútuma" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "hiba történt a jelszó titkosításakor" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "nem lehet végrehajtani rendszergazdai jogosultsággal" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "nincs árnyékfájl - letiltva" @@ -881,106 +881,106 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Az Admin Principal Kerberos-jelszava" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "hiba történt az LDAP-programkönyvtár inicializálásakor" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nem sikerült beállítani az LDAP protokollt %d verzióra" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "nem sikerült TLS-kapcsolatot létrehozni az LDAP-kiszolgálóval" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "nem sikerült kapcsolódni az LDAP-kiszolgálóhoz" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "nem sikerült kapcsolódni az LDAP-kiszolgálóhoz, első kísérlet ezzel: \"%s" "\" (%s)" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "a felhasználói objektumnak nincs %s attribútuma" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "a felhasználói objektum '%s' attribútum nélkül lett létrehozva" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "hiba történt az LDAP-címtárbejegyzés létrehozásakor: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "hiba történt az LDAP-címtárbejegyzés módosításakor: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "hiba történt az LDAP-címtárbejegyzés átnevezésekor: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "az objektumnak nem volt %s attribútuma" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "nem sikerült eltávolítani az LDAP-címtárbejegyzést: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "az objektumnak nincs %s attribútuma" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "nincs ilyen objektum az LDAP-címtárban" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "nem található '%s' attribútum" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "nem sikerült beállítani a jelszót az LDAP-címtárban ehhez: %s (%s)" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP kiszolgálónév" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP keresési alapnév" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP csatlakozás" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP csatlakozási jelszó" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL felhasználónév" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL azonosítási felhasználónév" diff --git a/po/id.po b/po/id.po index ed0e6e4..6675037 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-05 12:03+0700\n" "Last-Translator: Teguh DC \n" "Language-Team: Linux Indonesia \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Path direktori rumah `%s' tidak absolut" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Salah pembacaan `%s': %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "Salah pembuatan `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Salah mengubah kepemilikan dari `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Salah penulisan `%s': %s" @@ -727,91 +727,91 @@ msgstr "grup tidak memiliki nama atau GID" msgid "Invalid default value of field %s: %s" msgstr "Nilai default kolom %s tidak valid: %s " -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "salah saat mengunci berkas: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "tidak dapat memperoleh konteks keamanan standar: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "tidak dapat memperoleh konteks keamanan dari `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "tidak dapat menset konteks keamanan standar ke `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "tidak dapat menentukan konteks keamanan dari `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "tidak dapat membuka `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "tidak dapat menampilkan informasi berkas `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "salah saat membuat `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ada berkas cadangan `%s' dan itu bukan berkas biasa" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "ukuran berkas cadangan tidak cocok" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "tidak dapat membaca dari `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "entri telah ada dalam berkas" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "tidak dapat menulis ke `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "obyek entiti tidak memiliki atribut %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "salah saat meng-enkrip password" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "tidak mengeksekusi dengan hak akses superuser" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "tidak ada berkas shadow -- menonaktifkan" @@ -874,104 +874,104 @@ msgstr "Kepala Admin Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Password Kerberos untuk Kepala Admin" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "salah saat menginisiasi pustaka ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "tidak dapat menset protokol LDAP ke versi %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "tidak dapat menegosiasikan TLS dengan server LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "tidak dapat mengikat ke server LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "tidak dapat mengikat ke server LDAP, usaha pertama adalah `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "obyek pengguna tidak memiliki atribut %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "obyek user telah dibuat tanpa `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "salah saat membuat entri direktori LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "salah saat memodifikasi entri direktori LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "salah saat mengganti nama entri direktori LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "obyek tidak memiliki atribut %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "salah saat menghapus entri direktori LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "obyek tidak memiliki atribut %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "tidak ada obyek tersebut dalam direktori LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "tidak ada atribut `%s' yang ditemukan" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "salah saat menset password dalam direktori LDAP untuk %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nama Server LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Pencarian Base DN LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "Bind DN LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Bind Password LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Pengguna SASL LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Otorisasi Pengguna SASL LDAP" diff --git a/po/is.po b/po/is.po index ccbd49c..5968ee3 100644 --- a/po/is.po +++ b/po/is.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 1.1\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-04-24 12:55+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -20,7 +20,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Villa við lestur `%s': %s" @@ -31,13 +31,13 @@ msgid "Error creating `%s': %s" msgstr "Villa við að búa til `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Villa við að breyta eiganda `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Villa við að skrifa í `%s': %s" @@ -724,91 +724,91 @@ msgstr "hópurinn hefur hvorki heiti eða GID" msgid "Invalid default value of field %s: %s" msgstr "Ógilt sjálfgefið gildi í svæði %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "villa við að læsa skrá: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "gat ekki sett sjálfgefinn öryggisham: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "gat ekki lesið öryggisham `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "gat ekki sett sjálfgefinn öryggisham í `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "gat ekki lesið öryggisham `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "gat ekki opnað `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "gat ekki fundið `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "villa við að búa til `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "afritið `%s' er til og er ekki venjuleg skrá" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "stærðarmunur á afritum" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "gat ekki lesið úr `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "færslan er þegar til staðar í skránni" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "gat ekki ritað í `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "hluturinn er ekki með %s eiginleika" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "villa við að dulrita lykilorðið" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "er ekki keyrandi með rótarheimildum" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "engin shadow skrá til staðar -- afvirki" @@ -871,104 +871,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos lykilorð fyrir Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "villa við að frumstilla ldap aðgerðasafnið" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "gat ekki stillt LDAP prótókollsútgáfuna á %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "gat ekki samið um TLS við LDAP þjóninn" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "gat ekki tengst LDAP þjóni" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "gat ekki tengst LDAP þjóni, fyrsta tilraun gerð sem `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "notandahluturinn hafði engann %s eiginleika" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "notandahluturinn var búinn til án `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "villa við að búa til LDAP færslu: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "villa við að breyta LDAP færslu: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "villa við að endurnefna LDAP færslu: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "hluturinn hefur engann %s eiginleika" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "villa við að fjarlægja færslu úr LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "hluturinn hefur engann %s eiginleika" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "enginn slíkur hlutur í LDAP skránum" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "enginn `%s' eiginleiki fannst" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "villa við að setja lykilorð í LDAP skrá fyrir %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP þjónn" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP lykilorð" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL notandi" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Auðkennir" diff --git a/po/it.po b/po/it.po index 76071c0..111b732 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-11-22 15:11+1000\n" "Last-Translator: \n" "Language-Team: \n" @@ -25,7 +25,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Il percorso della home directory `%s' non è assoluto" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Errore nella lettura di `%s': %s" @@ -36,13 +36,13 @@ msgid "Error creating `%s': %s" msgstr "Errore nella creazione di `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Errore nel cambiamento del proprietario di '%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Errore nella scrittura di `%s': %s" @@ -65,7 +65,8 @@ msgstr "Errore interno.\n" #: apps/apputil.c:606 #, c-format msgid "%s is not authorized to change the finger info of %s\n" -msgstr "%s non è autorizzato a cambiare le informazioni di %s per il comando finger\n" +msgstr "" +"%s non è autorizzato a cambiare le informazioni di %s per il comando finger\n" #: apps/apputil.c:608 msgid "Unknown user context" @@ -730,91 +731,92 @@ msgstr "il gruppo non ha ne' un nome ne' un GID" msgid "Invalid default value of field %s: %s" msgstr "Valore predefinito non valido del campo %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "errore nel bloccaggio del file: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "impossibile ottenere il contesto di sicurezza predefinito: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" -msgstr "impossibile recuperare le informazioni sull'ambiente di sicurezza: `%s': %s" +msgstr "" +"impossibile recuperare le informazioni sull'ambiente di sicurezza: `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "impossibile impostare l'ambiente di sicurezza predefinito a %s: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "impossibile determinare il contesto di sicurezza per `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "impossibile aprire `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "impossibile eseguire lo stat su `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "errore nella creazione di `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "il file di backup `%s' esiste e non è un file standard" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "mancata corrispondenza con le dimensioni del file di backup." -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "impossibile leggere da `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "voce già presente nel file" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "impossibile scrivere su `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "nessun attributo %s per l'oggetto entità" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "errore nel cifratura della password" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "esecuzione senza privilegi di superutente" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "nessun file shadow presente -- disattivazione" @@ -878,104 +880,105 @@ msgstr "Admin principal di kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Password per Admin Principal di kerberos" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "errore nell'inizializzazione della libreria ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "impossibile impostare protocollo LDAP sulla versione %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "impossibile negoziare TLS con il server LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "impossibile collegarsi al server LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "impossibile collegarsi al server LDAP, primo tentativo come %s: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "nessun attributo %s per l'oggetto utente" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "l'oggetto utente è stato creato senza `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "errore nella creazione della voce di directory LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "errore nella modifica della voce di directory LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "errore nel rinominare la voce di directory LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "nessun attributo %s per l'oggetto" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "errore nella rimozione della voce di directory LDAP: %s." -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "nessun attributo %s per l'oggetto" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "nessun oggetto nella directory LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "nessun attributo `%s' trovato" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" -msgstr "errore nella configurazione della password nella directory LDAP per %s: %s" +msgstr "" +"errore nella configurazione della password nella directory LDAP per %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nome del server LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "DN inizio ricerca LDAP " -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN " -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Password LDAP Bind" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Utente LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Autorizzazione utente LDAP SASL" @@ -1071,4 +1074,3 @@ msgstr "Raccolta attributi dell'utente di default:\n" #: samples/testuser.c:99 msgid "Copying user structure:\n" msgstr "Copia della struttura dell'utente:\n" - diff --git a/po/ja.po b/po/ja.po index 8155e0c..7c8db30 100644 --- a/po/ja.po +++ b/po/ja.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 20:20+0900\n" "Last-Translator: hyu_gabaru Ryu_ichi \n" "Language-Team: Japanese \n" @@ -27,7 +27,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "ホームディレクトリーパス `%s' が絶対パスではありません" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s'の読み込みでエラー: %s" @@ -38,13 +38,13 @@ msgid "Error creating `%s': %s" msgstr "`%s'の作成でエラー: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' の所有者の変更でエラー: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s'の書き込みでエラー: %s" @@ -730,91 +730,91 @@ msgstr "グループには名前もしくは GID がありません。" msgid "Invalid default value of field %s: %s" msgstr "領域 %s の値は無効なデフォルト値です : %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ファイルのロック中にエラー: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "デフォルトのセキュリティー情報を取得できません: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' のセキュリティー情報を取得できません: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' にデフォルトのセキュリティー情報を設定できません: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' のセキュリティー情報を決定できません: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' を開けません: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' の stat 情報を取得できません: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' の作成中にエラー: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "バックアップファイル `%s' は存在しますが通常のファイルではありません。" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "バックアップファイルサイズの不一致" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' から読みこめません: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "エントリーはファイルにすでにあります" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' に書き込めません: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "エンティティーオブジェクトには %s 属性はありません" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "パスワードの暗号化中にエラー" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "スーパーユーザー特権で実行できません" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "shadow ファイルはありません -- 無効になっています" @@ -876,105 +876,105 @@ msgstr "ケルベロス管理プリンシパル" msgid "Kerberos Password for Admin Principal" msgstr "管理プリンシパルのケルベロスパスワード" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "LDAP ライブラリーの初期化でエラー" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP プロトコルをバージョン %d に設定できませんでした" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP サーバーと TLS ネゴシエートできませんでした" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP サーバーとバインドできませんでした" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "LDAP サーバーとバインドできませんでした。最初に `%s' として試みます: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "ユーザーオブジェクトには %s 属性はありません" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "ユーザーオブジェクトは `%s' なしで生成されました" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーの作成中にエラー: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーを変更するときにエラー: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーの名前変更でエラー: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "オブジェクトには %s 属性はありません" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーの削除でエラー: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "オブジェクトには %s 属性はありません" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP ディレクトリーにはそのようなオブジェクトはありません" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s' 属性は見つかりませんでした" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s の LDAP ディレクトリーのパスワード設定でエラー: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP サーバー名" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP 検索ベース DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP バインド DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP バインドパスワード" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL ユーザー" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 認証ユーザー" diff --git a/po/kn.po b/po/kn.po index d25833c..c85deca 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kn\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-09-23 23:43+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' ಅನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' ಅನ್ನು ಸೃಜಿಸು: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ನ ಮಾಲಿಕನನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' ಗೆ ಬರೆಯುವಲ್ಲಿ ದೋಷ: %s" @@ -728,91 +728,91 @@ msgstr "" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ಕಡತವನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ಗೆ ಬರೆಯಲಾಗಿಲ್ಲ: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' ಗೆ ಬರೆಯಲಾಗಿಲ್ಲ: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "" @@ -874,104 +874,104 @@ msgstr "" msgid "Kerberos Password for Admin Principal" msgstr "" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP ಪರಿಚಾರಕದ ಹೆಸರು" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL ಬಳಕೆದಾರ" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "" diff --git a/po/ko.po b/po/ko.po index f25259a..24c79ab 100755 --- a/po/ko.po +++ b/po/ko.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ko\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-08-03 11:34+1000\n" "Last-Translator: Eunju Kim \n" "Language-Team: Korean \n" @@ -25,7 +25,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s'(을)를 읽는 도중 오류 발생: %s" @@ -36,13 +36,13 @@ msgid "Error creating `%s': %s" msgstr "`%s'(을)를 생성하는 도중 오류 발생: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' 소유자를 변경하는 도중 오류 발생: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s'(을)를 기록하는 도중 오류 발생: %s" @@ -730,91 +730,91 @@ msgstr "그룹은 이름과 GID가 없습니다" msgid "Invalid default value of field %s: %s" msgstr "%s 란의 기본값이 잘못됨: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "파일을 잠그는 도중 오류 발생: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "기본 보안 문맥을 설정하지 못했습니다: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'의 보안 문맥을 읽어오는데 실패했습니다: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "기본 보안 문맥을 `%s'으로 설정할 수 없습니다: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'의 보안 문맥을 읽어오는데 실패했습니다: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s'(을)를 열 수 없음: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s'(을)를 표시(stat)할 수 없음: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s'(을)를 생성하는 도중 오류 발생: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "백업 파일 `%s' 존재하지만 정규 파일이 아닙니다" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "백업 파일 용량이 일치하지 않음" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'(을)를 읽을 수 없음: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "파일 안에 목록(entry)이 이미 존재합니다" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'에 작성할 수 없음: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entity 개체에 %s 속성이 없습니다" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "암호를 암호화하는 도중 오류 발생" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "수퍼유저 권한으로 실행할 수 없습니다" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "현재 섀도우 파일이 없음 -- 불가능" @@ -878,104 +878,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal의 Kerberos 암호" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap 라이브러리를 초기화하는 도중 오류가 발생했습니다" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d 버전에 LDAP 프로토콜을 설정할 수 없습니다" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP 서버와 TLS 연결할 수 없습니다" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP 서버와 연결할 수 없습니다" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP 서버와 연결할 수 없습니다, `%s'로 첫번째 시도: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "사용자 개체에 %s 속성이 없습니다" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "`%s'(이)가 없는 사용자 개체가 생성되었습니다" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP 디렉토리 항목을 생성하는 도중 오류 발생: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP 디렉토리 목록(entry)을 편집하는 도중 오류 발생: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP 디렉토리 항목의 이름을 변경하는 도중 오류 발생: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "개체에 %s 속성이 없습니다" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP 디렉토리 항목을 삭제하는 도중 오류 발생: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "개체에 %s 속성이 없습니다" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP 디렉토리 안에 그러한 개체가 없습니다" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s' 속성을 찾을 수 없습니다" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s의 LDAP 디렉토리 안에 암호를 설정하는 도중 오류 발생: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP 서버 이름" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP 검색 기반 DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN " -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind 암호" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL 사용자" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 권한부여 사용자" diff --git a/po/libuser.pot b/po/libuser.pot index 6722400..453fcff 100644 --- a/po/libuser.pot +++ b/po/libuser.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "" @@ -725,91 +725,91 @@ msgstr "" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "" @@ -871,104 +871,104 @@ msgstr "" msgid "Kerberos Password for Admin Principal" msgstr "" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "" diff --git a/po/mk.po b/po/mk.po index 66795ec..5a49bdf 100644 --- a/po/mk.po +++ b/po/mk.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser.HEAD.mk\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-07-18 15:25+0200\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -28,7 +28,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Грешка при читање на „%s“: %s" @@ -39,13 +39,13 @@ msgid "Error creating `%s': %s" msgstr "Грешка при креирање на „%s“: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Грешка при менување на сопственикот на „%s“: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Грешка при запишување „%s“: %s" @@ -732,91 +732,91 @@ msgstr "групата нема ни име ни GID" msgid "Invalid default value of field %s: %s" msgstr "Невалидна стандардна вредност за полето %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "грешка при заклучувањето на датотеката: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "не можам да го поставам стандардниот безбедносен контекст: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не можам да го добијам безбедносниот контекст на „%s“: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не можам да го поставам основниот безбедносен контекст на „%s“: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не можам да го добијам безбедносниот контекст на „%s“: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "не можам да отворам „%s“: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "не можам да одредам „%s“: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "грешка при креирање на „%s“: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервната датотека „%s“ постои и не е регуларна датотека" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "погрешна големина на резервната датотека" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "не можам да прочитам од „%s“: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "записот веќе постои во датотеката" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "не можам да запишам во „%s“: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "објектот нема %s атрибут" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "грешка при кодирање на лозинката" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "не извршувам со суперкориснички привилегии" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "нема присутна сенка датотека -- оневозможувам" @@ -879,104 +879,104 @@ msgstr "Принцип на админ за kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Лозинка за принцип на админ за kerberos" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "грешка при иницијализирање на ldap библиотеката" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не можам да го поставам LDAP протоколот на верзијата %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "не можам да договорам TLS со LDAP серверот" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "не можам да се врзам за LDAP серверот" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "не можам да се врзам за LDAP серверот, првиот обид беше како „%s“: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "корисничкиот објект нема %s атрибут" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "корисничкиот објект беше креиран без „%s“" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "грешка при креирање на запис за LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "грешка при менување на записот водиректориумот на LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "грешка при реименувањето на записот за LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "објектот нема %s атрибути" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "грешка при отстранување на записот за LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "објектот нема %s атрибут" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "нема таков објект во директориумот на LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "не пронајдов атрибут„%s“" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "грешка при поставување на лозинка во директориумот на LDAP за %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Име на LDAP сервер" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "База за пребарување на LDAP " -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind лозинка" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL корисник" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL авторизација за корисник" diff --git a/po/ml.po b/po/ml.po index d332200..f6beb1b 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-07 18:45+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam\n" @@ -25,7 +25,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "ഹോം ഡയറക്ടറിയുടെ പാഥ് ആയ `%s' ആബ്സല്യൂട്ട് അല്ല" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' വായിക്കുന്നതില്‍ പിഴവ്: %s" @@ -36,13 +36,13 @@ msgid "Error creating `%s': %s" msgstr "`%s'സൃഷ്ടിയില്‍ പിഴവ് : %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ഉടമസ്ഥനെ മാറ്റുന്നതിന്‍ പിഴവ്: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s'എഴുതുന്നതില്‍ പിഴവ്: %s" @@ -730,98 +730,99 @@ msgstr "ഗ്രൂപ്പിന് പേരോ GID-യോ ലഭ്യമ� msgid "Invalid default value of field %s: %s" msgstr "%s ഫീള്‍ഡിന്‍റെ ഡീഫോള്‍ട്ട് മൂല്ല്യം: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ഫൈല്‍ ലോക്ക് ചെയ്യുന്നതില്‍ പിഴവ്: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "സ്വതവേയുള്ള സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "couldn't get security context of `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "couldn't set default security context to `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'- നുള്ള സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ് ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' തുറക്കുവാന്‍ സാധിച്ചില്ല: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' create ചെയ്യുന്നതില്‍ പിഴവ്: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "%s എന്ന ബാക്കപ്പ് ഫൈല്‍ നിലവിലുണ്ട്, അത് ഒരു സാധാരണ ഫൈലല്ല" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "ബാക്കപ്പ് ഫൈലിന്‍റെ വലിപ്പത്തില്‍ പൊരുത്തക്കേട്" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' നിന്നും വായിക്കുവാന്‍ സാധിച്ചില്ല: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "എന്‍ട്രി ഫൈലില്‍ നിലനില്‍ക്കുന്നു" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'ലേക്ക് എഴുതുവാന്‍ സാധിച്ചില്ല : %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entity object has no %s attribute" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "പാസ്വേഡ് എന്‍ക്രിപ്റ്റ് ചെയ്യുന്നതില്‍ പിഴവ്" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "not executing with superuser privileges" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "ഷാഡോ ഫൈല്‍ ലഭ്യമല്ല -- disabling" #: modules/krb5.c:104 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" -msgstr "`%s' എന്ന realmല്‍ `%s' എന്ന സറ്‍വീസിനായി kadm5 സറ്‍വറുമായി കണക്റ്റ് ചെയ്യുന്നതില്‍‍ പിഴവ്: %s" +msgstr "" +"`%s' എന്ന realmല്‍ `%s' എന്ന സറ്‍വീസിനായി kadm5 സറ്‍വറുമായി കണക്റ്റ് ചെയ്യുന്നതില്‍‍ പിഴവ്: %s" #: modules/krb5.c:136 modules/krb5.c:202 modules/krb5.c:301 modules/krb5.c:389 #: modules/krb5.c:441 modules/krb5.c:529 modules/krb5.c:595 @@ -876,104 +877,104 @@ msgstr "Kerberos അഡ്മിന്‍ പ്രിന്‍സിപ്പ� msgid "Kerberos Password for Admin Principal" msgstr "അഡ്മിന്‍ പ്രിന്‍സിപ്പളിന് Kerberos പാസ്വേഡ്" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "error initializing ldap library" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP പ്രോട്ടോക്കോള്‍ വേറ്‍ഷന്‍ %dലേക്ക് സെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "could not negotiate TLS with LDAP server" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP സറ്‍വറിലേക്ക് bind ചെയ്യുവാന്‍ സാധിച്ചില്ല" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "could not bind to LDAP server, first attempt as `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "user object had no %s attribute" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "`%s' ഇല്ലാതെയാണ് യൂസറ്‍ ഒബ്ജക്ക്റ്റ് സൃഷ്ടിക്കപ്പെട്ടത്" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ഒരു LDAP ഡയറക്ടറി എന്‍ട്രി നിര്‍മ്മിക്കുന്നതില്‍ പിഴവ്: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ഒരു LDAP ഡയറക്ടറി എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുന്നതില്‍ പിഴവ്: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ഡയറക്ടറി എന്‍ട്രിയുടെ പേര് മാറ്റുന്നതില്‍ പിഴവ്: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "ഒബ്ജക്റ്റിന് %s എന്ന അട്ട്രിബ്യൂട്ടില്ല" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ഡയറക്ടറി എന്‍ട്രി നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "ഒബ്ജക്റ്റിന് %s എന്ന അട്ട്രിബ്യൂട്ടില്ല" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP ഡയറക്ടറിയില്‍ അങ്ങനെ ഒരു ഒബ്ജക്റ്റില്ല" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "%s എന്ന അട്ട്രിബ്യൂട്ട് കണ്ടുകിട്ടിയില്ല" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP ഡയറക്ടറിയില്‍ %sനായി പാസ്വേര്‍ഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP സറ്‍വറ്‍ നെയിം" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP സറ്‍ച്ച് ബെയ്സ് DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind പാസ്വേഡ്" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL യൂസറ്‍" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ഓഥറയിസേഷന്‍" @@ -1069,4 +1070,3 @@ msgstr "Getting default user attributes:\n" #: samples/testuser.c:99 msgid "Copying user structure:\n" msgstr "യൂസറിന്‍റെ structure പകറ്‍ത്തുന്നു:\n" - diff --git a/po/mr.po b/po/mr.po index 0bf0caa..fe4a3c2 100644 --- a/po/mr.po +++ b/po/mr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-10 10:55+0530\n" "Last-Translator: sandeep shedmake \n" "Language-Team: marathi\n" @@ -18,7 +18,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" "\n" "\n" "\n" @@ -32,7 +33,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "मुख्य संचयीका मार्ग `%s' संपूर्णतः नाही" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' वाचतेवेळी चूक: %s" @@ -43,13 +44,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' निर्माण करतेवेळी चूक: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' चा मालक बदलतेवेळी त्रूटी: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' लिहीतेवेळी त्रुटी: %s" @@ -735,91 +736,91 @@ msgstr "समुहास नाव किंवा GID नाही" msgid "Invalid default value of field %s: %s" msgstr "field %s ची अवैध मुलभूत संख्या: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "फाइल कुलूपबंद करतेवेळी त्रूटी: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "मुलभूत सुरक्षा संदर्भ प्राप्त करता आले नाही: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' चा सुरक्षा संदर्भ आढळला नाही: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' करता मुलभूत सुरक्षा संदर्भ निश्चित केला नाही: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "संरचना फाइल `%1$s' उघडू शकला नाही: %2$s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' उघडू शकला नाही: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' दर्शवू शकला नाही: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' निर्माण करतेवेळी त्रूटी: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "अगाऊ फाइल `%s' अस्तित्वात आहे व ती सर्वसाधारण फाइल नाही" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "प्रतिकृती फॉईल आकार जुळत नाही" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' पासुन वाचू शकले नाही: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "फाइल मध्ये नोंदणी आधिपासुनच अस्तित्वात आहे" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' करीता लिहु शकले नाही: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "वस्तू ला %s गुणधर्म नाही" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "गुप्तशब्द कुटलिपी करतेवेळी त्रुटी" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "अत्युतमवापरकर्ता हक्कासह कार्यान्वीत होत नाही" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "शॅडो फाइल उपलब्ध नाही -- अकार्यान्वीत करत आहे" @@ -883,104 +884,104 @@ msgstr "Kerberos प्रशासक प्रमुख" msgid "Kerberos Password for Admin Principal" msgstr "प्रशासक प्रमुखाकरीता कर्बेरोस गुप्तशब्द" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap लायब्ररी प्रारंभ करतेवेळी त्रुटी" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d आवृत्ती करीता LDAP शिष्टाचार निश्चित करू शकले नाही" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP सर्वरशी TLS मध्यस्थी करू शकला नाही" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP सर्वरशी एकत्रीत राहु शकले नाही" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP सर्वरशी एकत्रीत राहु शकले नाही, पहिला प्रयत्न `%s' स्वरूपी: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "वापरकर्ता वस्तुकडे %s गुणधर्म नाही" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "वापरकर्ता वस्तु `%s' विना निर्मित" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP संचयीका नोंदणी निर्माण करतेवेळी त्रुटी: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP संचयीका संपादन करतेवेळी त्रुटी: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP संचयीका नोंदणी पुनःनामांकित करतेवेळी त्रुटी: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "वस्तुकडे %s गुणधर्म नाही" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP संचयीका नोंदणी काढुन टाकतेवेळी त्रुटी: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "वस्तुकडे %s गुणधर्म नाही" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP संचयीकेत वस्तु नाही" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s' गुणधर्म आढळले नाही" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP संचयीकेत %s करीता गुप्तशब्द निश्चित करतेवेळी त्रुटी: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP सर्वरचे नाव" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP पायभुत शोध DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind गुप्तशब्द" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL वापरकर्ता" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL अधिप्रमाणन वापरकर्ता" @@ -1076,4 +1077,3 @@ msgstr "मुलभूत वापरकर्त्याचे गुणध� #: samples/testuser.c:99 msgid "Copying user structure:\n" msgstr "वापरकर्ता संरचनाची प्रत बनवित आहे:\n" - diff --git a/po/ms.po b/po/ms.po index 84bf730..bd79d2d 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ms\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-03-25 00:25+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: Malay \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Ralat membaca `%s': %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "Ralat mencipta `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Ralat menukar pemilik untuk `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Ralat menulis `%s': %s" @@ -725,91 +725,91 @@ msgstr "kumpulan tidak mempunyai nama mahupun GID" msgid "Invalid default value of field %s: %s" msgstr "Nilai default bagi medan %s tidak sah: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ralat mengunci fail: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "tidak dapat menetapkan konteks keselamatan default: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "tidak dapat menetapkan konteks keselamatan bagi `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "tidak dapat menetapkan konteks keselamatan default kepada `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "tidak dapat menetapkan konteks keselamatan bagi `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "tidak dapat membuka `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "tidak dapat stat `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "ralat mencipta `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "fail salinan `%s' wujud dan bukan fail biasa" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "saiz fail salinan tidak sepadan" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "tidak dapat membaca dari `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "masukan telah ada dalam fail" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "tidak dapat menulis ke `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "objek entiti tidak mempunyai ciri %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "ralat mengenkrip katalaluan" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "tidak melaksanakan dengan kelebihan superuser" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "tiada fail bayang wujud -- mematikan" @@ -872,104 +872,104 @@ msgstr "Pentadbir Utama Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Katalaluan Kerberos untuk Pentadbir Utama" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ralat memulakan pustaka ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "tidak dapat menetapkan protokol LDAP ke versi %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "tidak dapat merunding TLS dengan pelayan LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "tidak dapat mengikat ke pelayan LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "tidak dapat mengikat ke pelayan LDAP, cubaan pertama sebagai `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "objek pengguna tidak mempunyai ciri %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "objek pengguna telah dicipta dengan tanpa `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ralat mencipta masukan direktori LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ralat mengubahsuai masukan direktori LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ralat menamakan semula masukan direktori LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objek tidak mempunyai ciri %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ralat membuang masukan direktori LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objek tidak mempunyai ciri %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "tiada objek sebegitu dalam direktori LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "tiada ciri `%s' dijumpai" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "ralat menetapkan katalaluan dalam direktori LDAP untuk %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nama Pelayan LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Asas Carian DN LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN Bind LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Katalaluan Bind LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Pengguna LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Pengguna Pengesahan LDAP SASL" diff --git a/po/nb.po b/po/nb.po index 3a7bcbb..f2c2743 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 0.15\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-11-01 12:44+0100\n" "Last-Translator: Espen Stefansen \n" "Language-Team: Norwegian/Bokmaal \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Stil til hjemmekatalog �%s� er ikke absolutt" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Feil under lesing av `%s': %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Feil under oppretting av `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Feil under endring av eierskap for �%s�: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Feil under skriving av `%s': %s" @@ -727,91 +727,91 @@ msgstr "gruppen har hverken et navn eller en GID" msgid "Invalid default value of field %s: %s" msgstr "Ugyldig standardverdi for felt %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "feil under l�sing av fil: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "kunne ikke finne forvalgt sikkerhetskontekst: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "fant ikke sikkerhetskontekst for �%s�: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kunne ikke sette forvalgt sikkerhetskontekst til �%s�: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kan ikke bestemme sikkerhetskontekst for �%s�: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke �pne `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke kj�re stat p� `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "feil under oppretting av `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhetskopien �%s� eksisterer og er ikke en vanlig fil" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "feil st�rrelse p� sikkerhetskopi" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke lese fra `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "oppf�ringen er allerede i filen" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til �%s�: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attributt" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "feil under kryptering av passord" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "kj�rer ikke med superbruker-privilegier" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil finnes -- deaktiverer" @@ -874,104 +874,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-passord for Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "feil under initiering av ldap-bibliotek" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke sette LDAP-protokoll til versjon %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kunne ikke binde til LDAP-tjener, pr�vde f�rst som �%s�: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "bruker-objektet hadde ingen %s-attributt" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "brukerobjektet ble opprettet uten `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "feil under oppretting av LDAP-katalogoppf�ring: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "feil under endring av LDAP-katalogoppf�ring: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "feil under endring av navn p� LDAP-katalogoppf�ring: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objektet hadde ingen %s-attributt" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "feil under fjerning av LDAP-katalogoppf�ring: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attributt %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "ingen slike objekter i LDAP-katalogen" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attributt funnet" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Feil under setting av passord i LDAP-katalog for %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Navn p� LDAP-tjener" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind-passord" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL-bruker" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisasjonsbruker" diff --git a/po/nl.po b/po/nl.po index fd049eb..7446348 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-23 22:32+0100\n" "Last-Translator: Peter van Egdom \n" "Language-Team: Dutch \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Pad van persoonlijke map `%s' is niet absoluut" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Fout bij lezen `%s': %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Fout bij aanmaken `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fout bij veranderen eigenaar van `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Fout bij schrijven `%s': %s" @@ -728,91 +728,91 @@ msgstr "groep heeft zowel geen naam als geen GID" msgid "Invalid default value of field %s: %s" msgstr "Ongeldige standaardwaarde van veld %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "fout bij vergrendelen bestand: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "kon de standaard security context niet verkrijgen: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "kon de security context van `%s' niet verkrijgen: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kon de standaard security context niet instellen naar `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kon de security context voor `%s' niet bepalen: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "kon `%s' niet openen: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "kon status van `%s' niet opvragen: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "fout bij aanmaken `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "backup-bestand `%s' bestaat en is geen regulier bestand" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "grootte van het backup-bestand komt niet overeen" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "kon niet lezen van `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "item reeds aanwezig in bestand" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "kon niet naar `%s' schrijven: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entiteitobject heeft geen %s attribuut" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "fout bij versleutelen wachtwoord" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "zal niet uitvoeren met superuser privileges" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "geen schaduwbestand aanwezig -- uitzetten" @@ -875,104 +875,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos wachtwoord voor Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "fout bij initialiseren ldap-bibliotheek" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kon LDAP-protocol niet instellen op versie %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "kon de TLS niet onderhandelen met LDAP-server" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "kon niet binden aan de LDAP-server" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kon niet binden aan de LDAP-server, eerste poging als `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "gebruikersobject had geen %s attribuut" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "gebruikersobject is aangemaakt zonder `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "fout bij aanmaken LDAP-map item: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fout bij aanpassen LDAP-map item: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "fout bij hernoemen LDAP-map item: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "object had geen %s attribuut" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "fout bij verwijderen LDAP-map item: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "object had geen %s attribuut" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "zo'n object niet gevonden in LDAP-map" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "geen `%s' attribuut gevonden" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "fout bij instellen wachtwoord in LDAP-map voor %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP server-naam" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP zoekbasis DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind wachtwoord" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL gebruiker" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL autorisatie gebruiker" diff --git a/po/or.po b/po/or.po index f52bdb2..7b06d04 100644 --- a/po/or.po +++ b/po/or.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-03-01 16:49+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -26,7 +26,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' କୁ ପଢିବା ସମୟରେ ତୃଟି: %s" @@ -37,13 +37,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ର ମାଲିକ କୁ ପରିବର୍ତନ କରିବା ରେ ତୃଟି: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' କୁ ଲେଖିବା ସମୟରେ ତୃଟି: %s" @@ -729,91 +729,91 @@ msgstr "ସମୂହ ର କୌଣସି ନାମ କିମ୍ବା ୟୁ.ଆ msgid "Invalid default value of field %s: %s" msgstr "%s ର ଅବୈଧ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୂଲ୍ଯ: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ଫାଇଲ କୁ ଲକ କରୁଥିବା ସମୟରେ ତୃଟି: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ସେଟ କରି ପାରିଲା ନାହିଁ: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' ର ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ପାଇ ପାରିଲା ନାହିଁ: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ `%s' କୁ ସେଟ କରି ପାରିଲା ନାହିଁ: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ର ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ପାଇ ପାରିଲା ନାହିଁ: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' କୁ ଖୋଲି ପାରିଲା ନାହିଁ: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ଉପରେ ଷ୍ଟାର୍ଟ କୁ କାର୍ଯ୍ଯକାରି କରି ପାରିଲା ନାହିଁ: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "`%s' ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ଅବସ୍ଥିତ ଅଛି ଏବଂ ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ର ଆକାର ମିଶୁ ନାହିଁ" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' ରୁ ପଢି ପାରିଲା ନାହିଁ: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ଫାଇଲ ରେ ଭରଣ ପୂର୍ବ ରୁ ରହିଛି" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' ରେ ଲେଖି ପାରିଲା ନାହିଁ: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "ବସ୍ତୁ ର %s ଭଳି କୌଣସି ଗୁଣ ନାହିଁ" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "ପ୍ରବେଶ ସଙ୍କେତ କୁ ସଂଗୁପ୍ତ କରିବା ସମୟରେ ତୃଟି" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "ପ୍ରମୂଖ ଚାଳକ ର ବିଶେଷ ଆକର୍ଷଣ ମାନଙ୍କ ସହିତ ନିଷ୍ପାଦିତ ହେଉ ନାହିଁ" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "କୌଣସି ଛାୟା ଫାଇଲ ଉପସ୍ଥିତ ନାହିଁ -- disabling" @@ -875,104 +875,104 @@ msgstr "କେର୍ବେରୋଶ ପ୍ରଶାସନୀୟ କତ୍ରୁ� msgid "Kerberos Password for Admin Principal" msgstr "ପ୍ରଶାସନୀୟ କତ୍ରୁପକ୍ଷ ଙ୍କ ପାଇଁ କେର୍ବେରୋଶ ପ୍ରବେଶ ସଙ୍କେତ" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ଏଲ.ଡି.ଏ.ପି. ପାଠାଗାର ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ଏଲ.ଡି.ଏ.ପି. ପ୍ରୋଟୋକଲ କୁ %d ସଂସ୍କରଣ କୁ ସେଟ କରି ପାରିଲା ନାହିଁ" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "ଟି.ଏଲ.ଏସ୍. କୁ ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ଆଦାନପ୍ରଦାନ କରି ପାରିଲା ନାହିଁ" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ବାନ୍ଧି ପାରିଲା ନାହିଁ" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ବାନ୍ଧି ପାରିଲା ନାହିଁ, `%s' ରୂପ ରେ ପ୍ରଥମ ପ୍ରଚେଷ୍ଟା: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "ଚାଳକ ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "ଚାଳକ ବସ୍ତୁ ଟି %s ବିନା ସୃଷ୍ଟି ହୋଇଥିଲା" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ କୁ ରୂପାନ୍ତରଣ କରିବା ସମୟରେ ତୃଟି: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ ର ନାମ ବଦଳାଇବା ସମୟରେ ତୃଟି: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ କୁ ଅପସାରଣ ସମୟରେ ତୃଟି: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଏଭଳି କୌଣସି ବସ୍ତୁ ନାହିଁ" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "କୌଣସି `%s' ଗୁଣ ମିଳିଲା ନାହିଁ" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି %s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "ଏଲ.ଡି.ଏ.ପି. ସେବକ ର ନାମ" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "ଡି.ଏନ୍. ଆଧାରିତ ଏଲ.ଡି.ଏ.ପି. ସନ୍ଧାନ" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "ଡି.ଏନ୍. ବନ୍ଧିତ ଏଲ.ଡି.ଏ.ପି." -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ବନ୍ଧିତ ଏଲ.ଡି.ଏ.ପି." -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "ଏଲ.ଡି.ଏ.ପି. ଏସ୍.ଏ.ଏସ୍.ଏଲ. ଚାଳକ" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "ଏଲ.ଡି.ଏ.ପି. ଏସ୍.ଏ.ଏସ୍.ଏଲ. ବୈଧିକରଣ ଚାଳକ" diff --git a/po/pa.po b/po/pa.po index 7e1f83a..e2370c4 100644 --- a/po/pa.po +++ b/po/pa.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-04-12 07:20+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -33,7 +33,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' ਪੜ੍ਹਨ ਵਿੱਚ ਗਲਤੀ: %s" @@ -44,13 +44,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "'%s' ਦੀ ਮਲਕੀਅਤ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s" @@ -736,91 +736,91 @@ msgstr "ਗਰੁੱਪ ਦਾ ਨਾ ਤਾਂ ਕੋਈ ਨਾਂ ਹੈ ਨ� msgid "Invalid default value of field %s: %s" msgstr "%s ਖੇਤਰ ਲਈ ਗਲਤ ਮੂਲ ਮੁੱਲ: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ਫਾਇਲ ਲਾਕ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ਮੂਲ ਸੁਰੱਖਿਆ ਦਰਜਾ ਨਹੀਂ ਦਿੱਤਾ ਜਾ ਸਕਿਆ: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' ਵਿੱਚ ਲਿਖ ਨਹੀਂ ਸਕਿਆ: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' ਵਿੱਚ ਮੂਲ ਸੁਰੱਖਿਆ ਭਾਗ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ਵਿੱਚ ਲਿਖ ਨਹੀਂ ਸਕਿਆ: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ਨੂੰ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ਨੂੰ ਦਰਜਾ ਨਹੀਂ ਦੇ ਸਕਿਆ: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ `%s' ਮੌਜੂਦ ਹੈ ਅਤੇ ਇਹ ਨਿਯਮਤ ਫਾਇਲ ਨਹੀਂ ਹੈ" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਅਕਾਰ ਰਲਦਾ ਨਹੀਂ" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' ਵਿੱਚੋਂ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ਫਾਇਲ ਵਿੱਚ ਇੰਦਰਾਜ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' ਵਿੱਚ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "ਇੰਦਰਾਜ ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "ਗੁਪਤ-ਕੋਡ ਇਕਰਿਪਸ਼ਨ ਗਲਤੀ" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "ਮੁੱਖ-ਉਪਭੋਗੀ ਅਧਿਕਾਰਾਂ ਨਾਲ ਚੱਲ ਨਹੀਂ ਰਿਹਾ" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "ਕੋਈ ਪਰਛਾਵਾਂ ਫਾਇਲ ਮੌਜੂਦ ਨਹੀਂ -- ਅਯੋਗ ਕੀਤਾ" @@ -882,104 +882,104 @@ msgstr "ਕੀਰਬੀਰੋਸ ਪਰਸ਼ਾਸ਼ਨ ਪ੍ਰਿੰਸੀ� msgid "Kerberos Password for Admin Principal" msgstr "ਪਰਸ਼ਾਸ਼ਨ ਪ੍ਰਿੰਸੀਪਲ ਲਈ ਕੀਰਬੀਰੋਸ ਗੁਪਤ-ਕੋਡ" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap ਲਾਇਬ੍ਰੇਰੀ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ਵਰਜਨ %d ਲਈ LDAP ਪ੍ਰੋਟੋਕੋਲ ਨਿਰਧਾਰਿਤ ਨਹੀਂ ਕਰ ਸਕਿਆ" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "TLS ਨੂੰ LDAP ਸਰਵਰ ਨਾਲ ਗੱਲਬਾਤ ਨਹੀਂ ਕਰਾ ਸਕਿਆ" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP ਸਰਵਰ ਨਾਲ ਜੁੜ ਨਹੀਂ ਸਕਿਆ" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP ਸਰਵਰ ਨਾਲ ਪਹਿਲੀਂ ਕੋਸ਼ਿਸ ਵਿੱਚ `%s' ਵਾਂਗ ਜੁੜਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "ਉਪਭੋਗੀ ਇਕਾਈ ਕੋਲ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "ਉਪਭੋਗੀ ਇਕਾਈ ਬਿਨਾਂ ਕਿਸੇ `%s' ਤੋਂ ਬਣਾਈ ਗਈ ਹੈ" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਮੁੜ ਨਾਂ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਮੁੜ ਨਾਂ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਸੀ" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਜਿਹੀ ਕੋਈ ਇਕਾਈ ਨਹੀਂ ਹੈ" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "ਕੋਈ `%s' ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਲੱਭੀ" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s ਲਈ LDAP ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਗੁਪਤ-ਕੋਡ ਨਿਰਧਾਰਿਤ ਕਰਨ ਵਿੱਚ ਗਲਤੀ : %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP ਸਰਵਰ ਨਾਂ" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP ਖੋਜ ਮੂਲ DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP ਬੰਧਨ DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP ਬੰਧਨ ਗੁਪਤ-ਕੋਡ" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL ਉਪਯੋਗੀ" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ਪ੍ਰਬੰਧਕੀ ਉਪਯੋਗੀ" diff --git a/po/pl.po b/po/pl.po index 81cedbb..b20e411 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 20:17+0200\n" "Last-Translator: Tom Berner \n" "Language-Team: Polish \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Ścieżka do folderu domowego `%s' nie jest absolutna" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Błąd podczas odczytywania `%s': %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Błąd podczas tworzenia `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Błąd podczas zmieniania właściciela `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Błąd podczas zapisywania `%s': %s" @@ -728,91 +728,91 @@ msgstr "grupa nie posiada ani nazwy, ani GID" msgid "Invalid default value of field %s: %s" msgstr "Nieprawidłowa domyślna wartość pola %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "błąd podczas blokowania pliku %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "nie można uzyskać domyślnego kontekstu bezpieczeństwa: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nie można ustawić domyślnego kontekstu bezpieczeństwa dla `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "nie można ustawić domyślnego kontekstu bezpieczeństwa dla`%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nie można ustalić domyślnego kontekstu bezpieczeństwa dla `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "nie można otworzyć `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "nie można określić stanu `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "błąd podczas tworzenia `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "plik zapasowy `%s' istnieje i nie jest zwykłym plikiem" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "niezgodność rozmiaru pliku zapasowego" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "nie można otworzyć pliku z `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "wpis znajduje się już w pliku" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "nie można zapisać do `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "obiekt nie posiada atrybutu %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "błąd podczas szyfrowania hasła" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "nie uruchamiaj z uprawnieniami superużytkownika" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "plik shadow nieobecny -- wyłączanie" @@ -874,104 +874,104 @@ msgstr "Główny administrator Kerberosa" msgid "Kerberos Password for Admin Principal" msgstr "Hasło dostępu do Kerberosa dla głównego administratora" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "błąd podczas inicjowania biblioteki LDAP" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nie można ustawić protokołu LDAP do wersji %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "nie można uzgodnić TLS z serwerem LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "nie można powiązać z serwerem LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "nie można dołączyć się do serwera LDAP, pierwsza próba jako `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "obiekt użytkownika nie posiada atrybutu %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "obiekt użytkownika został utworzony bez `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "błąd podczas tworzenia wpisu w katalogu LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "błąd podczas modyfikacji pozycji w katalogu LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "błąd podczas zmiany nazwy wpisu w katalogu LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "obiekt nie miał atrybutu %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "błąd podczas usuwania wpisu w katalogu LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "obiekt nie ma atrybutu %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "nie ma takiego obiektu w katalogu LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "atrybut `%s' nie został znaleziony" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "błąd podczas ustawiania hasła w katalogu LDAP dla %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nazwa serwera LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Podstawowy DN dla LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN do powiązania z LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Hasło powiązania z LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Użytkownik LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Upoważnienie użytkownika LDAP SASL" diff --git a/po/pt.po b/po/pt.po index 2b00831..a9e8d80 100644 --- a/po/pt.po +++ b/po/pt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-27 19:47+0100\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "O local da pasta pessoal `%s' não é absoluto" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Erro ao ler `%s': %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "Erro ao criar `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Erro ao mudar o dono de `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Erro ao escrever `%s': %s" @@ -725,92 +725,92 @@ msgstr "o grupo não tem nenhum nome ou GID" msgid "Invalid default value of field %s: %s" msgstr "Valor predefinido inválido do campo %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "erro ao trancar ficheiro: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "não foi possível obter o contexto de segurança predefinido: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "não foi possível obter o contexto de segurança de `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "não foi possível escolher o contexto de segurança predefinido como `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "não foi possível determinar o contexto de segurança de `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "não foi possível abrir `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "não possível fazer stat a `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "erro ao criar `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ficheiro de salvaguarda `%s' existe e não é um ficheiro normal" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "diferença no tamanho do ficheiro de salvaguarda" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "não foi possível ler de `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "entrada já está presente no ficheiro" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "não foi possível escrever para `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "a entidade não tem um atributo %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "erro ao cifrar a senha" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "não vou executar com privilégios de super-utilizador" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "o ficheiro shadow não está presente -- a desactivar" @@ -872,105 +872,105 @@ msgstr "Admin Principal do Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Senha Kerberos para o Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "erro ao inicializar a biblioteca ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "não foi possível seleccionar a versão %d do protocolo LDAP" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "não foi possível negociar TLS com o servidor LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "não foi possível ligar ao servidor LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "não foi possível ligar ao servidor LDAP, primeira tentativa como `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "o objecto do utilizador não tem o atributo %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "o objecto do utilizador foi criado sem `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "erro ao criar uma entrada de directoria LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erro ao modificar entrada de directoria LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "erro ao modificar o nome da entrada de directoria LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "o objecto não o atributo %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "erro ao apagar entrada de directoria LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "o objecto não tem o atributo %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "objecto não encontrada na directoria LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "o atributo `%s' não foi encontrado" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "erro ao mudar senha na directoria LDAP para %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nome do Servidor LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "DN de Base para Procuras LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN de Ligação LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Senha de Ligação LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Utilizador SASL LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Utilizador de Autorização SASL LDAP" diff --git a/po/pt_BR.po b/po/pt_BR.po index 9127b3e..b008f67 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 10:56-0300\n" "Last-Translator: Igor Pires Soares \n" "Language-Team: Brazilian Portuguese \n" @@ -29,47 +29,35 @@ msgstr "" msgid "Home directory path `%s' is not absolute" msgstr "O caminho do diretório home `%s' não é absoluto" -#: apps/apputil.c:119 -#: apps/apputil.c:194 -#: apps/apputil.c:227 -#: apps/apputil.c:254 -#: modules/files.c:186 +#: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Erro ao ler `%s': %s" -#: apps/apputil.c:127 -#: apps/apputil.c:203 +#: apps/apputil.c:127 apps/apputil.c:203 #, c-format msgid "Error creating `%s': %s" msgstr "Erro ao criar `%s': %s" -#: apps/apputil.c:135 -#: apps/apputil.c:210 -#: apps/apputil.c:300 -#: modules/files.c:169 +#: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Erro ao mudar o proprietário de `%s': %s" -#: apps/apputil.c:239 -#: apps/apputil.c:271 -#: apps/apputil.c:287 -#: modules/files.c:201 -#: modules/files.c:215 +#: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Erro ao escrever `%s': %s" -#: apps/apputil.c:362 -#: apps/apputil.c:397 -#: apps/apputil.c:414 +#: apps/apputil.c:362 apps/apputil.c:397 apps/apputil.c:414 #, c-format msgid "Error removing `%s': %s" msgstr "Erro ao remover `%s': %s" -#: apps/apputil.c:572 -#: apps/apputil.c:576 +#: apps/apputil.c:572 apps/apputil.c:576 #, c-format msgid "Failed to drop privileges.\n" msgstr "Falha ao abandonar privilégios.\n" @@ -98,8 +86,7 @@ msgstr "Não foi possível determinar o contexto padrão para /etc/passwd\n" msgid "Error initializing PAM.\n" msgstr "Erro ao inicializar o PAM.\n" -#: apps/apputil.c:635 -#: apps/apputil.c:662 +#: apps/apputil.c:635 apps/apputil.c:662 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autenticação falhou para %s.\n" @@ -119,64 +106,34 @@ msgstr "Usuário desconhecido autenticado.\n" msgid "User mismatch.\n" msgstr "Usuário incompatível.\n" -#: apps/lchage.c:115 -#: apps/lid.c:117 -#: apps/lpasswd.c:70 -#: apps/luseradd.c:92 -#: apps/luserdel.c:65 -#: apps/lusermod.c:90 +#: apps/lchage.c:115 apps/lid.c:117 apps/lpasswd.c:70 apps/luseradd.c:92 +#: apps/luserdel.c:65 apps/lusermod.c:90 msgid "[OPTION...] user" msgstr "[OPÇÃO...] usuário" -#: apps/lchage.c:118 -#: apps/lchfn.c:76 -#: apps/lchsh.c:62 -#: apps/lgroupadd.c:69 -#: apps/lgroupdel.c:60 -#: apps/lgroupmod.c:88 -#: apps/lid.c:120 -#: apps/lnewusers.c:70 -#: apps/lpasswd.c:73 -#: apps/luseradd.c:95 -#: apps/luserdel.c:68 -#: apps/lusermod.c:93 +#: apps/lchage.c:118 apps/lchfn.c:76 apps/lchsh.c:62 apps/lgroupadd.c:69 +#: apps/lgroupdel.c:60 apps/lgroupmod.c:88 apps/lid.c:120 apps/lnewusers.c:70 +#: apps/lpasswd.c:73 apps/luseradd.c:95 apps/luserdel.c:68 apps/lusermod.c:93 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Erro ao analisar argumentos: %s.\n" -#: apps/lchage.c:127 -#: apps/lpasswd.c:87 -#: apps/luseradd.c:110 -#: apps/luserdel.c:76 +#: apps/lchage.c:127 apps/lpasswd.c:87 apps/luseradd.c:110 apps/luserdel.c:76 #: apps/lusermod.c:104 #, c-format msgid "No user name specified.\n" msgstr "Nenhum nome de usuário especificado.\n" -#: apps/lchage.c:137 -#: apps/lchfn.c:110 -#: apps/lchsh.c:96 -#: apps/lgroupadd.c:104 -#: apps/lgroupdel.c:79 -#: apps/lgroupmod.c:120 -#: apps/lid.c:164 -#: apps/lnewusers.c:81 -#: apps/lpasswd.c:99 -#: apps/luseradd.c:132 -#: apps/luserdel.c:85 -#: apps/lusermod.c:145 -#: samples/enum.c:60 -#: samples/testuser.c:75 +#: apps/lchage.c:137 apps/lchfn.c:110 apps/lchsh.c:96 apps/lgroupadd.c:104 +#: apps/lgroupdel.c:79 apps/lgroupmod.c:120 apps/lid.c:164 apps/lnewusers.c:81 +#: apps/lpasswd.c:99 apps/luseradd.c:132 apps/luserdel.c:85 +#: apps/lusermod.c:145 samples/enum.c:60 samples/testuser.c:75 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Erro ao inicializar %s: %s.\n" -#: apps/lchage.c:146 -#: apps/lchfn.c:118 -#: apps/lchsh.c:104 -#: apps/lpasswd.c:148 -#: apps/luserdel.c:93 -#: apps/lusermod.c:159 +#: apps/lchage.c:146 apps/lchfn.c:118 apps/lchsh.c:104 apps/lpasswd.c:148 +#: apps/luserdel.c:93 apps/lusermod.c:159 #, c-format msgid "User %s does not exist.\n" msgstr "O usuário %s não existe.\n" @@ -211,10 +168,7 @@ msgstr "Aviso:\t%ld\n" msgid "Inactive:\t%ld\n" msgstr "Inativo:\t%ld\n" -#: apps/lchage.c:180 -#: apps/lchage.c:187 -#: apps/lchage.c:196 -#: apps/lchage.c:206 +#: apps/lchage.c:180 apps/lchage.c:187 apps/lchage.c:196 apps/lchage.c:206 msgid "Never" msgstr "Nunca" @@ -243,14 +197,11 @@ msgstr "Conta Expira:\t%s\n" msgid "Failed to modify aging information for %s: %s\n" msgstr "Falha ao modificar a informação de envelhecimento para %s: %s\n" -#: apps/lchfn.c:73 -#: apps/lchsh.c:59 +#: apps/lchfn.c:73 apps/lchsh.c:59 msgid "[OPTION...] [user]" msgstr "[OPÇÃO...] [usuário]" -#: apps/lchfn.c:92 -#: apps/lchsh.c:78 -#: apps/lid.c:151 +#: apps/lchfn.c:92 apps/lchsh.c:78 apps/lid.c:151 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nenhum nome de usuário especificado, sem nome para o uid %d.\n" @@ -311,8 +262,7 @@ msgstr "Trocando shell para %s.\n" msgid "New Shell" msgstr "Novo Shell" -#: apps/lchsh.c:125 -#: apps/lchsh.c:144 +#: apps/lchsh.c:125 apps/lchsh.c:144 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell não alterado: %s\n" @@ -321,22 +271,16 @@ msgstr "Shell não alterado: %s\n" msgid "Shell changed.\n" msgstr "Shell alterado.\n" -#: apps/lgroupadd.c:66 -#: apps/lgroupdel.c:57 -#: apps/lgroupmod.c:85 +#: apps/lgroupadd.c:66 apps/lgroupdel.c:57 apps/lgroupmod.c:85 msgid "[OPTION...] group" msgstr "[OPÇÃO...] grupo" -#: apps/lgroupadd.c:78 -#: apps/lgroupdel.c:69 -#: apps/lgroupmod.c:96 +#: apps/lgroupadd.c:78 apps/lgroupdel.c:69 apps/lgroupmod.c:96 #, c-format msgid "No group name specified.\n" msgstr "Nenhum nome de grupo especificado.\n" -#: apps/lgroupadd.c:91 -#: apps/lgroupmod.c:108 -#: apps/lusermod.c:116 +#: apps/lgroupadd.c:91 apps/lgroupmod.c:108 apps/lusermod.c:116 #, c-format msgid "Invalid group ID %s\n" msgstr "ID %s de grupo inválido\n" @@ -346,9 +290,7 @@ msgstr "ID %s de grupo inválido\n" msgid "Group creation failed: %s\n" msgstr "Falha na criação do grupo: %s\n" -#: apps/lgroupdel.c:87 -#: apps/lgroupmod.c:133 -#: apps/lpasswd.c:153 +#: apps/lgroupdel.c:87 apps/lgroupmod.c:133 apps/lpasswd.c:153 #, c-format msgid "Group %s does not exist.\n" msgstr "O grupo %s não existe.\n" @@ -358,14 +300,12 @@ msgstr "O grupo %s não existe.\n" msgid "Group %s could not be deleted: %s\n" msgstr "O grupo %s não pôde ser apagado: %s\n" -#: apps/lgroupmod.c:126 -#: apps/lusermod.c:152 +#: apps/lgroupmod.c:126 apps/lusermod.c:152 #, c-format msgid "Both -L and -U specified.\n" msgstr "Ambos -L e -U especificados.\n" -#: apps/lgroupmod.c:140 -#: apps/lgroupmod.c:149 +#: apps/lgroupmod.c:140 apps/lgroupmod.c:149 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Não foi possível definir a senha do grupo %s: %s\n" @@ -380,8 +320,7 @@ msgstr "O grupo %s não pôde ser bloqueado: %s\n" msgid "Group %s could not be unlocked: %s\n" msgstr "O grupo %s não pôde ser desbloqueado: %s\n" -#: apps/lgroupmod.c:251 -#: apps/lgroupmod.c:277 +#: apps/lgroupmod.c:251 apps/lgroupmod.c:277 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "O grupo %s não pôde ser modificado: %s\n" @@ -420,9 +359,7 @@ msgstr "Erro ao abrir `%s': %s.\n" msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Erro ao criar conta para `%s': linha formatada inadequadamente.\n" -#: apps/lnewusers.c:132 -#: apps/luseradd.c:119 -#: apps/lusermod.c:131 +#: apps/lnewusers.c:132 apps/luseradd.c:119 apps/lusermod.c:131 #, c-format msgid "Invalid user ID %s\n" msgstr "ID %s de usuário inválida\n" @@ -479,9 +416,7 @@ msgstr "Senhas não coincidem, tente novamente.\n" msgid "Password change canceled.\n" msgstr "Alteração de senha cancelada.\n" -#: apps/lpasswd.c:190 -#: apps/luseradd.c:284 -#: apps/luseradd.c:294 +#: apps/lpasswd.c:190 apps/luseradd.c:284 apps/luseradd.c:294 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Erro ao definir senha para o usuário %s: %s\n" @@ -501,8 +436,7 @@ msgstr "Senha alterada.\n" msgid "Group %jd does not exist\n" msgstr "O grupo %jd não existe\n" -#: apps/luseradd.c:200 -#: apps/luseradd.c:213 +#: apps/luseradd.c:200 apps/luseradd.c:213 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Erro ao criar o grupo `%s': %s\n" @@ -557,8 +491,7 @@ msgstr "%s não tinha um diretório home.\n" msgid "Error removing %s: %s.\n" msgstr "Erro ao apagar %s: %s.\n" -#: apps/lusermod.c:168 -#: apps/lusermod.c:181 +#: apps/lusermod.c:168 apps/lusermod.c:181 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Falha ao definir a senha do usuário %s: %s.\n" @@ -606,7 +539,8 @@ msgstr "não foi possível abrir o arquivo de configuração `%s': %s" #: lib/config.c:124 #, c-format msgid "could not stat configuration file `%s': %s" -msgstr "não foi possível obter as propriedades do arquivo de configuração `%s': %s" +msgstr "" +"não foi possível obter as propriedades do arquivo de configuração `%s': %s" #: lib/config.c:133 #, c-format @@ -725,8 +659,7 @@ msgstr "o módulo %s não define %s " msgid "error reading terminal attributes" msgstr "erro ao ler atributos do terminal" -#: lib/prompt.c:75 -#: lib/prompt.c:87 +#: lib/prompt.c:75 lib/prompt.c:87 msgid "error setting terminal attributes" msgstr "erro ao definir atributos do terminal" @@ -768,14 +701,12 @@ msgstr "o nome inicia com um hífen" msgid "name contains invalid char `%c'" msgstr "o nome contém o caractere inválido `%c'" -#: lib/user.c:296 -#: lib/user.c:344 +#: lib/user.c:296 lib/user.c:344 #, c-format msgid "user %s has no UID" msgstr "o usuário %s não possui UID" -#: lib/user.c:319 -#: lib/user.c:345 +#: lib/user.c:319 lib/user.c:345 #, c-format msgid "group %s has no GID" msgstr "o grupo %s não possui GID" @@ -803,152 +734,112 @@ msgstr "o grupo não possui nome nem GID" msgid "Invalid default value of field %s: %s" msgstr "Valor padrão inválido para o campo %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "erro ao bloquear arquivo: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "não foi possível obter o contexto padrão de segurança: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "não foi possível obter o contexto de segurança de `%s': %s" -#: lib/util.c:637 -#: lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "não foi possível determinar o contexto padrão de segurança de `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "não foi possível determinar o contexto de segurança para `%s': %s" -#: modules/files.c:116 -#: modules/files.c:450 -#: modules/files.c:761 -#: modules/files.c:1029 -#: modules/files.c:1169 -#: modules/files.c:1400 -#: modules/files.c:1484 -#: modules/files.c:1705 -#: modules/files.c:1867 -#: modules/files.c:1884 -#: modules/files.c:1973 -#: modules/files.c:1992 -#: modules/files.c:2060 -#: modules/files.c:2081 -#: modules/files.c:2178 -#: modules/files.c:2197 -#: modules/files.c:2256 -#: modules/files.c:2275 -#: modules/files.c:2371 -#: modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "não foi possível abrir `%s': %s" -#: modules/files.c:128 -#: modules/files.c:157 -#: modules/files.c:223 -#: modules/files.c:773 -#: modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "não foi possível criar estatísticas de `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "erro ao criar `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "o arquivo de backup `%s' existe e não é um arquivo normal" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "Arquivo de backup difere no tamanho" -#: modules/files.c:803 -#: modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "não foi possível ler de `%s': %s" -#: modules/files.c:812 -#: modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "entrada já presente no arquivo" -#: modules/files.c:826 -#: modules/files.c:836 -#: modules/files.c:847 -#: modules/files.c:1249 -#: modules/files.c:1257 -#: modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "não foi possível gravar em `%s': %s" -#: modules/files.c:1006 -#: modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "o objeto da entidade não tem um atributo %s" -#: modules/files.c:1751 -#: modules/ldap.c:1541 -#: modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "erro ao criptografar a senha" -#: modules/files.c:2657 -#: modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "executando sem os privilégios de superusuário" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "arquivo shadow não está presente -- desativando" #: modules/krb5.c:104 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" -msgstr "erro ao conectar ao servidor kadm5 para o serviço `%s' no domínio `%s': %s" - -#: modules/krb5.c:136 -#: modules/krb5.c:202 -#: modules/krb5.c:301 -#: modules/krb5.c:389 -#: modules/krb5.c:441 -#: modules/krb5.c:529 -#: modules/krb5.c:595 +msgstr "" +"erro ao conectar ao servidor kadm5 para o serviço `%s' no domínio `%s': %s" + +#: modules/krb5.c:136 modules/krb5.c:202 modules/krb5.c:301 modules/krb5.c:389 +#: modules/krb5.c:441 modules/krb5.c:529 modules/krb5.c:595 msgid "error initializing kerberos library" msgstr "erro ao inicializar a biblioteca do kerberos" -#: modules/krb5.c:143 -#: modules/krb5.c:223 -#: modules/krb5.c:333 -#: modules/krb5.c:341 -#: modules/krb5.c:409 -#: modules/krb5.c:462 -#: modules/krb5.c:550 -#: modules/krb5.c:612 +#: modules/krb5.c:143 modules/krb5.c:223 modules/krb5.c:333 modules/krb5.c:341 +#: modules/krb5.c:409 modules/krb5.c:462 modules/krb5.c:550 modules/krb5.c:612 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "erro ao analisar o nome de usuário `%s' para o kerberos" -#: modules/krb5.c:213 -#: modules/krb5.c:400 -#: modules/krb5.c:452 -#: modules/krb5.c:540 +#: modules/krb5.c:213 modules/krb5.c:400 modules/krb5.c:452 modules/krb5.c:540 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "a estrutura da entidade não tem atributos %s ou %s" @@ -963,8 +854,7 @@ msgstr "a entidade não tem atributos %s ou %s" msgid "entity was created with no %s or %s attributes" msgstr "a entidade foi criada sem os atributos %s ou %s" -#: modules/krb5.c:475 -#: modules/krb5.c:563 +#: modules/krb5.c:475 modules/krb5.c:563 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "erro ao ler informações para `%s' do kerberos" @@ -991,107 +881,105 @@ msgstr "Administração Principal do Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Senha do Kerberos para Administração Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "erro ao inicializar a biblioteca ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "não foi possível definir o protocolo LDAP para a versão %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "não foi possível negociar TLS com o servidor LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "não foi possível conectar ao servidor LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" -msgstr "não foi possível conectar ao servidor LDAP, primeira tentativa como `%s': %s" +msgstr "" +"não foi possível conectar ao servidor LDAP, primeira tentativa como `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "o objeto do usuário não tinha o atributo %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "o objeto do usuário foi criado sem `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "erro ao criar a entrada do diretório LDAP: %s" -#: modules/ldap.c:1386 -#: modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erro ao modificar entrada de diretório LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "erro ao renomear a entrada do diretório LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "o objeto não tinha o atributo %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "erro ao apagar a entrada do diretório LDAP: %s" -#: modules/ldap.c:1511 -#: modules/ldap.c:1527 -#: modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "o objeto não tem o atributo %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "objeto não encontrado no diretório LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "atributo `%s' não encontrado" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "erro ao definir senha no diretório LDAP para %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Nome do Servidor LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "DN Base para Pesquisas LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN de Conexão LDAP" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Senha de Conexão LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Usuário SASL LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Usuário de Autorização SASL LDAP" @@ -1105,8 +993,7 @@ msgstr "Erro do Cyrus SASL ao criar usuário: %s" msgid "Cyrus SASL error removing user: %s" msgstr "Erro do Cyrus SASL ao remover usuário: %s" -#: modules/sasldb.c:524 -#: modules/sasldb.c:532 +#: modules/sasldb.c:524 modules/sasldb.c:532 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "erro ao inicializar Cyrus SASL: %s" @@ -1123,8 +1010,7 @@ msgstr "erro ao remover diretório home para o usúario" msgid "error moving home directory for user" msgstr "erro ao mover diretório home para o usuário" -#: python/admin.c:691 -#: python/admin.c:768 +#: python/admin.c:691 python/admin.c:768 msgid "error creating mail spool for user" msgstr "erro ao criar spool de e-mail para o usuário" @@ -1192,4 +1078,3 @@ msgstr "Copiando estrutura do usuário:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "não foi possível converter dados internos para LDAPMods" - diff --git a/po/ro.po b/po/ro.po index 4b4b54b..87b2902 100644 --- a/po/ro.po +++ b/po/ro.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-09-11 20:44+0300\n" "Last-Translator: Alexandru Szasz \n" "Language-Team: Romanian \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Eroare la citirea „%s”: %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Eroare la crearea „%s”: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Eroare la schimbarea proprietarului pentru „%s”: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Eroare la scrierea „%s”: %s" @@ -726,91 +726,91 @@ msgstr "" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "eroare la criptarea parolei" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "" @@ -872,104 +872,104 @@ msgstr "" msgid "Kerberos Password for Admin Principal" msgstr "Parolă Kerberos pentru Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "eroare la setarea parolei pentru %s în directorul LDAP: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Parolă LDAP Bind" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "" diff --git a/po/ru.po b/po/ru.po index eb46817..3af6993 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser.HEAD.ru\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-31 11:33+0300\n" "Last-Translator: Andrew Martynov \n" "Language-Team: Russian \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Путь к домашнему каталогу `%s' не является абсолютным" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Ошибка чтения `%s': %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Ошибка создания `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Ошибка смены владельца `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Ошибка записи `%s': %s" @@ -726,92 +726,92 @@ msgstr "группа не имеет имени и кода UID" msgid "Invalid default value of field %s: %s" msgstr "Неверное значение по умолчанию для поля %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "ошибка блокировки файла: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "невозможно получить контекст безопасности по умолчанию: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "невозможно получить контекст безопасности для `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "невозможно задать значение контекста безопасности по умолчанию `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "невозможно определить контекст безопасности для `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "невозможно открыть `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "невозможно получить сведения о `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "ошибка создания `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервный файл `%s' существует и не является обычным файлом" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "несоответствие размера файла резервной копии" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "невозможно прочитать из `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "запись уже существует в файле" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "невозможно записать в `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "объект не имеет атрибута %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "ошибка при шифровании пароля" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "выполняется без привилегий суперпользователя" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "нет файла shadow -- запрещено" @@ -874,104 +874,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Пароль Kerberos для Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ошибка инициализации библиотеки ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "невозможно установить протокол LDAP для версии %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "невозможно согласовать TLS с сервером LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "невозможно подключиться к серверу LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "невозможно подключиться к серверу LDAP, первая попытка - `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "объект пользователя не имеет атрибута %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "объект пользователя был создан без `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ошибка создания записи каталога LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ошибка изменения записи каталога LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ошибка переименования записи каталога LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "объект не имел атрибута %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ошибка удаления записи каталога LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "объект не имеет атрибута %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "нет такого объекта в каталоге LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "не найден атрибут `%s'" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "ошибка установки пароля в каталоге LDAP для %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Имя сервера LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Пользователь LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Авторизованный пользователь LDAP SASL" diff --git a/po/sk.po b/po/sk.po index 28c740d..d4da84a 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-03-06 21:42+0100\n" "Last-Translator: Mike Karas \n" "Language-Team: Slovak \n" @@ -24,7 +24,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Chyba pri čítaní `%s': %s" @@ -35,13 +35,13 @@ msgid "Error creating `%s': %s" msgstr "Chyba pri vytváraní `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Chyba pri zmene vlastníka `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Chyba pri zápise `%s': %s" @@ -728,91 +728,91 @@ msgstr "skupina nemá ani meno ani GID" msgid "Invalid default value of field %s: %s" msgstr "Nesprávna štandardná hodnota položky %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "chyba pri zamykaní súboru: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "nepodarilo sa nastaviť predvolený bezpečnostný kontext: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nepodarilo sa získať bezpečnostný kontext `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "nepodarilo sa nastaviť predvolený bezpečnostný kontext na `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nepodarilo sa získať bezpečnostný kontext `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "nepodarilo sa otvoriť `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "nepodarilo sa zistiť stav `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "chyba pri vytváraní `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "zálohový súbor `%s' existuje a nie je to bežný súbor" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "veľkosť záložného súboru nezodpovedá" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "nepodarilo sa čítať z `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "položka už existuje v súbore" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "nepodarilo sa zapísať do `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "objekt entity nemá príznak %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "chyba pri šifrovaní hesla" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "nespúšťam s právami superpoužívateľa" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "tieňový súbor nie je prítomný -- deaktivujem" @@ -875,104 +875,104 @@ msgstr "Kerberos vedúci správca" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos heslo pre vedúceho správcu" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "chyba pri inicializácii knižnice ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nepodarilo sa nastaviť LDAP protokol na verziu %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "nepodarilo sa dohodnúť TLS s LDAP serverom" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "nepodarilo sa pripojiť k LDAP serveru" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "nepodarilo sa pripojiť k LDAP serveru, prvý pokus ako `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "objekt používateľa nemal príznak %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "objekt používateľa bol vytvorený bez `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "chyba pri vytváraní položky LDAP adresára: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "chyba pri úprave položky LDAP adresára: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "chyba pri premonovávaní položky LDAP adresára: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objekt nemal príznak %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "chyba pri odstraňovaní položky LDAP adresára: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objekt nemá príznak %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "nie je taký objekt v LDAP adresári" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "nebol nájdený príznak `%s'" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "chyba pri nastavovaní hesla v LDAP adresára pre %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Meno servera LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP DN vyhľadávacej základne" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP DN pripájania" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP heslo pripájania" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL používateľ" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL udelenie oprávnenia používateľa" diff --git a/po/sl.po b/po/sl.po index 316495b..863460b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: sl\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-04-09 20:27+0200\n" "Last-Translator: Rok Papez \n" "Language-Team: Slovenian \n" @@ -25,7 +25,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Napaka pri branju ,%s`: %s" @@ -36,13 +36,13 @@ msgid "Error creating `%s': %s" msgstr "Napaka pri ustvarjanju ,%s`: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Napaka pri spreminjanju lastnika `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Napaka pri pisanju `%s': %s" @@ -729,91 +729,91 @@ msgstr "skupina nima niti imena niti GID" msgid "Invalid default value of field %s: %s" msgstr "Neveljavna privzeta vrednost polja %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "napaka pri zaklepanju datoteke: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ne morem nastaviti varnostnega konteksta: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "ne morem ugotoviti varnostnega konteksta `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ne morem nastaviti privzetega varnostnega konteksta `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "ne morem ugotoviti varnostnega konteksta `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "ni moč odpreti ,%s`: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "ni moč ugotoviti stanja ,%s`: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "napaka pri ustvarjanju ,%s`: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "rezervna datoteka ,%s` obstaja in ni običajna datoteka" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "varnostna kopija datoteke ima neujemajočo velikost" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "ni moč brati iz ,%s`: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "vnos je že v datoteki" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "ni moč pisati v ,%s`: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "entitetni objekt nima atributa %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "napaka pri šifriranju gesla" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "ne izvaja se z dovolilnicami skrbnika" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "ni datoteke z zastrtimi gesli -- onemogočam" @@ -876,104 +876,104 @@ msgstr "Glavni skrbnik za Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Geslo Kerberos za glavnega skrbnika" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "napaka pri inicializaciji knjižnice ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "protokola LDAP ni bilo moč nastaviti na različico %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "ni se bilo moč pogoditi za TLS s strežnikom LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "ni se bilo moč povezati s strežnikom LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ni se bilo moč povezati s strežnikom LDAP, prvi poskus kot `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "uporabniški predmet nima atributa %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "uporabniški predmet je bil ustvarjen brez ,%s`" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "napaka pri ustvarjanju imeniškem vnosu LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "napaka pri spreminjanju imeniškega vnosa LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "napaka pri preimenovanju imeniškega vnosa LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "predmet nima atributa %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "napaka pri odstranjevanju imeniškega vnosa LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "predmet nima atributa %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "takega predmeta ni v imeniku LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "ni moč najti atributa ,%s`" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "napaka pri nastavljanju gesla v imeniku LDAP za %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Ime strežnika LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Iskalna osnova DN za LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Povezava DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Geslo za povezavo z LDAP" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Uporabnik SASL v LDAP" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Uporabnik z odobritvijo SASL v LDAP" diff --git a/po/sr.po b/po/sr.po index d7c6569..5551626 100755 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 19:56-0000\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Путања личног директоријума „%s“ није апсолутна" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Грешка при читању „%s“: %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Грешка при прављењу „%s“: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Грешка при промени власника „%s“: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Грешка при писању „%s“: %s" @@ -726,91 +726,91 @@ msgstr "група нема ни име нити GID" msgid "Invalid default value of field %s: %s" msgstr "Неисправна подразумевана вредност за поље %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "грешка при закључавању датотеке: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "не могу да добавим подразумевани безбедносни контекст: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не могу да добавим безбедносни контекст за „%s“: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не могу да поставим подразумевани безбедносни контекст на „%s“: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не могу да утврдим безбедносни контекст за „%s“: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "не могу да отворим „%s“: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "не могу да извршим stat над „%s“: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "грешка при прављењу „%s“: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервна датотека „%s“ постоји и није редовна датотека" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "неслагање величине резервне датотеке" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "не могу да читам из „%s“: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ставка је већ присутна у датотеци" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "не могу да упишем у „%s“: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "објекат ентитета нема %s својство" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "грешка при шифровању лозинке" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "не извршавам са администраторским повластицама" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "нема присутне shadow датотеке -- искључујем" @@ -873,104 +873,104 @@ msgstr "Kerberos главни админ" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos лозинка за главног админа" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "грешка при иницијализацији ldap библиотеке" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не могу да поставим LDAP протокол на верзију %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "нисам могао да преговарам TLS са LDAP сервером" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "не могу да се вежем за LDAP сервер" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "не могу да се вежем за LDAP сервер, прво покушајте као „%s“: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "кориснички објекат нема %s својство" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "кориснички објекат је направљен без „%s“" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "грешка при прављењу ставке LDAP каталога: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "грешка при измени ставке LDAP каталога: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "грешка при преименовању ставке LDAP каталога: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "објекат није имао %s својство" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "грешка при уклањању ставке LDAP каталога: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "објекат нема %s својство" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "нема таквог објекта у LDAP каталогу" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "није пронађено „%s“ својство" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "грешка при постављању лозинке у LDAP каталогу за %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Име LDAP сервера" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Основни DN LDAP претраге" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN LDAP увезивања" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Лозинка LDAP увезивања" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL корисник" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL овлашћујући корисник" diff --git a/po/sr@latin.po b/po/sr@latin.po index dec51cd..fc43f25 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-10-25 19:56-0000\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \n" @@ -23,7 +23,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "Putanja ličnog direktorijuma „%s“ nije apsolutna" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Greška pri čitanju „%s“: %s" @@ -34,13 +34,13 @@ msgid "Error creating `%s': %s" msgstr "Greška pri pravljenju „%s“: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Greška pri promeni vlasnika „%s“: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Greška pri pisanju „%s“: %s" @@ -726,91 +726,91 @@ msgstr "grupa nema ni ime niti GID" msgid "Invalid default value of field %s: %s" msgstr "Neispravna podrazumevana vrednost za polje %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "greška pri zaključavanju datoteke: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "ne mogu da dobavim podrazumevani bezbednosni kontekst: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "ne mogu da dobavim bezbednosni kontekst za „%s“: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ne mogu da postavim podrazumevani bezbednosni kontekst na „%s“: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "ne mogu da utvrdim bezbednosni kontekst za „%s“: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "ne mogu da otvorim „%s“: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "ne mogu da izvršim stat nad „%s“: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "greška pri pravljenju „%s“: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "rezervna datoteka „%s“ postoji i nije redovna datoteka" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "neslaganje veličine rezervne datoteke" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "ne mogu da čitam iz „%s“: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "stavka je već prisutna u datoteci" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "ne mogu da upišem u „%s“: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "objekat entiteta nema %s svojstvo" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "greška pri šifrovanju lozinke" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "ne izvršavam sa administratorskim povlasticama" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "nema prisutne shadow datoteke -- isključujem" @@ -873,104 +873,104 @@ msgstr "Kerberos glavni admin" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos lozinka za glavnog admina" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "greška pri inicijalizaciji ldap biblioteke" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ne mogu da postavim LDAP protokol na verziju %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "nisam mogao da pregovaram TLS sa LDAP serverom" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "ne mogu da se vežem za LDAP server" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ne mogu da se vežem za LDAP server, prvo pokušajte kao „%s“: %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "korisnički objekat nema %s svojstvo" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "korisnički objekat je napravljen bez „%s“" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "greška pri pravljenju stavke LDAP kataloga: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "greška pri izmeni stavke LDAP kataloga: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "greška pri preimenovanju stavke LDAP kataloga: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objekat nije imao %s svojstvo" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "greška pri uklanjanju stavke LDAP kataloga: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objekat nema %s svojstvo" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "nema takvog objekta u LDAP katalogu" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "nije pronađeno „%s“ svojstvo" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "greška pri postavljanju lozinke u LDAP katalogu za %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Ime LDAP servera" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Osnovni DN LDAP pretrage" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "DN LDAP uvezivanja" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "Lozinka LDAP uvezivanja" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL korisnik" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ovlašćujući korisnik" diff --git a/po/sv.po b/po/sv.po index 3c17fdb..ee8c2e1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-02-17 10:14-0500\n" "Last-Translator: Magnus Larsson \n" "Language-Team: Swedish \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Fel vid läsning av \"%s\": %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "Fel vid skapande av \"%s\": %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fel vid ägarbyte för \"%s\": %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Fel vid skrivning till \"%s\": %s" @@ -725,91 +725,91 @@ msgstr "gruppen har varken ett namn eller ett GID" msgid "Invalid default value of field %s: %s" msgstr "Ogiltigt standardvärde för fält %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "fel vid låsning av fil: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "kunde inte ställa in säkerhetssammanhanget: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "kunde inte få tag i säkerhetssammanhanget för \"%s\": %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kunde inte ställa in standardsäkerhetssammanhanget till \"%s\": %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kunde inte få tag i säkerhetssammanhanget för \"%s\": %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "kunde inte öppna \"%s\": %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunde inte ta status på \"%s\": %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "fel vid skapande av \"%s\": %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "säkerhetskopian \"%s\" finns och är inte en vanlig fil" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "storleken på säkerhetskopian stämmer inte överens" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunde inte läsa från \"%s\": %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "posten finns redan i filen" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunde inte skriva till \"%s\": %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "enhetsobjektet har inget %s-attribut" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "fel vid kryptering av lösenord" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "kör inte med superanvändarrättigheter" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "ingen shadow-fil finns tillgänglig -- inaktiverar" @@ -872,104 +872,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-lösenord för Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "fel vid initiering av ldap-biblioteket" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunde inte ställa LDAP-protokoll till version %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "kunde inte förhandla om TLS med LDAP-servern" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "kunde inte binda till LDAP-servern" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kunde inte binda till LDAP-servern, första försök som \"%s\": %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "användarobjektet hade inget %s-attribut" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "användarobjektet skapades utan \"%s\"" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "fel vid skapande av LDAP-katalogpost: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fel vid ändring av LDAP-katalogpost: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "fel vid byte av namn på LDAP-katalogpost: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "objektet hade inget %s-attribut" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "fel vid borttagning av LDAP-katalogpost: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "objektet har inget %s-attribut" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "det finns inget sådant objekt i LDAP-katalogen" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "inget \"%s\"-attribut hittades" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "fel vid inställning av lösenord i LDAP-katalogen för %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Namn på LDAP-server" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "Bassök-DN för LDAP" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind-DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind-lösenord" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL-användare" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-auktoriseringsanvändare" diff --git a/po/ta.po b/po/ta.po index 7151766..b49f891 100644 --- a/po/ta.po +++ b/po/ta.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-04-12 17:47+0530\n" "Last-Translator: I felix \n" "Language-Team: Tamil \n" @@ -31,7 +31,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "வாசிப்பதில் பிழை `%s': %s" @@ -42,13 +42,13 @@ msgid "Error creating `%s': %s" msgstr "'%s' உருவாக்குவதில் பிழை :%s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' இன் உரிமையாளரை மாற்றுவதில் பிழை: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "'%s' எழுதுவதில் பிழை :%s" @@ -734,91 +734,91 @@ msgstr "குழுவில் ஒரு பெயர் அல்லது � msgid "Invalid default value of field %s: %s" msgstr "புலத்தின் தவறான முன்னிருப்பு மதிப்பு %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "கோப்பினை பூட்டுவதில் பிழை : %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "முன்னிருப்பு பாதுகாப்பு சூழலை அமைக்க முடியவில்லை:%s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'இன் பாதுகாப்பு சூழலை பெற முடியவில்லை: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' க்கு முன்னிருப்பு பாதுகாப்பு சூழலை அமைக்க முடியவில்லை: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'இன் பாதுகாப்பு சூழலை பெற முடியவில்லை: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ஐ திறக்க முடியவில்லை: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "'%s' வரையறுக்க முடியவில்லை: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s'ஐ உருவாக்குவதில் பிழை : %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "பின்சேமிப்பு கோப்பு %s' உள்ளது, ஆனால் அது இயல்பான கோப்பில்லை" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "பின்சேமிப்பு கோப்பின் அளவு தவறானது" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'இலிருந்து வாசிக்க முடியவில்லை: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "உள்ளீடு ஏற்கனவே கோப்பில் உள்ளது" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'க்கு எழுத முடியவில்லை: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "உருப்படியில் %s கூறுகள் இல்லை" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "கடவுச்சொல்லை குறிமுறையாக்குவதில் பிழை" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "சிறப்பு பயனர் சலுகைகளை செயல்படுத்தவில்லை" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "நிழல் கோப்பு இல்லை - செயல்நீக்கப்படுகிறது" @@ -880,104 +880,104 @@ msgstr "Kerberos நிர்வாக தலைமை" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos கடவுச்சொல் நிர்வாக தலைமை" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap நூலகத்தை துவக்குவதில் பிழை" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP நெறிமுறையைப் பதிப்பு %dக்காக அமைக்க முடியவில்லை" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "TLS யுடன் LDAP சேவையகத்தை கேட்க முடியாது" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP சேவையகத்துடன் பிணைக்க முடியவில்லை" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP சேவையகத்துடன் பிணைக்க முடியவில்லை, முதல் முயற்சி `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "பயனர் பொருளில் %s கூறு இல்லை" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "பயனர் பொருள் `%s' இல்லாமல் உருவாக்கப்பட்டது" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீட்டை உருவாக்கும் போது பிழை: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீட்டை மாற்றும் போது பிழை: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீடுகளை பெயர் மாற்றுவதில் பிழை: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "பொருளில் %s கூறுகள் இல்லை" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீட்டை நீக்கும் போது பிழை: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "பொருளுக்கு %s கூறு இல்லை" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP அடைவில் பொருள் எதுவும் இல்லை" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s' கூறு இல்லை" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP அடைவில் %s க்கு கடவுச்சொல் அமைப்பதில் பிழை: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP சேவையக பெயர்" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP தேடல் தளம் DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP பிணைத்தல் DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP பிணைத்தல் கடவுச்சொல்" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL பயனர்" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL அனுமதிக்கப்பட்ட பயனர்" diff --git a/po/te.po b/po/te.po index 2de3479..99b62d5 100644 --- a/po/te.po +++ b/po/te.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-07 12:06+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "నివాస సంచయం పాత్ `%s' ఖచ్చితమైనది కాదు" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' చదువుటలో దోషం: %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' సృష్టించుటలో దోషం: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' యొక్క యజమానిని మార్చుటలో దోషం: %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' వ్రాయుటలో దోషం: %s" @@ -725,91 +725,91 @@ msgstr "సమూహం పేరును కాని GID ని కాని msgid "Invalid default value of field %s: %s" msgstr "%s కు సరికాని సిద్దవిలువ : %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "దస్త్రం లాకింగ్ లో దోషం: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "సిద్ద రక్షణ సందర్బంను వ్యవస్థింపలేము: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' యొక్క రక్షణ సందర్బంను పొందలేము: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' కు సిద్ద రక్షణ వ్యవస్థను అమర్చలేము: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' యొక్క రక్షణ సందర్బంను పొందలేము: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ను తెరువలేము: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ను ప్రారంభింపలేము: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' ను సృష్టించలేము: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "`%s' బ్యాకప్ దస్త్రం ఉంది అది నిత్యదస్త్రంకాదు" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "బ్యాకప్ దస్త్ర పరిమాణ అసమానత" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' నుండి చదవలేము : %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "ప్రవేశం దస్త్రంలో ఉంచబడింది" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr " `%s' కు వ్రాయలేము : %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "ప్రవేశపెట్టిన ఆబ్జక్టు యాట్రిబ్యూట్ %s ని కలిగి లేదు" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "అనుమతిపదం ను ఎన్క్రిప్టు చేయడం లో దోషం" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "సూపర్ యూజర్ అదికారాలతో నిష్పాదనము జరుగుటలేదు" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "షాడో ఫైల్ లేదు -- అచేతనం చేయబడింది" @@ -871,104 +871,104 @@ msgstr "కెర్బ్రోస్ ఎడ్మిన్ ప్రిన్� msgid "Kerberos Password for Admin Principal" msgstr "ఎడ్మిన్ ప్రిన్సిపల్ కొరకు కెర్బ్రోస్ అనుమతిపదం" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ఎల్ డాప్ లైబ్రరి సంస్థాపనలో దోషం" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "విడుదల %d కు LDAP నియమంను వ్యవస్థాపించలేము" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP సేవిక తో TLS ను నెగొషియేట్ చేయలేము" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP సేవికకు కట్టుబడి ఉండలేము" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP సేవిక కు కట్టుబడి ఉండలేము,మొదటి ప్రయత్నంగా `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "వినియోగదారుని ఆబ్జక్టు %sని కలిగి లేదు" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "వినియోగదారుని ఆబ్జక్టు `%s' లేకనే సృష్టించబడింది" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం సృష్టీకరణలో దోషం: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం మార్చుటలో దోషం: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం తిరిగి నామకరణం చేయుటలో దోషం: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "ఆబ్జక్టు %s యాట్రిబ్యూట్ కలిగిలేదు" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం తొలగించుటలో దోషం: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "ఆబ్జక్టు %s యాట్రిబ్యూట్ కలిగిలేదు" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP లో అటువంటి ఆబ్జక్టు లేదు" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s' యాట్రిబ్యూట్ కనబడలేదు" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s కోరకు LDAP పదకోశం లో అనుమతిపదం వ్యవస్థాపించుటలో దోషం: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP సేవిక పేరు" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP సెర్చు ఆధారం DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP బైండ్ DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP బైండ్ అనుమతిపదం" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL వినియోగదారి" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL దృవీకరించు వినియోగదారి" @@ -1064,4 +1064,3 @@ msgstr "సిద్ద వినియోగదారుని యాట్ర� #: samples/testuser.c:99 msgid "Copying user structure:\n" msgstr "వినియోగదారుని ఆకృతిని నకలుతీయుట:\n" - diff --git a/po/tr.po b/po/tr.po index 8c8b6a2..50e01c0 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2004-03-15 23:27+0200\n" "Last-Translator: Bahadir Yagan \n" "Language-Team: Turkish \n" @@ -22,7 +22,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' okunurken hata: %s" @@ -33,13 +33,13 @@ msgid "Error creating `%s': %s" msgstr "`%s' oluşturulurken hata: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, fuzzy, c-format msgid "Error changing owner of `%s': %s" msgstr "%s için grup oluşturulurken hata.\n" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, fuzzy, c-format msgid "Error writing `%s': %s" msgstr "`%s' oluşturulurken hata: %s" @@ -726,93 +726,93 @@ msgstr "" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "dosya kilitlenirken hata: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "`%s' durum bilgisi alınamadı: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, fuzzy, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'e yazılamadı: %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, fuzzy, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s'e yazılamadı: %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'e yazılamadı: %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' açılamadı: %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' durum bilgisi alınamadı: %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "`%s' oluşturulurken hata: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "yedek dosyası `%s' var ama normal bir dosya değil" -#: modules/files.c:231 +#: modules/files.c:230 #, fuzzy msgid "backup file size mismatch" msgstr "modül/kitaplık sürümü uyumsuzluğu" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'den okunamadı: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "girdi zaten dosyada var" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'e yazılamadı: %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "öğe nesnesi %s özelliğine sahip değil" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 #, fuzzy msgid "error encrypting password" msgstr "`%s' için parola belirlenirken hata" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "root yetkileriyle çalıştırılmıyor" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "shadow dosyası yok -- iptal ediliyor" @@ -874,104 +874,104 @@ msgstr "Kerberos Baş Yöneticisi" msgid "Kerberos Password for Admin Principal" msgstr "Baş Yönetici için Kerberos Parolası" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "ldap kitaplığı başlatılırken hata" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP protokolü %d sürümüne ayarlanamadı" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP sunucusu ile TLS uzlaşması yapılamadı" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "LDAP sunucusuna bağlanılamadı" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, fuzzy, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP sunucusuna bağlanılamadı" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "kullanıcı nesnesi %s özelliğini içermiyor" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "kullanıcı nesnesi `%s' olmaksızın oluşturuldu" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, fuzzy, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP dizin girdisi isimlendirilirken hata: %s\n" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP dizin girdisi değiştirilirken hata: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, fuzzy, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP dizin girdisi isimlendirilirken hata: %s\n" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "nesne %s özelliğini içermiyor" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, fuzzy, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP dizin girdisi silinirken hata: %s.\n" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "nesne %s özelliğini içermiyor" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "LDAP dizininde böyle bir nesne yok" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "`%s' özelliği bulunmuyor" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP dizininde %s için parola belirlenirken hata: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP Sunucu İsmi" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Arama Tabanı DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bağlantı DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bağlantı Parolası" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL Kullanıcısı" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Yetkilendirme Kullanıcısı" diff --git a/po/uk.po b/po/uk.po index d0a96ca..8006888 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2006-02-16 18:35+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -21,7 +21,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Помилка зчитування `%s': %s" @@ -32,13 +32,13 @@ msgid "Error creating `%s': %s" msgstr "Помилка створення `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Помилка зміни власника `%s': %s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "Помилка запису `%s': %s" @@ -725,91 +725,91 @@ msgstr "групи не має ані назви, ані GID" msgid "Invalid default value of field %s: %s" msgstr "Неправильне типове значення для поля %s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "помилка блокування файлу: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "не вдається задати типовий контекст безпеки: %s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не вдається отримати контекст безпеки для `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не вдається задати значення типового контексту безпеки `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не вдається отримати контекст безпеки для `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "не вдається відкрити `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "не вдається отримати відомості про `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "помилка створення `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервний файл `%s' існує та не є звичайним файлом" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "невідповідність розміру файлу резервної копії" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "не вдається прочитати з `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "запис вже існує у файлі" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "не вдається записати `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "об'єкт не має атрибута %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "помилка шифрування пароля" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "виконується без привілей адміністратора" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "немає файлу shadow -- заборонено" @@ -871,104 +871,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Пароль Kerberos для Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "помилка ініціалізації бібліотеки ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не вдається встановити LDAP протокол для версії %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "не вдається узгодити TLS с сервером LDAP" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "не вдається під'єднатись до сервера LDAP" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "не вдається під'єднатись до сервера LDAP, перша спроба - `%s': %s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "об'єкт користувача не має атрибута %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "об'єкт користувача створений без `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "помилка створення запису каталогу LDAP: %s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "помилка зміни запису каталогу LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "помилка перейменування запису каталогу LDAP: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "об'єкт не мав атрибут %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "помилка видалення запису каталогу LDAP: %s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "об'єкт не має атрибута %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "немає такого об'єкта у каталозі LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "не знайдено атрибут `%s" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "помилка встановлення паролю в каталозі LDAP для %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Назва сервера LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind пароль" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Користувач LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "Авторизований користувач LDAP SASL" diff --git a/po/vi.po b/po/vi.po index c2bb614..89ff927 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2003-07-27 13:46+0700\n" "Last-Translator: pclouds \n" "Language-Team: GnomeVI \n" @@ -21,7 +21,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "Lỗi đọc `%s': %s" @@ -32,13 +32,13 @@ msgid "Error creating `%s': %s" msgstr "Lỗi tạo `%s': %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, fuzzy, c-format msgid "Error changing owner of `%s': %s" msgstr "Lỗi tạo nhóm `%s'.\n" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, fuzzy, c-format msgid "Error writing `%s': %s" msgstr "Lỗi tạo `%s': %s" @@ -725,93 +725,93 @@ msgstr "" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "lỗi khóa tập tin: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "không thể stat() `%s': %s" -#: lib/util.c:631 +#: lib/util.c:737 #, fuzzy, c-format msgid "couldn't get security context of `%s': %s" msgstr "không thể ghi vào `%s': %s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, fuzzy, c-format msgid "couldn't set default security context to `%s': %s" msgstr "không thể ghi vào `%s': %s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "không thể ghi vào `%s': %s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "không thể mở `%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "không thể stat() `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "không thể tạo `%s': %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "tập tin sao lưu `%s' tồn tại nhưng không phải là tập tin bình thường" -#: modules/files.c:231 +#: modules/files.c:230 #, fuzzy msgid "backup file size mismatch" msgstr "không khớp phiên bản thư viện/module" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "không thể đọc từ `%s': %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "mục nhập đã có trong tập tin" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "không thể ghi vào `%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "đối tượnc thực thể không có thuộc tính %s" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 #, fuzzy msgid "error encrypting password" msgstr "lỗi đặt mật khẩu cho `%s'" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "không thực thi với quyền siêu người dùng" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "không có tập tin shadow -- tắt" @@ -873,104 +873,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos Password for Admin Principal" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "lỗi khởi tạo thư viện ldap" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "không thể đặt giao thức LDAP cho phiên bản %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "không thể thỏa thuận TLS với LDAP server" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "không thể gắn vào LDAP server" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, fuzzy, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "không thể gắn vào LDAP server" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "đối tượng người dùng không có thuộc tính %s" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "đối tượng người dùng được tạo mà không có `%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, fuzzy, c-format msgid "error creating a LDAP directory entry: %s" msgstr "lỗi đổi tên mục nhập thư mục LDAP: %s.\n" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "lỗi hiệu chỉnh mục nhập thư mục LDAP: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, fuzzy, c-format msgid "error renaming LDAP directory entry: %s" msgstr "lỗi đổi tên mục nhập thư mục LDAP: %s.\n" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "đối tượng không có thuộc tính %s" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, fuzzy, c-format msgid "error removing LDAP directory entry: %s" msgstr "lỗi loại bỏ mục nhập thư mục LDAP: %s.\n" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "đối tượng không có thuộc tính %s" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "không có đối tượng đó trong thư mục LDAP" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "không tìm thấy thuộc tính `%s'" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "lỗi đặt mật khẩu trong thư mục LDAP cho %s: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "Tên Server LDAP" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "Người dùng LDAP SASL" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Authorization User" diff --git a/po/zh_CN.po b/po/zh_CN.po index 2afb93f..5b2c257 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: zh_CN\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2007-12-05 02:09+0800\n" "Last-Translator: zhangnan \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:111 #, c-format @@ -27,7 +27,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "主目录 `%s' 不是绝对路径" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "读取`%s': %s时出错" @@ -38,13 +38,13 @@ msgid "Error creating `%s': %s" msgstr "创建 `%s': %s时出错" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "创建组群`%s': %s出错。" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "写入`%s': %s时出错" @@ -730,91 +730,91 @@ msgstr "组 %s 没有名字也没有 UID" msgid "Invalid default value of field %s: %s" msgstr "无效默认值%s: %s" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "锁文件时出错:%s" -#: lib/util.c:605 +#: lib/util.c:710 #, c-format msgid "couldn't get default security context: %s" msgstr "无法获取默认的安全内容:%s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "无法得到 `%s': %s的安全上下文" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "无法为`%s': %s 设置默认的上下文" -#: lib/util.c:658 +#: lib/util.c:764 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "无法为 `%s': %s 决定安全内容" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "无法打开“%s”:%s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "无法 stat `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "创建“%s”时出错:%s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "备份文件`%s' 已存在,且不是常规文件" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "备份文件大小与原文件不符" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "无法从`%s': %s中读取" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "项目已在文件中出现" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "无法写入`%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "实体对象没有任何 %s 属性" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "错误的加密口令" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "没有使用超级用户的特权在执行" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "没有屏蔽文件 -- 将禁用" @@ -876,104 +876,104 @@ msgstr "Kerberos 主管理员" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos 主管理员口令" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "初始化 ldap 库时出错" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "无法将 LDAP 协议设为版本 %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "无法与 LDAP 服务器商讨 TLS" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "无法关联到 LDAP 服务器" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "无法关联到 LDAP 服务器,第一此作为 `%s': %s 尝试" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "用户对象没有任何 %s 属性" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "用户对象创建时没有包括`%s'" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "建立 LDAP 目录项目时出错:%s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "修改 LDAP 目录项目时出错:%s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "将 LDAP 目录项目更名时出错:%s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "对象没有任何 %s 属性" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "删除 LDAP 目录项目时出错:%s。" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "对象没有任何 %s 属性" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "在 LDAP 目录中没有此类对象" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "没有发现任何`%s' 属性" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "在 LDAP 目录中为 %s 设置口令时出错:%s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP 服务器名" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP 搜索基点 DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP 关联 DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP 关联口令" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL 用户" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 授权用户" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6d38b3b..1765bbb 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" -"POT-Creation-Date: 2007-10-25 08:11+0200\n" +"POT-Creation-Date: 2008-01-09 11:36+0100\n" "PO-Revision-Date: 2006-05-02 11:41+1000\n" "Last-Translator: Chester Cheng \n" "Language-Team: Chinese, Traditional \n" @@ -28,7 +28,7 @@ msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:119 apps/apputil.c:194 apps/apputil.c:227 apps/apputil.c:254 -#: modules/files.c:186 +#: modules/files.c:185 #, c-format msgid "Error reading `%s': %s" msgstr "讀取 `%s' 錯誤: %s" @@ -39,13 +39,13 @@ msgid "Error creating `%s': %s" msgstr "建立 `%s' 錯誤: %s" #: apps/apputil.c:135 apps/apputil.c:210 apps/apputil.c:300 -#: modules/files.c:169 +#: modules/files.c:168 #, c-format msgid "Error changing owner of `%s': %s" msgstr "改變 `%s' 的所有人時發生錯誤:%s" #: apps/apputil.c:239 apps/apputil.c:271 apps/apputil.c:287 -#: modules/files.c:201 modules/files.c:215 +#: modules/files.c:200 modules/files.c:214 #, c-format msgid "Error writing `%s': %s" msgstr "寫入 `%s' 錯誤:%s" @@ -731,91 +731,91 @@ msgstr "群組沒有名稱也沒有 GID" msgid "Invalid default value of field %s: %s" msgstr "" -#: lib/util.c:196 +#: lib/util.c:301 #, c-format msgid "error locking file: %s" msgstr "鎖定檔案錯誤: %s" -#: lib/util.c:605 +#: lib/util.c:710 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "無法設定預設的安全本文:%s" -#: lib/util.c:631 +#: lib/util.c:737 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "無法獲得`%s'的安全本文:%s" -#: lib/util.c:637 lib/util.c:664 +#: lib/util.c:743 lib/util.c:770 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "無法為`%s'設定預設的安全本文:%s" -#: lib/util.c:658 +#: lib/util.c:764 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "無法獲得`%s'的安全本文:%s" -#: modules/files.c:116 modules/files.c:450 modules/files.c:761 -#: modules/files.c:1029 modules/files.c:1169 modules/files.c:1400 -#: modules/files.c:1484 modules/files.c:1705 modules/files.c:1867 -#: modules/files.c:1884 modules/files.c:1973 modules/files.c:1992 -#: modules/files.c:2060 modules/files.c:2081 modules/files.c:2178 -#: modules/files.c:2197 modules/files.c:2256 modules/files.c:2275 -#: modules/files.c:2371 modules/files.c:2386 +#: modules/files.c:115 modules/files.c:449 modules/files.c:760 +#: modules/files.c:1028 modules/files.c:1168 modules/files.c:1399 +#: modules/files.c:1483 modules/files.c:1704 modules/files.c:1869 +#: modules/files.c:1886 modules/files.c:1975 modules/files.c:1994 +#: modules/files.c:2062 modules/files.c:2083 modules/files.c:2180 +#: modules/files.c:2199 modules/files.c:2258 modules/files.c:2277 +#: modules/files.c:2373 modules/files.c:2388 #, c-format msgid "couldn't open `%s': %s" msgstr "無法開啟`%s': %s" -#: modules/files.c:128 modules/files.c:157 modules/files.c:223 -#: modules/files.c:773 modules/files.c:1181 +#: modules/files.c:127 modules/files.c:156 modules/files.c:222 +#: modules/files.c:772 modules/files.c:1180 #, c-format msgid "couldn't stat `%s': %s" msgstr "無法 stat `%s': %s" -#: modules/files.c:139 +#: modules/files.c:138 #, c-format msgid "error creating `%s': %s" msgstr "建立`%s' 發生錯誤: %s" -#: modules/files.c:152 +#: modules/files.c:151 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "備份檔`%s' 存在而它不是一個正常的檔案" -#: modules/files.c:231 +#: modules/files.c:230 msgid "backup file size mismatch" msgstr "備份檔案的大小不符" -#: modules/files.c:803 modules/files.c:1190 +#: modules/files.c:802 modules/files.c:1189 #, c-format msgid "couldn't read from `%s': %s" msgstr "無法從`%s' 讀取: %s" -#: modules/files.c:812 modules/files.c:819 +#: modules/files.c:811 modules/files.c:818 msgid "entry already present in file" msgstr "檔案已存在此登錄(entry)" -#: modules/files.c:826 modules/files.c:836 modules/files.c:847 -#: modules/files.c:1249 modules/files.c:1257 modules/files.c:1265 +#: modules/files.c:825 modules/files.c:835 modules/files.c:846 +#: modules/files.c:1248 modules/files.c:1256 modules/files.c:1264 #, c-format msgid "couldn't write to `%s': %s" msgstr "無法寫入`%s': %s" -#: modules/files.c:1006 modules/files.c:1065 +#: modules/files.c:1005 modules/files.c:1064 #, c-format msgid "entity object has no %s attribute" msgstr "實體物件沒有 %s 屬性" -#: modules/files.c:1751 modules/ldap.c:1541 modules/ldap.c:1810 +#: modules/files.c:1753 modules/ldap.c:1542 modules/ldap.c:1815 msgid "error encrypting password" msgstr "為密碼編碼時錯誤" -#: modules/files.c:2657 modules/files.c:2735 +#: modules/files.c:2659 modules/files.c:2737 msgid "not executing with superuser privileges" msgstr "非以超級使用者(superuser)的權限執行" -#: modules/files.c:2748 +#: modules/files.c:2750 msgid "no shadow file present -- disabling" msgstr "找不到 shadow 檔案 -- 停用中" @@ -877,104 +877,104 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal 的 Kerberos 密碼" -#: modules/ldap.c:205 +#: modules/ldap.c:203 msgid "error initializing ldap library" msgstr "初始化 ldap 函式庫錯誤" -#: modules/ldap.c:216 +#: modules/ldap.c:214 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "無法設定 LDAP 通訊協定版本為 %d" -#: modules/ldap.c:228 +#: modules/ldap.c:226 msgid "could not negotiate TLS with LDAP server" msgstr "無法妥協 TLS 與 LDAP 伺服器" -#: modules/ldap.c:421 +#: modules/ldap.c:419 msgid "could not bind to LDAP server" msgstr "無法連接(bind) 至 LDAP 伺服器" -#: modules/ldap.c:424 +#: modules/ldap.c:422 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "第一次以`%s'嘗試時,無法連接(bind)至 LDAP 伺服器:%s" -#: modules/ldap.c:1331 +#: modules/ldap.c:1329 #, c-format msgid "user object had no %s attribute" msgstr "使用者物件沒有 %s 屬性" -#: modules/ldap.c:1340 +#: modules/ldap.c:1338 #, c-format msgid "user object was created with no `%s'" msgstr "使用者物件建立當時就沒有 %s" -#: modules/ldap.c:1360 +#: modules/ldap.c:1358 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "建立 LDAP 目錄登錄發生錯誤:%s" -#: modules/ldap.c:1386 modules/ldap.c:1602 +#: modules/ldap.c:1384 modules/ldap.c:1603 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "修改 LDAP 目錄登錄發生錯誤: %s" -#: modules/ldap.c:1411 +#: modules/ldap.c:1409 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "為 LDAP 目錄登錄重新命名時發生錯誤: %s" -#: modules/ldap.c:1458 +#: modules/ldap.c:1456 #, c-format msgid "object had no %s attribute" msgstr "物件沒有 %s 屬性" -#: modules/ldap.c:1476 +#: modules/ldap.c:1474 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "移除 LDAP 目錄登錄發生錯誤:%s" -#: modules/ldap.c:1511 modules/ldap.c:1527 modules/ldap.c:1635 -#: modules/ldap.c:1734 +#: modules/ldap.c:1509 modules/ldap.c:1525 modules/ldap.c:1636 +#: modules/ldap.c:1735 #, c-format msgid "object has no %s attribute" msgstr "物件沒有 %s 屬性" -#: modules/ldap.c:1660 +#: modules/ldap.c:1661 msgid "no such object in LDAP directory" msgstr "在 LDAP 目錄中沒有物件" -#: modules/ldap.c:1672 +#: modules/ldap.c:1673 #, c-format msgid "no `%s' attribute found" msgstr "找不到 `%s' 屬性" -#: modules/ldap.c:1841 +#: modules/ldap.c:1846 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "在 LDAP 目錄設定 %s 的密碼發生錯誤: %s" -#: modules/ldap.c:2452 +#: modules/ldap.c:2457 msgid "LDAP Server Name" msgstr "LDAP 伺服器名稱" -#: modules/ldap.c:2458 +#: modules/ldap.c:2463 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2464 +#: modules/ldap.c:2469 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2471 +#: modules/ldap.c:2476 msgid "LDAP Bind Password" msgstr "LDAP Bind 密碼" -#: modules/ldap.c:2475 +#: modules/ldap.c:2480 msgid "LDAP SASL User" msgstr "LDAP SASL 使用者" -#: modules/ldap.c:2482 +#: modules/ldap.c:2487 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 認證使用者"