Version 8.2.1.
[libpwmd.git] / po / libpwmd.pot
blob0c25398faf78df23bf204e82f708524af3acfc8f
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.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bjk@luxsci.net\n"
11 "POT-Creation-Date: 2017-01-01 18:23-0500\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"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: src/libpwmd.c:781
21 #, c-format
22 msgid "Input is not from a terminal! Failing.\n"
23 msgstr ""
25 #: src/libpwmd.c:804
26 #, c-format
27 msgid "Key info: %s\n"
28 msgstr ""
30 #: src/libpwmd.c:809
31 #, c-format
32 msgid "Passphrase for %s: "
33 msgstr ""
35 #: src/libpwmd.c:812
36 #, c-format
37 msgid "Invalid passphrase. Passphrase for %s: "
38 msgstr ""
40 #: src/libpwmd.c:816
41 #, c-format
42 msgid "New passphrase for %s: "
43 msgstr ""
45 #: src/libpwmd.c:819
46 #, c-format
47 msgid "Repeat passphrase: "
48 msgstr ""
50 #: src/libpwmd.c:828
51 #, c-format
52 msgid "Confirm [y/N]:"
53 msgstr ""
55 #: src/libpwmd.c:938
56 #, c-format
57 msgid "Passphrases do not match.\n"
58 msgstr ""
60 #: src/libpwmd.c:2124
61 #, c-format
62 msgid "%s(%u): malformed line\n"
63 msgstr ""
65 #: src/libpwmd.c:2180
66 #, c-format
67 msgid "%s(%u): invalid option '%s', ignored.\n"
68 msgstr ""
70 #: src/pinentry.c:167 src/ssh.c:383
71 msgid "Passphrase:"
72 msgstr ""
74 #: src/pinentry.c:200
75 #, c-format
76 msgid ""
77 "Please enter the passphrase to unlock the OpenPGP secret key:%%0A%%0AClient: "
78 "%s%%0AData file: %s%%0AKey ID: %s (0x%s)%%0AMain key ID: 0x%s"
79 msgstr ""
81 #: src/pinentry.c:200
82 msgid "unknown"
83 msgstr ""
85 #: src/pinentry.c:206
86 #, c-format
87 msgid ""
88 "A passphrase is required to decrypt the encrypted%%0Adata file \"%s\". "
89 "Please enter the passphrase below."
90 msgstr ""
92 #: src/pinentry.c:213
93 #, c-format
94 msgid "Please enter the passphrase to use to encrypt%%0Athe data file \"%s\"."
95 msgstr ""
97 #: src/pinentry.c:218
98 msgid "Please re-enter the passphrase for confirmation."
99 msgstr ""
101 #: src/pinentry.c:251
102 msgid "Passphrases do not match, try again."
103 msgstr ""
105 #: src/pinentry.c:258
106 #, c-format
107 msgid "Bad passphrase (try %i of %i)"
108 msgstr ""
110 #: src/pinentry.c:263
111 msgid "Bad passphrase, try again"
112 msgstr ""
114 #: src/pwmc.c:197
115 #, c-format
116 msgid ""
117 "Usage: %s [options] [file]\n"
118 "   --url <string>\n"
119 "       a url string to connect to (%s, see below)\n"
120 "   --connect-timeout <seconds>\n"
121 "       seconds before connecting to a remote host fails (0=disabled, 120)\n"
122 "   --socket-timeout <seconds>\n"
123 "       seconds before a remote command fails (0=disabled, 300)\n"
124 "   --ca-cert <filename>\n"
125 "       certificate authority (CA) used to sign the server cert\n"
126 "   --client-cert <filename>\n"
127 "       client certificate to use for authentication\n"
128 "   --client-key <filename>\n"
129 "       key file used to protect the client certificate\n"
130 "   --tls-priority <string>\n"
131 "       compression, cipher and hash algorithm string\n"
132 "       (SECURE256:SECURE192:SECURE128:-VERS-SSL3.0:-VERS-TLS1.0)\n"
133 "   --no-tls-verify\n"
134 "       disable verifying the hostname against the server certificate\n"
135 "   --tls-fingerprint <string>\n"
136 "       a SHA-256 hash of the server fingerprint to verify against\n"
137 "   --no-ssh-agent\n"
138 "       disable SSH agent use (enabled when SSH_AUTH_SOCK is set)\n"
139 "   --identity, -i <filename>\n"
140 "       the ssh identity file to use for authentication\n"
141 "   --knownhosts, -k <filename>\n"
142 "       the ssh knownhosts file to use (~/.ssh/knownhosts)\n"
143 "   --ssh-needs-passphrase\n"
144 "       prompt for a passphrase for the SSH identity file\n"
145 "   --ssh-passphrase-file <filename>\n"
146 "       read the SSH private key passphrase from filename\n"
147 "   --no-lock\n"
148 "       do not lock the data file upon opening it\n"
149 "   --lock-timeout <N>\n"
150 "       time in tenths of a second to wait for a locked data file (50)\n"
151 "   --name, -n <string>\n"
152 "       set the client name\n"
153 "   --pinentry <path>\n"
154 "       the full path to the pinentry binary\n"
155 "   --local-pinentry\n"
156 "       force using a local pinentry\n"
157 "   --no-pinentry\n"
158 "       disable pinentry both remotely and locally\n"
159 "   --ttyname, -y <path>\n"
160 "       tty that pinentry will use\n"
161 "   --ttytype, -t <string>\n"
162 "       pinentry terminal type (default is $TERM)\n"
163 "   --display, -d\n"
164 "       pinentry display (default is $DISPLAY)\n"
165 "   --lc-ctype <string>\n"
166 "       locale setting for pinentry\n"
167 "   --lc-messages <string>\n"
168 "       locale setting for pinentry\n"
169 "   --tries <N>\n"
170 "       number of pinentry tries before failing (3)\n"
171 "   --timeout <seconds>\n"
172 "       pinentry timeout\n"
173 "   --inquire <COMMAND>\n"
174 "       the specified command (with any options) uses a server inquire while\n"
175 "       command data is read via the inquire file descriptor (stdin)\n"
176 "   --inquire-line, -L <STRING>\n"
177 "       the initial line to send (i.e., element path) before the inquire "
178 "data\n"
179 "   --inquire-fd <FD>\n"
180 "       read inquire data from the specified file descriptor (stdin)\n"
181 "   --inquire-file <filename>\n"
182 "       read inquire data from the specified filename\n"
183 "   --output-fd <FD>\n"
184 "       redirect command output to the specified file descriptor\n"
185 "   --save, -S\n"
186 "       send the SAVE command before exiting\n"
187 "   --passphrase-file <filename>\n"
188 "       obtain the passphrase from the specified filename\n"
189 "   --new-passphrase-file <filename>\n"
190 "       obtain the passphrase to save with from the specified filename\n"
191 "   --sign-passphrase-file <filename>\n"
192 "       obtain the passphrase to sign with from the specified filename\n"
193 "   --key-params <filename>\n"
194 "       key parameters to use for key generation (pwmd default)\n"
195 "   --keyid <recipient>[,<recipient>]\n"
196 "       the public key ID to u\n"
197 "   --sign-keyid <string>\n"
198 "       the key ID to sign the data file with\n"
199 "   --symmetric\n"
200 "       use conventional encryption with optional signer(s) for new files\n"
201 "   --no-status\n"
202 "       disable showing of status messages from the server\n"
203 "   --status-state\n"
204 "       enable receiving of client STATE status messages\n"
205 "   --status-fd <FD>\n"
206 "       redirect status messages to the specified file descriptor\n"
207 "   --status-ignore <string[,...]>\n"
208 "       prevent parsing of the specified status message keywords\n"
209 "   --quiet\n"
210 "       disable showing of extra messages (implies --no-status)\n"
211 "   --no-interactive\n"
212 "       disable interactive mode\n"
213 "   --version\n"
214 "   --help\n"
215 msgstr ""
217 #: src/pwmc.c:310
218 #, c-format
219 msgid ""
220 "\n"
221 "An optional url may be in the form of:\n"
222 "    --url /path/to/socket\n"
223 "    --url file://[/path/to/socket]\n"
224 "    or\n"
225 "    --url ssh[46]://[username@]hostname[:port] (uses ssh-agent)\n"
226 "    -i identity_file --url ssh[46]://[username@]hostname[:port]\n"
227 "    or\n"
228 "    --url tls[46]://hostname[:port] --ca-cert filename --client-cert "
229 "filename\n"
230 "        --client-key filename\n"
231 "\n"
232 "Interactive mode is used when input is from a terminal.\n"
233 msgstr ""
235 #: src/pwmc.c:380
236 #, c-format
237 msgid "Using file '%s' as %s.\n"
238 msgstr ""
240 #: src/pwmc.c:435
241 #, c-format
242 msgid "Using keyfile '%s' as %s.\n"
243 msgstr ""
245 #: src/pwmc.c:445
246 #, c-format
247 msgid "%sPress CTRL-D to send the current line. Press twice to end. %s:\n"
248 msgstr ""
250 #: src/pwmc.c:762
251 #, c-format
252 msgid ""
253 "------------------------------------------------------------\n"
254 "Elements are TAB delimited. Type HELP for protocol commands.\n"
255 "Type .help for pwmc commands. Press CTRL-D to quit.\n"
256 "------------------------------------------------------------\n"
257 msgstr ""
259 #: src/pwmc.c:879
260 #, c-format
261 msgid "Usage: .read [--prefix <string>] <filename> <command> [args]\n"
262 msgstr ""
264 #: src/pwmc.c:882
265 #, c-format
266 msgid ""
267 "Use '\\' to escape special characters in the --prefix (\\t = TAB, \\\\ = "
268 "\\)\n"
269 msgstr ""
271 #: src/pwmc.c:931
272 #, c-format
273 msgid "Usage: .redir <filename> <command> [args]\n"
274 msgstr ""
276 #: src/pwmc.c:968
277 #, c-format
278 msgid ""
279 "Type HELP for protocol commands. Available pwmc commands:\n"
280 "\n"
281 "  .redir <filename> <command>\n"
282 "      redirect the output of a command to the specified file\n"
283 "\n"
284 "  .open <filename>\n"
285 "      open the specified filename losing any changes to the current one\n"
286 "\n"
287 "  .read [--prefix <string>] <filename> <command> [args]\n"
288 "      obtain data from the specified filename for an inquire command\n"
289 "\n"
290 "  .set help | <name> [<value>]\n"
291 "      set option <name> to <value>\n"
292 "\n"
293 "  .genkey [args]\n"
294 "      generate a new key\n"
295 "\n"
296 "  .save [args]\n"
297 "      write changes of the file to disk\n"
298 "\n"
299 "  .passwd [args]\n"
300 "      change the passphrase of a data file\n"
301 "\n"
302 "  .listkeys [--options] [pattern[,..]]\n"
303 "      show human readable output of the LISTKEYS command\n"
304 "\n"
305 "  .help\n"
306 "      this help text\n"
307 msgstr ""
309 #: src/pwmc.c:1034
310 #, c-format
311 msgid "Usage: .open [--options] <filename>\n"
312 msgstr ""
314 #: src/pwmc.c:1043
315 #, c-format
316 msgid "Opening data file \"%s\" ...\n"
317 msgstr ""
319 #: src/pwmc.c:1122
320 #, c-format
321 msgid "Usage: .set help | <name> [<value>]\n"
322 msgstr ""
324 #: src/pwmc.c:1194
325 #, c-format
326 msgid ""
327 "Set a libpwmd or pwmc option. The option name and optional value is space\n"
328 "delimited. When no value is specified the option is unset.\n"
329 "\n"
330 "passphrase-file [<filename>]\n"
331 "    set or unset the file to be used when a passphrase is required (*)\n"
332 "\n"
333 "new-passphrase-file [<filename>]\n"
334 "    set or unset the file to be used when a new passphrase is required (*)\n"
335 "\n"
336 "sign-passphrase-file [<filename>]\n"
337 "    set or unset the file to be used when a passphrase is required for\n"
338 "    signing (symmetric) (*)\n"
339 "\n"
340 "pinentry-timeout <seconds>\n"
341 "    the amount of seconds before pinentry gives up waiting for input\n"
342 "\n"
343 "* = the next protocol command will unset this value\n"
344 msgstr ""
346 #: src/pwmc.c:1361
347 msgid "Unknown"
348 msgstr ""
350 #: src/pwmc.c:1382
351 #, c-format
352 msgid "User ID: %s\n"
353 msgstr ""
355 #: src/pwmc.c:1412
356 #, c-format
357 msgid ""
358 "  Subkey %u: %s  [%s]%s%s  %s-%u%s%s\n"
359 "    Created: %s  %s%s\n"
360 "    Fingerprint: %s\n"
361 "    Keygrip: %s\n"
362 "%s%s%s"
363 msgstr ""
365 #: src/pwmc.c:1427
366 msgid "Expired: "
367 msgstr ""
369 #: src/pwmc.c:1427
370 msgid "Expires: "
371 msgstr ""
373 #: src/pwmc.c:1431
374 msgid "    Card: "
375 msgstr ""
377 #: src/pwmc.c:1712
378 #, c-format
379 msgid "WARNING: interactive mode doesn't use secure memory!\n"
380 msgstr ""
382 #: src/pwmc.c:1799
383 #, c-format
384 msgid "(c)ancel/(f)orget password/(s)ave/(Q)uit/(S)ave and quit/(h)elp?: "
385 msgstr ""
387 #: src/pwmc.c:1843
388 #, c-format
389 msgid "No filename was specified on the command line. Aborting.\n"
390 msgstr ""
392 #: src/pwmc.c:1866
393 #, c-format
394 msgid "Saving changes ...\n"
395 msgstr ""
397 #: src/pwmc.c:2258
398 #, c-format
399 msgid "%s: invalid argument for option '--%s'\n"
400 msgstr ""
402 #: src/pwmc.c:2322
403 #, c-format
404 msgid "Connecting ...\n"
405 msgstr ""
407 #: src/pwmc.c:2435
408 #, c-format
409 msgid "Connected.\n"
410 msgstr ""
412 #: src/pwmc.c:2635
413 #, c-format
414 msgid "Connection closed.\n"
415 msgstr ""
417 #: src/ssh.c:116
418 msgid "libpwmd saying bye!"
419 msgstr ""
421 #: src/ssh.c:381
422 #, c-format
423 msgid "Please enter the passphrase for the SSH identity file \"%s\"."
424 msgstr ""
426 #: src/ssh.c:498
427 #, c-format
428 msgid ""
429 "Password Manager Daemon: %s\n"
430 "\n"
431 "While attempting an SSH connection to %s there was a problem verifying it's "
432 "hostkey against the known and trusted hosts file because it's hostkey was "
433 "not found.\n"
434 "\n"
435 "Would you like to treat this connection as trusted for this and future "
436 "connections by adding %s's hostkey to the known hosts file?"
437 msgstr ""