diff options
Diffstat (limited to 'debian/po/templates.pot')
-rw-r--r-- | debian/po/templates.pot | 294 |
1 files changed, 294 insertions, 0 deletions
diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 000000000..e8e8e4cd2 --- /dev/null +++ b/debian/po/templates.pot | |||
@@ -0,0 +1,294 @@ | |||
1 | # | ||
2 | # Translators, if you are not familiar with the PO format, gettext | ||
3 | # documentation is worth reading, especially sections dedicated to | ||
4 | # this format, e.g. by running: | ||
5 | # info -n '(gettext)PO Files' | ||
6 | # info -n '(gettext)Header Entry' | ||
7 | # | ||
8 | # Some information specific to po-debconf are available at | ||
9 | # /usr/share/doc/po-debconf/README-trans | ||
10 | # or http://www.debian.org/intl/l10n/po-debconf/README-trans | ||
11 | # | ||
12 | # Developers do not need to manually edit POT or PO files. | ||
13 | # | ||
14 | #, fuzzy | ||
15 | msgid "" | ||
16 | msgstr "" | ||
17 | "Project-Id-Version: PACKAGE VERSION\n" | ||
18 | "Report-Msgid-Bugs-To: \n" | ||
19 | "POT-Creation-Date: 2004-03-06 17:54+0000\n" | ||
20 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
21 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
22 | "Language-Team: LANGUAGE <LL@li.org>\n" | ||
23 | "MIME-Version: 1.0\n" | ||
24 | "Content-Type: text/plain; charset=CHARSET\n" | ||
25 | "Content-Transfer-Encoding: 8bit\n" | ||
26 | |||
27 | #. Type: boolean | ||
28 | #. Description | ||
29 | #: ../templates.master:4 | ||
30 | msgid "Generate new configuration file" | ||
31 | msgstr "" | ||
32 | |||
33 | #. Type: boolean | ||
34 | #. Description | ||
35 | #: ../templates.master:4 | ||
36 | msgid "" | ||
37 | "This version of OpenSSH has a considerably changed configuration file from " | ||
38 | "the version shipped in Debian 'Potato', which you appear to be upgrading " | ||
39 | "from. I can now generate you a new configuration file (/etc/ssh/sshd." | ||
40 | "config), which will work with the new server version, but will not contain " | ||
41 | "any customisations you made with the old version." | ||
42 | msgstr "" | ||
43 | |||
44 | #. Type: boolean | ||
45 | #. Description | ||
46 | #: ../templates.master:4 | ||
47 | msgid "" | ||
48 | "Please note that this new configuration file will set the value of " | ||
49 | "'PermitRootLogin' to yes (meaning that anyone knowing the root password can " | ||
50 | "ssh directly in as root). It is the opinion of the maintainer that this is " | ||
51 | "the correct default (see README.Debian for more details), but you can always " | ||
52 | "edit sshd_config and set it to no if you wish." | ||
53 | msgstr "" | ||
54 | |||
55 | #. Type: boolean | ||
56 | #. Description | ||
57 | #: ../templates.master:4 | ||
58 | msgid "" | ||
59 | "It is strongly recommended that you let me generate a new configuration file " | ||
60 | "for you." | ||
61 | msgstr "" | ||
62 | |||
63 | #. Type: boolean | ||
64 | #. Description | ||
65 | #: ../templates.master:23 | ||
66 | msgid "Allow SSH protocol 2 only" | ||
67 | msgstr "" | ||
68 | |||
69 | #. Type: boolean | ||
70 | #. Description | ||
71 | #: ../templates.master:23 | ||
72 | msgid "" | ||
73 | "This version of OpenSSH supports version 2 of the ssh protocol, which is " | ||
74 | "much more secure. Disabling ssh 1 is encouraged, however this will slow " | ||
75 | "things down on low end machines and might prevent older clients from " | ||
76 | "connecting (the ssh client shipped with \"potato\" is affected)." | ||
77 | msgstr "" | ||
78 | |||
79 | #. Type: boolean | ||
80 | #. Description | ||
81 | #: ../templates.master:23 | ||
82 | msgid "" | ||
83 | "Also please note that keys used for protocol 1 are different so you will not " | ||
84 | "be able to use them if you only allow protocol 2 connections." | ||
85 | msgstr "" | ||
86 | |||
87 | #. Type: boolean | ||
88 | #. Description | ||
89 | #: ../templates.master:23 | ||
90 | msgid "" | ||
91 | "If you later change your mind about this setting, README.Debian has " | ||
92 | "instructions on what to do to your sshd_config file." | ||
93 | msgstr "" | ||
94 | |||
95 | #. Type: note | ||
96 | #. Description | ||
97 | #: ../templates.master:37 | ||
98 | msgid "ssh2 keys merged in configuration files" | ||
99 | msgstr "" | ||
100 | |||
101 | #. Type: note | ||
102 | #. Description | ||
103 | #: ../templates.master:37 | ||
104 | msgid "" | ||
105 | "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 " | ||
106 | "keys. This means the authorized_keys2 and known_hosts2 files are no longer " | ||
107 | "needed. They will still be read in order to maintain backwards compatibility" | ||
108 | msgstr "" | ||
109 | |||
110 | #. Type: boolean | ||
111 | #. Description | ||
112 | #: ../templates.master:46 | ||
113 | msgid "Do you want to continue (and risk killing active ssh sessions)?" | ||
114 | msgstr "" | ||
115 | |||
116 | #. Type: boolean | ||
117 | #. Description | ||
118 | #: ../templates.master:46 | ||
119 | msgid "" | ||
120 | "The version of /etc/init.d/ssh that you have installed, is likely to kill " | ||
121 | "all running sshd instances. If you are doing this upgrade via an ssh " | ||
122 | "session, that would be a Bad Thing(tm)." | ||
123 | msgstr "" | ||
124 | |||
125 | #. Type: boolean | ||
126 | #. Description | ||
127 | #: ../templates.master:46 | ||
128 | msgid "" | ||
129 | "You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-" | ||
130 | "daemon line in the stop section of the file." | ||
131 | msgstr "" | ||
132 | |||
133 | #. Type: note | ||
134 | #. Description | ||
135 | #: ../templates.master:56 | ||
136 | msgid "NOTE: Forwarding of X11 and Authorization disabled by default." | ||
137 | msgstr "" | ||
138 | |||
139 | #. Type: note | ||
140 | #. Description | ||
141 | #: ../templates.master:56 | ||
142 | msgid "" | ||
143 | "For security reasons, the Debian version of ssh has ForwardX11 and " | ||
144 | "ForwardAgent set to ``off'' by default." | ||
145 | msgstr "" | ||
146 | |||
147 | #. Type: note | ||
148 | #. Description | ||
149 | #: ../templates.master:56 | ||
150 | msgid "" | ||
151 | "You can enable it for servers you trust, either in one of the configuration " | ||
152 | "files, or with the -X command line option." | ||
153 | msgstr "" | ||
154 | |||
155 | #. Type: note | ||
156 | #. Description | ||
157 | #: ../templates.master:56 | ||
158 | msgid "More details can be found in /usr/share/doc/ssh/README.Debian" | ||
159 | msgstr "" | ||
160 | |||
161 | #. Type: note | ||
162 | #. Description | ||
163 | #: ../templates.master:67 | ||
164 | msgid "Warning: rsh-server is installed --- probably not a good idea" | ||
165 | msgstr "" | ||
166 | |||
167 | #. Type: note | ||
168 | #. Description | ||
169 | #: ../templates.master:67 | ||
170 | msgid "" | ||
171 | "having rsh-server installed undermines the security that you were probably " | ||
172 | "wanting to obtain by installing ssh. I'd advise you to remove that package." | ||
173 | msgstr "" | ||
174 | |||
175 | #. Type: note | ||
176 | #. Description | ||
177 | #: ../templates.master:74 | ||
178 | msgid "Warning: telnetd is installed --- probably not a good idea" | ||
179 | msgstr "" | ||
180 | |||
181 | #. Type: note | ||
182 | #. Description | ||
183 | #: ../templates.master:74 | ||
184 | msgid "" | ||
185 | "I'd advise you to either remove the telnetd package (if you don't actually " | ||
186 | "need to offer telnet access) or install telnetd-ssl so that there is at " | ||
187 | "least some chance that telnet sessions will not be sending unencrypted login/" | ||
188 | "password and session information over the network." | ||
189 | msgstr "" | ||
190 | |||
191 | #. Type: note | ||
192 | #. Description | ||
193 | #: ../templates.master:82 | ||
194 | msgid "Warning: you must create a new host key" | ||
195 | msgstr "" | ||
196 | |||
197 | #. Type: note | ||
198 | #. Description | ||
199 | #: ../templates.master:82 | ||
200 | msgid "" | ||
201 | "There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can " | ||
202 | "not handle this host key file, and I can't find the ssh-keygen utility from " | ||
203 | "the old (non-free) SSH installation." | ||
204 | msgstr "" | ||
205 | |||
206 | #. Type: note | ||
207 | #. Description | ||
208 | #: ../templates.master:82 | ||
209 | msgid "You will need to generate a new host key." | ||
210 | msgstr "" | ||
211 | |||
212 | #. Type: boolean | ||
213 | #. Description | ||
214 | #: ../templates.master:92 | ||
215 | msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?" | ||
216 | msgstr "" | ||
217 | |||
218 | #. Type: boolean | ||
219 | #. Description | ||
220 | #: ../templates.master:92 | ||
221 | msgid "" | ||
222 | "You have the option of installing the ssh-keysign helper with the SUID bit " | ||
223 | "set." | ||
224 | msgstr "" | ||
225 | |||
226 | #. Type: boolean | ||
227 | #. Description | ||
228 | #: ../templates.master:92 | ||
229 | msgid "" | ||
230 | "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-" | ||
231 | "based authentication." | ||
232 | msgstr "" | ||
233 | |||
234 | #. Type: boolean | ||
235 | #. Description | ||
236 | #: ../templates.master:92 | ||
237 | msgid "" | ||
238 | "If in doubt, I suggest you install it with SUID. If it causes problems you " | ||
239 | "can change your mind later by running: dpkg-reconfigure ssh" | ||
240 | msgstr "" | ||
241 | |||
242 | #. Type: boolean | ||
243 | #. Description | ||
244 | #: ../templates.master:105 | ||
245 | msgid "Do you want to run the sshd server?" | ||
246 | msgstr "" | ||
247 | |||
248 | #. Type: boolean | ||
249 | #. Description | ||
250 | #: ../templates.master:105 | ||
251 | msgid "This package contains both the ssh client, and the sshd server." | ||
252 | msgstr "" | ||
253 | |||
254 | #. Type: boolean | ||
255 | #. Description | ||
256 | #: ../templates.master:105 | ||
257 | msgid "" | ||
258 | "Normally the sshd Secure Shell Server will be run to allow remote logins via " | ||
259 | "ssh." | ||
260 | msgstr "" | ||
261 | |||
262 | #. Type: boolean | ||
263 | #. Description | ||
264 | #: ../templates.master:105 | ||
265 | msgid "" | ||
266 | "If you are only interested in using the ssh client for outbound connections " | ||
267 | "on this machine, and don't want to log into it at all using ssh, then you " | ||
268 | "can disable sshd here." | ||
269 | msgstr "" | ||
270 | |||
271 | #. Type: note | ||
272 | #. Description | ||
273 | #: ../templates.master:117 | ||
274 | msgid "Environment options on keys have been deprecated" | ||
275 | msgstr "" | ||
276 | |||
277 | #. Type: note | ||
278 | #. Description | ||
279 | #: ../templates.master:117 | ||
280 | msgid "" | ||
281 | "This version of OpenSSH disables the environment option for public keys by " | ||
282 | "default, in order to avoid certain attacks (for example, LD_PRELOAD). If you " | ||
283 | "are using this option in an authorized_keys file, beware that the keys in " | ||
284 | "question will no longer work until the option is removed." | ||
285 | msgstr "" | ||
286 | |||
287 | #. Type: note | ||
288 | #. Description | ||
289 | #: ../templates.master:117 | ||
290 | msgid "" | ||
291 | "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/" | ||
292 | "sshd_config after the upgrade is complete, taking note of the warning in the " | ||
293 | "sshd_config(5) manual page." | ||
294 | msgstr "" | ||