Version 7.2.0.
[libpwmd.git] / po / libpwmd.pot
blobc278b6a9853087b393e911312f4459f2803fbede
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: 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"
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:634 src/pwmc.c:451 src/pwmc.c:532
21 #, c-format
22 msgid "Input is not from a terminal! Failing.\n"
23 msgstr ""
25 #: src/libpwmd.c:659 src/pwmc.c:476
26 #, c-format
27 msgid "Password for %s: "
28 msgstr ""
30 #: src/libpwmd.c:662 src/pwmc.c:479
31 #, c-format
32 msgid "Invalid password. Password for %s: "
33 msgstr ""
35 #: src/libpwmd.c:666 src/pwmc.c:482
36 #, c-format
37 msgid "New password for %s: "
38 msgstr ""
40 #: src/libpwmd.c:669 src/pwmc.c:485
41 #, c-format
42 msgid "Confirm password: "
43 msgstr ""
45 #: src/libpwmd.c:771
46 #, c-format
47 msgid "Passphrases do not match.\n"
48 msgstr ""
50 #: src/mem.c:183 src/mem.c:291
51 #, c-format
52 msgid "%s: %p not found"
53 msgstr ""
55 #: src/pinentry.c:141
56 msgid "it is WAY too short"
57 msgstr ""
59 #: src/pinentry.c:143
60 msgid "it is too short"
61 msgstr ""
63 #: src/pinentry.c:145
64 msgid "it is all whitespace"
65 msgstr ""
67 #: src/pinentry.c:147
68 msgid "it is based on your username"
69 msgstr ""
71 #: src/pinentry.c:149
72 msgid "it does not contain enough DIFFERENT characters"
73 msgstr ""
75 #: src/pinentry.c:151
76 msgid "it is based on a dictionary word"
77 msgstr ""
79 #: src/pinentry.c:153
80 msgid "it is based upon your password entry"
81 msgstr ""
83 #: src/pinentry.c:155
84 msgid "it's derived from your password entry"
85 msgstr ""
87 #: src/pinentry.c:157
88 msgid "it is derived from your password entry"
89 msgstr ""
91 #: src/pinentry.c:159
92 msgid "it is based on a (reversed) dictionary word"
93 msgstr ""
95 #: src/pinentry.c:161
96 msgid "it is derivable from your password entry"
97 msgstr ""
99 #: src/pinentry.c:163
100 msgid "it's derivable from your password entry"
101 msgstr ""
103 #: src/pinentry.c:165
104 msgid "it looks like a National Insurance number."
105 msgstr ""
107 #: src/pinentry.c:167
108 msgid "it is too simplistic/systematic"
109 msgstr ""
111 #: src/pinentry.c:196
112 msgid "Passphrase:"
113 msgstr ""
115 #: src/pinentry.c:209
116 #, c-format
117 msgid ""
118 "A passphrase is required to unlock the secret key for the encrypted data "
119 "file \"%s\". Please enter the passphrase below."
120 msgstr ""
122 #: src/pinentry.c:215
123 #, c-format
124 msgid "Please enter the passphrase to use to encrypt the data file \"%s\"."
125 msgstr ""
127 #: src/pinentry.c:220
128 msgid "Please re-enter the passphrase for confirmation."
129 msgstr ""
131 #: src/pinentry.c:254
132 msgid "Passphrases do not match, try again."
133 msgstr ""
135 #: src/pinentry.c:261
136 #, c-format
137 msgid "Bad passphrase (try %i of %i)"
138 msgstr ""
140 #: src/pinentry.c:266
141 msgid "Bad passphrase, try again"
142 msgstr ""
144 #: src/pwmc.c:145
145 #, c-format
146 msgid ""
147 "Usage: pwmc [options] [file]\n"
148 "   --url <string>\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"
162 "   --tls-verify\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"
166 "   --no-ssh-agent\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"
172 "   --no-lock\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"
182 "   --no-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"
188 "   --display, -d\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"
194 "   --tries <N>\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 "
203 "data\n"
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"
210 "   --save, -S\n"
211 "       send the SAVE command before exiting\n"
212 "   --force-save\n"
213 "       like --save but always ask for a passphrase\n"
214 "   --no-passphrase\n"
215 "       do not require a passphrase when saving a new file\n"
216 "   --no-gpg-agent\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"
232 "   --s2k-count <N>\n"
233 "       the number of times to hash the passphrase for a new file\n"
234 "   --no-status\n"
235 "       disable showing of status messages from the server\n"
236 "   --quiet\n"
237 "       disable showing of extra messages (implies --no-status)\n"
238 "   --interactive\n"
239 "       use a shell like interface to pwmd (allows more than one command)\n"
240 "   --version\n"
241 "   --help\n"
242 msgstr ""
244 #: src/pwmc.c:254
245 #, c-format
246 msgid ""
247 "\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"
251 "    or\n"
252 "    --url ssh[46]://[username@]hostname[:port]\n"
253 "    --no-ssh-agent -i identity_file --url ssh[46]://[username@]hostname[:"
254 "port]\n"
255 "    or\n"
256 "    --url tls[46]://hostname[:port] --ca-cert filename --client-cert "
257 "filename\n"
258 "        --client-key filename\n"
259 "\n"
260 "Interactive mode is used when input is from a terminal.\n"
261 msgstr ""
263 #: src/pwmc.c:328
264 #, c-format
265 msgid "Using keyfile '%s' as %s.\n"
266 msgstr ""
268 #: src/pwmc.c:360
269 #, c-format
270 msgid "Press CTRL-D to send the current line. Press twice to end. %s:\n"
271 msgstr ""
273 #: src/pwmc.c:527
274 #, c-format
275 msgid ""
276 "Password Manager Daemon: %s\n"
277 "\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 "
280 "not found.\n"
281 "\n"
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?"
284 msgstr ""
286 #: src/pwmc.c:561
287 #, c-format
288 msgid "Trust this connection [y/N]: "
289 msgstr ""
291 #: src/pwmc.c:771
292 #, c-format
293 msgid ""
294 "------------------------------------------------------------------------------\n"
295 "Elements are TAB delimited. Press CTRL-V then TAB to insert from the "
296 "prompt.\n"
297 "\n"
298 "Type HELP for protocol commands. Type .help for pwmc commands. Press CTRL-D\n"
299 "to quit.\n"
300 "------------------------------------------------------------------------------\n"
301 msgstr ""
303 #: src/pwmc.c:891
304 #, c-format
305 msgid "Usage: .read [--prefix <string>] <filename> <command> [args]\n"
306 msgstr ""
308 #: src/pwmc.c:894
309 #, c-format
310 msgid ""
311 "Use '\\' to escape special characters in the --prefix (\\t = TAB, \\\" = "
312 "\")\n"
313 msgstr ""
315 #: src/pwmc.c:945
316 #, c-format
317 msgid "Usage: .redir <filename> <command> [args]\n"
318 msgstr ""
320 #: src/pwmc.c:981
321 #, c-format
322 msgid ""
323 "Type HELP for protocol commands. Available pwmc commands:\n"
324 "\n"
325 "  .redir <filename> <command>\n"
326 "      redirect the output of a command to the specified file\n"
327 "\n"
328 "  .open <filename>\n"
329 "      open the specified filename losing any changes to the current one\n"
330 "\n"
331 "  .read [--prefix <string>] <filename> <command> [args]\n"
332 "      obtain data from the specified filename for an inquire command\n"
333 "\n"
334 "  .set help | <name> [<value>]\n"
335 "      set option <name> to <value>\n"
336 "\n"
337 "  .save [args]\n"
338 "      write changes of the file to disk\n"
339 "\n"
340 "  .passwd [args]\n"
341 "      change the passphrase of a data file\n"
342 "\n"
343 "  .help\n"
344 "      this help text\n"
345 msgstr ""
347 #: src/pwmc.c:1017
348 #, c-format
349 msgid "Usage: .open <filename>\n"
350 msgstr ""
352 #: src/pwmc.c:1026
353 #, c-format
354 msgid "Opening data file \"%s\" ...\n"
355 msgstr ""
357 #: src/pwmc.c:1060
358 #, c-format
359 msgid "Usage: .set help | <name> [<value>]\n"
360 msgstr ""
362 #: src/pwmc.c:1163
363 #, c-format
364 msgid ""
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"
367 "\n"
368 "keyfile <datafile> [<filename>]\n"
369 "    set or unset the keyfile to be used when a passphrase is required (*)\n"
370 "\n"
371 "new-keyfile <datafile> [<filename>]\n"
372 "    set or unset the keyfile to be used when a new passphrase is required "
373 "(*)\n"
374 "\n"
375 "pinentry-timeout <seconds>\n"
376 "    the amount of seconds before pinentry gives up waiting for input\n"
377 "\n"
378 "* = the next protocol command will unset this value\n"
379 msgstr ""
381 #: src/pwmc.c:1289
382 #, c-format
383 msgid "WARNING: interactive mode doesn't use secure memory!\n"
384 msgstr ""
386 #: src/pwmc.c:1383
387 #, c-format
388 msgid "(c)ancel/(f)orget password/(s)ave/(Q)uit/(S)ave and quit/(h)elp?: "
389 msgstr ""
391 #: src/pwmc.c:1427
392 #, c-format
393 msgid "No filename was specified on the command line. Aborting.\n"
394 msgstr ""
396 #: src/pwmc.c:1455
397 #, c-format
398 msgid "Saving changes ...\n"
399 msgstr ""
401 #: src/pwmc.c:1803
402 #, c-format
403 msgid "%s: invalid argument for option '--%s'\n"
404 msgstr ""
406 #: src/pwmc.c:1859
407 #, c-format
408 msgid "Connecting ...\n"
409 msgstr ""
411 #: src/pwmc.c:1914
412 #, c-format
413 msgid "Connected.\n"
414 msgstr ""
416 #: src/pwmc.c:2112
417 #, c-format
418 msgid "Connection closed.\n"
419 msgstr ""
421 #: src/ssh.c:93
422 msgid "libpwmd saying bye!"
423 msgstr ""