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