summaryrefslogtreecommitdiff
path: root/debian/po/templates.pot
diff options
context:
space:
mode:
Diffstat (limited to 'debian/po/templates.pot')
-rw-r--r--debian/po/templates.pot343
1 files changed, 343 insertions, 0 deletions
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 000000000..ef7c409f7
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,343 @@
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
15msgid ""
16msgstr ""
17"Project-Id-Version: PACKAGE VERSION\n"
18"Report-Msgid-Bugs-To: \n"
19"POT-Creation-Date: 2003-11-15 15:36+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: note
28#. Description
29#: ../templates.master:3
30msgid "Privilege separation"
31msgstr ""
32
33#. Type: note
34#. Description
35#: ../templates.master:3
36msgid ""
37"Privilege separation is turned on by default, so if you decide you want it "
38"turned off, you need to add \"UsePrivilegeSeparation no\" to /etc/ssh/"
39"sshd_config."
40msgstr ""
41
42#. Type: boolean
43#. Description
44#: ../templates.master:19
45msgid "Enable Privilege separation"
46msgstr ""
47
48#. Type: boolean
49#. Description
50#: ../templates.master:19
51msgid ""
52"This version of OpenSSH contains the new privilege separation option. This "
53"significantly reduces the quantity of code that runs as root, and therefore "
54"reduces the impact of security holes in sshd."
55msgstr ""
56
57#. Type: boolean
58#. Description
59#: ../templates.master:19
60msgid ""
61"Unfortunately, privilege separation interacts badly with PAM. Any PAM "
62"session modules that need to run as root (pam_mkhomedir, for example) will "
63"fail, and PAM keyboard-interactive authentication won't work."
64msgstr ""
65
66#. Type: boolean
67#. Description
68#: ../templates.master:19
69msgid ""
70"Since you've opted to have me generate an sshd_config file for you, you can "
71"choose whether or not to have privilege separation turned on or not. Unless "
72"you know you need to use PAM features that won't work with this option, you "
73"should enable it."
74msgstr ""
75
76#. Type: boolean
77#. Description
78#: ../templates.master:36
79msgid "Generate new configuration file"
80msgstr ""
81
82#. Type: boolean
83#. Description
84#: ../templates.master:36
85msgid ""
86"This version of OpenSSH has a considerably changed configuration file from "
87"the version shipped in Debian 'Potato', which you appear to be upgrading "
88"from. I can now generate you a new configuration file (/etc/ssh/sshd."
89"config), which will work with the new server version, but will not contain "
90"any customisations you made with the old version."
91msgstr ""
92
93#. Type: boolean
94#. Description
95#: ../templates.master:36
96msgid ""
97"Please note that this new configuration file will set the value of "
98"'PermitRootLogin' to yes (meaning that anyone knowing the root password can "
99"ssh directly in as root). It is the opinion of the maintainer that this is "
100"the correct default (see README.Debian for more details), but you can always "
101"edit sshd_config and set it to no if you wish."
102msgstr ""
103
104#. Type: boolean
105#. Description
106#: ../templates.master:36
107msgid ""
108"It is strongly recommended that you let me generate a new configuration file "
109"for you."
110msgstr ""
111
112#. Type: boolean
113#. Description
114#: ../templates.master:55
115msgid "Allow SSH protocol 2 only"
116msgstr ""
117
118#. Type: boolean
119#. Description
120#: ../templates.master:55
121msgid ""
122"This version of OpenSSH supports version 2 of the ssh protocol, which is "
123"much more secure. Disabling ssh 1 is encouraged, however this will slow "
124"things down on low end machines and might prevent older clients from "
125"connecting (the ssh client shipped with \"potato\" is affected)."
126msgstr ""
127
128#. Type: boolean
129#. Description
130#: ../templates.master:55
131msgid ""
132"Also please note that keys used for protocol 1 are different so you will not "
133"be able to use them if you only allow protocol 2 connections."
134msgstr ""
135
136#. Type: boolean
137#. Description
138#: ../templates.master:55
139msgid ""
140"If you later change your mind about this setting, README.Debian has "
141"instructions on what to do to your sshd_config file."
142msgstr ""
143
144#. Type: note
145#. Description
146#: ../templates.master:69
147msgid "ssh2 keys merged in configuration files"
148msgstr ""
149
150#. Type: note
151#. Description
152#: ../templates.master:69
153msgid ""
154"As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 "
155"keys. This means the authorized_keys2 and known_hosts2 files are no longer "
156"needed. They will still be read in order to maintain backwards compatibility"
157msgstr ""
158
159#. Type: boolean
160#. Description
161#: ../templates.master:78
162msgid "Do you want to continue (and risk killing active ssh sessions)?"
163msgstr ""
164
165#. Type: boolean
166#. Description
167#: ../templates.master:78
168msgid ""
169"The version of /etc/init.d/ssh that you have installed, is likely to kill "
170"all running sshd instances. If you are doing this upgrade via an ssh "
171"session, that would be a Bad Thing(tm)."
172msgstr ""
173
174#. Type: boolean
175#. Description
176#: ../templates.master:78
177msgid ""
178"You can fix this by adding \"--pidfile /var/run/sshd.pid\" to the start-stop-"
179"daemon line in the stop section of the file."
180msgstr ""
181
182#. Type: note
183#. Description
184#: ../templates.master:88
185msgid "NOTE: Forwarding of X11 and Authorization disabled by default."
186msgstr ""
187
188#. Type: note
189#. Description
190#: ../templates.master:88
191msgid ""
192"For security reasons, the Debian version of ssh has ForwardX11 and "
193"ForwardAgent set to ``off'' by default."
194msgstr ""
195
196#. Type: note
197#. Description
198#: ../templates.master:88
199msgid ""
200"You can enable it for servers you trust, either in one of the configuration "
201"files, or with the -X command line option."
202msgstr ""
203
204#. Type: note
205#. Description
206#: ../templates.master:88
207msgid "More details can be found in /usr/share/doc/ssh/README.Debian"
208msgstr ""
209
210#. Type: note
211#. Description
212#: ../templates.master:99
213msgid "Warning: rsh-server is installed --- probably not a good idea"
214msgstr ""
215
216#. Type: note
217#. Description
218#: ../templates.master:99
219msgid ""
220"having rsh-server installed undermines the security that you were probably "
221"wanting to obtain by installing ssh. I'd advise you to remove that package."
222msgstr ""
223
224#. Type: note
225#. Description
226#: ../templates.master:106
227msgid "Warning: telnetd is installed --- probably not a good idea"
228msgstr ""
229
230#. Type: note
231#. Description
232#: ../templates.master:106
233msgid ""
234"I'd advise you to either remove the telnetd package (if you don't actually "
235"need to offer telnet access) or install telnetd-ssl so that there is at "
236"least some chance that telnet sessions will not be sending unencrypted login/"
237"password and session information over the network."
238msgstr ""
239
240#. Type: note
241#. Description
242#: ../templates.master:114
243msgid "Warning: you must create a new host key"
244msgstr ""
245
246#. Type: note
247#. Description
248#: ../templates.master:114
249msgid ""
250"There is an old /etc/ssh/ssh_host_key, which is IDEA encrypted. OpenSSH can "
251"not handle this host key file, and I can't find the ssh-keygen utility from "
252"the old (non-free) SSH installation."
253msgstr ""
254
255#. Type: note
256#. Description
257#: ../templates.master:114
258msgid "You will need to generate a new host key."
259msgstr ""
260
261#. Type: boolean
262#. Description
263#: ../templates.master:124
264msgid "Do you want /usr/lib/ssh-keysign to be installed SUID root?"
265msgstr ""
266
267#. Type: boolean
268#. Description
269#: ../templates.master:124
270msgid ""
271"You have the option of installing the ssh-keysign helper with the SUID bit "
272"set."
273msgstr ""
274
275#. Type: boolean
276#. Description
277#: ../templates.master:124
278msgid ""
279"If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 host-"
280"based authentication."
281msgstr ""
282
283#. Type: boolean
284#. Description
285#: ../templates.master:124
286msgid ""
287"If in doubt, I suggest you install it with SUID. If it causes problems you "
288"can change your mind later by running: dpkg-reconfigure ssh"
289msgstr ""
290
291#. Type: boolean
292#. Description
293#: ../templates.master:137
294msgid "Do you want to run the sshd server?"
295msgstr ""
296
297#. Type: boolean
298#. Description
299#: ../templates.master:137
300msgid "This package contains both the ssh client, and the sshd server."
301msgstr ""
302
303#. Type: boolean
304#. Description
305#: ../templates.master:137
306msgid ""
307"Normally the sshd Secure Shell Server will be run to allow remote logins via "
308"ssh."
309msgstr ""
310
311#. Type: boolean
312#. Description
313#: ../templates.master:137
314msgid ""
315"If you are only interested in using the ssh client for outbound connections "
316"on this machine, and don't want to log into it at all using ssh, then you "
317"can disable sshd here."
318msgstr ""
319
320#. Type: note
321#. Description
322#: ../templates.master:149
323msgid "Environment options on keys have been deprecated"
324msgstr ""
325
326#. Type: note
327#. Description
328#: ../templates.master:149
329msgid ""
330"This version of OpenSSH disables the environment option for public keys by "
331"default, in order to avoid certain attacks (for example, LD_PRELOAD). If you "
332"are using this option in an authorized_keys file, beware that the keys in "
333"question will no longer work until the option is removed."
334msgstr ""
335
336#. Type: note
337#. Description
338#: ../templates.master:149
339msgid ""
340"To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/"
341"sshd_config after the upgrade is complete, taking note of the warning in the "
342"sshd_config(5) manual page."
343msgstr ""