1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bjk@luxsci.net\n"
11 "POT-Creation-Date: 2014-09-27 17:40-0400\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: src/libpwmd.c:634 src/pwmc.c:451 src/pwmc.c:532
22 msgid "Input is not from a terminal! Failing.\n"
25 #: src/libpwmd.c:659 src/pwmc.c:476
27 msgid "Password for %s: "
30 #: src/libpwmd.c:662 src/pwmc.c:479
32 msgid "Invalid password. Password for %s: "
35 #: src/libpwmd.c:666 src/pwmc.c:482
37 msgid "New password for %s: "
40 #: src/libpwmd.c:669 src/pwmc.c:485
42 msgid "Confirm password: "
47 msgid "Passphrases do not match.\n"
50 #: src/mem.c:183 src/mem.c:291
52 msgid "%s: %p not found"
56 msgid "it is WAY too short"
60 msgid "it is too short"
64 msgid "it is all whitespace"
68 msgid "it is based on your username"
72 msgid "it does not contain enough DIFFERENT characters"
76 msgid "it is based on a dictionary word"
80 msgid "it is based upon your password entry"
84 msgid "it's derived from your password entry"
88 msgid "it is derived from your password entry"
92 msgid "it is based on a (reversed) dictionary word"
96 msgid "it is derivable from your password entry"
100 msgid "it's derivable from your password entry"
103 #: src/pinentry.c:165
104 msgid "it looks like a National Insurance number."
107 #: src/pinentry.c:167
108 msgid "it is too simplistic/systematic"
111 #: src/pinentry.c:196
115 #: src/pinentry.c:209
118 "A passphrase is required to unlock the secret key for the encrypted data "
119 "file \"%s\". Please enter the passphrase below."
122 #: src/pinentry.c:215
124 msgid "Please enter the passphrase to use to encrypt the data file \"%s\"."
127 #: src/pinentry.c:220
128 msgid "Please re-enter the passphrase for confirmation."
131 #: src/pinentry.c:254
132 msgid "Passphrases do not match, try again."
135 #: src/pinentry.c:261
137 msgid "Bad passphrase (try %i of %i)"
140 #: src/pinentry.c:266
141 msgid "Bad passphrase, try again"
147 "Usage: pwmc [options] [file]\n"
149 " a url string to connect to (%s, see below)\n"
150 " --connect-timeout <seconds>\n"
151 " seconds before connecting to a remote host fails (0=disabled, 120)\n"
152 " --socket-timeout <seconds>\n"
153 " seconds before a remote command fails (0=disabled, 300)\n"
154 " --ca-cert <filename>\n"
155 " certificate authority (CA) used to sign the server cert\n"
156 " --client-cert <filename>\n"
157 " client certificate to use for authentication\n"
158 " --client-key <filename>\n"
159 " key file used to protect the client certificate\n"
160 " --tls-priority <string>\n"
161 " compression, cipher and hash algorithm string (SECURE256)\n"
163 " verify the hostname against the server certificate\n"
164 " --tls-fingerprint <string>\n"
165 " a SHA-256 hash of the server fingerprint to verify against\n"
167 " disable SSH agent use (enabled when SSH_AUTH_SOCK is set)\n"
168 " --identity, -i <filename>\n"
169 " the ssh identity file to use for authentication\n"
170 " --knownhosts, -k <filename>\n"
171 " the ssh knownhosts file to use (~/.ssh/knownhosts)\n"
173 " do not lock the data file upon opening it\n"
174 " --lock-timeout <N>\n"
175 " time in tenths of a second to wait for a locked data file (50)\n"
176 " --name, -n <string>\n"
177 " set the client name\n"
178 " --pinentry <path>\n"
179 " the full path to the pinentry binary (server default)\n"
180 " --local-pinentry\n"
181 " force using a local pinentry\n"
183 " disable pinentry both remotely and locally\n"
184 " --ttyname, -y <path>\n"
185 " tty that pinentry will use\n"
186 " --ttytype, -t <string>\n"
187 " pinentry terminal type (default is $TERM)\n"
189 " pinentry display (default is $DISPLAY)\n"
190 " --lc-ctype <string>\n"
191 " locale setting for pinentry\n"
192 " --lc-messages <string>\n"
193 " locale setting for pinentry\n"
195 " number of pinentry tries before failing (3)\n"
196 " --timeout <seconds>\n"
197 " pinentry timeout\n"
198 " --inquire <COMMAND>\n"
199 " the specified command (with any options) uses a server inquire while\n"
200 " command data is read via the inquire file descriptor (stdin)\n"
201 " --inquire-line, -L <STRING>\n"
202 " the initial line to send (i.e., element path) before the inquire "
204 " --inquire-fd <FD>\n"
205 " read inquire data from the specified file descriptor (stdin)\n"
206 " --inquire-file <filename>\n"
207 " read inquire data from the specified filename\n"
208 " --output-fd <FD>\n"
209 " redirect command output to the specified file descriptor\n"
211 " send the SAVE command before exiting\n"
213 " like --save but always ask for a passphrase\n"
215 " do not require a passphrase when saving a new file\n"
217 " disable use of gpg-agent when saving to a new file\n"
218 " --key-file <filename>\n"
219 " obtain the passphrase from the specified filename\n"
220 " --new-key-file <filename>\n"
221 " obtain the passphrase to save with from the specified filename\n"
222 " --cipher <string>\n"
223 " the cipher to use when saving (see pwmd(1))\n"
224 " --cipher-iterations <N>\n"
225 " the number of times to encrypt the XML data (N+1)\n"
226 " --key-params <string>\n"
227 " the key parameters to use when saving a new file (pwmd default)\n"
228 " --keygrip <string>\n"
229 " the hex string of the keygrip to save to\n"
230 " --sign-keygrip <string>\n"
231 " the hex string of the keygrip to sign with\n"
233 " the number of times to hash the passphrase for a new file\n"
235 " disable showing of status messages from the server\n"
237 " disable showing of extra messages (implies --no-status)\n"
239 " use a shell like interface to pwmd (allows more than one command)\n"
248 "An optional url may be in the form of:\n"
249 " --url /path/to/socket\n"
250 " --url file://[path/to/socket]\n"
252 " --url ssh[46]://[username@]hostname[:port]\n"
253 " --no-ssh-agent -i identity_file --url ssh[46]://[username@]hostname[:"
256 " --url tls[46]://hostname[:port] --ca-cert filename --client-cert "
258 " --client-key filename\n"
260 "Interactive mode is used when input is from a terminal.\n"
265 msgid "Using keyfile '%s' as %s.\n"
270 msgid "Press CTRL-D to send the current line. Press twice to end. %s:\n"
276 "Password Manager Daemon: %s\n"
278 "While attempting an SSH connection to %s there was a problem verifying it's "
279 "hostkey against the known and trusted hosts file because it's hostkey was "
282 "Would you like to treat this connection as trusted for this and future "
283 "connections by adding %s's hostkey to the known hosts file?"
288 msgid "Trust this connection [y/N]: "
294 "------------------------------------------------------------------------------\n"
295 "Elements are TAB delimited. Press CTRL-V then TAB to insert from the "
298 "Type HELP for protocol commands. Type .help for pwmc commands. Press CTRL-D\n"
300 "------------------------------------------------------------------------------\n"
305 msgid "Usage: .read [--prefix <string>] <filename> <command> [args]\n"
311 "Use '\\' to escape special characters in the --prefix (\\t = TAB, \\\" = "
317 msgid "Usage: .redir <filename> <command> [args]\n"
323 "Type HELP for protocol commands. Available pwmc commands:\n"
325 " .redir <filename> <command>\n"
326 " redirect the output of a command to the specified file\n"
328 " .open <filename>\n"
329 " open the specified filename losing any changes to the current one\n"
331 " .read [--prefix <string>] <filename> <command> [args]\n"
332 " obtain data from the specified filename for an inquire command\n"
334 " .set help | <name> [<value>]\n"
335 " set option <name> to <value>\n"
338 " write changes of the file to disk\n"
341 " change the passphrase of a data file\n"
349 msgid "Usage: .open <filename>\n"
354 msgid "Opening data file \"%s\" ...\n"
359 msgid "Usage: .set help | <name> [<value>]\n"
365 "Set a libpwmd or pwmc option. The option name and optional value is space\n"
366 "delimited. When no value is specified the option is unset.\n"
368 "keyfile <datafile> [<filename>]\n"
369 " set or unset the keyfile to be used when a passphrase is required (*)\n"
371 "new-keyfile <datafile> [<filename>]\n"
372 " set or unset the keyfile to be used when a new passphrase is required "
375 "pinentry-timeout <seconds>\n"
376 " the amount of seconds before pinentry gives up waiting for input\n"
378 "* = the next protocol command will unset this value\n"
383 msgid "WARNING: interactive mode doesn't use secure memory!\n"
388 msgid "(c)ancel/(f)orget password/(s)ave/(Q)uit/(S)ave and quit/(h)elp?: "
393 msgid "No filename was specified on the command line. Aborting.\n"
398 msgid "Saving changes ...\n"
403 msgid "%s: invalid argument for option '--%s'\n"
408 msgid "Connecting ...\n"
418 msgid "Connection closed.\n"
422 msgid "libpwmd saying bye!"