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