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.
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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
24 msgid "No cache slots available"
28 msgid "Recursion loop"
32 msgid "No file is open"
36 msgid "General LibXML error"
44 msgid "Password Manager Daemon"
54 "A passphrase is required to open the file \"%s\". Please%%0Aenter the "
61 "A passphrase is required to save to the file \"%s\". Please%%0Aenter the "
65 #: src/libpwmd.c:1489 src/libpwmd.c:2114
66 msgid "Invalid passphrase, please try again."
70 msgid "Please type the passphrase again for confirmation."
73 #: src/mem.c:138 src/mem.c:238
75 msgid "%s: %p not found"
80 "Read a PWMD protocol command from standard input.\n"
82 "Usage: pwmc [options] [file]\n"
84 " pinentry method (0=pwmd, 1=libpwmd, 2=pwmd async, 3=libpwmd async)\n"
86 " number of pinentry tries before failing (3)\n"
87 " --host, -h <hostname>\n"
88 " connect to the specified hostname\n"
90 " alterate port (22)\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"
100 " try connecting via IPv4 only\n"
102 " try connecting via IPv6 only\n"
103 " --timeout <seconds>\n"
104 " pinentry timeout\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"
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"
130 " send the SAVE command before exiting\n"
131 " --iterations, -I <N>\n"
132 " encrypt with the specified number of iterations when saving\n"