Non-blocking SSH negotiation and channel/shell startup.
[libpwmd.git] / po / libpwmd.pot
blobdb10c96d236d164b21143d177a18e164286aaf64
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-29 19:05-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:72
20 msgid "No file is open"
21 msgstr ""
23 #: src/libpwmd.c:74
24 msgid "General LibXML error"
25 msgstr ""
27 #: src/libpwmd.c:76
28 msgid "File modified"
29 msgstr ""
31 #: src/libpwmd.c:78
32 msgid "Unknown error"
33 msgstr ""
35 #: src/libpwmd.c:1262 src/pinentry.c:275
36 msgid "Invalid passphrase, please try again."
37 msgstr ""
39 #: src/mem.c:138 src/mem.c:238
40 #, c-format
41 msgid "%s: %p not found"
42 msgstr ""
44 #: src/pinentry.c:199
45 msgid "it's WAY too short"
46 msgstr ""
48 #: src/pinentry.c:201
49 msgid "it is too short"
50 msgstr ""
52 #: src/pinentry.c:203
53 msgid "it is all whitespace"
54 msgstr ""
56 #: src/pinentry.c:205
57 msgid "it is based on your username"
58 msgstr ""
60 #: src/pinentry.c:207
61 msgid "it is based on a dictionary word"
62 msgstr ""
64 #: src/pinentry.c:209
65 msgid "it is based upon your password entry"
66 msgstr ""
68 #: src/pinentry.c:211
69 msgid "it's derived from your password entry"
70 msgstr ""
72 #: src/pinentry.c:213
73 msgid "it is based on a (reversed) dictionary word"
74 msgstr ""
76 #: src/pinentry.c:215
77 msgid "it is derivable from your password entry"
78 msgstr ""
80 #: src/pinentry.c:217
81 msgid "it does not contain enough DIFFERENT characters"
82 msgstr ""
84 #: src/pinentry.c:219
85 msgid "it is too simplistic/systematic"
86 msgstr ""
88 #: src/pinentry.c:240
89 #, c-format
90 msgid "Password Manager Daemon: %s"
91 msgstr ""
93 #: src/pinentry.c:247
94 msgid "Passphrase:"
95 msgstr ""
97 #: src/pinentry.c:254
98 #, c-format
99 msgid ""
100 "A passphrase is required to open the file \"%s\". Please%%0Aenter the "
101 "passphrase below."
102 msgstr ""
104 #: src/pinentry.c:256
105 #, c-format
106 msgid ""
107 "A passphrase is required to save to the file \"%s\". Please%%0Aenter the "
108 "passphrase below."
109 msgstr ""
111 #: src/pinentry.c:279
112 msgid "Please type the passphrase again for confirmation."
113 msgstr ""
115 #: src/pwmc.c:65
116 msgid ""
117 "Read a PWMD protocol command from standard input.\n"
118 "\n"
119 "Usage: pwmc [options] [file]\n"
120 "   --debug <N>\n"
121 "       pinentry method (0=pwmd, 1=libpwmd, 2=pwmd async, 3=libpwmd async)\n"
122 "\n"
123 "   --host, -h <hostname>\n"
124 "       connect to the specified hostname\n"
125 "\n"
126 "   --port\n"
127 "       alterate port (22)\n"
128 "\n"
129 "   --user\n"
130 "       SSH username (default is the invoking user)\n"
131 "\n"
132 "   --identity, -i <filename>\n"
133 "       SSH identity file\n"
134 "\n"
135 "   --known-hosts, -k <filename>\n"
136 "       known host's file (for server validation)\n"
137 "\n"
138 "   --get-hostkey, -g\n"
139 "       retrieve the remote SSH host key and exit\n"
140 "\n"
141 "   --ipv4, -4\n"
142 "       try connecting via IPv4 only\n"
143 "\n"
144 "   --ipv6, -6\n"
145 "       try connecting via IPv6 only\n"
146 "\n"
147 "   --url <string>\n"
148 "       a url string to parse\n"
149 "\n"
150 "   --no-status\n"
151 "       disable showing of status messages from the server\n"
152 "\n"
153 "   --name, -n <string>\n"
154 "       set the client name\n"
155 "\n"
156 "   --socket <filename>\n"
157 "       local socket to connect to (~/.pwmd/socket)\n"
158 "\n"
159 "   --passphrase, -P <string>\n"
160 "       passphrase to use (disables pinentry use)\n"
161 "\n"
162 "   --timeout <seconds>\n"
163 "       pinentry timeout\n"
164 "\n"
165 "   --tries <N>\n"
166 "       number of pinentry tries before failing (3)\n"
167 "\n"
168 "   --pinentry <path>\n"
169 "       the full path to the pinentry binary (server default)\n"
170 "\n"
171 "   --ttyname, -y <path>\n"
172 "       tty that pinentry will use\n"
173 "\n"
174 "   --ttytype, -t <string>\n"
175 "       pinentry terminal type (default is TERM)\n"
176 "\n"
177 "   --display, -d\n"
178 "       pinentry display (default is DISPLAY)\n"
179 "\n"
180 "   --lc-ctype <string>\n"
181 "       locale setting for pinentry\n"
182 "\n"
183 "   --lc-messages <string>\n"
184 "       locale setting for pinentry\n"
185 "\n"
186 "   --local-pinentry\n"
187 "       force using a local pinentry\n"
188 "\n"
189 "   --output-fd <FD>\n"
190 "       redirect command output to the specified file descriptor\n"
191 "\n"
192 "   --inquire-fd <FD>\n"
193 "       read inquire data from the specified file descriptor\n"
194 "\n"
195 "   --save, -S\n"
196 "       send the SAVE command before exiting\n"
197 "\n"
198 "   --force-save\n"
199 "       like --save, but ask for a passphrase\n"
200 "\n"
201 "   --iterations, -I <N>\n"
202 "       encrypt with the specified number of iterations when saving\n"
203 "\n"
204 "   --version\n"
205 "   --help\n"
206 msgstr ""
208 #: src/pwmc.c:160
209 msgid ""
210 "\n"
211 "A url string (specified with --url) may be in the form of:\n"
212 "    local://[path/to/socket]\n"
213 "    ssh[46]://[username@]hostname[:port],identity,known_hosts\n"
214 msgstr ""
216 #: src/ssh.c:54
217 msgid "libpwmd saying bye!"
218 msgstr ""