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