Check for getopt.h for systems that have getopt_long().
[libpwmd.git] / po / libpwmd.pot
blobef42fe0f6d877524472e71dfaf68f61a024b7697
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: 2009-03-13 21:08-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 #: src/libpwmd.c:90
20 msgid "Unknown error"
21 msgstr ""
23 #: src/libpwmd.c:92
24 msgid "No cache slots available"
25 msgstr ""
27 #: src/libpwmd.c:94
28 msgid "Recursion loop"
29 msgstr ""
31 #: src/libpwmd.c:96
32 msgid "No file is open"
33 msgstr ""
35 #: src/libpwmd.c:98
36 msgid "General LibXML error"
37 msgstr ""
39 #: src/libpwmd.c:100
40 msgid "File modified"
41 msgstr ""
43 #: src/libpwmd.c:102
44 msgid "Access denied"
45 msgstr ""
47 #: src/libpwmd.c:1226
48 msgid "LibPWMD"
49 msgstr ""
51 #: src/libpwmd.c:1229
52 msgid "Passphrase:"
53 msgstr ""
55 #: src/libpwmd.c:1232
56 msgid "Enter a passphrase."
57 msgstr ""
59 #: src/libpwmd.c:1235 src/libpwmd.c:1767
60 msgid "Invalid passphrase, please try again."
61 msgstr ""
63 #: src/libpwmd.c:1239
64 msgid "Please type the passphrase again for confirmation."
65 msgstr ""
67 #: src/mem.c:138 src/mem.c:238
68 #, c-format
69 msgid "%s: %p not found"
70 msgstr ""
72 #: src/pwmc.c:56
73 #, c-format
74 msgid ""
75 "Reads PWMD protocol commands from standard input.\n"
76 "\n"
77 "Usage: pwmc [-hvX] [-s <socket>] [-E <n>] [-y <n>][-PTNDCM <string>] [-p "
78 "<passphrase>]\n"
79 "            [-S [-i <iter>]] [-c <name>] [-t <n>] [-d <fd>] [-I <fd>]\n"
80 "            [-H <hostname> [-R <port>] -Y <identity> -K <known_hosts>\n"
81 "            -U <username> [-G]] [filename]\n"
82 "            [filename]\n"
83 "   -E  pinentry method (0=pwmd, 1=pwmd async, 2=libpwmd nb)\n"
84 "   -y  number of pinentry tries before failing (3)\n"
85 "   -H  connect to hostname\n"
86 "   -R  alterate port (%i)\n"
87 "   -U  SSH username\n"
88 "   -Y  SSH identity file\n"
89 "   -K  known host's file (for server validation)\n"
90 "   -G  retrieve the remote SSH host key and exit\n"
91 "   -t  pinentry timeout\n"
92 "   -X  disable showing of status messages from the server\n"
93 "   -c  set the client name\n"
94 "   -s  socket path (~/.pwmd/socket)\n"
95 "   -p  passphrase\n"
96 "   -P  path to the pinentry binary (server default)\n"
97 "   -T  pinentry tty\n"
98 "   -N  pinentry terminal type\n"
99 "   -D  pinentry display\n"
100 "   -C  pinentry LC_CTYPE\n"
101 "   -M  pinentry LC_MESSAGES\n"
102 "   -d  redirect command output to the specified file descriptor\n"
103 "   -I  read inquire data from the specified file descriptor\n"
104 "   -S  send the SAVE command before exiting\n"
105 "   -i  encrypt with the specified number of iterations\n"
106 "   -v  version\n"
107 "   -h  this help text\n"
108 msgstr ""