Fixed 'make distcheck' when no ChangeLog exists.
[libpwmd.git] / po / libpwmd.pot
blobd7f745d799d2b74ab128ac10b2e56db84ac0c505
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: 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"
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:72
21 msgid "No file is open"
22 msgstr ""
24 #: src/libpwmd.c:74
25 msgid "General LibXML error"
26 msgstr ""
28 #: src/libpwmd.c:76
29 msgid "File modified"
30 msgstr ""
32 #: src/libpwmd.c:78
33 msgid "Unknown error"
34 msgstr ""
36 #: src/libpwmd.c:1389 src/pinentry.c:285
37 msgid "Invalid passphrase, please try again."
38 msgstr ""
40 #: src/mem.c:138 src/mem.c:238
41 #, c-format
42 msgid "%s: %p not found"
43 msgstr ""
45 #: src/pinentry.c:203
46 msgid "it is WAY too short"
47 msgstr ""
49 #: src/pinentry.c:205
50 msgid "it is too short"
51 msgstr ""
53 #: src/pinentry.c:207
54 msgid "it is all whitespace"
55 msgstr ""
57 #: src/pinentry.c:209
58 msgid "it is based on your username"
59 msgstr ""
61 #: src/pinentry.c:211
62 msgid "it does not contain enough DIFFERENT characters"
63 msgstr ""
65 #: src/pinentry.c:213
66 msgid "it is based on a dictionary word"
67 msgstr ""
69 #: src/pinentry.c:215
70 msgid "it is based upon your password entry"
71 msgstr ""
73 #: src/pinentry.c:217
74 msgid "it's derived from your password entry"
75 msgstr ""
77 #: src/pinentry.c:219
78 msgid "it is derived from your password entry"
79 msgstr ""
81 #: src/pinentry.c:221
82 msgid "it is based on a (reversed) dictionary word"
83 msgstr ""
85 #: src/pinentry.c:223
86 msgid "it is derivable from your password entry"
87 msgstr ""
89 #: src/pinentry.c:225
90 msgid "it's derivable from your password entry"
91 msgstr ""
93 #: src/pinentry.c:227
94 msgid "it looks like a National Insurance number."
95 msgstr ""
97 #: src/pinentry.c:229
98 msgid "it is too simplistic/systematic"
99 msgstr ""
101 #: src/pinentry.c:250
102 #, c-format
103 msgid "Password Manager Daemon: %s"
104 msgstr ""
106 #: src/pinentry.c:257
107 msgid "Passphrase:"
108 msgstr ""
110 #: src/pinentry.c:264
111 #, c-format
112 msgid ""
113 "A passphrase is required to open the file \"%s\". Please enter the "
114 "passphrase below."
115 msgstr ""
117 #: src/pinentry.c:266
118 #, c-format
119 msgid ""
120 "A passphrase is required to save to the file \"%s\". Please enter the "
121 "passphrase below."
122 msgstr ""
124 #: src/pinentry.c:289
125 msgid "Please type the passphrase again for confirmation."
126 msgstr ""
128 #: src/pwmc.c:88
129 msgid ""
130 "Read a PWMD protocol command from standard input.\n"
131 "\n"
132 "Usage: pwmc [options] [file]\n"
133 "   --debug <N>\n"
134 "       pinentry method (0=pwmd, 1=libpwmd, 2=pwmd async, 3=libpwmd async)\n"
135 "\n"
136 "   --host, -h <hostname>\n"
137 "       connect to the specified hostname\n"
138 "\n"
139 "   --port <N>\n"
140 "       alterate port (22)\n"
141 "\n"
142 "   --user <username>\n"
143 "       SSH username (default is the invoking user)\n"
144 "\n"
145 "   --use-agent\n"
146 "       use the SSH agent for authentication\n"
147 "\n"
148 "   --identity, -i <filename>\n"
149 "       SSH identity file (if not using the SSH agent)\n"
150 "\n"
151 "   --known-hosts, -k <filename>\n"
152 "       known hosts file (~/.ssh/known_hosts)\n"
153 "\n"
154 "   --get-hostkey, -g\n"
155 "       retrieve the remote SSH host key and exit\n"
156 "\n"
157 "   --ipv4, -4\n"
158 "       try connecting via IPv4 only\n"
159 "\n"
160 "   --ipv6, -6\n"
161 "       try connecting via IPv6 only\n"
162 "\n"
163 "   --url <string>\n"
164 "       a url string to parse (see below)\n"
165 "\n"
166 "   --no-status\n"
167 "       disable showing of status messages from the server\n"
168 "\n"
169 "   --name, -n <string>\n"
170 "       set the client name\n"
171 "\n"
172 "   --socket <filename>\n"
173 "       local socket to connect to (~/.pwmd/socket)\n"
174 "\n"
175 "   --passphrase, -P <string>\n"
176 "       passphrase to use (disables pinentry use)\n"
177 "\n"
178 "   --key-file <filename>\n"
179 "       obtain the passphrase from the specified filename\n"
180 "\n"
181 "   --base64\n"
182 "       the passphrase is base64 encoded\n"
183 "\n"
184 "   --timeout <seconds>\n"
185 "       pinentry timeout\n"
186 "\n"
187 "   --tries <N>\n"
188 "       number of pinentry tries before failing (3)\n"
189 "\n"
190 "   --pinentry <path>\n"
191 "       the full path to the pinentry binary (server default)\n"
192 "\n"
193 "   --ttyname, -y <path>\n"
194 "       tty that pinentry will use\n"
195 "\n"
196 "   --ttytype, -t <string>\n"
197 "       pinentry terminal type (default is $TERM)\n"
198 "\n"
199 "   --display, -d\n"
200 "       pinentry display (default is $DISPLAY)\n"
201 "\n"
202 "   --lc-ctype <string>\n"
203 "       locale setting for pinentry\n"
204 "\n"
205 "   --lc-messages <string>\n"
206 "       locale setting for pinentry\n"
207 "\n"
208 "   --local-pinentry\n"
209 "       force using a local pinentry\n"
210 "\n"
211 "   --interactive\n"
212 "       use a shell like interface to pwmd (allows more than one command)\n"
213 "\n"
214 "   --output-fd <FD>\n"
215 "       redirect command output to the specified file descriptor\n"
216 "\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"
220 "\n"
221 "   --inquire-fd <FD>\n"
222 "       read inquire data from the specified file descriptor (stdin)\n"
223 "\n"
224 "   --inquire-line, -L <STRING>\n"
225 "       the initial line to send (i.e., element path) before the inquire "
226 "data\n"
227 "\n"
228 "   --cipher <string>\n"
229 "       the cipher to use when saving (see pwmd(1))\n"
230 "\n"
231 "   --save, -S\n"
232 "       send the SAVE command before exiting\n"
233 "\n"
234 "   --force-save\n"
235 "       like --save but always ask for a passphrase\n"
236 "\n"
237 "   --iterations, -I <N>\n"
238 "       encrypt with the specified number of iterations\n"
239 "\n"
240 "   --version\n"
241 "   --help\n"
242 msgstr ""
244 #: src/pwmc.c:204
245 msgid ""
246 "\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"
250 "    or\n"
251 "    ssh[46]://[username@]hostname[:port][,,known_hosts] --use-agent\n"
252 msgstr ""
254 #: src/pwmc.c:307
255 #, c-format
256 msgid ""
257 "Password Manager Daemon: %s\n"
258 "\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 "
261 "not found.\n"
262 "\n"
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?"
265 msgstr ""
267 #: src/pwmc.c:422
268 msgid "WARNING: interactive mode doesn't use secure memory!\n"
269 msgstr ""
271 #: src/pwmc.c:446
272 msgid "Press CTRL-D to end. Press twice on a non-empty line.\n"
273 msgstr ""
275 #: src/pwmc.c:456
276 msgid "Syntax error. Usage: INQUIRE_FILE <filename> <command>\n"
277 msgstr ""
279 #: src/pwmc.c:872
280 msgid "Connecting ...\n"
281 msgstr ""
283 #: src/pwmc.c:951
284 msgid "Connected.\n"
285 msgstr ""
287 #: src/pwmc.c:1102
288 #, c-format
289 msgid "Opening data file \"%s\" ...\n"
290 msgstr ""
292 #: src/pwmc.c:1251
293 msgid "Saving changes ...\n"
294 msgstr ""
296 #: src/ssh.c:81
297 msgid "libpwmd saying bye!"
298 msgstr ""