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: 2010-12-14 19:28-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"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
21 msgid "No file is open"
25 msgid "General LibXML error"
36 #: src/libpwmd.c:1389 src/pinentry.c:285
37 msgid "Invalid passphrase, please try again."
40 #: src/mem.c:138 src/mem.c:238
42 msgid "%s: %p not found"
46 msgid "it is WAY too short"
50 msgid "it is too short"
54 msgid "it is all whitespace"
58 msgid "it is based on your username"
62 msgid "it does not contain enough DIFFERENT characters"
66 msgid "it is based on a dictionary word"
70 msgid "it is based upon your password entry"
74 msgid "it's derived from your password entry"
78 msgid "it is derived from your password entry"
82 msgid "it is based on a (reversed) dictionary word"
86 msgid "it is derivable from your password entry"
90 msgid "it's derivable from your password entry"
94 msgid "it looks like a National Insurance number."
98 msgid "it is too simplistic/systematic"
101 #: src/pinentry.c:250
103 msgid "Password Manager Daemon: %s"
106 #: src/pinentry.c:257
110 #: src/pinentry.c:264
113 "A passphrase is required to open the file \"%s\". Please enter the "
117 #: src/pinentry.c:266
120 "A passphrase is required to save to the file \"%s\". Please enter the "
124 #: src/pinentry.c:289
125 msgid "Please type the passphrase again for confirmation."
130 "Read a PWMD protocol command from standard input.\n"
132 "Usage: pwmc [options] [file]\n"
134 " pinentry method (0=pwmd, 1=libpwmd, 2=pwmd async, 3=libpwmd async)\n"
136 " --host, -h <hostname>\n"
137 " connect to the specified hostname\n"
140 " alterate port (22)\n"
142 " --user <username>\n"
143 " SSH username (default is the invoking user)\n"
146 " use the SSH agent for authentication\n"
148 " --identity, -i <filename>\n"
149 " SSH identity file (if not using the SSH agent)\n"
151 " --known-hosts, -k <filename>\n"
152 " known hosts file (~/.ssh/known_hosts)\n"
154 " --get-hostkey, -g\n"
155 " retrieve the remote SSH host key and exit\n"
158 " try connecting via IPv4 only\n"
161 " try connecting via IPv6 only\n"
164 " a url string to parse (see below)\n"
167 " disable showing of status messages from the server\n"
169 " --name, -n <string>\n"
170 " set the client name\n"
172 " --socket <filename>\n"
173 " local socket to connect to (~/.pwmd/socket)\n"
175 " --passphrase, -P <string>\n"
176 " passphrase to use (disables pinentry use)\n"
178 " --key-file <filename>\n"
179 " obtain the passphrase from the specified filename\n"
182 " the passphrase is base64 encoded\n"
184 " --timeout <seconds>\n"
185 " pinentry timeout\n"
188 " number of pinentry tries before failing (3)\n"
190 " --pinentry <path>\n"
191 " the full path to the pinentry binary (server default)\n"
193 " --ttyname, -y <path>\n"
194 " tty that pinentry will use\n"
196 " --ttytype, -t <string>\n"
197 " pinentry terminal type (default is $TERM)\n"
200 " pinentry display (default is $DISPLAY)\n"
202 " --lc-ctype <string>\n"
203 " locale setting for pinentry\n"
205 " --lc-messages <string>\n"
206 " locale setting for pinentry\n"
208 " --local-pinentry\n"
209 " force using a local pinentry\n"
212 " use a shell like interface to pwmd (allows more than one command)\n"
214 " --output-fd <FD>\n"
215 " redirect command output to the specified file descriptor\n"
217 " --inquire <COMMAND>\n"
218 " the specified command (with any options) uses a server inquire while\n"
219 " command data is read via the inquire file descriptor (stdin)\n"
221 " --inquire-fd <FD>\n"
222 " read inquire data from the specified file descriptor (stdin)\n"
224 " --inquire-line, -L <STRING>\n"
225 " the initial line to send (i.e., element path) before the inquire "
228 " --cipher <string>\n"
229 " the cipher to use when saving (see pwmd(1))\n"
232 " send the SAVE command before exiting\n"
235 " like --save but always ask for a passphrase\n"
237 " --iterations, -I <N>\n"
238 " encrypt with the specified number of iterations\n"
247 "A url string (specified with --url) may be in the form of:\n"
248 " file://[path/to/socket]\n"
249 " ssh[46]://[username@]hostname[:port],identity[,known_hosts]\n"
251 " ssh[46]://[username@]hostname[:port][,,known_hosts] --use-agent\n"
257 "Password Manager Daemon: %s\n"
259 "While attempting an SSH connection to %s there was a problem verifying it's "
260 "hostkey against the known and trusted hosts file because it's hostkey was "
263 "Would you like to treat this connection as trusted for this and future "
264 "connections by adding %s's hostkey to the known hosts file?"
268 msgid "WARNING: interactive mode doesn't use secure memory!\n"
272 msgid "Press CTRL-D to end. Press twice on a non-empty line.\n"
276 msgid "Syntax error. Usage: INQUIRE_FILE <filename> <command>\n"
280 msgid "Connecting ...\n"
289 msgid "Opening data file \"%s\" ...\n"
293 msgid "Saving changes ...\n"
297 msgid "libpwmd saying bye!"