Fixed mem.c to use a mutex when accessing the memory list. This fixes a
[libpwmd.git] / po / libpwmd.pot
blob7718043e276a652b3f022cb09623a19f1d96e861
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-09-28 18:02-0400\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 #: libpwmd.c:86
20 msgid "Unknown error"
21 msgstr ""
23 #: libpwmd.c:88
24 msgid "No cache slots available"
25 msgstr ""
27 #: libpwmd.c:90
28 msgid "Recursion loop"
29 msgstr ""
31 #: libpwmd.c:92
32 msgid "No file is open"
33 msgstr ""
35 #: libpwmd.c:94
36 msgid "General LibXML error"
37 msgstr ""
39 #: libpwmd.c:96
40 msgid "File modified"
41 msgstr ""
43 #: libpwmd.c:498
44 msgid "LibPWMD"
45 msgstr ""
47 #: libpwmd.c:501
48 msgid "Password:"
49 msgstr ""
51 #: libpwmd.c:504
52 msgid "Enter a password."
53 msgstr ""
55 #: libpwmd.c:507 libpwmd.c:1015
56 msgid "Invalid password, please try again."
57 msgstr ""
59 #: libpwmd.c:511
60 msgid "Please type the password again for confirmation."
61 msgstr ""
63 #: mem.c:95 mem.c:178
64 #, c-format
65 msgid "%s: %p not found"
66 msgstr ""
68 #: pwmc.c:63
69 msgid ""
70 "Reads PWMD protocol commands from standard input.\n"
71 "\n"
72 "Usage: pwmc [-hvX] [-s <socket>] [-E <n>] [-y <n>][-PTND <string>] [-p "
73 "<password>]\n"
74 "            [-S [-i <iter>]] [-c <name>] [-t <n>] [-d <fd>] [-I <fd>]\n"
75 "            [filename]\n"
76 "   -E  pinentry method (0=pwmd, 1=pwmd async, 2=libpwmd nb)\n"
77 "   -y  number of pinentry tries before failing (3)\n"
78 "   -t  pinentry timeout\n"
79 "   -X  disable showing of status messages from the server\n"
80 "   -c  set the client name\n"
81 "   -s  socket path (~/.pwmd/socket)\n"
82 "   -p  password\n"
83 "   -P  path to the pinentry binary (server default)\n"
84 "   -T  pinentry tty\n"
85 "   -N  pinentry terminal type\n"
86 "   -D  pinentry display\n"
87 "   -d  redirect command output to the specified file descriptor\n"
88 "   -I  read inquire data from the specified file descriptor\n"
89 "   -S  send the SAVE command before exiting\n"
90 "   -i  encrypt with the specified number of iterations (-1 = 0 iterations)\n"
91 "   -v  version\n"
92 "   -h  this help text\n"
93 msgstr ""