From 3171a2f95c80168005afce75b92be408c9f3fc9e Mon Sep 17 00:00:00 2001 From: nalin Date: Apr 15 2002 21:53:36 +0000 Subject: bump release, update translations --- diff --git a/Makefile.am b/Makefile.am index f908849..9b44083 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = intl m4 po docs lib apps samples python modules -EXTRA_DIST = config.rpath libuser.spec libuser.conf.in docs/attributes.txt docs/rfc2307.txt docs/sgml/Makefile docs/sgml/libuser.sgml po/Makefile python/ldap-script python/test-script python/quota-script python/modules.txt docs/reference/libuser.args docs/reference/libuser.hierarchy docs/reference/libuser.signals docs/reference/libuser.types +SUBDIRS = intl m4 intl m4 po docs lib apps samples python modules +EXTRA_DIST = config.rpath config.rpath libuser.spec libuser.conf.in docs/attributes.txt docs/rfc2307.txt docs/sgml/Makefile docs/sgml/libuser.sgml po/Makefile python/ldap-script python/test-script python/quota-script python/modules.txt docs/reference/libuser.args docs/reference/libuser.hierarchy docs/reference/libuser.signals docs/reference/libuser.types sysconf_DATA = libuser.conf pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.in b/configure.in index 00c70b8..c2285e2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(configure.in) -AM_INIT_AUTOMAKE(libuser,0.49.102) +AM_INIT_AUTOMAKE(libuser,0.50) AC_PROG_CC AC_ISC_POSIX @@ -14,7 +14,7 @@ PKG_CHECK_MODULES(GLIB,[glib-2.0 gmodule-2.0]) PKG_CHECK_MODULES(GOBJECT,[glib-2.0 gmodule-2.0 gobject-2.0]) AC_DEFINE(G_DISABLE_DEPRECATED,,[Stay away from deprecated glib functionality.]) -ALL_LINGUAS="cs da de es fr is it ja ko no pt ru sl sv tr" +ALL_LINGUAS="cs da de es fr is it ja ko no pt ru sl sv tr zh_CN.GB2312 zh_TW.Big5 zh_TW" AM_GNU_GETTEXT AM_MAINTAINER_MODE @@ -278,7 +278,7 @@ AC_SUBST(scdir) AM_CONFIG_HEADER(config.h) -AC_OUTPUT([ +AC_OUTPUT([ intl/Makefile m4/Makefile m4/Makefile intl/Makefile Makefile diff --git a/libuser.spec.in b/libuser.spec.in index 31b3a10..f7b2bed 100644 --- a/libuser.spec.in +++ b/libuser.spec.in @@ -87,6 +87,10 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Mon Apr 15 2002 Nalin Dahyabhai 0.50-1 +- bump version +- refresh translations + * Thu Mar 14 2002 Nalin Dahyabhai 0.49.102-1 - ldap: cache an entity's dn in the entity structure to try to speed things up diff --git a/po/POTFILES.in b/po/POTFILES.in index 00598ed..4da1f47 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -7,15 +7,22 @@ apps/luseradd.c apps/luserdel.c apps/lusermod.c lib/config.c +lib/config.h lib/entity.c +lib/entity.h lib/error.c +lib/error.h lib/misc.c lib/modules.c lib/modules.h lib/prompt.c +lib/prompt.h lib/scache.c lib/user.c -lib/usersc.c +lib/user.h +lib/user_private.h +lib/userquota.c +lib/userquota.h lib/util.c lib/util.h modules/files.c diff --git a/po/cs.po b/po/cs.po index a806990..8fec816 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 1.0\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2001-08-17 16:12+0100\n" "Last-Translator: Milan Kerslager \n" "Language-Team: Czech \n" @@ -15,135 +15,138 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" msgstr "" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "" @@ -156,110 +159,119 @@ msgstr "" msgid "No group name specified.\n" msgstr "" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +msgid "Error creating mail spool.\n" +msgstr "" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "" @@ -269,17 +281,17 @@ msgstr "" msgid "Group %s could not be modified: %s.\n" msgstr "" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "" @@ -289,90 +301,86 @@ msgstr "" msgid "could not open configuration file `%s': %s" msgstr "" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "" -#: lib/error.c:84 -msgid "unknown error" -msgstr "" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -383,15 +391,15 @@ msgstr "" msgid "module version mismatch in `%s'" msgstr "" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "" @@ -400,19 +408,19 @@ msgstr "" msgid "error locking file: %s" msgstr "" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "" @@ -427,32 +435,32 @@ msgstr "" msgid "backup file `%s' exists and is not a regular file" msgstr "" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "" @@ -514,115 +522,115 @@ msgstr "" msgid "Kerberos Password for Admin Principal" msgstr "" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "" diff --git a/po/da.po b/po/da.po index 1beb871..a70168c 100644 --- a/po/da.po +++ b/po/da.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 0.15\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-04-02 12:48+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" @@ -12,135 +12,138 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Fejl ved l�sning af `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Fejl ved oprettelse af `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Fejl ved fjernelse af `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Kunne ikke fjerne rettigheder.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Intern fejl.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Fejl ved initiering af PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autenticering mislykkedes for %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Intern PAM-fejl '%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Manglende bruger-overensstemmelse.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[ALTERNATIV...] bruger" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fejl ved tolkning af argumenter: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Brugernavn ikke specificeret.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fejl ved initiering af %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Fejl ved initiering af %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "ukendt fejl fejl" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Bruger %s eksisterer ikke.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Konto er l�st.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Konto er ikke l�st.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimum:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Maksimum:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Advarsel:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inaktiv:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Aldrig" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Sidste �ndring:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Adgangskode udl�ber:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Adgangskode inaktivt:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto udl�ber:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Fejl ved �ndring af aldringsinformation for %s.\n" @@ -153,110 +156,120 @@ msgstr "[ALTERNATIV...] gruppe" msgid "No group name specified.\n" msgstr "Intet gruppenavn specificeret.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Fejl ved initiering af %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Oprettelse af gruppe mislykkedes.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s eksisterer ikke.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Gruppe %s kunne ikke slettes.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "B�de -L og -U specificeret.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Fejl ved s�tning af adgangskode for gruppe %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Gruppe %s kunne ikke l�ses.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Gruppe %s kunne ikke l�ses op.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Gruppe %s kunne ikke �ndres.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Fejl ved oprettelse af gruppe '%s'.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Fejl ved oprettelse af konto: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fejl ved oprettelse af %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Fejl ved oprettelse af %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Bruger %s kunne ikke slettes: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s havde ikke gid-nummer.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Ingen gruppe med GID %ld eksisterer, fjerner ikke.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Gruppe med GID %ld havde ikke et gruppenavn.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s kunne ikke slettes: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s havde intet hjemmekatalog.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fejl ved fjernelse af %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Fejl ved s�tning af adgangskode for bruger %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Bruger %s kunne ikke l�ses: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Bruger %s kunne ikke l�ses op: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Bruger %s kunne ikke �ndres: %s.\n" @@ -266,17 +279,17 @@ msgstr "Bruger %s kunne ikke �ndres: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s kunne ikke �ndres: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Intet gammelt hjemmekatalog for %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Intet nyt hjemmekatalog for %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fejl ved flytning af %s til %s: %s.\n" @@ -286,90 +299,86 @@ msgstr "Fejl ved flytning af %s til %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "kunne ikke �bne konfigurationsfil `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "problemfrit" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modul deaktiveret i konfigurationen" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "generel fejl" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "ikke tilstr�kkelige privilegier" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "adgang n�gtet" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "forkert bruger- eller gruppenavn" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "forkert bruger- eller gruppe-id" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "bruger- eller gruppe-navn i brug" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "bruger- eller gruppe-id i brug" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "Fejl ved behandling af terminal-egenskaber" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "fejl ved �bning af fil" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "fejl ved l�sning af fil" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "fejl ved oplysning p� fil" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "fejl ved l�sning af fil" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "fejl ved skrivning af fil" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "data ikke fundet i fil" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "intern fejl ved initiering" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "fejl ved indl�sning af modul" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "Fejl ved l�sning af symbol i modul" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "uoverensstemmelse med version i bibliotek eller modul" -#: lib/error.c:84 -msgid "unknown error" -msgstr "ukendt fejl fejl" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -380,15 +389,15 @@ msgstr "ingen initieringsfunktion %s i `%s'" msgid "module version mismatch in `%s'" msgstr "gal modulversion i `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "fejl ved l�sning af terminal-egenskaber" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "fejl ved s�tning af terminal-egenskaber" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "fejl ved l�sning fra terminal" @@ -397,19 +406,19 @@ msgstr "fejl ved l�sning fra terminal" msgid "error locking file: %s" msgstr "fejl ved l�sning af fil: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke �bne `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke k�re stat p� `%s': %s" @@ -424,32 +433,32 @@ msgstr "fejl ved oprettelse af `%s': %s" msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhedskopifilen '%s' eksisterer og er ikke en almindelig fil" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke l�se fra `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "opf�ringen er allerede i filen" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attribut" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "k�rer ikke med superbruger-privilegier" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil findes -- deaktiverer" @@ -512,115 +521,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-adgangskode for Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "fejl ved initiering af ldap-bibliotek" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke s�tte LDAP-protokol til version %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "kunne ikke s�ge i LDAP-tjener" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP-server ser ud til ikke at have nogen rod-BSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "fejl ved kobling af navn til LDAP distinguished name" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "fejl ved kobling af navn til LDAP base distinguished name" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "bruger-objektet havde ingen %s-attribut" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "brugerobjektet blev oprettet uden `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "kunne ikke konvertere interne data til LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fejl ved �ndring af LDAP-katalogopf�ring: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "fejl ved �ndring af navn p� LDAP-katalogopf�ring: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "objektet havde ingen %s-attribut" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "fejl ved fjernelse af LDAP-katalogopf�ring: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attribut %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "ingen s�danne objekter i LDAP-kataloget" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attribut fundet" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Navn p� LDAP-tjener" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP s�ge-basis DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind-adgangskode" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL-bruger" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisationsbruger" diff --git a/po/de.po b/po/de.po index 1a229cd..9f46ea0 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-04-13 16:05+0200\n" "Last-Translator: Harald Hoyer \n" "Language-Team: \n" @@ -14,135 +14,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.6\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Fehler beim Lesen von `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Fehler beim Erzeugen von `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Fehler beim Entfernen von `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Privilegien k�nnen nicht aufgehoben werden.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Interner Fehler.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Fehler beim Initialisieren von PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Authentifizierung fehlgeschlagen: %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interner PAM-Fehler `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Benutzer stimmt nicht �berein.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPTION...] Benutzer" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fehler beim Parsen von Argumenten: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Es wurde kein Benutzername angegeben.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fehler beim Initialisieren von %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Fehler beim Initialisieren von %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "Unbekannter Fehler" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Benutzer %s existiert nicht.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Account ist gesperrt.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Account ist nicht gesperrt.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimum:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Maximum:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Warnung:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Nicht aktiv:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Nie" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Letzte �nderung:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Passwort-Ablauf:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Passwort nicht aktiv:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Account-Ablauf:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Ablauf-Einstellungen f�r %s konnten nicht ge�ndert werden.\n" @@ -155,110 +158,120 @@ msgstr "[OPTION...] Gruppe" msgid "No group name specified.\n" msgstr "Es wurde kein Gruppenname angegeben.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Fehler beim Initialisieren von %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Die Erzeugung der Gruppe ist fehlgeschlagen.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s existiert nicht.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Gruppe %s konnte nicht gel�scht werden.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "Sowohl -L als auch -U angegeben.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Passwort konnte f�r Gruppe %s nicht eingestellt werden.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Gruppe %s konnte nicht gesperrt werden.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Gruppe %s konnte nicht freigegeben werden.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Gruppe %s konnte nicht ge�ndert werden.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Fehler beim Erstellen der Gruppe `%s'.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Die Erzeugung des Accounts ist fehlgeschlagen: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fehler bei der Erzeugung von %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Fehler bei der Erzeugung von %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Benutzer %s konnte nicht gel�scht werden: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hatte keine GID-Nummer.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Gruppe mit GID %ld existiert nicht, entferne sie nicht.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Gruppe mit GID %ld hat keinen Gruppennamen.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s konnte nicht gel�scht werden: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hatte kein Heimverzeichnis.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fehler beim Entfernen von %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Passwort konnte f�r Benutzer %s nicht eingestellt werden: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Benutzer %s konnte nicht gesperrt werden: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Benutzer %s konnte nicht freigegeben werden: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Benutzer %s konnte nicht ge�ndert werden: %s.\n" @@ -268,17 +281,17 @@ msgstr "Benutzer %s konnte nicht ge�ndert werden: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s konnte nicht modifiziert werden: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Kein altes Heimverzeichnis f�r %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Kein neues Heimverzeichnis f�r %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fehler beim Verschieben von %s zu %s: %s.\n" @@ -288,90 +301,86 @@ msgstr "Fehler beim Verschieben von %s zu %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "Konfigurationsdatei `%s' konnte nicht ge�ffnet werden: %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "Erfolg" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "Modul durch die Konfiguration deaktiviert" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "Generischer Fehler" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "Keine ausreichenden Berechtigungen" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "Zugriff verweigert" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "Ung�ltiger Benutzer/Gruppenname" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "Ung�ltige Benutzer/Gruppen ID" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "Benutzer/Gruppenname wird bereits verwendet" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "Benutzer/Gruppen ID wird bereits verwendet" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "Fehler beim Bearbeiten der Terminalattributen" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "Fehler beim �ffnen der Datei" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "Fehler beim Sperren der Datei" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "Fehler beim Ermitteln des Dateistatus" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "Fehler beim Lesen der Datei" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "Fehler beim Schreiben in die Datei" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "Daten wurden in der Datei nicht gefunden" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "Interner Fehler bei der Initialisierung" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "Fehler beim Laden des Moduls" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "Fehler beim L�sen des Symbols im Modul" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "Bibliothek/Modulversion stimmt nicht �berein" -#: lib/error.c:84 -msgid "unknown error" -msgstr "Unbekannter Fehler" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -382,15 +391,15 @@ msgstr "keine Initialisierungsfunktion %s in `%s'" msgid "module version mismatch in `%s'" msgstr "Fehlende �bereinstimmung von Modulversionen in `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "Fehler beim Lesen der Terminalattribute" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "Fehler beim Einstellen der Terminalattribute" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "Fehler beim Lesen vom Terminal" @@ -399,19 +408,19 @@ msgstr "Fehler beim Lesen vom Terminal" msgid "error locking file: %s" msgstr "Fehler beim Sperren der Datei: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' konnte nicht ge�ffnet werden: %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "stat `%s' konnte nicht ausgef�hrt werden: %s" @@ -426,39 +435,40 @@ msgstr "Fehler beim Erzeugen von `%s': %s" 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:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' konnte nicht gelesen werden: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "Eintrag bereits in der Datei vorhanden" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "nach `%s' konnte nicht geschrieben werden: %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "entity Objekt besitzt kein %s Attribut" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "Keine Ausf�hrung mit Superuser-Rechten." -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "Keine Shadow-Datei vorhanden -- Deaktiviere." #: modules/krb5.c:105 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" -msgstr "Fehler bei der Verbindung zum kadm5-Server f�r Dienst `%s' in Realm %s: %s" +msgstr "" +"Fehler bei der Verbindung zum kadm5-Server f�r Dienst `%s' in Realm %s: %s" #: modules/krb5.c:137 modules/krb5.c:203 modules/krb5.c:301 modules/krb5.c:389 #: modules/krb5.c:441 modules/krb5.c:529 modules/krb5.c:595 @@ -513,115 +523,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-Passwort f�r Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "Fehler bei der Initialisierung der LDAP-Bibliothek" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP-Protokoll konnte nicht auf Version %d eingestellt werden" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "TLS-Serververbindung konnte nicht ausgehandelt werden" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "Konnte nicht zum LDAP Server verbinden" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "Konnte LDAP-Server nicht suchen" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP-Server scheint kein Basis-DSE zu haben" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "Fehler bei Verkn�pfung des Namens zum LDAP-DN " -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "Fehler bei Verkn�pfung des Namens zum LDAP-Base-DN" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "Benutzerobjekt hatte kein Attribut %s" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "Benutzerobjekt wurde ohne `%s' erstellt" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "interne Daten konnten nicht in LDAPMods konvertiert werden" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Fehler bei der �nderung des LDAP-Verzeichniseintrags: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "Fehler beim Umbenennen des Verzeichniseintrags: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "Objekt hatte kein Attribut %s" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "Fehler beim Entfernen des LDAP-Verzeichniseintrags: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "Objekt besitzt kein Attribut %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "Kein entsprechendes Objekt in LDAP-Verzeichnis vorhanden" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "kein `%s' Attribut gefunden" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP Servername" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP DN Suchbasis" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind Passwort" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL Benutzer" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Authorisierungsbenutzer" @@ -669,4 +679,3 @@ msgstr "Suche nach standardm��igen Benutzerattributen:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Benutzerstrukturen kopieren:\n" - diff --git a/po/es.po b/po/es.po index 982a759..8e3c101 100644 --- a/po/es.po +++ b/po/es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-02-26 15:59GMT\n" "Last-Translator: Nuria Soriano \n" "Language-Team: Spanish \n" @@ -17,62 +17,62 @@ msgstr "" # apps/apputil.c:58 # apps/apputil.c:58 -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Error en la lectura `%s': %s" # apps/apputil.c:63 # apps/apputil.c:63 -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "error al crear `%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:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Error al eliminar %s: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Imposible disminuir privilegios.\n" # apps/apputil.c:324 # apps/apputil.c:324 -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Error interno.\n" # apps/apputil.c:332 # apps/apputil.c:332 -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Error inicializando PAM.\n" # apps/apputil.c:339 # apps/apputil.c:339 -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentificaci�n fallida para %s.\n" # apps/apputil.c:324 # apps/apputil.c:324 -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "`%s' de error interno de PAM.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" 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:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPCI�N...] usuario" @@ -80,7 +80,7 @@ msgstr "[OPCI�N...] usuario" # apps/luserdel.c:126 #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Error al analizar argumentos %s.\n" @@ -88,7 +88,7 @@ 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:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "No se ha especificado nombre de usuario.\n" @@ -98,110 +98,109 @@ msgstr "No se ha especificado 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:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Error inicializando %s: %s.\n" -# apps/lchage.c:110 apps/lgroupadd.c:73 apps/lgroupdel.c:68 -# apps/lgroupmod.c:83 apps/luseradd.c:87 apps/luserdel.c:74 -# apps/lusermod.c:84 -# apps/lchage.c:110 apps/lgroupadd.c:73 apps/lgroupdel.c:68 -# apps/lgroupmod.c:83 apps/luseradd.c:87 apps/luserdel.c:74 -# apps/lusermod.c:84 -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Error inicializando %s.\n" +# lib/userent.c:46 +# lib/userent.c:47 +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "error desconocido" # 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:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "El usuario %s no existe.\n" # apps/lchage.c:124 # apps/lchage.c:124 -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "La cuenta est� bloqueada.\n" # apps/lchage.c:126 # apps/lchage.c:126 -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "La cuenta no est� bloqueada.\n" # apps/lchage.c:130 # apps/lchage.c:130 -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "M�nimo:\t%d\n" # apps/lchage.c:134 # apps/lchage.c:134 -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "M�ximo:\t%d\n" # apps/lchage.c:138 # apps/lchage.c:138 -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Aviso:\t%d\n" # apps/lchage.c:142 # apps/lchage.c:142 -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inactivo:\t%d\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:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Nunca" # apps/lchage.c:149 # apps/lchage.c:149 -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "�ltimo cambio:\t%s\n" # apps/lchage.c:156 # apps/lchage.c:156 -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Contrase�a caducada:\t%s\n" # apps/lchage.c:165 # apps/lchage.c:165 -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Contrase�a inactiva:\t%s\n" # apps/lchage.c:172 # apps/lchage.c:172 -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Cuenta caducada:\t%s\n" # apps/lchage.c:201 # apps/lchage.c:201 -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "No se pudo modificar la informaci�n de paso del tiempo para %s.\n" @@ -218,152 +217,170 @@ msgstr "[OPCI�N...] grupo" msgid "No group name specified.\n" msgstr "No se ha especificado ning�n nombre de grupo.\n" +# apps/lchage.c:110 apps/lgroupadd.c:73 apps/lgroupdel.c:68 +# apps/lgroupmod.c:83 apps/luseradd.c:87 apps/luserdel.c:74 +# apps/lusermod.c:84 +# apps/lchage.c:110 apps/lgroupadd.c:73 apps/lgroupdel.c:68 +# apps/lgroupmod.c:83 apps/luseradd.c:87 apps/luserdel.c:74 +# apps/lusermod.c:84 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Error inicializando %s.\n" + # apps/lgroupadd.c:88 # apps/lgroupadd.c:88 -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Creaci�n de grupo fallida.\n" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "El grupo %s no existe.\n" # apps/lgroupdel.c:81 # apps/lgroupdel.c:81 -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "No se pudo eliminar el grupo %s.\n" # apps/lgroupmod.c:89 apps/lusermod.c:90 # apps/lgroupmod.c:89 apps/lusermod.c:90 -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 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:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Intento fallido de configuraci�n de la contrase�a para el grupo %s.\n" # apps/lgroupmod.c:174 # apps/lgroupmod.c:174 -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "No se ha podido bloquear el grupo %s.\n" # apps/lgroupmod.c:182 # apps/lgroupmod.c:182 -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "No se ha podido desbloquear el grupo %s.\n" # apps/lgroupmod.c:189 # apps/lgroupmod.c:189 -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "El grupo %s no ha podido ser modificado.\n" # apps/luseradd.c:112 # apps/luseradd.c:112 -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Error en la creaci�n de un grupo %s?.\n" # apps/luseradd.c:159 # apps/luseradd.c:159 -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Creaci�n de la cuenta fallida: %s.\n" # apps/luseradd.c:194 # apps/luseradd.c:194 -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Error creando %s: %s.\n" +# apps/luseradd.c:194 +# apps/luseradd.c:194 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Error creando %s: %s.\n" + # apps/luserdel.c:87 # apps/luserdel.c:87 -#: apps/luserdel.c:103 +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "No se ha podido eliminar el usuario %s: %s.\n" # apps/luserdel.c:94 # apps/luserdel.c:94 -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s no ten�a un n�mero gid.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "No existe ning�n grupo con %ld de GID, no se eliminar�.\n" # apps/luserdel.c:105 # apps/luserdel.c:105 -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "El grupo %ld de GID non ten�a un nombre de grupo.\n" # apps/luserdel.c:110 # apps/luserdel.c:110 -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "No se ha podido eliminar el grupo %s: %s.\n" # apps/luserdel.c:122 # apps/luserdel.c:122 -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s no ten�a un directorio principal.\n" # apps/luserdel.c:126 # apps/luserdel.c:126 -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" 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:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, 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" # apps/lusermod.c:150 # apps/lusermod.c:150 -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "No se ha podido bloquear el usuario %s: %s.\n" # apps/lusermod.c:157 # apps/lusermod.c:157 -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "No se ha podido desbloquear el ususario %s: %s.\n" # apps/lusermod.c:163 # apps/lusermod.c:163 -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "No se ha podido modificar el usuario %s: %s.\n" @@ -377,21 +394,21 @@ msgstr "El grupo %s no se ha podido modificar:%s\n" # apps/lusermod.c:169 # apps/lusermod.c:169 -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Ning�n directorio principal antiguo para %s.\n" # apps/lusermod.c:173 # apps/lusermod.c:173 -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Ning�n directorio principal para %s.\n" # apps/lusermod.c:177 # apps/lusermod.c:177 -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Error al trasladar %s a %s: %s.\n" @@ -403,81 +420,81 @@ msgstr "Error al trasladar %s a %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "no se ha podido abrir el archivo de configuraci�n `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "�xito" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "m�dulo deshabilitado por la configuraci�n" # apps/apputil.c:324 # apps/apputil.c:324 -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "error gen�rico" # modules/files.c:1676 modules/files.c:1732 # modules/files.c:1675 modules/files.c:1731 -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "No existen suficientes privilegios" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "acceso denegado" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "Nombre de usuario/grupo incorrecto" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "id de usuario/grupo incorrecto" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "Nombre de usuario/grupo usado" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "id de usuario/grupo usado" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "error al manipular atributos de terminal" # modules/files.c:135 # lib/userutil.c:177 -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "error al abrir el fichero" # modules/files.c:135 # lib/userutil.c:177 -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "error al cerrar el fichero" # modules/files.c:135 # lib/userutil.c:177 -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "error al determinar el fichero" # modules/files.c:135 # lib/userutil.c:177 -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "error al cerrar el fichero" # modules/files.c:135 # lib/userutil.c:177 -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "error al escribir el fichero" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "no se han encontrado los datos en el fichero" @@ -485,32 +502,26 @@ msgstr "no se han encontrado los datos en el fichero" # 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 -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "error interno de iniciaci�n" # modules/files.c:135 # lib/userutil.c:177 -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "error al cargar el m�dulo" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "error al determinar el s�mbolo en el m�dulo" # lib/user.c:144 # lib/user.c:186 -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "versi�n de librer�a/m�dulo discordante" -# lib/userent.c:46 -# lib/userent.c:47 -#: lib/error.c:84 -msgid "unknown error" -msgstr "error desconocido" - # lib/user.c:123 # lib/user.c:161 #: lib/modules.c:112 @@ -525,17 +536,17 @@ msgstr "ninguna funci�n de inicializaci�n de %s en `%s'" msgid "module version mismatch in `%s'" msgstr "versi�n de m�dulo discordante en `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "error al leer los atributos del terminal" # samples/testuser.c:71 # samples/testuser.c:71 -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "error en la configuraci�n de los atributos del terminal" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "error al leer desde el terminal" @@ -553,13 +564,13 @@ msgstr "error cerrando fichero: %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:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "no se ha podido abrir `%s': %s" @@ -568,7 +579,7 @@ msgstr "no se ha podido abrir `%s': %s" # modules/files.c:123 modules/files.c:147 modules/files.c:178 # modules/files.c:586 modules/files.c:917 #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "no se ha podido empezar `%s': %s" @@ -590,22 +601,22 @@ msgstr "" # modules/files.c:115 # modules/files.c:601 modules/files.c:926 -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "no se ha podido leer desde `%s': %s" # modules/files.c:614 modules/files.c:624 # modules/files.c:611 modules/files.c:621 -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 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:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "no se ha podido escribir en `%s': %s" @@ -614,21 +625,21 @@ msgstr "no se ha podido 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:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "el objeto de entidad no tiene ning�n atributo %s" # modules/files.c:1676 modules/files.c:1732 # modules/files.c:1675 modules/files.c:1731 -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 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:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "Ning�n archivo shadow presente -- deshabilitando." @@ -638,8 +649,8 @@ msgstr "Ning�n archivo shadow presente -- deshabilitando." #, 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" +"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 @@ -722,36 +733,36 @@ msgstr "Contrase�a Kerberos para el administrador principal" # modules/ldap.c:178 # modules/ldap.c:175 -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "error al inicializar la librer�a ldap" # modules/ldap.c:196 # modules/ldap.c:193 -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "no se ha podido establecer un protocolo LDAP para la versi�n %d" # modules/ldap.c:202 # modules/ldap.c:199 -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "no se ha podido negociar TLS con el servidor LDAP" # modules/ldap.c:216 # modules/ldap.c:213 -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "no se ha podido vincular al servidor LDAP" # modules/ldap.c:216 # modules/ldap.c:213 -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "no ha podido buscar el servidor LDAP" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "El servidor LDAP parece non tener DSE de root" @@ -759,126 +770,126 @@ msgstr "El servidor LDAP parece non tener DSE de root" # modules/ldap.c:796 modules/ldap.c:873 # modules/ldap.c:313 modules/ldap.c:568 modules/ldap.c:649 modules/ldap.c:712 # modules/ldap.c:799 modules/ldap.c:880 -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "error en la proyecci�n del nombre para el DN LDAP" # modules/ldap.c:321 # modules/ldap.c:318 -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "error en la proyecci�n del nombre para el DN base LDAP" # modules/ldap.c:554 # modules/ldap.c:556 -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, 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:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "el objeto de usuario ha sido creado sin `%s'" # modules/ldap.c:572 # modules/ldap.c:574 -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "no se han podido convertir los datos internos a LDAPMods" # modules/ldap.c:585 modules/ldap.c:748 # modules/ldap.c:587 modules/ldap.c:751 -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, 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:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "error al renombrar la entrada del directorio LDAP: %s\n" # modules/ldap.c:640 # modules/ldap.c:643 -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, 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:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "error al eliminar la entrada del directorio LDAP: %s.\n" # 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:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, 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:1475 +#: modules/ldap.c:1545 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:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "Atributo `%s' no encontrado" # modules/ldap.c:928 # modules/ldap.c:939 -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Nombre del servidor LDAP" # modules/ldap.c:1196 # modules/ldap.c:1218 -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "DN base de b�squeda de LDAP" # modules/ldap.c:1201 # modules/ldap.c:1223 -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "DN Bind LDAP" # modules/ldap.c:1206 # modules/ldap.c:1228 -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "Contrase�a Bind LDAP" # modules/ldap.c:1212 # modules/ldap.c:1234 -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "Usuario SASL LDAP" # modules/ldap.c:1217 # modules/ldap.c:1239 -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "Usuario de autorizaci�n SASL LDAP" diff --git a/po/fr.po b/po/fr.po index 62d20a0..1ff4ce5 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-05 16:14GMT\n" "Last-Translator: \n" "Language-Team: \n" @@ -15,135 +15,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Erreur lors de la lecture de `%s' : %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Erreur lors de la cr�ation de `%s' : %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Erreur lors de la suppression de `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Impossible de diminuer les privil�ges.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Erreur interne.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Erreur lors de l'initialisation de PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Authentification non r�ussie pour %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Erreur PAM interne %s.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Non correspondance de l'utilisateur.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPTION...] utilisateur" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Erreur lors de l'analyse des arguments : %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Aucun nom d'utilisateur sp�cifi�.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Erreur lors de l'initialisation de %s : %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Erreur lors de l'initialisation de %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "erreur inconnue" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "L'utilisateur %s n'existe pas.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Le compte est verrouill�.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Le compte n'est pas verrouill�.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimum :\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Maximum :\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Avertissement :\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inactif :\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Jamais" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Dernier changement :\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Expiration du mot de passe :\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Mot de passe inactif :\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Expiration du compte :\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Erreur lors de la modification de l'expiration de %s.\n" @@ -156,111 +159,121 @@ msgstr "[OPTION...] groupe" msgid "No group name specified.\n" msgstr "Aucun nom de groupe sp�cifi�.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Erreur lors de l'initialisation de %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "La cr�ation du groupe a �chou�.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Le groupe %s n'existe pas.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Le groupe %s ne peux pas �tre effac�.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "Aussi bien -L que -U sp�cifi�s.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Erreur lors de la configuration du mot de passe du groupe %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Le groupe %s ne peut pas �tre verrouill�.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Le groupe %s ne peut pas �tre d�verrouill�.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Le groupe %s ne peut pas �tre modifi�.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Erreur lors de la cr�ation du groupe `%s'.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "La cr�ation du compte a �chou� : %s\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Erreur lors de la cr�ation de %s : %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Erreur lors de la cr�ation de %s : %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "L'utilisateur %s n'a pas pu �tre effac� : %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s n'avait pas de num�ro gid.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Aucun groupe avec GID %ld n'existe. Suppression impossible.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Le groupe avec GID %ld n'avait pas de nom de groupe.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Le groupe %s ne peux pas �tre effac� : %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s n'avait pas de r�pertoire personnel.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Erreur lors de la suppression de %s : %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, 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" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "L'utilisateur %s n'a pas pu �tre verrouill� : %s\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "L'utilisateur %s n'a pas pu �tre d�verrouill� : %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "L'utilisateur %s n'a pas pu �tre modifi� : %s.\n" @@ -270,17 +283,17 @@ msgstr "L'utilisateur %s n'a pas pu �tre modifi� : %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Le groupe %s ne peut pas �tre modifi� : %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Aucun vieux r�pertoire personnel pour %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Aucun nouveau r�pertoire personnel pour %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Erreur lors du d�placement de %s vers %s : %s.\n" @@ -290,90 +303,86 @@ msgstr "Erreur lors du d�placement de %s vers %s : %s.\n" msgid "could not open configuration file `%s': %s" msgstr "impossibile d'ouvrir le fichier de configuration `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "r�ussi" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "module d�sactiv� par la configuration" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "erreur g�n�rique" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "privil�ges insuffisants" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "acc�s refus�" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "nom utilisateur/groupe incorrect" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "ID utilisateur/groupe incorrect" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "nom utilisateur/groupe en cours d'utilisation" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "ID utilisateur/groupe en cours d'utilisation" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "erreur lors de la modification des attributs du terminal" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "erreur lors de l'ouverture du fichier" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "erreur lors du verrouillage du fichier " -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "impossible d'appliquer la fonction stat au fichier" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "erreur lors de la lecture du fichier" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "erreur lors de l'�criture sur fichier" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "donn�es non trouv�es dans le fichier" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "erreur d'initialisation interne" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "erreur lors du chargement du module" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "erreur lors de la conversion du symbole en module" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "diff�rence de version du module/de la biblioth�que" -#: lib/error.c:84 -msgid "unknown error" -msgstr "erreur inconnue" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -384,15 +393,15 @@ msgstr "aucune fonction d'initialisation %s dans `%s'" msgid "module version mismatch in `%s'" msgstr "diff�rence de version du module dans `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "erreur lors de la lecture des attributs du terminal" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "erreur lors de la configuration des attributs du terminal" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "erreur de lecture depuis le terminal" @@ -401,19 +410,19 @@ msgstr "erreur de lecture depuis le terminal" msgid "error locking file: %s" msgstr "erreur lors du verrouillage du fichier : %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "impossible d'ouvrir `%s' : %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "impossible d'ex�cuter la fonction stat `%s' : %s" @@ -428,32 +437,32 @@ msgstr "erreur lors de la cr�ation de `%s' : %s" 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:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "impossible de lire � partir de `%s' : %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "entr�e d�j� pr�sente dans le fichier" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "impossible d'�crire sur `%s' : %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "l'objet n'a pas d'attribut %s" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "ex�cution sans les privil�ges du superutilisateur" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "pas de fichier shadow pr�sent -- d�sactivation." @@ -517,117 +526,117 @@ msgstr "Admin principal Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Mot de passe Kerberos pour Admin principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "erreur lors de l'initialisation de la biblioth�que ldap" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, 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:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "impossible de n�gotier TLS avec le serveur LDAP" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "impossible de se connecter au serveur LDAP" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "impossible de chercher le serveur LDAP" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "Le serveur LDAP n'a pas de DSE racine" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "erreur de mappage du nom sur le nom distingu� LDAP" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "erreur de mappage du nom sur le nom distingu� de base LDAP" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "l'objet utilisateur n'a pas d'attribut %s" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "l'objet utilisateur a �t� cr�� sans `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "impossible de convertir les donn�es internes en LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, 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:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "erreur lors du changement du nom de l'entr�e de r�pertoire LDAP : %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "l'objet n'avait pas d'attribut %s" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "erreur lors de la suppression de l'entr�e de r�pertoire LDAP : %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "l'objet n'a pas d'attribut %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "objet non pr�sent dans le r�pertoire LDAP" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "aucun attribut `%s' trouv�" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Nom du serveur LDAP" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "Mot de passe LDAP Bind " -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "Utilisateur SASL LDAP " -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "Utilisateur autorisation SASL LDAP " diff --git a/po/is.po b/po/is.po index 2b394ca..d10b226 100644 --- a/po/is.po +++ b/po/is.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 1.1\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-04 12:55+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -13,135 +13,138 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Villa vi� lestur `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Villa vi� a� b�a til `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Villa vi� a� fjarl�gja `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Gat ekki minnka� heimildir.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Innv�r villa.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Villa vi� frumstillingu PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Au�kenning mist�kst hj� %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Innv�r PAM villai `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Misr�mi � notanda.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[ROFI...] notandi" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Villa vi� a� ��tta vi�f�ng: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Ekkert notandanafn tilteki�.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Villa vi� a� frumstilla %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Villa vi� a� frumstilla %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "��ekkt villa" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Notandinn %s er ekki til.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Notandinn er l�stur.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Notandinn er ekki l�stur.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minnst:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Mest:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "A�v�run:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "�virkur:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Aldrei" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "S��ast breytt:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Lykilor�i� rennur �t:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Lykilor�i� �gilt:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "A�gangurinn rennur �t:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Gat ekki breytt �reldingaruppl�singum notandans %s.\n" @@ -154,110 +157,120 @@ msgstr "[ROFI...] h�pur" msgid "No group name specified.\n" msgstr "Enginn h�pur tiltekinn.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Villa vi� a� frumstilla %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Ekki t�kst a� b�a til h�pinn,\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "H�purinn %s er ekki til.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Ekki t�kst a� ey�a h�pnum %s.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "B��i -L og -U tilteki�.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Gat ekki sett lykilor� � h�pinn %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Ekki var h�gt a� l�sa h�pnum %s.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Ekki var h�gt a� afl�sa h�pnum %s.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Ekki var h�gt a� breyta h�pnum %s.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Gat ekki b�i� til h�p `%s'.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Gat ekki b�i� til notanda: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Villa vi� a� b�a %s til: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Villa vi� a� b�a %s til: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Ekki var h�gt a� ey�a notandanum %s: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s var ekki me� gid t�lu.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Enginn h�pur me� GID %ld er til. Fjarl�gi hann ekki.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "H�pur me� GID %ld er ekki me� h�pheiti.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Ekki var h�gt a� ey�a h�p %s: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s var ekki me� heimasv��i.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Villa vi� a� ey�a %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Gat ekki sett lykilor� notanda %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Ekki var h�gt a� l�sa notandanum %s: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Ekki var h�gt a� afl�sa notandanum %s: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Ekki var h�gt a� breyta notandanum %s: %s.\n" @@ -267,17 +280,17 @@ msgstr "Ekki var h�gt a� breyta notandanum %s: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Ekki var h�gt a� breyta h�pnum %s: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Ekkert gamalt heimasv��i til fyrir notandann %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Ekkert n�tt heimasv��i til fyrir notandann %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Villa vi� a� f�ra %s � %s: %s.\n" @@ -287,90 +300,86 @@ msgstr "Villa vi� a� f�ra %s � %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "gat ekki opna� stillingaskr�na `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "t�kst" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "sl�kkt er � einingunni skv. stillingum" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "almenn villa" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "er ekki me� n�gar heimildir" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "a�gangi hafna�" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "�gildur notandi/h�pur" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "�gildur notandi/h�pn�mer" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "notandi/h�pur er �egar � notkun" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "notandan�mer/h�pn�mer er �egar � notkun" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "gat ekki breytt eiginleikum skj�s" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "villa vi� opnun skr�ar" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "villa vi� a� l�sa skr�" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "villa vi� a� lesa skr�" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "villa vi� a� lesa skr�" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "villa vi� a� rita skr�" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "g�gnin fundust ekki � skr�nni" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "villa vi� a� frumstillingu" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "villa vi� a� lesa einingu" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "villa vi� a� fjarl�gja merkingu �r einingu" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "�tg�fumismunur eininga e�a skr�arsafna" -#: lib/error.c:84 -msgid "unknown error" -msgstr "��ekkt villa" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -381,15 +390,15 @@ msgstr "ekkert frumstillingastef %s � `%s'" msgid "module version mismatch in `%s'" msgstr "�tg�fumismunur eininga � `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "villa vi� a� lesa einigleika skj�s" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "villa vi� a� setja skj�eiginleika" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "villa vi� lestur fr� skj�" @@ -398,19 +407,19 @@ msgstr "villa vi� lestur fr� skj�" msgid "error locking file: %s" msgstr "villa vi� a� l�sa skr�: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "gat ekki opna� `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "gat ekki fundi� `%s': %s" @@ -425,32 +434,32 @@ msgstr "villa vi� a� b�a til `%s': %s" msgid "backup file `%s' exists and is not a regular file" msgstr "afriti� `%s' er til og er ekki venjuleg skr�" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "gat ekki lesi� �r `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "f�rslan er �egar til sta�ar � skr�nni" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "gat ekki rita� � `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "hluturinn er ekki me� %s eiginleika" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "er ekki keyrandi me� r�tarheimildum" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "engin shadow skr� til sta�ar -- afvirki" @@ -513,115 +522,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos lykilor� fyrir Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "villa vi� a� frumstilla ldap a�ger�asafni�" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "gat ekki sett LDAP pr�t�kolls�tg�funa � %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "gat ekki sami� um TLS vi� LDAP �j�ninn" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "gat ekki tengst LDAP �j�ni" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "gat ekki leita� � LDAP �j�ni" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP �j�nninn vir�ist ekki hafa r�tar DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "villa vi� a� tengja nafn vi� LDAP grunnnafn" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "villa vi� a� tengja nafn vi� LDAP grunnnafn" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "notandahluturinn haf�i engann %s eiginleika" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "notandahluturinn var b�inn til �n `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "gat ekki breytt innv�rum g�gnum � LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "villa vi� a� breyta LDAP f�rslu: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "villa vi� a�endurnefna LDAP f�rslu: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "hluturinn hefur engann %s eiginleika" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "villa vi� a� fjarl�gja f�rslu �r LDAP: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "hluturinn hefur engann %s eiginleika" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "enginn sl�kur hlutur � LDAP skr�num" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "enginn `%s' eiginleiki fannst" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP �j�nn" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP lykilor�" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL notandi" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Au�kennir" @@ -669,4 +678,3 @@ msgstr "S�ki sj�lfgefna notandaeiginleika:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Afrita notendastr�kt�r:\n" - diff --git a/po/it.po b/po/it.po index 7a544e9..8291c22 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser \n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-02-27 09:54GMT\n" "Last-Translator: \n" "Language-Team: \n" @@ -14,135 +14,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Errore nella lettura di `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Errore nella creazione di `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Errore nella rimozione di `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Impossibile diminuire i privilegi.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Errore interno.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Errore nell'inizializzazione di PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autenticazione fallita di %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Errore PAM interno %s.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Nessuna corrispondenza utente.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPZIONE...] utente" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Errore nell'analisi degli argomenti: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Nessun nome utente specificato.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Errore nell'inizializzazione di %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Errore nell'inizializzazione di %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "errore sconosciuto" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "L'utente %s non esiste.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Account bloccato.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Account non bloccato.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimo: \t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Massimo:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Attenzione:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inattivo:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Mai" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Ultima modifica:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Scadenza password:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Password inattiva:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Scadenza account:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Impossibile modificare le informazioni sulla scadenza di %s.\n" @@ -155,110 +158,120 @@ msgstr "[OPZIONE...] gruppo" msgid "No group name specified.\n" msgstr "Nessun nome gruppo specificato.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Errore nell'inizializzazione di %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Creazione gruppo fallita.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Il gruppo %s non esiste.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Impossibile eliminare il gruppo %s.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L e -U specificati.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Configurazione password per il gruppo %s fallita.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Impossibile bloccare il gruppo %s.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Impossibile sbloccare il gruppo %s.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Impossibile modificare il gruppo %s.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Errore nella creazione del gruppo %s.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Creazione account fallita: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Errore durante la creazione di %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Errore durante la creazione di %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Impossibile eliminare l'utente %s: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s privo di un numero gid.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Non esiste nessun gruppo con GID %ld. Rimozione impossibile.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Gruppo con GID %ld privo di nome gruppo.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Impossibile eliminare il gruppo %s: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s privo di directory home.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Errore nella rimozione di %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Configurazione password per l'utente %s fallita: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Impossibile bloccare l'utente %s: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Impossibile sbloccare l'utente %s: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Impossibile modificare l'utente %s: %s.\n" @@ -268,17 +281,17 @@ msgstr "Impossibile modificare l'utente %s: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Impossibile modificare il gruppo %s: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Nessuna directory home precedente per %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Nessuna nuova directory home per %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Errore durante lo spostamento di %s in %s: %s.\n" @@ -288,90 +301,86 @@ msgstr "Errore durante lo spostamento di %s in %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "impossibile aprire il file di configurazione `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "eseguito" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modulo disattivato dalla configurazione" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "errore generico" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "privilegi insufficienti" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "accesso negato" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "nome utente/gruppo errato" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "ID utente/gruppo errato" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "nome utente/gruppo in uso" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "ID utente/gruppo in uso" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "errore nella modifica degli attributi del terminale" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "errore nell'apertura del file" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "errore nel bloccaggio del file" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "errore durante la chiamata stat del file" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "errore nella lettura del file" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "errore nella scrittura su file" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "dati non trovati nel file" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "errore di inizializzazione interna" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "errore di caricamento del modulo" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "errore nella risoluzione del simbolo nel modulo" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "mancata corrispondenza nella versione di modulo/libreria" -#: lib/error.c:84 -msgid "unknown error" -msgstr "errore sconosciuto" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -382,15 +391,15 @@ msgstr "nessuna funzione di inizializzazione %s in `%s'" msgid "module version mismatch in `%s'" msgstr "mancata corrispondenza della versione del modulo in `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "errore nella lettura degli attributi del terminale" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "errore nella configurazione degli attributi del terminale" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "errore di lettura dal terminale" @@ -399,19 +408,19 @@ msgstr "errore di lettura dal terminale" msgid "error locking file: %s" msgstr "errore nel bloccaggio del file: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "impossibile aprire `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "impossibile eseguire lo stat su `%s': %s" @@ -426,32 +435,32 @@ msgstr "errore nella creazione di `%s': %s" 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:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "impossibile leggere da `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "voce gi� presente nel file" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "impossibile scrivere su `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "nessun attributo %s per l'oggetto entit�" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "esecuzione senza privilegi di superutente" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "nessun file shadow presente -- disattivazione" @@ -515,119 +524,119 @@ msgstr "Admin principal di kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Password per Admin Principal di kerberos" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "errore nell'inizializzazione della libreria ldap" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "impossibile impostare protocollo LDAP sulla versione %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "impossibile negoziare TLS con il server LDAP" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "impossibile collegarsi al server LDAP" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "impossibile trovare il server LDAP" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "il server LDAP non ha DSE di root" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "" "errore nella configurazione del nome sull'identificatore unico dell'utente " "LDAP" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "" "errore nella configurazione del nome sull'identificatore unico basato su LDAP" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "nessun attributo %s per l'oggetto utente" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "l'oggetto utente � stato creato senza `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "impossibile convertire i dati interni in LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "errore nella modifica della voce di directory LDAP: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "errore nel rinominare la voce di directory LDAP: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "nessun attributo %s per l'oggetto" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "errore nella rimozione della voce di directory LDAP: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "nessun attributo %s per l'oggetto" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "nessun oggetto nella directory LDAP" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "nessun attributo `%s' trovato" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" "errore nella configurazione della password nella directory LDAP per %s: %s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Nome del server LDAP" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "DN inizio ricerca LDAP " -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN " -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "Password LDAP Bind" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "Utente LDAP SASL" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "Autorizzazione utente LDAP SASL" diff --git a/po/ja.po b/po/ja.po index f3d30e2..830b0a6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser VERSION\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-26 13:49GMT+10:00\n" "Last-Translator: James Hashida \n" "Language-Team: Japanese \n" @@ -14,135 +14,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "`%s'���ɤ߹��ߤǥ��顼: %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "`%s'�κ����ǥ��顼: %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "`%s'�κ���ǥ��顼: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "�ø�����ߤ˼��� \n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "�������顼��\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "PAM�ν�����ǥ��顼��\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s��ǧ�ڤ˼��Ԥ��ޤ�����\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "����PAM���顼 `%s'��\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "�桼�����԰��ס�\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPTION...]�桼��" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "�����Υѡ����ǥ��顼: %s��\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "�桼��̾�����ꤵ��Ƥ��ޤ���\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s�ν�����ǥ��顼: %s��\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "%s�ν�����ǥ��顼��\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "�����ʥ��顼" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "�桼��%s��¸�ߤ��ޤ���\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "��������Ȥϥ��å�����Ƥ��ޤ���\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "��������Ȥϥ��å�����Ƥ��ޤ���\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "�Ǿ�:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "����:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "�ٹ�:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "̵��:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "�ʤ�" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "�ǽ�����: \t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "�ѥ���ɴ����ڤ�:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "�ѥ����̵��:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "��������ȴ����ڤ�:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "%s�δ��¾���ι����˼��Ԥ��ޤ�����\n" @@ -155,110 +158,120 @@ msgstr "[OPTION...]���롼��" msgid "No group name specified.\n" msgstr "���롼��̾�ϻ��ꤵ��Ƥ��ޤ���\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "%s�ν�����ǥ��顼��\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "���롼�פκ����˼��Ԥ��ޤ�����\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "���롼��%s��¸�ߤ��ޤ���\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "���롼��%s�Ϻ���Ǥ��ޤ���Ǥ�����\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L��-U��ξ�������ꤵ��Ƥ��ޤ���\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "���롼��%s�Υѥ��������˼��Ԥ��ޤ�����\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "���롼��%s�ϥ��å�����ޤ���Ǥ�����\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "���롼��%s�ϥ��å��������ޤ���Ǥ�����\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "���롼��%s�Ͻ�������ޤ���Ǥ�����\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "���롼��`'�κ����ǥ��顼: %s��\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "��������Ȥκ����˼��Ԥ��ޤ���: %s��\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s�κ����ǥ��顼: %s��\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "%s�κ����ǥ��顼: %s��\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "�桼��%s�Ϻ���Ǥ��ޤ���Ǥ���: %s��\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s�ˤ�GID�ֹ椬����ޤ���\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "GID %ld �Υ��롼�פ�¸�ߤ��ޤ��󡣺�����ޤ���\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "GID %ld �Υ��롼�פˤϥ��롼��̾������ޤ���\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "���롼��%s�Ϻ���Ǥ��ޤ���Ǥ���: %s��\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s�ˤϥۡ���ǥ��쥯�ȥ꤬����ޤ���\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s�κ���ǥ��顼: %s��\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "�桼���Υѥ��������Ǽ��� %s: %s��\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "�桼��%s�ϥ��å��Ǥ��ޤ���Ǥ���: %s��\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "�桼��%s�ϥ��å�����Ǥ��ޤ���Ǥ���: %s��\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "�桼��%s���Խ��Ǥ��ޤ���Ǥ���: %s��\n" @@ -268,17 +281,17 @@ msgstr "�桼��%s���Խ��Ǥ��ޤ���Ǥ���: %s��\n" msgid "Group %s could not be modified: %s.\n" msgstr "���롼��%s�Ͻ����Ǥ��ޤ���Ǥ���:%s��\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "%s�ˤϸŤ��ۡ���ǥ��쥯�ȥ꤬����ޤ���\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "%s�ˤϿ������ۡ���ǥ��쥯�ȥ�Ϥ���ޤ���\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s��%s�˰�ư����ݤ˥��顼: %s��\n" @@ -288,90 +301,86 @@ msgstr "%s��%s�˰�ư����ݤ˥��顼: %s��\n" msgid "could not open configuration file `%s': %s" msgstr "����ե�����`%s'�򳫤��ޤ���Ǥ���: %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "����" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "�⥸�塼�뤬�����̵���ˤʤäƤ��ޤ�" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "���̥��顼" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "���¤�����ޤ���" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "�������������ݤ���ޤ���" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "�������ʤ��桼��/���롼��̾" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "�������ʤ��桼��/���롼��ID" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "�桼��/���롼��̾�ϻȤ��Ƥ��ޤ�" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "�桼��/���롼��ID�ϻȤ��Ƥ��ޤ�" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "�����ߥʥ�°���μ����ǥ��顼" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "�ե�����򳫤��ݤ˥��顼" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "�ե�����Υ��å��ǥ��顼" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "�ե������stat���������˥��顼" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "�ե�������ɤ߹�����˥��顼" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "�ե�����ν񤭹�����˥��顼" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "�ǡ����ϥե�����˸��Ĥ���ޤ���Ǥ���" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "�����ν�����ǥ��顼" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "�⥸�塼��Υ����ɤǥ��顼" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "�⥸�塼��Υ���ܥ���ǥ��顼" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "�饤�֥��/�⥸�塼��С��������԰���" -#: lib/error.c:84 -msgid "unknown error" -msgstr "�����ʥ��顼" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -382,15 +391,15 @@ msgstr "`%s'�δؿ�%s�ǽ�����Ǥ��ޤ���" msgid "module version mismatch in `%s'" msgstr "`%s'�Υ⥸�塼��С��������԰���" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "�����ߥʥ�°�����ɤ߹�����˥��顼" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "�����ߥʥ�°����������˥��顼" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "�����ߥʥ뤫���ɤ߹�����˥��顼" @@ -399,19 +408,19 @@ msgstr "�����ߥʥ뤫���ɤ߹�����˥��顼" msgid "error locking file: %s" msgstr "�ե�����Υ��å���˥��顼: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s'�򳫤��ޤ���: %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s'��stat���������Ǥ��ޤ���: %s" @@ -426,32 +435,32 @@ msgstr "`%s'�κ�����˥��顼: %s" msgid "backup file `%s' exists and is not a regular file" msgstr "�Хå����åץե�����`%s'��¸�ߤ��ޤ����̾�Υե�����ǤϤ���ޤ���" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'�����ɤߤ���ޤ���: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "����ȥ�ϥե�����ˤ��Ǥˤ���ޤ�" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'�˽񤭹���ޤ���: %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "����ƥ��ƥ����֥������Ȥˤ�%s°���Ϥ���ޤ���" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "�����ѡ��桼���ø��Ǽ¹ԤǤ��ޤ���" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "shadow�ե�����Ϥ���ޤ��� -- ̵���ˤʤäƤ��ޤ�" @@ -513,115 +522,115 @@ msgstr "����٥��������ץ�󥷥ѥ�" msgid "Kerberos Password for Admin Principal" msgstr "�����ץ�󥷥ѥ�Υ���٥����ѥ����" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "LDAP�饤�֥��ν�����ǥ��顼" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP�ץ��ȥ����С������%d������Ǥ��ޤ���Ǥ���" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP�����Ф�TLS�ͥ��������ȤǤ��ޤ���Ǥ���" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "LDAP�����ФȥХ���ɤǤ��ޤ���Ǥ���" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "LDAP�����Ф򸡽н���ޤ���Ǥ�����" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP�����Фϥ롼��DSE������ʤ��褦�Ǥ���" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "LDAP���̾��̾���Υޥåԥ󥰤ǥ��顼" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "LDAP�١������̾��̾���Υޥåԥ󥰤ǥ��顼" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "�桼�����֥������Ȥˤ�%s°���Ϥ���ޤ���" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "�桼�����֥������Ȥ�`%s'�ʤ�����������ޤ���" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "�����ǡ�����LDAP�⥸�塼����Ѵ��Ǥ��ޤ���Ǥ���" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP�ǥ��쥯�ȥꥨ��ȥ���ѹ�����Ȥ��˥��顼: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "LDAP�ǥ��쥯�ȥꥨ��ȥ��̾���ѹ��ǥ��顼: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "���֥������Ȥˤ�%s°���Ϥ���ޤ���" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "LDAP�ǥ��쥯�ȥꥨ��ȥ�κ���ǥ��顼: %s��\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "���֥������Ȥˤ�%s°���Ϥ���ޤ���" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "LDAP�ǥ��쥯�ȥ�ˤϤ��Τ褦�ʥ��֥������ȤϤ���ޤ���" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "`%s'°���ϸ��Ĥ���ޤ���Ǥ���" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s��LDAP�ǥ��쥯�ȥ�Υѥ��������ǥ��顼: %s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP������̾" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP�����١���DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP�Х����DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP�Х���ɥѥ����" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL�桼��" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASLǧ�ڥ桼��" @@ -669,4 +678,3 @@ msgstr "�ǥե���ȥ桼��°���������:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "�桼����¤�Τ򥳥ԡ���:\n" - diff --git a/po/ko.po b/po/ko.po index 0b776ce..84448b2 100755 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser \n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-18 08:34GMT+10.00\n" "Last-Translator: Michelle Kim \n" "Language-Team: Korean \n" @@ -14,135 +14,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "`%s'(��)�� �д� ���� ���� �߻�: %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "`%s'(��)�� �����ϴ� ���� ���� �߻�: %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "`%s'(��)�� �����ϴ� ���� ���� �߻�: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "�������� ������ ȹ���ϴµ� �����߽��ϴ�.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "���� ������ �߻��߽��ϴ�.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "PAM�� �ʱ�ȭ �ϴ� ���� ������ �߻��߽��ϴ�.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s�� ������ �����߽��ϴ�.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "���� PAM ���� `%s'(��)�� �߻��߽��ϴ�.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "����ڰ� ��ġ���� �ʽ��ϴ�.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[�ɼ�...] �����" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "�μ��� ó��(parsing)�ϴ� ���� ���� �߻�: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "����� �̸��� �������� �ʾҽ��ϴ�.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s(��)�� �ʱ�ȭ�ϴ� ���� ���� �߻�: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "%s(��)�� �ʱ�ȭ�ϴ� ���� ������ �߻��߽��ϴ�.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "�� �� ���� ����" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "%s ����ڰ� �������� �ʽ��ϴ�.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "������ �����Ǿ����ϴ�.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "������ �������� �ʾҽ��ϴ�.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "�ּҰ�:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "�ִ밪:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "���:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "��Ȱ��:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "����" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "���� ����:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "�н����� ������:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "�н����� ��Ȱ��:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "���� ������:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "%s�� ���� ������ �����ϴµ� �����߽��ϴ�.\n" @@ -155,110 +158,120 @@ msgstr "[�ɼ�...] �׷�" msgid "No group name specified.\n" msgstr "�׷� �̸��� �������� �ʾҽ��ϴ�.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "%s(��)�� �ʱ�ȭ�ϴ� ���� ������ �߻��߽��ϴ�.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "�׷� ������ �����߽��ϴ�.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "%s �׷��� �������� �ʽ��ϴ�.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "%s �׷��� ������ �� �����ϴ�.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L �� -U �� �Բ� �����Ǿ����ϴ�.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "%s �׷��� �н����带 �����ϴµ� �����߽��ϴ�.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "%s �׷��� ������ų �� �����ϴ�.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "%s �׷��� ������ ������ �� �����ϴ�.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "%s �׷��� ������ �� �����ϴ�.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "`%s' �׷��� �����ϴ� ���� ���� �߻�.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "���� ������ ������: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s(��)�� �����ϴ� ���� ���� �߻�: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "%s(��)�� �����ϴ� ���� ���� �߻�: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s ����ڸ� ������ �� �����ϴ�: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s(��)�� gid number�� ���� ���� �ʽ��ϴ�.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "GID %ld ��� �׷��� �������� �����Ƿ�, ������ �� �����ϴ�.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "GID %ld ��� �׷쿡�� �̸��� �����Ǿ� ���� �ʽ��ϴ�.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s �׷��� ������ �� �����ϴ�: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s�� Ȩ ���丮�� �����ϴ�.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s(��)�� �����ϴ� ���� ���� �߻�: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s ������� �н����带 �����ϴµ� ������: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s ����ڸ� ������ų �� �����ϴ�: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s ������� ������ ������ �� �����ϴ�: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s ����ڸ� ������ �� �����ϴ�: %s.\n" @@ -268,17 +281,17 @@ msgstr "%s ����ڸ� ������ �� �����ϴ�: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "%s �׷��� ������ �� �����ϴ�: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "%s�� ���� Ȩ ���丮�� �����ϴ�.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "%s�� ���ο� Ȩ ���丮�� �����ϴ�.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s���� %s(��)�� �̵��ϴ� ���� ���� �߻�: %s.\n" @@ -288,90 +301,86 @@ msgstr "%s���� %s(��)�� �̵��ϴ� ���� ���� �߻�: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "���� ���� `%s'(��)�� �� �� �����ϴ�: %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "����" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "������ ���� ����� ����� �� ����" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "�Ϲ����� ����" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "�������� ������ ���ġ ����" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "������ �źε�" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "�����/�׷��� �̸��� �߸���" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "�����/�׷��� id�� �߸���" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "�����/�׷��� �̸��� �̹� ���ǰ� ����" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "�����/�׷��� id�� �̹� ���ǰ� ����" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "�͹̳� �Ӽ��� �����ϴ� ���� ���� �߻�" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "������ ���� ���� ���� �߻�" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "������ ��״� ���� ���� �߻�" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "������ ���¸� Ȯ���ϴ� ���� ���� �߻�" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "������ �д� ���� ���� �߻�" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "���Ͽ� ����ϴ� ���� ���� �߻�" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "���Ͽ��� �ڷ�(data)�� ã�� �� ����" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "���� �ʱ�ȭ ����" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "����� �����ϴ� ���� ���� �߻�" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "��⿡�� �ɺ��� ó���ϴ� ���� ���� �߻�" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "���̺귯��/��� ������ ��ġ���� ����" -#: lib/error.c:84 -msgid "unknown error" -msgstr "�� �� ���� ����" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -382,15 +391,15 @@ msgstr "`%s'�� �ʱ�ȭ ��� %s(��)�� �����ϴ�" msgid "module version mismatch in `%s'" msgstr "`%s'�� ��� ������ ��ġ���� �ʽ��ϴ�" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "�͹̳� �Ӽ��� �д� ���� ���� �߻�" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "�͹̳� �Ӽ��� �����ϴ� ���� ���� �߻�" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "�͹̳η� ���� �д� ���� ���� �߻�" @@ -399,19 +408,19 @@ msgstr "�͹̳η� ���� �д� ���� ���� �߻�" msgid "error locking file: %s" msgstr "`' ������ ��״� ���� ���� �߻�: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s'(��)�� �� �� ����: %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s'(��)�� ǥ��(stat)�� �� ����: %s" @@ -426,32 +435,32 @@ msgstr "`%s'(��)�� �����ϴ� ���� ���� �߻�: %s" msgid "backup file `%s' exists and is not a regular file" msgstr "��� ���� `%s' ���������� ���� ������ �ƴմϴ�" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'(��)�� ���� �� ����: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "���� �ȿ� ���(entry)�� �̹� �����մϴ�" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'�� �ۼ��� �� ����: %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "entity ��ü�� %s �Ӽ��� �����ϴ�" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "�������� �������� ������ �� �����ϴ�" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "���� ������ ������ ���� -- �Ұ���" @@ -515,115 +524,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal�� Kerberos �н�����" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "ldap ���̺귯���� �ʱ�ȭ�ϴ� ���� ������ �߻��߽��ϴ�" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d ������ LDAP ���������� ������ �� �����ϴ�" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP ������ TLS ������ �� �����ϴ�" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "LDAP ������ ������ �� �����ϴ�" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "LDAP ������ ã�� �� �����ϴ�" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "root DSE(DSA-specific Entry)�� ���� LDAP ������ �� �����ϴ�" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "LDAP DN���� �̸��� ���ϴ� ���� ������ �߻��߽��ϴ�" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "LDAP base DN���� �̸��� ���ϴ� ���� ������ �߻��߽��ϴ�" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "����� ��ü�� %s �Ӽ��� �����ϴ�" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "`%s'(��)�� ���� ����� ��ü�� �����Ǿ����ϴ�" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "���� ����Ÿ�� LDAPMods�� ��ȯ�� �� �����ϴ�" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ���丮 ���(entry)�� �����ϴ� ���� ���� �߻�: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "LDAP ���丮 ���(entry)�� �̸��� �����ϴ� ���� ���� �߻�: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "��ü�� %s �Ӽ��� �����ϴ�" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "LDAP ���丮 ���(entry)�� �����ϴ� ���� ���� �߻�: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "��ü�� %s �Ӽ��� �����ϴ�" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "LDAP ���丮 �ȿ� �׷��� ��ü�� �����ϴ�" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "`%s' �Ӽ��� ã�� �� �����ϴ�" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s�� LDAP ���丮 �ȿ� �н����带 �����ϴ� ���� ���� �߻�: %s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP ���� �̸�" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN " -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind �н�����" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL �����" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ���� �����" @@ -671,4 +680,3 @@ msgstr "�⺻ ����� �Ӽ��� ����:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "����� ������ ������:\n" - diff --git a/po/libuser.pot b/po/libuser.pot index 3aec745..9182f33 100644 --- a/po/libuser.pot +++ b/po/libuser.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,135 +15,138 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" msgstr "" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "" @@ -156,110 +159,119 @@ msgstr "" msgid "No group name specified.\n" msgstr "" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +msgid "Error creating mail spool.\n" +msgstr "" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "" @@ -269,17 +281,17 @@ msgstr "" msgid "Group %s could not be modified: %s.\n" msgstr "" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "" @@ -289,90 +301,86 @@ msgstr "" msgid "could not open configuration file `%s': %s" msgstr "" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "" -#: lib/error.c:84 -msgid "unknown error" -msgstr "" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -383,15 +391,15 @@ msgstr "" msgid "module version mismatch in `%s'" msgstr "" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "" @@ -400,19 +408,19 @@ msgstr "" msgid "error locking file: %s" msgstr "" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "" @@ -427,32 +435,32 @@ msgstr "" msgid "backup file `%s' exists and is not a regular file" msgstr "" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "" @@ -514,115 +522,115 @@ msgstr "" msgid "Kerberos Password for Admin Principal" msgstr "" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "" diff --git a/po/nb.po b/po/nb.po index 63318f4..be0d2c2 100644 --- a/po/nb.po +++ b/po/nb.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 0.15\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-06 22:35+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -13,135 +13,138 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Feil under lesing av `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Feil under oppretting av `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Feil under fjerning av `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Feil under frislipp av privilegier.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Intern feil.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Feil under initiering av PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentisering feilet for %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Intern PAM-feil �%s�.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Feil med bruker\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[ALTERNATIV...] bruker" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Feil under lesing av argumenter: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Brukernavn ikke spesifisert.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Feil under initiering av %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Feil under initiering av %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "ukjent feil" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Bruker %s eksisterer ikke.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Konto er l�st.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Konto er ikke l�st.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimum:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Maksimum:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Advarsel:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inaktiv:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Aldri" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Siste Endring:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Passord Utl�per:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Passord inaktivt:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto utg�r:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Feil under endring av aldringsinformasjon for %s.\n" @@ -154,110 +157,120 @@ msgstr "[ALTERNATIV...] gruppe" msgid "No group name specified.\n" msgstr "Ingen gruppenavn spesifisert.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Feil under initiering av %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Oppretting av gruppe feilet.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s eksisterer ikke.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Gruppe %s kunne ikke slettes.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "B�de -L og -U spesifisert.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Feil under setting av passord for gruppe %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Gruppe %s kunne ikke l�ses.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Grupe %s kunne ikke l�ses opp.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Gruppe %s kunne ikke endres.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Feil under oppretting av gruppe �%s�.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Feil under oppretting av konto: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Feil under oppretting av %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Feil under oppretting av %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Bruker %s kunne ikke slettes: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hadde ikke gid-nummer.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Det finnes ingen gruppe med GID %ld, fjernes ikke.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Gruppe med GID %ld hadde ikke et gruppenavn.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s kunne ikke slettes: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hadde ingen hjemmekatalog.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Feil under fjerning av %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Feil under setting av passord for bruker %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Bruker %s kunne ikke l�ses: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Bruker %s kunne ikke l�ses opp: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Bruker %s kunne ikke endres: %s.\n" @@ -267,17 +280,17 @@ msgstr "Bruker %s kunne ikke endres: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s kunne ikke endres: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Ingen gammel hjemmekatalog for %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Ingen ny hjemmekatalog for %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Feil under flytting av %s til %s: %s.\n" @@ -287,90 +300,86 @@ msgstr "Feil under flytting av %s til %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "kunne ikke �pne konfigurasjonsfil `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "suksess" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modul deaktivert av konfigurasjon" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "vanlig feil" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "ikke tilstrekkelige privilegier" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "tilgang nektet" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "ugyldig bruker-/gruppenavn" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "ugyldig bruke-/gruppe-ID" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "bruker-/gruppenavn i bruk" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "bruker-/gruppe-ID i bruk" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "feil ved manipulering av terminalattributter" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "feil under �pning av fil" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "feil under l�sing av fil" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "feil under kj�ring av stat() p� fil" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "feil under lesing av fil" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "feil under skriving til fil" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "data ikke funnet i fil" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "intern feil under initiering" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "feil under lasting av modul" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "feil under s�k etter symbol i modul" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "feil med bibliotek-/modulversjon" -#: lib/error.c:84 -msgid "unknown error" -msgstr "ukjent feil" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -381,15 +390,15 @@ msgstr "ingen initieringsfunksjon %s i `%s'" msgid "module version mismatch in `%s'" msgstr "feil modulversjon i `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "feil under lesing av terminalattributter" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "feil under setting av terminalattributter" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "feil ved lesing fra terminal" @@ -398,19 +407,19 @@ msgstr "feil ved lesing fra terminal" msgid "error locking file: %s" msgstr "feil under l�sing av fil: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke �pne `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke kj�re stat p� `%s': %s" @@ -425,32 +434,32 @@ msgstr "feil under oppretting av `%s': %s" msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhetskopien �%s� eksisterer og er ikke en vanlig fil" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke lese fra `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "oppf�ringen er allerede i filen" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attributt" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "kj�rer ikke med superbruker-privilegier" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil finnes -- deaktiverer" @@ -513,115 +522,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-passord for Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "feil under initiering av ldap-bibliotek" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke sette LDAP-protokoll til versjon %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "kunne ikke s�ke p� LDAP-tjener" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP-tjener ser ikke ut til � ha en rot-DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "feil under kobling av navn til LDAP distinguished name" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "feil under kobling av navn til LDAP base distinguished name" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "bruker-objektet hadde ingen %s-attributt" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "brukerobjektet ble opprettet uten `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "kunne ikke konvertere interne data til LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "feil under endring av LDAP-katalogoppf�ring: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "feil under endring av navn p� LDAP-katalogoppf�ring: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "objektet hadde ingen %s-attributt" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "feil under fjerning av LDAP-katalogoppf�ring: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attributt %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "ingen slike objekter i LDAP-katalogen" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attributt funnet" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Navn p� LDAP-tjener" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind-passord" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL-bruker" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisasjonsbruker" diff --git a/po/no.po b/po/no.po index 63318f4..be0d2c2 100644 --- a/po/no.po +++ b/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 0.15\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-06 22:35+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -13,135 +13,138 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Feil under lesing av `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Feil under oppretting av `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Feil under fjerning av `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Feil under frislipp av privilegier.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Intern feil.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Feil under initiering av PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentisering feilet for %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Intern PAM-feil �%s�.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Feil med bruker\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[ALTERNATIV...] bruker" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Feil under lesing av argumenter: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Brukernavn ikke spesifisert.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Feil under initiering av %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Feil under initiering av %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "ukjent feil" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Bruker %s eksisterer ikke.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Konto er l�st.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Konto er ikke l�st.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimum:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Maksimum:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Advarsel:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inaktiv:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Aldri" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Siste Endring:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Passord Utl�per:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Passord inaktivt:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto utg�r:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Feil under endring av aldringsinformasjon for %s.\n" @@ -154,110 +157,120 @@ msgstr "[ALTERNATIV...] gruppe" msgid "No group name specified.\n" msgstr "Ingen gruppenavn spesifisert.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Feil under initiering av %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Oppretting av gruppe feilet.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s eksisterer ikke.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Gruppe %s kunne ikke slettes.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "B�de -L og -U spesifisert.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Feil under setting av passord for gruppe %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Gruppe %s kunne ikke l�ses.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Grupe %s kunne ikke l�ses opp.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Gruppe %s kunne ikke endres.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Feil under oppretting av gruppe �%s�.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Feil under oppretting av konto: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Feil under oppretting av %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Feil under oppretting av %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Bruker %s kunne ikke slettes: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hadde ikke gid-nummer.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Det finnes ingen gruppe med GID %ld, fjernes ikke.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Gruppe med GID %ld hadde ikke et gruppenavn.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s kunne ikke slettes: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hadde ingen hjemmekatalog.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Feil under fjerning av %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Feil under setting av passord for bruker %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Bruker %s kunne ikke l�ses: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Bruker %s kunne ikke l�ses opp: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Bruker %s kunne ikke endres: %s.\n" @@ -267,17 +280,17 @@ msgstr "Bruker %s kunne ikke endres: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s kunne ikke endres: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Ingen gammel hjemmekatalog for %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Ingen ny hjemmekatalog for %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Feil under flytting av %s til %s: %s.\n" @@ -287,90 +300,86 @@ msgstr "Feil under flytting av %s til %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "kunne ikke �pne konfigurasjonsfil `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "suksess" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modul deaktivert av konfigurasjon" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "vanlig feil" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "ikke tilstrekkelige privilegier" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "tilgang nektet" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "ugyldig bruker-/gruppenavn" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "ugyldig bruke-/gruppe-ID" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "bruker-/gruppenavn i bruk" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "bruker-/gruppe-ID i bruk" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "feil ved manipulering av terminalattributter" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "feil under �pning av fil" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "feil under l�sing av fil" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "feil under kj�ring av stat() p� fil" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "feil under lesing av fil" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "feil under skriving til fil" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "data ikke funnet i fil" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "intern feil under initiering" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "feil under lasting av modul" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "feil under s�k etter symbol i modul" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "feil med bibliotek-/modulversjon" -#: lib/error.c:84 -msgid "unknown error" -msgstr "ukjent feil" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -381,15 +390,15 @@ msgstr "ingen initieringsfunksjon %s i `%s'" msgid "module version mismatch in `%s'" msgstr "feil modulversjon i `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "feil under lesing av terminalattributter" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "feil under setting av terminalattributter" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "feil ved lesing fra terminal" @@ -398,19 +407,19 @@ msgstr "feil ved lesing fra terminal" msgid "error locking file: %s" msgstr "feil under l�sing av fil: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke �pne `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke kj�re stat p� `%s': %s" @@ -425,32 +434,32 @@ msgstr "feil under oppretting av `%s': %s" msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhetskopien �%s� eksisterer og er ikke en vanlig fil" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke lese fra `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "oppf�ringen er allerede i filen" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attributt" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "kj�rer ikke med superbruker-privilegier" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil finnes -- deaktiverer" @@ -513,115 +522,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-passord for Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "feil under initiering av ldap-bibliotek" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke sette LDAP-protokoll til versjon %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "kunne ikke s�ke p� LDAP-tjener" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP-tjener ser ikke ut til � ha en rot-DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "feil under kobling av navn til LDAP distinguished name" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "feil under kobling av navn til LDAP base distinguished name" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "bruker-objektet hadde ingen %s-attributt" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "brukerobjektet ble opprettet uten `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "kunne ikke konvertere interne data til LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "feil under endring av LDAP-katalogoppf�ring: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "feil under endring av navn p� LDAP-katalogoppf�ring: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "objektet hadde ingen %s-attributt" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "feil under fjerning av LDAP-katalogoppf�ring: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attributt %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "ingen slike objekter i LDAP-katalogen" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attributt funnet" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Navn p� LDAP-tjener" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind-passord" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL-bruker" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisasjonsbruker" diff --git a/po/pt.po b/po/pt.po index 5f28c3d..cc421d3 100644 --- a/po/pt.po +++ b/po/pt.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-02-13 17:32+0000\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" @@ -12,135 +12,138 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Erro ao ler `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Erro ao criar `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Erro ao remover `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "N�o consegui abandonar privil�gios.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Erro interno.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Erro ao inicializar PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentica��o falhou para %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Erro interno no PAM `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Utilizador trocado.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OP��O...] utilizador" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Erro ao processar argumentos: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Nenhum nome de utilizador especificado.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Erro ao inicializar %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Erro ao inicializar %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "erro desconhecido" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Utilizador %s n�o existe.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "A conta est� trancada.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "A conta n�o est� trancada.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "M�nimo:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "M�ximo:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Aviso:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inactivo:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Nunca" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "�ltima Altera��o:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Senha Expira:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Senha Inactiva:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Conta Expira:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "N�o consegui alterar a informa��o de envelhecimento de %s.\n" @@ -153,110 +156,120 @@ msgstr "[OP��O...] grupo" msgid "No group name specified.\n" msgstr "Nenhum nome de grupo especificado.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Erro ao inicializar %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "A cria��o do grupo falhou.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "O grupo %s n�o existe.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "O grupo %s n�o pode ser apagado.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "Foi indicado -L e -U ao mesmo tempo.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "N�o consegui alterar a senha do grupo %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "O grupo %s n�o pode ser trancado.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "O grupo %s n�o pode ser destrancado.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "O grupo %s n�o pode ser modificado.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Erro ao criar grupo `%s'.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "A cria��o da conta falhou: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Erro ao criar %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Erro ao criar %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Utilizador %s n�o pode ser apagado: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s n�o tem um n�mero gid.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "N�o existe um grupo com o GID %ld, n�o o vou apagar.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "O grupo com o GID %ld n�o tinha um nome.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "O grupo %s n�o pode ser apagado: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s n�o tinha uma directoria pessoal.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Erro ao apagar %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "N�o consegui mudar a senha do utilizador %s: %s\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "O utilizador %s n�o pode ser trancado: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "O utilizador %s n�o pode ser destrancado: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "O utilizador %s n�o pode ser modificado: %s.\n" @@ -266,17 +279,17 @@ msgstr "O utilizador %s n�o pode ser modificado: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "O grupo %s n�o pode ser modificado: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "N�o existe um directoria pessoal antiga para %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "N�o existe um directoria pessoal nova para %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Erro ao mover %s para %s: %s.\n" @@ -286,90 +299,86 @@ msgstr "Erro ao mover %s para %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "n�o consegui abrir ficheiro de configura��o `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "sucesso" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modulo desactivado por configura��o" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "erro gen�rico" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "falta de privil�gios" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "acesso negado" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "nome do utilizador/grupo inv�lido" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "id do utilizador/grupo inv�lido" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "nome do utilizador/group em uso" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "id do utilizador/group em uso" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "erro ao manipular atributos do terminal" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "erro ao abrir ficheiro" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "erro ao trancar ficheiro" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "erro ao fazer 'stat' a ficheiro" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "erro ao ler ficheiro" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "erro ao escrever para ficheiro" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "dados n�o encontrados no ficheiro" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "erro interno de inicializa��o" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "erro ao carregar m�dulo" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "erro ao resolver s�mbolo em m�dulo" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "vers�es n�o compat�veis de biblioteca/m�dulo" -#: lib/error.c:84 -msgid "unknown error" -msgstr "erro desconhecido" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -380,15 +389,15 @@ msgstr "n�o existe uma fun��o de inicializa��o %s em `%s'" msgid "module version mismatch in `%s'" msgstr "vers�o n�o compat�vel de m�dulo em `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "erro ao ler atributos do terminal" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "erro ao modificar atributos do terminal" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "erro ao ler do terminal" @@ -397,19 +406,19 @@ msgstr "erro ao ler do terminal" msgid "error locking file: %s" msgstr "erro ao trancar ficheiro: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "n�o consegui abrir `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "n�o consegui fazer stat a `%s': %s" @@ -424,32 +433,32 @@ msgstr "erro ao criar `%s': %s" 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:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "n�o consegui ler de `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "entrada j� est� presente no ficheiro" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "n�o consegui escrever para `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "a entidade n�o tem um atributo %s" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "n�o vou executar com privil�gios de super-utilizador" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "o ficheiro shadow n�o est� presente -- a desactivar" @@ -511,115 +520,115 @@ msgstr "Admin Principal do Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Senha Kerberos para o Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "erro ao inicializar a biblioteca ldap" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "n�o consegui seleccionar a vers�o %d do protocolo LDAP" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "n�o consegui negociar TLS com o servidor LDAP" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "n�o consegui ligar ao servidor LDAP" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "n�o consegui procurar no servidor LDAP" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "servidor LDAP parece n�o ter um DSE de raiz" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "erro ao mapear nome para nome distinto LDAP" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "erro ao mapear nome para nome base distinto LDAP" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "o objecto do utilizador n�o tem o atributo %s" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "o objecto do utilizador foi criado sem `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "n�o consegui converter dados internos para LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erro ao modificar entrada de directoria LDAP: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "erro ao modificar o nome da entrada de directoria LDAP: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "o objecto n�o o atributo %s" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "erro ao apagar entrada de directoria LDAP: %s\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "o objecto n�o tem o atributo %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "objecto n�o encontrada na directoria LDAP" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "o atributo `%s' n�o foi encontrado" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Nome do Servidor LDAP" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "DN de Base para Procuras LDAP" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "DN de Liga��o LDAP" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "Senha de Liga��o LDAP" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "Utilizador SASL LDAP" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "Utilizador de Autoriza��o SASL LDAP" diff --git a/po/ru.po b/po/ru.po index 7f7a6f7..84d8d6c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 0.49\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-02-23 18:20EET\n" "Last-Translator: Leon Kanter \n" "Language-Team: Russian \n" @@ -14,135 +14,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "������ ������ `%s': %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "������ �������� `%s': %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "������ �������� `%s': %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "������ ������ ����������.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "���������� ������.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "������ ������������� PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "������ �������������� ��� %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "���������� ������ PAM `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "������������ �� ���������.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[�����...] ������������" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "������ ������� ����������: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "��� ������������ �� �������.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "������ ������������� %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "������ ������������� %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "����������� ������" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "������������ %s �� ����������.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "������� ������ �������������.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "������� ������ �� �������������.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "�������:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "��������:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "��������������:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "����������:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "�������" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "��������� ���������:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "�������� ������ �����������:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "������ �� �������:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "������� ������ ������������� ��:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "������ ��������� ���������� � ������ ��� %s\n" @@ -155,110 +158,120 @@ msgstr "[�����...] ������" msgid "No group name specified.\n" msgstr "�� ������� ��� ������.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "������ ������������� %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "������ �������� ������.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "������ %s �� ����������.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "������ %s �� ����� ���� �������.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L � -U ������� ������������.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "������ ��������� ������ ��� ������ %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "������ %s �� ����� ���� �������������.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "������ %s �� ����� ���� ��������������.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "������ %s �� ����� ���� �������.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "������ �������� ������ `%s'.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "������ �������� ������� ������: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "������ �������� %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "������ �������� %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "������������ %s �� ����� ���� ������: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s �� ����� ������ gid.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "������ � GID %ld ����������, �� ���������.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "������ c GID %ld �� ����� �����.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "������ %s �� ����� ���� �������: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s �� ����� ��������� ��������.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "������ �������� %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "������ ��������� ������ ��� ������������ %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "������������ %s �� ����� ���� ������������: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "������������ %s �� ����� ���� �������������: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "������������ %s �� ����� ���� �������: %s.\n" @@ -268,17 +281,17 @@ msgstr "������������ %s �� ����� ���� �������: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "������ %s �� ����� ���� �������: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "��� ������� ��������� �������� ��� %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "N�� ������ ��������� �������� ��� %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "������ ����������� %s � %s: %s.\n" @@ -288,90 +301,86 @@ msgstr "������ ����������� %s � %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "���������� ������� ���� ������������ `%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "���������" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "������ �������� � ����������" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "����� ������" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "������������ ����������" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "������ ��������" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "�������� ��� ������������/������" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "�������� ID ������������/������" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "��� ������������/������ ������������" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "ID ������������/������ ������������" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "������ ��������� ���������� ���������" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "������ �������� �����" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "������ ���������� �����" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "������ ��������� ���������� �����" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "������ ������ �����" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "������ ������ � ����" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "������ �� ������� � �����" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "���������� ������ �������������" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "������ �������� ������" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "������ ����������� ������� � ������" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "�������������� ������ ������ � ����������" -#: lib/error.c:84 -msgid "unknown error" -msgstr "����������� ������" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -382,15 +391,15 @@ msgstr "��� ������� ������������� %s � `%s'" msgid "module version mismatch in `%s'" msgstr "�������������� ������ ������ � `%s'" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "������ ������ ���������� ���������" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "������ ��������� ���������� ���������" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "������ ������ � ���������" @@ -399,19 +408,19 @@ msgstr "������ ������ � ���������" msgid "error locking file: %s" msgstr "������ ���������� �����: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "���������� ������� `%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "���������� �������� �������� � `%s': %s" @@ -426,39 +435,40 @@ msgstr "������ �������� `%s': %s" msgid "backup file `%s' exists and is not a regular file" msgstr "��������� ���� `%s' ���������� � �� �������� ������� ������" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "���������� ��������� �� `%s': %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "������ ��� ���������� � �����" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "���������� �������� � `%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "������ �� ����� ��������� %s" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "����������� ��� ���������� �����������������" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "��� ����� shadow -- ���������" #: modules/krb5.c:105 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" -msgstr "error connecting to the kadm5 server for service `%s' in realm `%s': %s" +msgstr "" +"error connecting to the kadm5 server for service `%s' in realm `%s': %s" #: modules/krb5.c:137 modules/krb5.c:203 modules/krb5.c:301 modules/krb5.c:389 #: modules/krb5.c:441 modules/krb5.c:529 modules/krb5.c:595 @@ -513,115 +523,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "������ Kerberos ��� Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "������ ������������� ���������� ldap" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "���������� ���������� �������� LDAP ��� ������ %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "���������� ����������� TLS � �������� LDAP" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "���������� ������������ � ������� LDAP" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "���������� ������ ������ LDAP" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "������, ��� ������ LDAP �� ����� ��������� DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "������ �������������� ����� � �����, �������� ��� LDAP" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "������ �������������� ����� � �����, �������� ��� ���� LDAP" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "������ ������������ �� ����� ��������� %s" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "������ ������������ ��� ������ ��� `%s'" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "���������� ����������������������� ������ � LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "������ ��������� ������ �������� LDAP: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "������ �������������� ������ �������� LDAP: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "������ �� ���� ��������� %s" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "������ �������� ������ �������� LDAP: %s\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "������ �� ����� ��������� %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "��� ������ ������� � �������� LDAP" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "�� ������ �������� `%s'" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "������ ��������� ������ � �������� LDAP ��� %s: %s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "��� ������� LDAP" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "������������ LDAP SASL" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "�������������� ������������ LDAP SASL" @@ -669,4 +679,3 @@ msgstr "��������� ����������� ���������� ������������:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "����������� ��������� ������������:\n" - diff --git a/po/sl.po b/po/sl.po index 56b9625..63f4542 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser 7.3\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-29 21:35+0200\n" "Last-Translator: Roman Maurer \n" "Language-Team: Slovenian \n" @@ -16,135 +16,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.8\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Napaka pri branju ,%s`: %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Napaka pri ustvarjanju ,%s`: %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Napaka pri odstranjevanju ,%s`: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Pravic ni bilo mo� odstraniti.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Notranja napaka.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Napaka pri inicializaciji PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Avtentikacija za %s ni uspela.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Notranja napaka PAM ,%s`.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Napa�en uporabnik.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[IZBIRA...] uporabnik" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Napaka pri raz�lenjevanju argumentov: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Uporabni�ko ime ni bilo dolo�eno.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Napaka pri inicializaciji %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Napaka pri inicializaciji %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "neznana napaka" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Uporabnik %s ne obstaja.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Ra�un je zaklenjen.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Ra�un ni zaklenjen.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Minimum:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "Maksimum:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Opozorilo:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Nedejaven:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Nikoli" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Zadnja sprememba:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Geslo pote�e:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Geslo nedejavno:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Ra�un pote�e:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Podatkov o staranju za %s ni bilo mo� spremeniti.\n" @@ -157,110 +160,120 @@ msgstr "[IZBIRA...] skupina" msgid "No group name specified.\n" msgstr "Ime skupine ni bilo dolo�eno.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Napaka pri inicializaciji %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Izdelava skupine ni uspela.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Skupina %s ne obstaja.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Skupine %s ni mo� izbrisati.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "Dolo�eni sta bili -L in -U hkrati.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Gesla za skupino %s ni bilo mo� nastaviti.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Skupina %s ne more biti zaklenjena.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Skupina %s ne more biti odklenjena.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Skupine %s ni mo� spremeniti.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Napaka pri ustvarjanju skupine ,%s`.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Izdelava ra�una ni uspela: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Napaka pri ustvarjanju %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Napaka pri ustvarjanju %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Uporabnika %s ni mo� izbrisati: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ni imel �tevila gid.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Ni skupine z GID %ld, zato je ne odstranjujemo.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Skupina %ld ni imela imena skupine.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Skupine %s ni mo� izbrisati: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s ni imel(a) doma�ega imenika.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Napaka pri odstranjevanju %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Neuspe�no nastavljanje gesla za uporabnika %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Uporabnika %s ni mo� zakleniti: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Uporabnika %s ni mo� odkleniti: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Uporabnika %s ni mo� spremeniti: %s.\n" @@ -270,17 +283,17 @@ msgstr "Uporabnika %s ni mo� spremeniti: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Skupine %s ni mo� spremeniti: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Ni starega doma�ega imenika za %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Ni novega doma�ega imenika za %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Napaka pri premikanju %s v %s: %s.\n" @@ -290,90 +303,86 @@ msgstr "Napaka pri premikanju %s v %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "ni mo� odpreti nastavitvene datoteke ,%s`: %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "uspeh" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "konfiguracija onemogo�ila modul" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "splo�na napaka" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "ni dovolj pravic" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "dostop zavrnjen" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "slabo ime uporabnika/skupine" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "slaba ID uporabnika/skupine" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "ime uporabnika/skupine �e v rabi" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "ID uporabnika/skupine �e v rabi" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "napaka pri rokovanju z atributi terminala" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "napaka pri odpiranju datoteke" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "napaka pri zaklepanju datoteke" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "napaka pri opisovanju datoteke" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "napaka pri branju datoteke" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "napaka pri pisanju v datoteko" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "v datoteki ni podatkov" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "notranja napaka pri inicializaciji" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "napaka pri nalaganju modula" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "napaka pri razre�evanju simbola v modulu" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "neujemanje razli�ice modula/knji�nice" -#: lib/error.c:84 -msgid "unknown error" -msgstr "neznana napaka" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -384,15 +393,15 @@ msgstr "ni inicializacijske funkcije %s v ,%s`" msgid "module version mismatch in `%s'" msgstr "neujemanje razli�ice modula v ,%s`" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "napaka pri branju atributov terminala" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "napaka pri nastavljanju atributov terminala" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "napaka pri branju s terminala" @@ -401,19 +410,19 @@ msgstr "napaka pri branju s terminala" msgid "error locking file: %s" msgstr "napaka pri zaklepanju datoteke: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "ni mo� odpreti ,%s`: %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "ni mo� ugotoviti stanja ,%s`: %s" @@ -428,32 +437,32 @@ msgstr "napaka pri ustvarjanju ,%s`: %s" msgid "backup file `%s' exists and is not a regular file" msgstr "rezervna datoteka ,%s` obstaja in ni obi�ajna datoteka" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "ni mo� brati iz ,%s`: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "vnos je �e v datoteki" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "ni mo� pisati v ,%s`: %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "entitetni objekt nima atributa %s" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "ne izvaja se z dovolilnicami skrbnika" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "ni datoteke z zastrtimi gesli -- onemogo�am" @@ -516,115 +525,115 @@ msgstr "Glavni skrbnik za Kerberos" msgid "Kerberos Password for Admin Principal" msgstr "Geslo Kerberos za glavnega skrbnika" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "napaka pri inicializaciji knji�nice ldap" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, 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:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "ni se bilo mo� pogoditi za TLS s stre�nikom LDAP" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "ni se bilo mo� povezati s stre�nikom LDAP" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "ni bilo mo� preiskati stre�nika LDAP" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "Ni videti, da bi stre�nik LDAP imel korensko DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "napaka pri preslikavi imena v ime, ki ga razlikuje LDAP" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "napaka pri preslikavi imena v ime, ki ga razlikuje osnova LDAP" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "uporabni�ki predmet nima atributa %s" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "uporabni�ki predmet je bil ustvarjen brez ,%s`" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "notranjih podatkov ni mo� pretvoriti v LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "napaka pri spreminjanju imeni�kega vnosa LDAP: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "napaka pri preimenovanju imeni�kega vnosa LDAP: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "predmet nima atributa %s" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "napaka pri odstranjevanju imeni�kega vnosa LDAP: %s\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "predmet nima atributa %s" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "takega predmeta ni v imeniku LDAP" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "ni mo� najti atributa ,%s`" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Ime stre�nika LDAP" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "Iskalna osnova DN za LDAP" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Povezava DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "Geslo za povezavo z LDAP" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "Uporabnik SASL v LDAP" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "Uporabnik z odobritvijo SASL v LDAP" diff --git a/po/sv.po b/po/sv.po index 0a6f540..bdee690 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-02-25 02:46+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -14,135 +14,138 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Fel vid l�sning av \"%s\": %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "Fel vid skapande av \"%s\": %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "Fel vid borttagning av \"%s\": %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "Misslyckades med att sl�ppa privilegier.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "Internt fel.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "Fel vid initiering av PAM.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentisering misslyckades f�r %s.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Internt PAM-fel \"%s\".\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Anv�ndaren st�mde inte �verens.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[FLAGGA...] anv�ndare" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fel vid tolkning av argument: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Inget anv�ndarnamn angivet.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fel vid initiering av %s: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "Fel vid initiering av %s.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "ok�nt fel" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Anv�ndaren %s finns inte.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Kontot �r l�st.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Kontot �r inte l�st.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "Kortaste:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "L�ngsta:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Varning:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Inaktiv:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Aldrig" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Senaste �ndring:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "L�senordet g�r ut:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "L�senordet inaktivt:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Kontot g�r ut:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Misslyckades med att �ndra �ldringsinformation f�r %s.\n" @@ -155,110 +158,120 @@ msgstr "[FLAGGA...] grupp" msgid "No group name specified.\n" msgstr "Inget gruppnamn �r angivet.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "Fel vid initiering av %s.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Skapande av grupp misslyckades.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppen %s finns inte.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Gruppen %s kunde inte tas bort.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "B�de -L och -U �r angivna.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Misslyckades med att st�lla in grupp f�r %s.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "Gruppen %s kunde inte l�sas.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "Gruppen %s kunde inte l�sas upp.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "Gruppen %s kunde inte �ndras.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "Fel vid skapande av gruppen \"%s\".\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Skapande av konto misslyckades: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fel vid skapande av %s: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "Fel vid skapande av %s: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Anv�ndaren %s kunde inte tas bort: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hade inget gid-nummer.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "Det finns ingen grupp med GID %ld, tar inte bort.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "Gruppen med GID %ld hade inget gruppnamn.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppen %s kunde inte tas bort: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hade ingen hemkatalog.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fel vid borttagning av %s: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Misslyckades med att st�lla in l�senordet f�r anv�ndaren %s: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Anv�ndaren %s kunde inte l�sas: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Anv�ndaren %s kunde inte l�sas upp: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Anv�ndaren %s kunde inte �ndras: %s.\n" @@ -268,17 +281,17 @@ msgstr "Anv�ndaren %s kunde inte �ndras: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "Gruppen %s kunde inte �ndras: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "Ingen gammal hemkatalog f�r %s.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "Ingen ny hemkatalog f�r %s.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fel vid flytt av %s till %s: %s.\n" @@ -288,90 +301,86 @@ msgstr "Fel vid flytt av %s till %s: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "kunde inte �ppna konfigurationsfilen \"%s\": %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "lyckades" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modulen inaktiverad i konfiguration" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "allm�nt fel" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "inte tillr�ckligt med r�ttigheter" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "�tkomst nekas" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "felaktigt anv�ndar-/gruppnamn" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "felaktigt anv�ndar-/gruppid" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "anv�ndar-/gruppnamnet anv�nds" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "anv�ndar-/gruppid anv�nds" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "fel vid manipulering av terminalattribut" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "fel vid �ppning av fil" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "fel vid l�sning av fil" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "fel vid tagning av status p� fil" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "fel vid l�sning av fil" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "fel vid skrivning till fil" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "data hittades inte i fil" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "internt initieringsfel" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "fel vid inl�sning av modul" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "fel vid uppslagning av symbol i modul" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "biblioteks-/modulversion st�mmer inte �verens" -#: lib/error.c:84 -msgid "unknown error" -msgstr "ok�nt fel" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -382,15 +391,15 @@ msgstr "ingen initieringsfunktion %s i \"%s\"" msgid "module version mismatch in `%s'" msgstr "modulversion st�mmer inte �verens i \"%s\"" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "fel vid l�sning av terminalattribut" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "fel vid inst�llning av terminalattribut" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "fel vid l�sning fr�n terminal" @@ -399,19 +408,19 @@ msgstr "fel vid l�sning fr�n terminal" msgid "error locking file: %s" msgstr "fel vid l�sning av fil: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "kunde inte �ppna \"%s\": %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunde inte ta status p� \"%s\": %s" @@ -426,32 +435,32 @@ msgstr "fel vid skapande av \"%s\": %s" 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:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunde inte l�sa fr�n \"%s\": %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "posten finns redan i filen" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunde inte skriva till \"%s\": %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "enhetsobjektet har inget %s-attribut" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "k�r inte med superanv�ndarr�ttigheter" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "ingen shadow-fil finns tillg�nglig -- inaktiverar" @@ -514,115 +523,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-l�senord f�r Admin Principal" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "fel vid initiering av ldap-biblioteket" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunde inte st�lla LDAP-protokoll till version %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "kunde inte f�rhandla om TLS med LDAP-servern" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "kunde inte binda till LDAP-servern" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "kunde inte s�ka LDAP-servern" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP-servern verkar inte ha n�gon rot-DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "fel vid mappande av namn till \"distinguished name\" i LDAP" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "fel vid mappande av namn till \"base distinguished name\" i LDAP" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "anv�ndarobjektet hade inget %s-attribut" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "anv�ndarobjektet skapades utan \"%s\"" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "kunde inte konvertera intern data till LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fel vid �ndring av LDAP-katalogpost: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "fel vid byte av namn p� LDAP-katalogpost: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "objektet hade inget %s-attribut" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "fel vid borttagning av LDAP-katalogpost: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "objektet har inget %s-attribut" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "det finns inget s�dant objekt i LDAP-katalogen" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "inget \"%s\"-attribut hittades" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "Namn p� LDAP-server" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "Bass�k-DN f�r LDAP" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind-DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind-l�senord" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL-anv�ndare" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-auktoriseringsanv�ndare" diff --git a/po/tr.po b/po/tr.po index 3324fcc..cb8823d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser \n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-04-04 05:44+0300\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" @@ -11,135 +11,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' okunurken hata: %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' oluşturulurken hata: %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' silinirken hata: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "İzinler bırakılamadı.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "İç hata.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "PAM başlatılırken hata.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s için kimlik sınaması başarısız.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "İç PAM hatası `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "Kullanıcı aynı değil.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[SEÇENEK...] kullanıcı" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "argümanlar okunurken hata: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "Kullanıcı ismi belirtilmedi.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s başlatılırken hata: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "%s başlatılırken hata.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "bilinmeyen" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "Kullanıcı %s yok.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "Hesap kilitli.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "Hesap kilitli değil.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "En az:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "En çok:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "Uyarı:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "Etkin olmayan:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "Asla" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "Son Değişiklik:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "Parola zaman aşımı:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Parola etkisiz:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "Hesap Zaman aşımı:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "%s için dönemsellik bilgisi değişikliği başarısız.\n" @@ -152,110 +155,120 @@ msgstr "[SEÇENEK...] grup" msgid "No group name specified.\n" msgstr "Grup ismi belirtilmedi.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "%s başlatılırken hata.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "Grup oluşturulamadı.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "Grup %s yok.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "Grup %s silinemedi.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L ve -U birlikte kullanılamaz.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "%s grubu için parola belirlenemedi.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "%s grubu kilitlenemedi.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "%s grubunun kilidi kaldırılamadı.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "%s grubu değiştirilemedi.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "%s için grup oluşturulurken hata.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "Hesap oluşturulamadı: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s oluşturulurken hata: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "%s oluşturulurken hata: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s kullanıcısı silinemedi: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s için bir grup kimliği yok.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "%ld kimlikli bir grup yok, siliniyor.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "%ld grubuna bir grup ismi verilmedi.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s grubu silinemedi: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s bir ev dizinine sahip değil.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s silinirken hata: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s kullanıcısı için parola belirlenemedi: %s\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Kullanıcı %s kilitlenemedi: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Kullanıcı %s için kilit kaldırılamadı: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Kullanıcı %s değiştirilemedi: %s.\n" @@ -265,17 +278,17 @@ msgstr "Kullanıcı %s değiştirilemedi: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "%s grubu değiştirilemedi: %s\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "%s için eski ev dizini yok.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "%s için yeni ev dizini yok.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s %s'e taşınırken hata: %s.\n" @@ -285,90 +298,86 @@ msgstr "%s %s'e taşınırken hata: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "`%s' yapılandırma dosyası açılamadı: %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "başarılı" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "modül yapılandırmada iptal edildi" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "genel hata" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "izinler yetersiz" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "erişim engellendi" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "kullanıcı/grup ismi hatalı" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "kullanıcı/grup kimlikleri hatalı" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "kullanıcı/grup ismi kullanımda" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "kullanıcı/grup kimlikleri kullanımda" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "uçbirim özellikleri değiştirilirken hata" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "dosya açılırken hata" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "dosya kilitlenirken hata" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "dosya durumlanırken hata" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "dosya okunurken hata" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "dosyaya yazılırken hata" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "dosyada veri yok" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "kerberos kitaplığı başlatılırken hata" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "modül yüklenirken hata" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "modül içindeki sembol çözümlenirken hata" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "modül/kitaplık sürümü uyumsuzluğu" -#: lib/error.c:84 -msgid "unknown error" -msgstr "bilinmeyen" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -379,15 +388,15 @@ msgstr "İlklendirme işlevi %s `%s' içinde yok" msgid "module version mismatch in `%s'" msgstr "`%s' de modül sürümü uyumsuzluğu" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "uçbirim özellikleri okunurken hata" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "uçbirim özellikleri ayarlanırken hata" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "uçbirimden okumada hata" @@ -396,19 +405,19 @@ msgstr "uçbirimden okumada hata" msgid "error locking file: %s" msgstr "dosya kilitlenirken hata: %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' açılamadı: %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' durum bilgisi alınamadı: %s" @@ -423,32 +432,32 @@ msgstr "`%s' oluşturulurken hata: %s" 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:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'den okunamadı: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "girdi zaten dosyada var" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'e yazılamadı: %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "öğe nesnesi %s özelliğine sahip değil" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "root yetkileriyle çalıştırılmıyor" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "shadow dosyası yok -- iptal ediliyor" @@ -510,115 +519,115 @@ msgstr "Kerberos Baş Yöneticisi" msgid "Kerberos Password for Admin Principal" msgstr "Baş Yönetici için Kerberos Parolası" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "ldap kitaplığı başlatılırken hata" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP protokolü %d sürümüne ayarlanamadı" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP sunucusu ile TLS uzlaşması yapılamadı" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "LDAP sunucusuna bağlanılamadı" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "LDAP sunucusuna aranamadı" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP sunucusu bir kök DSE'ye sahip görünmüyor" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "LDAP seçkin ismine isim eşlenirken hata" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "LDAP taban seçkin ismine isim eşlenirken hata" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "kullanıcı nesnesi %s özelliğini içermiyor" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "kullanıcı nesnesi `%s' olmaksızın oluşturuldu" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "iç veri LDAPMods'a dönüştürülemedi" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP dizin girdisi değiştirilirken hata: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "LDAP dizin girdisi isimlendirilirken hata: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "nesne %s özelliğini içermiyor" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "LDAP dizin girdisi silinirken hata: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "nesne %s özelliğini içermiyor" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "LDAP dizininde böyle bir nesne yok" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "`%s' özelliği bulunmuyor" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, 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:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP Sunucu İsmi" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Arama Tabanı DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bağlantı DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bağlantı Parolası" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL Kullanıcısı" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Yetkilendirme Kullanıcısı" @@ -666,4 +675,3 @@ msgstr "Öntanımlı kullanıcı öznitelikleri alınıyor:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kullanıcı yapısı kopyalanıyor:\n" - diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index 5a7053b..9a04781 100644 --- a/po/zh_CN.GB2312.po +++ b/po/zh_CN.GB2312.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-04-02 16:58GMT+10:00\n" "Last-Translator: Sarah Smith \n" "Language-Team: Simplified Chinese \n" @@ -15,135 +15,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "��ȡ��%s��ʱ������%s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "������%s��ʱ������%s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "ɾ����%s��ʱ������%s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "������Ȩʧ�ܡ�\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "�ڲ�����\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "��ʼ�� PAM ������\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s ��֤ʧ�ܡ�\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "��%s���ڲ� PAM ����\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "�û����䡣\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPTION...] �û�" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "��������ʱ������%s\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "û��ָ�����û�����\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "��ʼ�� %s ������%s \n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "��ʼ�� %s ������\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "δ֪����" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "�û� %s �����ڡ�\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "�ʺű�����\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "�ʺ�û������\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "���٣�\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "���ࣺ\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "���棺\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "����Ծ��\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "�Ӳ�" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "���ı䣺\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "������ڣ�\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "�����Ծ��\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "�ʺŹ��ڣ�\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "Ϊ %s �޸��ϻ���Ϣʧ�ܡ�\n" @@ -156,110 +159,120 @@ msgstr "[OPTION...] ��Ⱥ" msgid "No group name specified.\n" msgstr "û��ָ������Ⱥ����\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "��ʼ�� %s ������\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "������Ⱥʧ�ܡ�\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "��Ⱥ %s �����ڡ�\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "��Ⱥ %s �޷���ɾ����\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr " -L �� -U ���߽�ָ����\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "Ϊ��Ⱥ %s ��������ʧ�ܡ�\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "��Ⱥ %s �޷�������\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "��Ⱥ %s �޷���������\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "��Ⱥ %s �޷����޸ġ�\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "������Ⱥ��%s��������\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "�����ʺ�ʧ�ܣ�%s\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "���� %s ʧ�ܣ�%s\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "���� %s ʧ�ܣ�%s\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "�û� %s �޷���ɾ����%s\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s û�� gid ���롣\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "GID ����Ϊ %ld ����Ⱥ�Ѵ��ڣ���ɾ����\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "GID ����Ϊ %ld ����Ⱥû����Ⱥ����\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "��Ⱥ %s �޷���ɾ����%s\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s û����Ŀ¼��\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "ɾ�� %s ʱ������%s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Ϊ�û� %s ��������ʧ�ܣ�%s\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "�û� %s �޷�������%s��\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "�û� %s �޷���������%s��\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "�û� %s �޷����޸ģ�%s��\n" @@ -269,17 +282,17 @@ msgstr "�û� %s �޷����޸ģ�%s��\n" msgid "Group %s could not be modified: %s.\n" msgstr "��Ⱥ %s �޷����޸ģ�%s��\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "%s û�оɵ���Ŀ¼��\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "%s û���µ���Ŀ¼��\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "�� %s ���� %s ʱ������%s��\n" @@ -289,90 +302,86 @@ msgstr "�� %s ���� %s ʱ������%s��\n" msgid "could not open configuration file `%s': %s" msgstr "�޷��������ļ���%s����%s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "�ɹ�" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "���ý�����ģ��" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "ͨ�ô���" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "û���㹻����Ȩ" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "���ʱ��ܾ�" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "�û�/��Ⱥ������" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "�û�/��Ⱥ ID ����" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "�û�/��Ⱥ����ʹ��" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "�û�/��Ⱥ ID ��ʹ��" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "�����ն�����ʱ����" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "���ļ�ʱ����" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "���ļ�ʱ����" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "stat �ļ�ʱ����" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "��ȡ�ļ�ʱ����" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "д���ļ�ʱ����" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "�ļ���û�з�������" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "�ڲ���ʼ����" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "����ģ��ʱ����" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "��ģ���н������ʱ����" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "��/ģ��汾����" -#: lib/error.c:84 -msgid "unknown error" -msgstr "δ֪����" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -383,15 +392,15 @@ msgstr "û�г�ʼ���� %s �ڡ�%s����" msgid "module version mismatch in `%s'" msgstr "�ڡ�%s����ģ��汾����" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "��ȡ�ն�����ʱ����" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "�����ն�����ʱ����" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "���ն��϶�ȡʱ����" @@ -400,19 +409,19 @@ msgstr "���ն��϶�ȡʱ����" msgid "error locking file: %s" msgstr "���ļ�ʱ������%s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "�޷��򿪡�%s����%s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "�޷� stat ��%s����%s" @@ -427,32 +436,32 @@ msgstr "������%s��ʱ������%s" msgid "backup file `%s' exists and is not a regular file" msgstr "�����ļ���%s���Ѵ��ڣ��Ҳ��dz����ļ�" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "�޷��ӡ�%s���ж�ȡ��%s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "��Ŀ�����ļ��г���" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "�޷�д�롮%s����%s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "ʵ�����û���κ� %s ����" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "û��ʹ�ó����û�����Ȩ��ִ��" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "û�������ļ� -- ������" @@ -514,115 +523,115 @@ msgstr "Kerberos ������Ա" msgid "Kerberos Password for Admin Principal" msgstr "Kerberos ������Ա����" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "��ʼ�� ldap ��ʱ����" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "�޷��� LDAP Э����Ϊ�汾 %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "�޷��� LDAP ���������� TLS" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "�޷������� LDAP ������" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "�޷���Ѱ LDAP ������" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP �������ƺ�û�и� DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "������ӳ��Ϊ LDAP ʶ����ʱ������" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "������ӳ��Ϊ LDAP ����ʶ����ʱ������" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "�û�����û���κ� %s ����" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "�û����󴴽�ʱû�а�����%s��" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "�޷����ڲ�����ת���� LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "�޸� LDAP Ŀ¼��Ŀʱ������%s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "�� LDAP Ŀ¼��Ŀ����ʱ������%s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "����û���κ� %s ����" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "ɾ�� LDAP Ŀ¼��Ŀʱ������%s\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "����û���κ� %s ����" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "�� LDAP Ŀ¼��û�д������" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "û�з����κΡ�%s������" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "�� LDAP Ŀ¼��Ϊ %s ��������ʱ������%s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP ��������" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP ��Ѱ���� DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP ���� DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP ��������" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL �û�" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ��Ȩ�û�" @@ -670,4 +679,3 @@ msgstr "���ڻ�ȡĬ�ϵ��û����ԣ�\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "���ڿ����û��ṹ��\n" - diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po index 4194eae..21b05e1 100644 --- a/po/zh_TW.Big5.po +++ b/po/zh_TW.Big5.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-21 16:51GMT+10:00\n" "Last-Translator: Ben Wu \n" "Language-Team: Traditional Chinese \n" @@ -15,135 +15,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Ū�� `%s' ���~: %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "�إ� `%s' ���~: %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "���� `%s' ���~: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "�פ��v������.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "�������~.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "��l�� PAM ���~.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "�� %s �{�ҥ���.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "���� PAM ���~ `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "�ϥΪ̤���.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPTION...] �ϥΪ�" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "�y�k�W���R�޼ƿ��~: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "�S�����w�ϥΪ̦W��.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "��l�� %s ���~: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "��l�� %s ���~.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "���������~" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "�ϥΪ� %s ���s�b.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "�b���w���.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "�b���S�����.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "�̤p��:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "�̤j��:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "ĵ�i:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "���Ī�:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "�q��" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "�W�@�����:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "�K�X�L��:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "�K�X����:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "�b���L��:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "�ק� %s �����¸�T����.\n" @@ -156,110 +159,120 @@ msgstr "[OPTION...] �s��" msgid "No group name specified.\n" msgstr "�S�����w�s�զW��.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "��l�� %s ���~.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "�إ߸s�ե���.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "%s �s�դ��s�b.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "�L�k�R�� %s �s��.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L �P -U �����w�F.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "�]�w %s �s�ժ��K�X����.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "�L�k��w %s �s��.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "%s �s�յL�k�}��.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "%s �s�յL�k�ק�.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "�إ� %s �s�յo�Ϳ��~.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "�b���إߥ���: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "�إ� %s �o�Ϳ��~: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "�إ� %s �o�Ϳ��~: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "�L�k�R�� %s �ϥΪ�: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s �S���s�� ID (gid) ���X.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "�s�� ID %ld ���s�դ��s�b, �L�k����.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "�s�� ID %ld ���s�ըS���s�զW��.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "�L�k�R�� %s �s��: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s �S���a�ؿ�.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "���� %s ���~: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "�� %s �ϥΪ̳]�w�K�X����: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s �ϥΪ̵L�k�Q��w: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s �ϥΪ̵L�k�Q�}��: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s �ϥΪ̵L�k�Q�ק�: %s.\n" @@ -269,17 +282,17 @@ msgstr "%s �ϥΪ̵L�k�Q�ק�: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "%s �s�յL�k�Q�ק�: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "�S�� %s �ª��a�ؿ�.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "�S�� %s �s���a�ؿ�.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "���� %s �� %s ���~: %s.\n" @@ -289,90 +302,86 @@ msgstr "���� %s �� %s ���~: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "�L�k�}�ҲպA�]�w��`%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "���\" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "�ҲճQ�պA�]�w������" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "�@����~" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "�v������" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "�ڵ��s��" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "������ �ϥΪ�/�s�� �W��" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "������ �ϥΪ�/�s�� ID" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "�ϥΪ�/�s�� �W�٤w�Q�ϥ�" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "�ϥΪ�/�s�� ID �w�Q�ϥ�" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "�B�z�׺ݾ��ݩʵo�Ϳ��~" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "�}���ɮ׿��~" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "��w�ɮ׿��~" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "statting �ɮ׿��~" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "Ū���ɮ׿��~" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "�g�J�ɮ׿��~" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "�ɮ׸̧䤣����" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "������l�ƿ��~" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "���J�Ҳտ��~" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "�ѪR�Ҳո̪��Ÿ����~" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "�禡�w/�Ҳ� ��������" -#: lib/error.c:84 -msgid "unknown error" -msgstr "���������~" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -383,15 +392,15 @@ msgstr "no initialization function %s in `%s'" msgid "module version mismatch in `%s'" msgstr "%s ���Ҳժ�������" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "�׺ݾ��ݩ�Ū�����~" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "�׺ݾ��ݩʳ]�w���~" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "�׺ݾ�Ū�����~" @@ -400,19 +409,19 @@ msgstr "�׺ݾ�Ū�����~" msgid "error locking file: %s" msgstr "��w�ɮ׿��~�G %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "�L�k�}��`%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "�L�k stat `%s': %s" @@ -427,32 +436,32 @@ msgstr "�إ�`%s' �o�Ϳ��~: %s" msgid "backup file `%s' exists and is not a regular file" msgstr "�ƥ���`%s' �s�b�ӥ����O�@�ӥ��`���ɮ�" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "�L�k�q`%s' Ū��: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "�ɮפw�s�b���n��(entry)" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "�L�k�g�J`%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "���骫��S�� %s �ݩ�" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "�D�H�W�ŨϥΪ�(superuser)���v������" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "�䤣�� shadow �ɮ� -- ���Τ�" @@ -514,115 +523,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal �� Kerberos �K�X" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "��l�� ldap �禡�w���~" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "�L�k�]�w LDAP �q�T��w������ %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "�L�k���� TLS �P LDAP ���A��" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "�L�k�s��(bind) �� LDAP ���A��" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "�L�k�j�M LDAP ���A��" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP ���A�����G�S�� root DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "�M�g�W�٦� LDAP �ۦW���W�ٵo�Ϳ��~" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "�M�g�W�٦� LDAP base �ۦW���W�ٵo�Ϳ��~" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "�ϥΪ̪���S�� %s �ݩ�" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "�ϥΪ̪���إ߷��ɴN�S�� %s" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "�L�k�ഫ������Ʀ� LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "�ק� LDAP �ؿ��n���o�Ϳ��~: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "���s�R�W LDAP �ؿ��n���o�Ϳ��~: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "����S�� %s �ݩ�" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "���� LDAP �ؿ��n���o�Ϳ��~: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "����S�� %s �ݩ�" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "�b LDAP �ؿ����S������" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "�䤣�� `%s' �ݩ�" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "�b LDAP �ؿ��]�w %s ���K�X�o�Ϳ��~�G %s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP ���A���W��" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind �K�X" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL �ϥΪ�" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL �{�ҨϥΪ�" @@ -670,4 +679,3 @@ msgstr "���o�w�]�ϥΪ��ݩ�:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "�ƻs�ϥΪ̵��c:\n" - diff --git a/po/zh_TW.po b/po/zh_TW.po index 4194eae..21b05e1 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libuser\n" -"POT-Creation-Date: 2002-02-22 16:35-0500\n" +"POT-Creation-Date: 2002-04-15 17:49-0400\n" "PO-Revision-Date: 2002-03-21 16:51GMT+10:00\n" "Last-Translator: Ben Wu \n" "Language-Team: Traditional Chinese \n" @@ -15,135 +15,138 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: apps/apputil.c:70 +#: apps/apputil.c:71 #, c-format msgid "Error reading `%s': %s" msgstr "Ū�� `%s' ���~: %s" -#: apps/apputil.c:78 +#: apps/apputil.c:79 #, c-format msgid "Error creating `%s': %s" msgstr "�إ� `%s' ���~: %s" -#: apps/apputil.c:200 apps/apputil.c:232 apps/apputil.c:249 +#: apps/apputil.c:205 apps/apputil.c:237 apps/apputil.c:254 #, c-format msgid "Error removing `%s': %s" msgstr "���� `%s' ���~: %s" -#: apps/apputil.c:406 apps/apputil.c:410 +#: apps/apputil.c:411 apps/apputil.c:415 msgid "Failed to drop privileges.\n" msgstr "�פ��v������.\n" -#: apps/apputil.c:419 +#: apps/apputil.c:424 msgid "Internal error.\n" msgstr "�������~.\n" -#: apps/apputil.c:432 +#: apps/apputil.c:437 msgid "Error initializing PAM.\n" msgstr "��l�� PAM ���~.\n" -#: apps/apputil.c:440 apps/apputil.c:464 +#: apps/apputil.c:445 apps/apputil.c:469 #, c-format msgid "Authentication failed for %s.\n" msgstr "�� %s �{�ҥ���.\n" -#: apps/apputil.c:449 +#: apps/apputil.c:454 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "���� PAM ���~ `%s'.\n" -#: apps/apputil.c:455 +#: apps/apputil.c:460 msgid "User mismatch.\n" msgstr "�ϥΪ̤���.\n" -#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:88 +#: apps/lchage.c:132 apps/luseradd.c:86 apps/luserdel.c:65 apps/lusermod.c:87 msgid "[OPTION...] user" msgstr "[OPTION...] �ϥΪ�" #: apps/lchage.c:135 apps/lgroupadd.c:68 apps/lgroupdel.c:60 #: apps/lgroupmod.c:85 apps/luseradd.c:89 apps/luserdel.c:68 -#: apps/lusermod.c:91 +#: apps/lusermod.c:90 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "�y�k�W���R�޼ƿ��~: %s.\n" #: apps/lchage.c:144 apps/luseradd.c:104 apps/luserdel.c:76 -#: apps/lusermod.c:102 +#: apps/lusermod.c:101 msgid "No user name specified.\n" msgstr "�S�����w�ϥΪ̦W��.\n" -#: apps/lchage.c:155 apps/lgroupadd.c:88 apps/lgroupdel.c:80 -#: apps/lgroupmod.c:103 apps/luseradd.c:115 apps/luserdel.c:86 -#: apps/lusermod.c:113 samples/testuser.c:71 +#: apps/lchage.c:154 apps/lgroupadd.c:88 apps/lgroupdel.c:79 +#: apps/lgroupmod.c:102 apps/luseradd.c:114 apps/luserdel.c:85 +#: apps/lusermod.c:111 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "��l�� %s ���~: %s.\n" -#: apps/lchage.c:158 apps/lgroupadd.c:91 apps/lgroupdel.c:83 -#: apps/lgroupmod.c:106 apps/luseradd.c:118 apps/luserdel.c:89 -#: apps/lusermod.c:116 -#, c-format -msgid "Error initializing %s.\n" -msgstr "��l�� %s ���~.\n" +#: apps/lchage.c:156 apps/lgroupadd.c:90 apps/lgroupdel.c:81 +#: apps/lgroupmod.c:104 apps/luseradd.c:116 apps/luseradd.c:277 +#: apps/luseradd.c:320 apps/luserdel.c:87 apps/luserdel.c:101 +#: apps/luserdel.c:143 apps/luserdel.c:166 apps/lusermod.c:113 +#: apps/lusermod.c:195 apps/lusermod.c:208 apps/lusermod.c:219 +#: apps/lusermod.c:228 apps/lusermod.c:237 apps/lusermod.c:293 +#: apps/lusermod.c:315 lib/error.c:85 +msgid "unknown error" +msgstr "���������~" -#: apps/lchage.c:168 apps/luserdel.c:98 apps/lusermod.c:131 +#: apps/lchage.c:164 apps/luserdel.c:94 apps/lusermod.c:126 #, c-format msgid "User %s does not exist.\n" msgstr "�ϥΪ� %s ���s�b.\n" -#: apps/lchage.c:176 +#: apps/lchage.c:172 msgid "Account is locked.\n" msgstr "�b���w���.\n" -#: apps/lchage.c:178 +#: apps/lchage.c:174 msgid "Account is not locked.\n" msgstr "�b���S�����.\n" -#: apps/lchage.c:183 +#: apps/lchage.c:179 #, c-format msgid "Minimum:\t%d\n" msgstr "�̤p��:\t%d\n" -#: apps/lchage.c:188 +#: apps/lchage.c:184 #, c-format msgid "Maximum:\t%d\n" msgstr "�̤j��:\t%d\n" -#: apps/lchage.c:193 +#: apps/lchage.c:189 #, c-format msgid "Warning:\t%d\n" msgstr "ĵ�i:\t%d\n" -#: apps/lchage.c:198 +#: apps/lchage.c:194 #, c-format msgid "Inactive:\t%d\n" msgstr "���Ī�:\t%d\n" -#: apps/lchage.c:203 apps/lchage.c:211 apps/lchage.c:222 apps/lchage.c:232 +#: apps/lchage.c:199 apps/lchage.c:207 apps/lchage.c:218 apps/lchage.c:228 msgid "Never" msgstr "�q��" -#: apps/lchage.c:205 +#: apps/lchage.c:201 #, c-format msgid "Last Change:\t%s\n" msgstr "�W�@�����:\t%s\n" -#: apps/lchage.c:215 +#: apps/lchage.c:211 #, c-format msgid "Password Expires:\t%s\n" msgstr "�K�X�L��:\t%s\n" -#: apps/lchage.c:227 +#: apps/lchage.c:223 #, c-format msgid "Password Inactive:\t%s\n" msgstr "�K�X����:\t%s\n" -#: apps/lchage.c:234 +#: apps/lchage.c:230 #, c-format msgid "Account Expires:\t%s\n" msgstr "�b���L��:\t%s\n" -#: apps/lchage.c:281 +#: apps/lchage.c:277 #, c-format msgid "Failed to modify aging information for %s.\n" msgstr "�ק� %s �����¸�T����.\n" @@ -156,110 +159,120 @@ msgstr "[OPTION...] �s��" msgid "No group name specified.\n" msgstr "�S�����w�s�զW��.\n" -#: apps/lgroupadd.c:115 +#: apps/lgroupadd.c:92 +#, c-format +msgid "Error initializing %s.\n" +msgstr "��l�� %s ���~.\n" + +#: apps/lgroupadd.c:116 msgid "Group creation failed.\n" msgstr "�إ߸s�ե���.\n" -#: apps/lgroupdel.c:92 apps/lgroupmod.c:120 +#: apps/lgroupdel.c:88 apps/lgroupmod.c:116 #, c-format msgid "Group %s does not exist.\n" msgstr "%s �s�դ��s�b.\n" -#: apps/lgroupdel.c:98 +#: apps/lgroupdel.c:94 #, c-format msgid "Group %s could not be deleted.\n" msgstr "�L�k�R�� %s �s��.\n" -#: apps/lgroupmod.c:113 apps/lusermod.c:124 +#: apps/lgroupmod.c:109 apps/lusermod.c:119 msgid "Both -L and -U specified.\n" msgstr "-L �P -U �����w�F.\n" -#: apps/lgroupmod.c:230 apps/lgroupmod.c:238 +#: apps/lgroupmod.c:226 apps/lgroupmod.c:234 #, c-format msgid "Failed to set password for group %s.\n" msgstr "�]�w %s �s�ժ��K�X����.\n" -#: apps/lgroupmod.c:246 +#: apps/lgroupmod.c:242 #, c-format msgid "Group %s could not be locked.\n" msgstr "�L�k��w %s �s��.\n" -#: apps/lgroupmod.c:254 +#: apps/lgroupmod.c:250 #, c-format msgid "Group %s could not be unlocked.\n" msgstr "%s �s�յL�k�}��.\n" -#: apps/lgroupmod.c:261 +#: apps/lgroupmod.c:257 #, c-format msgid "Group %s could not be modified.\n" msgstr "%s �s�յL�k�ק�.\n" -#: apps/luseradd.c:201 apps/luseradd.c:213 +#: apps/luseradd.c:197 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s'.\n" msgstr "�إ� %s �s�յo�Ϳ��~.\n" -#: apps/luseradd.c:280 +#: apps/luseradd.c:276 #, c-format msgid "Account creation failed: %s.\n" msgstr "�b���إߥ���: %s.\n" -#: apps/luseradd.c:322 +#: apps/luseradd.c:318 #, c-format msgid "Error creating %s: %s.\n" msgstr "�إ� %s �o�Ϳ��~: %s.\n" -#: apps/luserdel.c:103 +#: apps/luseradd.c:326 +#, fuzzy +msgid "Error creating mail spool.\n" +msgstr "�إ� %s �o�Ϳ��~: %s.\n" + +#: apps/luserdel.c:99 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "�L�k�R�� %s �ϥΪ�: %s.\n" -#: apps/luserdel.c:113 +#: apps/luserdel.c:110 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s �S���s�� ID (gid) ���X.\n" -#: apps/luserdel.c:128 +#: apps/luserdel.c:125 #, c-format msgid "No group with GID %ld exists, not removing.\n" msgstr "�s�� ID %ld ���s�դ��s�b, �L�k����.\n" -#: apps/luserdel.c:134 +#: apps/luserdel.c:131 #, c-format msgid "Group with GID %ld did not have a group name.\n" msgstr "�s�� ID %ld ���s�ըS���s�զW��.\n" -#: apps/luserdel.c:142 +#: apps/luserdel.c:139 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "�L�k�R�� %s �s��: %s.\n" -#: apps/luserdel.c:156 +#: apps/luserdel.c:155 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s �S���a�ؿ�.\n" -#: apps/luserdel.c:163 +#: apps/luserdel.c:162 #, c-format msgid "Error removing %s: %s.\n" msgstr "���� %s ���~: %s.\n" -#: apps/lusermod.c:198 apps/lusermod.c:210 +#: apps/lusermod.c:193 apps/lusermod.c:206 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "�� %s �ϥΪ̳]�w�K�X����: %s.\n" -#: apps/lusermod.c:220 +#: apps/lusermod.c:217 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s �ϥΪ̵L�k�Q��w: %s.\n" -#: apps/lusermod.c:228 +#: apps/lusermod.c:226 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s �ϥΪ̵L�k�Q�}��: %s.\n" -#: apps/lusermod.c:236 +#: apps/lusermod.c:235 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s �ϥΪ̵L�k�Q�ק�: %s.\n" @@ -269,17 +282,17 @@ msgstr "%s �ϥΪ̵L�k�Q�ק�: %s.\n" msgid "Group %s could not be modified: %s.\n" msgstr "%s �s�յL�k�Q�ק�: %s.\n" -#: apps/lusermod.c:300 +#: apps/lusermod.c:302 #, c-format msgid "No old home directory for %s.\n" msgstr "�S�� %s �ª��a�ؿ�.\n" -#: apps/lusermod.c:305 +#: apps/lusermod.c:307 #, c-format msgid "No new home directory for %s.\n" msgstr "�S�� %s �s���a�ؿ�.\n" -#: apps/lusermod.c:311 +#: apps/lusermod.c:313 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "���� %s �� %s ���~: %s.\n" @@ -289,90 +302,86 @@ msgstr "���� %s �� %s ���~: %s.\n" msgid "could not open configuration file `%s': %s" msgstr "�L�k�}�ҲպA�]�w��`%s': %s" -#: lib/error.c:41 +#: lib/error.c:42 msgid "success" msgstr "���\" -#: lib/error.c:43 +#: lib/error.c:44 msgid "module disabled by configuration" msgstr "�ҲճQ�պA�]�w������" -#: lib/error.c:45 +#: lib/error.c:46 msgid "generic error" msgstr "�@����~" -#: lib/error.c:47 +#: lib/error.c:48 msgid "not enough privileges" msgstr "�v������" -#: lib/error.c:49 +#: lib/error.c:50 msgid "access denied" msgstr "�ڵ��s��" -#: lib/error.c:51 +#: lib/error.c:52 msgid "bad user/group name" msgstr "������ �ϥΪ�/�s�� �W��" -#: lib/error.c:53 +#: lib/error.c:54 msgid "bad user/group id" msgstr "������ �ϥΪ�/�s�� ID" -#: lib/error.c:55 +#: lib/error.c:56 msgid "user/group name in use" msgstr "�ϥΪ�/�s�� �W�٤w�Q�ϥ�" -#: lib/error.c:57 +#: lib/error.c:58 msgid "user/group id in use" msgstr "�ϥΪ�/�s�� ID �w�Q�ϥ�" -#: lib/error.c:59 +#: lib/error.c:60 msgid "error manipulating terminal attributes" msgstr "�B�z�׺ݾ��ݩʵo�Ϳ��~" -#: lib/error.c:61 +#: lib/error.c:62 msgid "error opening file" msgstr "�}���ɮ׿��~" -#: lib/error.c:63 +#: lib/error.c:64 msgid "error locking file" msgstr "��w�ɮ׿��~" -#: lib/error.c:65 +#: lib/error.c:66 msgid "error statting file" msgstr "statting �ɮ׿��~" -#: lib/error.c:67 +#: lib/error.c:68 msgid "error reading file" msgstr "Ū���ɮ׿��~" -#: lib/error.c:69 +#: lib/error.c:70 msgid "error writing to file" msgstr "�g�J�ɮ׿��~" -#: lib/error.c:71 +#: lib/error.c:72 msgid "data not found in file" msgstr "�ɮ׸̧䤣����" -#: lib/error.c:73 +#: lib/error.c:74 msgid "internal initialization error" msgstr "������l�ƿ��~" -#: lib/error.c:75 +#: lib/error.c:76 msgid "error loading module" msgstr "���J�Ҳտ��~" -#: lib/error.c:77 +#: lib/error.c:78 msgid "error resolving symbol in module" msgstr "�ѪR�Ҳո̪��Ÿ����~" -#: lib/error.c:79 +#: lib/error.c:80 msgid "library/module version mismatch" msgstr "�禡�w/�Ҳ� ��������" -#: lib/error.c:84 -msgid "unknown error" -msgstr "���������~" - #: lib/modules.c:112 #, c-format msgid "no initialization function %s in `%s'" @@ -383,15 +392,15 @@ msgstr "no initialization function %s in `%s'" msgid "module version mismatch in `%s'" msgstr "%s ���Ҳժ�������" -#: lib/prompt.c:65 +#: lib/prompt.c:66 msgid "error reading terminal attributes" msgstr "�׺ݾ��ݩ�Ū�����~" -#: lib/prompt.c:72 lib/prompt.c:84 +#: lib/prompt.c:73 lib/prompt.c:85 msgid "error setting terminal attributes" msgstr "�׺ݾ��ݩʳ]�w���~" -#: lib/prompt.c:78 +#: lib/prompt.c:79 msgid "error reading from terminal" msgstr "�׺ݾ�Ū�����~" @@ -400,19 +409,19 @@ msgstr "�׺ݾ�Ū�����~" msgid "error locking file: %s" msgstr "��w�ɮ׿��~�G %s" -#: modules/files.c:109 modules/files.c:453 modules/files.c:822 -#: modules/files.c:1115 modules/files.c:1321 modules/files.c:1550 -#: modules/files.c:1658 modules/files.c:1857 modules/files.c:2055 -#: modules/files.c:2072 modules/files.c:2158 modules/files.c:2177 -#: modules/files.c:2241 modules/files.c:2262 modules/files.c:2354 -#: modules/files.c:2373 modules/files.c:2428 modules/files.c:2447 -#: modules/files.c:2544 modules/files.c:2561 +#: modules/files.c:109 modules/files.c:453 modules/files.c:823 +#: modules/files.c:1116 modules/files.c:1322 modules/files.c:1551 +#: modules/files.c:1659 modules/files.c:1858 modules/files.c:2056 +#: modules/files.c:2073 modules/files.c:2159 modules/files.c:2178 +#: modules/files.c:2242 modules/files.c:2263 modules/files.c:2355 +#: modules/files.c:2374 modules/files.c:2429 modules/files.c:2448 +#: modules/files.c:2545 modules/files.c:2562 #, c-format msgid "couldn't open `%s': %s" msgstr "�L�k�}��`%s': %s" #: modules/files.c:126 modules/files.c:162 modules/files.c:200 -#: modules/files.c:838 modules/files.c:1337 +#: modules/files.c:839 modules/files.c:1338 #, c-format msgid "couldn't stat `%s': %s" msgstr "�L�k stat `%s': %s" @@ -427,32 +436,32 @@ msgstr "�إ�`%s' �o�Ϳ��~: %s" msgid "backup file `%s' exists and is not a regular file" msgstr "�ƥ���`%s' �s�b�ӥ����O�@�ӥ��`���ɮ�" -#: modules/files.c:871 modules/files.c:1349 +#: modules/files.c:872 modules/files.c:1350 #, c-format msgid "couldn't read from `%s': %s" msgstr "�L�k�q`%s' Ū��: %s" -#: modules/files.c:886 modules/files.c:899 +#: modules/files.c:887 modules/files.c:900 msgid "entry already present in file" msgstr "�ɮפw�s�b���n��(entry)" -#: modules/files.c:912 modules/files.c:933 modules/files.c:1408 -#: modules/files.c:1420 +#: modules/files.c:913 modules/files.c:934 modules/files.c:1409 +#: modules/files.c:1421 #, c-format msgid "couldn't write to `%s': %s" msgstr "�L�k�g�J`%s': %s" -#: modules/files.c:1082 modules/files.c:1091 modules/files.c:1196 -#: modules/files.c:1208 +#: modules/files.c:1083 modules/files.c:1092 modules/files.c:1197 +#: modules/files.c:1209 #, c-format msgid "entity object has no %s attribute" msgstr "���骫��S�� %s �ݩ�" -#: modules/files.c:2791 modules/files.c:2861 +#: modules/files.c:2794 modules/files.c:2864 msgid "not executing with superuser privileges" msgstr "�D�H�W�ŨϥΪ�(superuser)���v������" -#: modules/files.c:2874 +#: modules/files.c:2877 msgid "no shadow file present -- disabling" msgstr "�䤣�� shadow �ɮ� -- ���Τ�" @@ -514,115 +523,115 @@ msgstr "Kerberos Admin Principal" msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal �� Kerberos �K�X" -#: modules/ldap.c:215 modules/ldap.c:248 +#: modules/ldap.c:216 modules/ldap.c:249 msgid "error initializing ldap library" msgstr "��l�� ldap �禡�w���~" -#: modules/ldap.c:226 modules/ldap.c:259 +#: modules/ldap.c:227 modules/ldap.c:260 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "�L�k�]�w LDAP �q�T��w������ %d" -#: modules/ldap.c:236 +#: modules/ldap.c:237 msgid "could not negotiate TLS with LDAP server" msgstr "�L�k���� TLS �P LDAP ���A��" -#: modules/ldap.c:407 +#: modules/ldap.c:411 msgid "could not bind to LDAP server" msgstr "�L�k�s��(bind) �� LDAP ���A��" -#: modules/ldap.c:420 +#: modules/ldap.c:424 msgid "could not search LDAP server" msgstr "�L�k�j�M LDAP ���A��" -#: modules/ldap.c:429 +#: modules/ldap.c:433 msgid "LDAP server appears to have no root DSE" msgstr "LDAP ���A�����G�S�� root DSE" -#: modules/ldap.c:627 modules/ldap.c:1168 modules/ldap.c:1284 -#: modules/ldap.c:1347 modules/ldap.c:1460 modules/ldap.c:1554 +#: modules/ldap.c:673 modules/ldap.c:1238 modules/ldap.c:1354 +#: modules/ldap.c:1417 modules/ldap.c:1530 modules/ldap.c:1624 msgid "error mapping name to LDAP distinguished name" msgstr "�M�g�W�٦� LDAP �ۦW���W�ٵo�Ϳ��~" -#: modules/ldap.c:636 +#: modules/ldap.c:683 msgid "error mapping name to LDAP base distinguished name" msgstr "�M�g�W�٦� LDAP base �ۦW���W�ٵo�Ϳ��~" -#: modules/ldap.c:1142 +#: modules/ldap.c:1212 #, c-format msgid "user object had no %s attribute" msgstr "�ϥΪ̪���S�� %s �ݩ�" -#: modules/ldap.c:1151 +#: modules/ldap.c:1221 #, c-format msgid "user object was created with no `%s'" msgstr "�ϥΪ̪���إ߷��ɴN�S�� %s" -#: modules/ldap.c:1177 +#: modules/ldap.c:1247 msgid "could not convert internal data to LDAPMods" msgstr "�L�k�ഫ������Ʀ� LDAPMods" -#: modules/ldap.c:1201 modules/ldap.c:1412 +#: modules/ldap.c:1271 modules/ldap.c:1482 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "�ק� LDAP �ؿ��n���o�Ϳ��~: %s" -#: modules/ldap.c:1221 +#: modules/ldap.c:1291 #, c-format msgid "error renaming LDAP directory entry: %s\n" msgstr "���s�R�W LDAP �ؿ��n���o�Ϳ��~: %s\n" -#: modules/ldap.c:1269 +#: modules/ldap.c:1339 #, c-format msgid "object had no %s attribute" msgstr "����S�� %s �ݩ�" -#: modules/ldap.c:1296 +#: modules/ldap.c:1366 #, c-format msgid "error removing LDAP directory entry: %s.\n" msgstr "���� LDAP �ؿ��n���o�Ϳ��~: %s.\n" -#: modules/ldap.c:1333 modules/ldap.c:1355 modules/ldap.c:1445 -#: modules/ldap.c:1539 +#: modules/ldap.c:1403 modules/ldap.c:1425 modules/ldap.c:1515 +#: modules/ldap.c:1609 #, c-format msgid "object has no %s attribute" msgstr "����S�� %s �ݩ�" -#: modules/ldap.c:1475 +#: modules/ldap.c:1545 msgid "no such object in LDAP directory" msgstr "�b LDAP �ؿ����S������" -#: modules/ldap.c:1488 +#: modules/ldap.c:1558 #, c-format msgid "no `%s' attribute found" msgstr "�䤣�� `%s' �ݩ�" -#: modules/ldap.c:1629 +#: modules/ldap.c:1699 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "�b LDAP �ؿ��]�w %s ���K�X�o�Ϳ��~�G %s" -#: modules/ldap.c:2171 +#: modules/ldap.c:2241 msgid "LDAP Server Name" msgstr "LDAP ���A���W��" -#: modules/ldap.c:2177 +#: modules/ldap.c:2247 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" -#: modules/ldap.c:2183 +#: modules/ldap.c:2253 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" -#: modules/ldap.c:2190 +#: modules/ldap.c:2260 msgid "LDAP Bind Password" msgstr "LDAP Bind �K�X" -#: modules/ldap.c:2196 +#: modules/ldap.c:2266 msgid "LDAP SASL User" msgstr "LDAP SASL �ϥΪ�" -#: modules/ldap.c:2203 +#: modules/ldap.c:2273 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL �{�ҨϥΪ�" @@ -670,4 +679,3 @@ msgstr "���o�w�]�ϥΪ��ݩ�:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "�ƻs�ϥΪ̵��c:\n" -