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: 2008-12-18 19:37-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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "LOCK %s tid=%p"
26 msgid "UNLOCK %s tid=%p"
31 msgid "%s(): cache mutex LOCKED"
36 msgid "client validation failed for file '%s'"
39 #: src/mem.c:95 src/mem.c:178
41 msgid "%s: %p not found"
46 msgid "reloading configuration file '%s'"
52 "Usage: %s [-hvDnP] [-f <rcfile>] [-C <filename>] [-I <filename> [-i "
54 " [-k <keyfile>] [-o <outfile>] [file1] [...]\n"
55 " -n run as a foreground process\n"
56 " -f load the specified rcfile (~/.pwmd/config)\n"
57 " -C convert a version 1 data file to version 2\n"
58 " -I import an XML file\n"
59 " -i encrypt with the specified number of iterations when importing\n"
60 " (config default in the \"global\" section)\n"
61 " -k obtain the key from the specified file\n"
62 " -o output file for use with the -C and -I options\n"
63 " -D disable use of the LIST and DUMP commands\n"
64 " -P disable pinentry\n"
66 " -h this help text\n"
70 msgid "Required AES cipher not supported by libgcrypt."
74 msgid "Waiting for lock"
79 msgid "exiting, fd=%i"
82 #: src/pwmd.c:578 src/pwmd.c:1465
83 msgid "pth_spawn() failed"
88 msgid "New passphrase for %s: "
91 #: src/pwmd.c:878 src/pwmd.c:888 src/pwmd.c:912
93 msgid "%s: Skipping file"
97 msgid "Repeat passphrase: "
102 msgid "%s: Passphrase mismatch"
107 msgid "Passphrase required for %s: "
112 msgid "%s: Invalid passphrase"
117 msgid "%s: Invalid passphrase, skipping"
121 msgid "Incorrect passphrase. Please try again."
126 msgid "%s: Invalid characters in filename"
131 msgid "%s: File added to the cache"
136 msgid "new tid=%s, fd=%i, addr=%s"
141 msgid "new tid=%s, fd=%i"
146 msgid "%s started for user %s"
151 msgid "caught signal %i (%s)"
155 msgid "clearing file cache"
159 msgid "waiting for all threads to terminate"
164 msgid "%i threads remain"
172 "Released under the terms of the GPL v2. Use at your own risk.\n"
174 "Compile time features:\n"
180 msgid "%s: socket_path not defined"
185 msgid "%s: data_directory not defined"
189 msgid "Done. Daemonizing..."
193 msgid "Done. Waiting for connections..."
199 "Either there is another pwmd running or '%s' is a \n"
200 "stale socket. Please remove it manually."
204 msgid "could not bind"
208 msgid "Generating key exchange parameters..."
212 msgid "pwmd exiting normally"
215 #: src/pwmd_error.c:40
216 msgid "Unknown error"
219 #: src/pwmd_error.c:42
220 msgid "No cache slots available"
223 #: src/pwmd_error.c:44
224 msgid "Recursion loop"
227 #: src/pwmd_error.c:46
228 msgid "No file is open"
231 #: src/pwmd_error.c:48
232 msgid "General LibXML error"
235 #: src/pwmd_error.c:50
236 msgid "File modified"
239 #: src/pwmd_error.c:52
240 msgid "Access denied"
243 #: src/pinentry.c:244
244 msgid "Passphrase mismatch, please try again."
247 #: src/pinentry.c:246
248 msgid "Password Manager Daemon"
251 #: src/pinentry.c:251
255 #: src/pinentry.c:255
258 "A passphrase is required to open the file \"%s\". Please%%0Aenter the "
262 #: src/pinentry.c:256
265 "A passphrase is required to save to the file \"%s\". Please%%0Aenter the "
269 #: src/pinentry.c:260
270 msgid "Please enter the passphrase again for confirmation."
273 #: src/pinentry.c:667
274 msgid "pth_read(): short byte count"