Version 1.7.
[pwmd.git] / po / pwmd.pot
blob95e3a8a2c3d13af30f496188a25dfa4ddba80665
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: 2008-02-16 17:11-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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: src/cache.h:25
20 #, c-format
21 msgid "LOCK %s tid=%p"
22 msgstr ""
24 #: src/cache.h:26
25 #, c-format
26 msgid "UNLOCK %s tid=%p"
27 msgstr ""
29 #: src/cache.h:34
30 #, c-format
31 msgid "%s(): cache mutex LOCKED"
32 msgstr ""
34 #: src/cache.h:36 src/commands.c:169 src/pinentry.c:375
35 msgid "Waiting for lock"
36 msgstr ""
38 #: src/mem.c:101 src/mem.c:183
39 #, c-format
40 msgid "%s: %p not found"
41 msgstr ""
43 #: src/pwmd.c:88
44 #, c-format
45 msgid "reloading configuration file '%s'"
46 msgstr ""
48 #: src/pwmd.c:152
49 msgid "logfile"
50 msgstr ""
52 #: src/pwmd.c:210
53 #, c-format
54 msgid ""
55 "Usage: %s [-hvDb] [-f <rcfile>] [-I <filename>] [file1] [...]\n"
56 "    -b  run as a background process\n"
57 "    -f  load the specified rcfile (~/.pwmd/config)\n"
58 "    -I  import an XML file and write the encrypted data to stdout\n"
59 "    -D  disable use of the LIST and DUMP commands\n"
60 "    -v  version\n"
61 "    -h  this help text\n"
62 msgstr ""
64 #: src/pwmd.c:239
65 msgid "Required AES cipher not supported by libgcrypt."
66 msgstr ""
68 #: src/pwmd.c:513
69 msgid "pth_read(): short byte count"
70 msgstr ""
72 #: src/pwmd.c:542
73 #, c-format
74 msgid "exiting, fd=%i"
75 msgstr ""
77 #: src/pwmd.c:737
78 #, c-format
79 msgid "%s: skipping empty file"
80 msgstr ""
82 #: src/pwmd.c:753
83 #, c-format
84 msgid "Password for '%s': "
85 msgstr ""
87 #: src/pwmd.c:757
88 #, c-format
89 msgid "%s: skipping file"
90 msgstr ""
92 #: src/pwmd.c:767 src/pwmd.c:1201 src/pwmd.c:1220
93 #, c-format
94 msgid "%s: invalid password, skipping"
95 msgstr ""
97 #: src/pwmd.c:772
98 #, c-format
99 msgid "%s: invalid password"
100 msgstr ""
102 #: src/pwmd.c:814
103 msgid "New password: "
104 msgstr ""
106 #: src/pwmd.c:815
107 msgid "Invalid password."
108 msgstr ""
110 #: src/pwmd.c:820
111 msgid "Verify password: "
112 msgstr ""
114 #: src/pwmd.c:821 src/pwmd.c:828
115 msgid "Passwords do not match."
116 msgstr ""
118 #: src/pwmd.c:1121
119 #, c-format
120 msgid "%s: invalid characters in filename"
121 msgstr ""
123 #: src/pwmd.c:1130
124 #, c-format
125 msgid "%s: file already cached, skipping"
126 msgstr ""
128 #: src/pwmd.c:1206
129 msgid "Incorrect password. Please try again."
130 msgstr ""
132 #: src/pwmd.c:1236
133 #, c-format
134 msgid "%s: file added to the cache"
135 msgstr ""
137 #: src/pwmd.c:1347
138 msgid "pth_spawn() failed"
139 msgstr ""
141 #: src/pwmd.c:1352
142 #, c-format
143 msgid "new tid=%s, fd=%i"
144 msgstr ""
146 #: src/pwmd.c:1417
147 #, c-format
148 msgid "%s started for user %s"
149 msgstr ""
151 #: src/pwmd.c:1462
152 #, c-format
153 msgid "caught signal %i (%s)"
154 msgstr ""
156 #: src/pwmd.c:1479
157 msgid "clearing file cache"
158 msgstr ""
160 #: src/pwmd.c:1507
161 msgid "waiting for all threads to terminate"
162 msgstr ""
164 #: src/pwmd.c:1514
165 #, c-format
166 msgid "%i threads remain"
167 msgstr ""
169 #: src/pwmd.c:1684
170 #, c-format
171 msgid "%s: socket_path not defined"
172 msgstr ""
174 #: src/pwmd.c:1696
175 #, c-format
176 msgid "%s: data_directory not defined"
177 msgstr ""
179 #: src/pwmd.c:1717
180 #, c-format
181 msgid "cache size must be in multiples of %li"
182 msgstr ""
184 #: src/pwmd.c:1781
185 msgid "Done. Daemonizing..."
186 msgstr ""
188 #: src/pwmd.c:1781
189 msgid "Done. Waiting for connections..."
190 msgstr ""
192 #: src/pwmd.c:1808
193 #, c-format
194 msgid ""
195 "Either there is another pwmd running or '%s' is a \n"
196 "stale socket. Please remove it manually."
197 msgstr ""
199 #: src/pwmd.c:1920
200 msgid "pwmd exiting normally"
201 msgstr ""
203 #: src/pwmd_error.c:40
204 msgid "Unknown error"
205 msgstr ""
207 #: src/pwmd_error.c:42
208 msgid "No cache slots available"
209 msgstr ""
211 #: src/pwmd_error.c:44
212 msgid "Recursion loop"
213 msgstr ""
215 #: src/pwmd_error.c:46
216 msgid "No file is open"
217 msgstr ""
219 #: src/pwmd_error.c:48
220 msgid "General LibXML error"
221 msgstr ""
223 #: src/pwmd_error.c:50
224 msgid "File modified"
225 msgstr ""
227 #: src/pinentry.c:182
228 msgid "Password mismatch, please try again."
229 msgstr ""
231 #: src/pinentry.c:184
232 msgid "Password Manager Daemon"
233 msgstr ""
235 #: src/pinentry.c:189
236 msgid "Password:"
237 msgstr ""
239 #: src/pinentry.c:193
240 #, c-format
241 msgid ""
242 "A password is required to open the file \"%s\". Please%%0Aenter the password "
243 "below."
244 msgstr ""
246 #: src/pinentry.c:194
247 #, c-format
248 msgid ""
249 "A password is required to save to the file \"%s\". Please%%0Aenter the "
250 "password below."
251 msgstr ""
253 #: src/pinentry.c:198
254 msgid "Please type the password again for confirmation."
255 msgstr ""