Regenerate libpwmd.po.
[libpwmd.git] / po / libpwmd.pot
blobfad54227962819ecf4b8db661235624a7f16b336
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: 2013-02-23 09:50-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:628 src/pwmc.c:434 src/pwmc.c:515
21 msgid "Input is not from a terminal! Failing.\n"
22 msgstr ""
24 #: src/libpwmd.c:653 src/pwmc.c:459
25 #, c-format
26 msgid "Password for %s: "
27 msgstr ""
29 #: src/libpwmd.c:656 src/pwmc.c:462
30 #, c-format
31 msgid "Invalid password. Password for %s: "
32 msgstr ""
34 #: src/libpwmd.c:660 src/pwmc.c:465
35 #, c-format
36 msgid "New password for %s: "
37 msgstr ""
39 #: src/libpwmd.c:663 src/pwmc.c:468
40 msgid "Confirm password: "
41 msgstr ""
43 #: src/libpwmd.c:765
44 msgid "Passphrases do not match.\n"
45 msgstr ""
47 #: src/mem.c:183 src/mem.c:291
48 #, c-format
49 msgid "%s: %p not found"
50 msgstr ""
52 #: src/pinentry.c:146
53 msgid "it is WAY too short"
54 msgstr ""
56 #: src/pinentry.c:148
57 msgid "it is too short"
58 msgstr ""
60 #: src/pinentry.c:150
61 msgid "it is all whitespace"
62 msgstr ""
64 #: src/pinentry.c:152
65 msgid "it is based on your username"
66 msgstr ""
68 #: src/pinentry.c:155
69 msgid "it does not contain enough DIFFERENT characters"
70 msgstr ""
72 #: src/pinentry.c:157
73 msgid "it is based on a dictionary word"
74 msgstr ""
76 #: src/pinentry.c:159
77 msgid "it is based upon your password entry"
78 msgstr ""
80 #: src/pinentry.c:161
81 msgid "it's derived from your password entry"
82 msgstr ""
84 #: src/pinentry.c:163
85 msgid "it is derived from your password entry"
86 msgstr ""
88 #: src/pinentry.c:165
89 msgid "it is based on a (reversed) dictionary word"
90 msgstr ""
92 #: src/pinentry.c:167
93 msgid "it is derivable from your password entry"
94 msgstr ""
96 #: src/pinentry.c:169
97 msgid "it's derivable from your password entry"
98 msgstr ""
100 #: src/pinentry.c:171
101 msgid "it looks like a National Insurance number."
102 msgstr ""
104 #: src/pinentry.c:173
105 msgid "it is too simplistic/systematic"
106 msgstr ""
108 #: src/pinentry.c:202
109 msgid "Passphrase:"
110 msgstr ""
112 #: src/pinentry.c:215
113 #, c-format
114 msgid ""
115 "A passphrase is required to unlock the secret key for the encrypted data "
116 "file \"%s\". Please enter the passphrase below."
117 msgstr ""
119 #: src/pinentry.c:221
120 #, c-format
121 msgid "Please enter the passphrase to use to encrypt the data file \"%s\"."
122 msgstr ""
124 #: src/pinentry.c:226
125 msgid "Please re-enter the passphrase for confirmation."
126 msgstr ""
128 #: src/pinentry.c:260
129 msgid "Passphrases do not match, try again."
130 msgstr ""
132 #: src/pinentry.c:267
133 #, c-format
134 msgid "Bad passphrase (try %i of %i)"
135 msgstr ""
137 #: src/pinentry.c:272
138 msgid "Bad passphrase, try again"
139 msgstr ""
141 #: src/pwmc.c:137
142 msgid ""
143 "Read a PWMD protocol command from standard input.\n"
144 "\n"
145 "Usage: pwmc [options] [file]\n"
146 "   --url <string>\n"
147 "       a url string to connect to (see below)\n"
148 "   --connect-timeout <seconds>\n"
149 "       seconds before connecting to a remote host fails (120)\n"
150 "   --socket-timeout <seconds>\n"
151 "       seconds before a remote command fails (0=disabled, default=300)\n"
152 "   --ca-cert <filename>\n"
153 "       certificate authority (CA) used to sign the server cert\n"
154 "   --client-cert <filename>\n"
155 "       client certificate to use for authentication\n"
156 "   --client-key <filename>\n"
157 "       key file used to protect the client certificate\n"
158 "   --tls-priority <string>\n"
159 "       compression, cipher and hash algorithm string (SECURE256)\n"
160 "   --tls-verify\n"
161 "       verify the hostname against the server certificate\n"
162 "   --tls-fingerprint <string>\n"
163 "       a SHA-1 hash of the server fingerprint to verify against\n"
164 "   --no-ssh-agent\n"
165 "       disable SSH agent use (enabled when SSH_AUTH_SOCK is set)\n"
166 "   --identity, -i <filename>\n"
167 "       the ssh identity file to use for authentication\n"
168 "   --knownhosts, -k <filename>\n"
169 "       the ssh knownhosts file to use (~/.ssh/knownhosts)\n"
170 "   --no-lock\n"
171 "       do not lock the data file upon opening it\n"
172 "   --lock-timeout <N>\n"
173 "       time in tenths of a second to wait for a locked data file\n"
174 "   --name, -n <string>\n"
175 "       set the client name\n"
176 "   --pinentry <path>\n"
177 "       the full path to the pinentry binary (server default)\n"
178 "   --local-pinentry\n"
179 "       force using a local pinentry\n"
180 "   --no-pinentry\n"
181 "       disable pinentry both remotely and locally\n"
182 "   --ttyname, -y <path>\n"
183 "       tty that pinentry will use\n"
184 "   --ttytype, -t <string>\n"
185 "       pinentry terminal type (default is $TERM)\n"
186 "   --display, -d\n"
187 "       pinentry display (default is $DISPLAY)\n"
188 "   --lc-ctype <string>\n"
189 "       locale setting for pinentry\n"
190 "   --lc-messages <string>\n"
191 "       locale setting for pinentry\n"
192 "   --tries <N>\n"
193 "       number of pinentry tries before failing (3)\n"
194 "   --timeout <seconds>\n"
195 "       pinentry timeout\n"
196 "   --inquire <COMMAND>\n"
197 "       the specified command (with any options) uses a server inquire while\n"
198 "       command data is read via the inquire file descriptor (stdin)\n"
199 "   --inquire-line, -L <STRING>\n"
200 "       the initial line to send (i.e., element path) before the inquire "
201 "data\n"
202 "   --inquire-fd <FD>\n"
203 "       read inquire data from the specified file descriptor (stdin)\n"
204 "   --inquire-file <filename>\n"
205 "       read inquire data from the specified filename\n"
206 "   --output-fd <FD>\n"
207 "       redirect command output to the specified file descriptor\n"
208 "   --save, -S\n"
209 "       send the SAVE command before exiting\n"
210 "   --force-save\n"
211 "       like --save but always ask for a passphrase\n"
212 "   --no-passphrase\n"
213 "       do not require a passphrase when saving a new file\n"
214 "   --no-gpg-agent\n"
215 "       disable use of gpg-agent when saving to a new file\n"
216 "   --key-file <filename>\n"
217 "       obtain the passphrase from the specified filename\n"
218 "   --new-key-file <filename>\n"
219 "       obtain the passphrase to save with from the specified filename\n"
220 "   --cipher <string>\n"
221 "       the cipher to use when saving (see pwmd(1))\n"
222 "   --cipher-iterations <N>\n"
223 "       the number of times to encrypt the XML data (N+1)\n"
224 "   --key-params <string>\n"
225 "       the key parameters to use when saving a new file (pwmd default)\n"
226 "   --keygrip <string>\n"
227 "       the hex string of the keygrip to save to\n"
228 "   --sign-keygrip <string>\n"
229 "       the hex string of the keygrip to sign with\n"
230 "   --s2k-count <N>\n"
231 "       the number of times to hash the passphrase for a new file\n"
232 "   --no-status\n"
233 "       disable showing of status messages from the server\n"
234 "   --quiet\n"
235 "       disable showing of extra messages (implies --no-status)\n"
236 "   --interactive\n"
237 "       use a shell like interface to pwmd (allows more than one command)\n"
238 "   --version\n"
239 "   --help\n"
240 msgstr ""
242 #: src/pwmc.c:241
243 msgid ""
244 "\n"
245 "An optional url may be in the form of:\n"
246 "    --url /path/to/socket\n"
247 "    --url file://[path/to/socket]\n"
248 "    or\n"
249 "    --url ssh[46]://[username@]hostname[:port]\n"
250 "    --no-ssh-agent -i identity_file --url ssh[46]://[username@]hostname[:"
251 "port]\n"
252 "    or\n"
253 "    --url tls[46]://hostname[:port] --ca-cert filename --client-cert "
254 "filename\n"
255 "        --client-key filename\n"
256 msgstr ""
258 #: src/pwmc.c:311
259 #, c-format
260 msgid "Using keyfile '%s' as %s.\n"
261 msgstr ""
263 #: src/pwmc.c:343
264 #, c-format
265 msgid "Press CTRL-D to send the current line. Press twice to end. %s:\n"
266 msgstr ""
268 #: src/pwmc.c:510
269 #, c-format
270 msgid ""
271 "Password Manager Daemon: %s\n"
272 "\n"
273 "While attempting an SSH connection to %s there was a problem verifying it's "
274 "hostkey against the known and trusted hosts file because it's hostkey was "
275 "not found.\n"
276 "\n"
277 "Would you like to treat this connection as trusted for this and future "
278 "connections by adding %s's hostkey to the known hosts file?"
279 msgstr ""
281 #: src/pwmc.c:544
282 msgid "Trust this connection [y/N]: "
283 msgstr ""
285 #: src/pwmc.c:754
286 msgid ""
287 "------------------------------------------------------------------------------\n"
288 "Elements are TAB delimited. Press CTRL-V then TAB to insert from the "
289 "prompt.\n"
290 "\n"
291 "Type HELP for protocol commands. Type .help for pwmc commands. Press CTRL-D\n"
292 "to quit.\n"
293 "------------------------------------------------------------------------------\n"
294 msgstr ""
296 #: src/pwmc.c:873
297 msgid "Usage: .read [--prefix <string>] <filename> <command> [args]\n"
298 msgstr ""
300 #: src/pwmc.c:876
301 msgid ""
302 "Use '\\' to escape special characters in the --prefix (\\t = TAB, \\\" = "
303 "\")\n"
304 msgstr ""
306 #: src/pwmc.c:926
307 msgid "Usage: .redir <filename> <command> [args]\n"
308 msgstr ""
310 #: src/pwmc.c:962
311 msgid ""
312 "Type HELP for protocol commands. Available pwmc commands:\n"
313 "\n"
314 "  .redir <filename> <command>\n"
315 "      redirect the output of a command to the specified file\n"
316 "\n"
317 "  .open <filename>\n"
318 "      open the specified filename losing any changes to the current one\n"
319 "\n"
320 "  .read [--prefix <string>] <filename> <command> [args]\n"
321 "      obtain data from the specified filename for an inquire command\n"
322 "\n"
323 "  .set help | <name> [<value>]\n"
324 "      set option <name> to <value>\n"
325 "\n"
326 "  .help\n"
327 "      this help text\n"
328 msgstr ""
330 #: src/pwmc.c:987
331 msgid "Usage: .open <filename>\n"
332 msgstr ""
334 #: src/pwmc.c:996
335 #, c-format
336 msgid "Opening data file \"%s\" ...\n"
337 msgstr ""
339 #: src/pwmc.c:1040
340 msgid "Usage: .set help | <name> [<value>]\n"
341 msgstr ""
343 #: src/pwmc.c:1126
344 msgid ""
345 "Set a libpwmd or pwmc option. The option name and optional value is space\n"
346 "delimited. When no value is specified the option is unset.\n"
347 "\n"
348 "keyfile \t<datafile> [<filename>]\n"
349 "    set or unset the keyfile to be used when a passphrase is required\n"
350 "\n"
351 "new-keyfile <datafile> [<filename>]\n"
352 "    set or unset the keyfile to be used when a new passphrase is required\n"
353 msgstr ""
355 #: src/pwmc.c:1179
356 msgid "WARNING: interactive mode doesn't use secure memory!\n"
357 msgstr ""
359 #: src/pwmc.c:1271
360 msgid "(c)ancel/(f)orget password/(s)ave/(Q)uit/(S)ave and quit/(h)elp?: "
361 msgstr ""
363 #: src/pwmc.c:1315
364 msgid "No filename was specified on the command line. Aborting.\n"
365 msgstr ""
367 #: src/pwmc.c:1342
368 msgid "Saving changes ...\n"
369 msgstr ""
371 #: src/pwmc.c:1701
372 #, c-format
373 msgid "%s: invalid argument for option '--%s'\n"
374 msgstr ""
376 #: src/pwmc.c:1761
377 msgid "Connecting ...\n"
378 msgstr ""
380 #: src/pwmc.c:1816
381 msgid "Connected.\n"
382 msgstr ""
384 #: src/pwmc.c:2015
385 msgid "Connection closed.\n"
386 msgstr ""
388 #: src/ssh.c:93
389 msgid "libpwmd saying bye!"
390 msgstr ""