pwmc: Fixed freeing the temporary saved password when --local-pinentry
[libpwmd.git] / po / libpwmd.pot
blob565fd2e9aa0396a4ec8941d80eb9aec1fd1c2962
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-04-16 19:43-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:74
20 msgid "Unknown error"
21 msgstr ""
23 #: src/libpwmd.c:76
24 msgid "No cache slots available"
25 msgstr ""
27 #: src/libpwmd.c:78
28 msgid "Recursion loop"
29 msgstr ""
31 #: src/libpwmd.c:80
32 msgid "No file is open"
33 msgstr ""
35 #: src/libpwmd.c:82
36 msgid "General LibXML error"
37 msgstr ""
39 #: src/libpwmd.c:84
40 msgid "File modified"
41 msgstr ""
43 #: src/libpwmd.c:1226
44 msgid "Invalid passphrase, please try again."
45 msgstr ""
47 #: src/mem.c:138 src/mem.c:238
48 #, c-format
49 msgid "%s: %p not found"
50 msgstr ""
52 #: src/pwmc.c:65
53 msgid ""
54 "Read a PWMD protocol command from standard input.\n"
55 "\n"
56 "Usage: pwmc [options] [file]\n"
57 "   --debug <N>\n"
58 "       pinentry method (0=pwmd, 1=libpwmd, 2=pwmd async, 3=libpwmd async)\n"
59 "\n"
60 "   --tries <N>\n"
61 "       number of pinentry tries before failing (3)\n"
62 "\n"
63 "   --host, -h <hostname>\n"
64 "       connect to the specified hostname\n"
65 "\n"
66 "   --port\n"
67 "       alterate port (22)\n"
68 "\n"
69 "   --user\n"
70 "       SSH username (default is the invoking user)\n"
71 "\n"
72 "   --identity, -i <filename>\n"
73 "       SSH identity file\n"
74 "\n"
75 "   --known-hosts, -k <filename>\n"
76 "       known host's file (for server validation)\n"
77 "\n"
78 "   --get-hostkey, -g\n"
79 "       retrieve the remote SSH host key and exit\n"
80 "\n"
81 "   --ipv4, -4\n"
82 "       try connecting via IPv4 only\n"
83 "\n"
84 "   --ipv6, -6\n"
85 "       try connecting via IPv6 only\n"
86 "\n"
87 "   --url <string>\n"
88 "       a url string to parse\n"
89 "\n"
90 "   --timeout <seconds>\n"
91 "       pinentry timeout\n"
92 "\n"
93 "   --no-status\n"
94 "       disable showing of status messages from the server\n"
95 "\n"
96 "   --name, -n <string>\n"
97 "       set the client name\n"
98 "\n"
99 "   --socket <filename>\n"
100 "       local socket to connect to (~/.pwmd/socket)\n"
101 "\n"
102 "   --passphrase, -P <string>\n"
103 "       passphrase to use (disables pinentry use)\n"
104 "\n"
105 "   --pinentry <path>\n"
106 "       the full path to the pinentry binary (server default)\n"
107 "\n"
108 "   --ttyname, -y <path>\n"
109 "       tty that pinentry will use\n"
110 "\n"
111 "   --ttytype, -t <string>\n"
112 "       pinentry terminal type (default is TERM)\n"
113 "\n"
114 "   --display, -d\n"
115 "       pinentry display (default is DISPLAY)\n"
116 "\n"
117 "   --lc-ctype <string>\n"
118 "       locale setting for pinentry\n"
119 "\n"
120 "   --lc-messages <string>\n"
121 "       locale setting for pinentry\n"
122 "\n"
123 "   --output-fd <FD>\n"
124 "       redirect command output to the specified file descriptor\n"
125 "\n"
126 "   --inquire-fd <FD>\n"
127 "       read inquire data from the specified file descriptor\n"
128 "\n"
129 "   --save, -S\n"
130 "       send the SAVE command before exiting\n"
131 "\n"
132 "   --iterations, -I <N>\n"
133 "       encrypt with the specified number of iterations when saving\n"
134 "\n"
135 "   --version\n"
136 "   --help\n"
137 msgstr ""
139 #: src/pwmc.c:153
140 msgid ""
141 "\n"
142 "A url string (specified with --url) may be in the form of:\n"
143 "    socket://[path/to/socket]\n"
144 "    ssh[46]://[username@]hostname[:port],identity,known_hosts\n"
145 msgstr ""