1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Thorsten Kukuk
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: kukuk@suse.de\n"
"POT-Creation-Date: 2006-12-20 15:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/support.c:153
msgid "login: "
msgstr ""
#: src/support.c:167 src/support.c:212
msgid "Password: "
msgstr ""
#: src/unix_acct.c:102 src/unix_acct.c:150
msgid "Your password has expired. Choose a new password."
msgstr ""
#: src/unix_acct.c:129
msgid "Password change requested. Choose a new password."
msgstr ""
#: src/unix_acct.c:288
#, c-format
msgid "Your password will expire in %ld days."
msgstr ""
#: src/unix_acct.c:292
msgid "Your password will expire tomorrow."
msgstr ""
#: src/unix_acct.c:295
msgid "Your password will expire within 24 hours."
msgstr ""
#: src/unix_auth.c:312
msgid "Permissions on the password database may be too restrictive."
msgstr ""
#: src/unix_passwd.c:83
msgid "Old Password: "
msgstr ""
#: src/unix_passwd.c:84
msgid "New Password: "
msgstr ""
#: src/unix_passwd.c:85
msgid "Reenter New Password: "
msgstr ""
#: src/unix_passwd.c:214
msgid "You can only change local passwords."
msgstr ""
#: src/unix_passwd.c:284
#, c-format
msgid "Less then %d weeks since the last change."
msgstr ""
#: src/unix_passwd.c:288
#, c-format
msgid "Less then %d days since the last change."
msgstr ""
#: src/unix_passwd.c:340 src/unix_passwd.c:355
msgid "Password change aborted."
msgstr ""
#: src/unix_passwd.c:369
msgid "Passwords do not match."
msgstr ""
#: src/unix_passwd.c:394
msgid "Error: Password NOT changed."
msgstr ""
#: src/unix_passwd.c:402
msgid "Password changed."
msgstr ""
#: src/unix_passwd.c:419
#, c-format
msgid "Cannot find the master ypserver: %s"
msgstr ""
#: src/unix_passwd.c:427
#, c-format
msgid "yppasswdd not running on NIS master %s"
msgstr ""
#: src/unix_passwd.c:433
msgid "yppasswd daemon running on illegal port."
msgstr ""
#: src/unix_passwd.c:484
#, c-format
msgid "Cannot open %s for reading: %s"
msgstr ""
#: src/unix_passwd.c:493
#, c-format
msgid "Unable to obtain entropy from %s"
msgstr ""
#: src/unix_passwd.c:508
msgid "Unable to generate a salt. Check your crypt settings."
msgstr ""
#: src/unix_passwd.c:634
msgid "Cannot create salt for standard crypt"
msgstr ""
#: src/unix_passwd.c:646
msgid "Cannot create salt for MD5 crypt"
msgstr ""
#: src/unix_passwd.c:659
msgid "Cannot create salt for bigcrypt"
msgstr ""
#: src/unix_passwd.c:665
msgid "No support for bigcrypt included"
msgstr ""
#: src/unix_passwd.c:677
msgid "Cannot create salt for blowfish crypt"
msgstr ""
#: src/unix_passwd.c:683
msgid "No support for blowfish included"
msgstr ""
#: src/unix_passwd.c:695
msgid "crypt_r() returns NULL pointer"
msgstr ""
#: src/unix_passwd.c:718
msgid "Cannot lock password file: already locked."
msgstr ""
#: src/unix_passwd.c:745 src/unix_passwd.c:806 src/unix_passwd.c:889
#: src/unix_passwd.c:950
#, c-format
msgid "Cannot open %s: %m"
msgstr ""
#: src/unix_passwd.c:752 src/unix_passwd.c:896
#, c-format
msgid "Cannot stat %s: %m"
msgstr ""
#: src/unix_passwd.c:780 src/unix_passwd.c:924
#, c-format
msgid "Cannot create temp file (%s): %m"
msgstr ""
#: src/unix_passwd.c:788 src/unix_passwd.c:932
#, c-format
msgid "Cannot change permssions of %s: %m"
msgstr ""
#: src/unix_passwd.c:793 src/unix_passwd.c:936
#, c-format
msgid "Cannot change owner/group of %s: %m"
msgstr ""
#: src/unix_passwd.c:836
#, c-format
msgid "Error while writing new shadow file: %m"
msgstr ""
#: src/unix_passwd.c:846
#, c-format
msgid "Error while closing old shadow file: %m"
msgstr ""
#: src/unix_passwd.c:854
#, c-format
msgid "Error while closing temporary shadow file: %m"
msgstr ""
#: src/unix_passwd.c:861 src/unix_passwd.c:1001
#, c-format
msgid "Cannot create backup file of %s: %m"
msgstr ""
#: src/unix_passwd.c:976
#, c-format
msgid "Error while writing new password file: %m"
msgstr ""
#: src/unix_passwd.c:986
#, c-format
msgid "Error while closing old password file: %m"
msgstr ""
#: src/unix_passwd.c:994
#, c-format
msgid "Error while closing temporary password file: %m"
msgstr ""
#: src/unix_passwd.c:1033
#, c-format
msgid "Changing NIS password for %s on %s."
msgstr ""
#: src/unix_passwd.c:1048
msgid "Error while changing the NIS password."
msgstr ""
|