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