summaryrefslogtreecommitdiff
path: root/debian/po/cs.po
diff options
context:
space:
mode:
Diffstat (limited to 'debian/po/cs.po')
-rw-r--r--debian/po/cs.po317
1 files changed, 317 insertions, 0 deletions
diff --git a/debian/po/cs.po b/debian/po/cs.po
new file mode 100644
index 000000000..9c6a397bf
--- /dev/null
+++ b/debian/po/cs.po
@@ -0,0 +1,317 @@
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#
14msgid ""
15msgstr ""
16"Project-Id-Version: openssh\n"
17"Report-Msgid-Bugs-To: debian-ssh@lists.debian.org\n"
18"POT-Creation-Date: 2007-08-19 15:36+0100\n"
19"PO-Revision-Date: 2007-04-30 10:22+0200\n"
20"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
21"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
22"MIME-Version: 1.0\n"
23"Content-Type: text/plain; charset=UTF-8\n"
24"Content-Transfer-Encoding: 8bit\n"
25
26#. Type: boolean
27#. Description
28#: ../openssh-server.templates.master:1001
29msgid "Generate a new configuration file for OpenSSH?"
30msgstr "Vytvořit nový konfigurační soubor OpenSSH?"
31
32#. Type: boolean
33#. Description
34#: ../openssh-server.templates.master:1001
35msgid ""
36"This version of OpenSSH has a considerably changed configuration file from "
37"the version shipped in Debian 'Potato', which you appear to be upgrading "
38"from. This package can now generate a new configuration file (/etc/ssh/sshd."
39"config), which will work with the new server version, but will not contain "
40"any customizations you made with the old version."
41msgstr ""
42"Tato verze OpenSSH má oproti verzi dodávané s Debianem 2.2, kterou nyní "
43"pravděpodobně aktualizujete, značně odlišný konfigurační soubor. Balík nyní "
44"může vytvořit nový konfigurační soubor (/etc/ssh/sshd.config), který bude "
45"fungovat s novou verzí serveru, ale nebude obsahovat žádné úpravy, které "
46"jste provedli ve staré verzi."
47
48#. Type: boolean
49#. Description
50#: ../openssh-server.templates.master:1001
51msgid ""
52"Please note that this new configuration file will set the value of "
53"'PermitRootLogin' to 'yes' (meaning that anyone knowing the root password "
54"can ssh directly in as root). Please read the README.Debian file for more "
55"details about this design choice."
56msgstr ""
57"V novém konfiguračním souboru bude parametr PermitRootLogin nastaven na "
58"hodnotu 'yes'. To znamená, že se kdokoliv se znalostí rootova hesla může "
59"přihlásit rovnou jako root. Více o tomto rozhodnutí se dozvíte v souboru "
60"README.Debian."
61
62#. Type: boolean
63#. Description
64#: ../openssh-server.templates.master:1001
65msgid ""
66"It is strongly recommended that you choose to generate a new configuration "
67"file now."
68msgstr "Je vřele doporučeno nechat si nyní vytvořit nový konfigurační soubor."
69
70#. Type: boolean
71#. Description
72#: ../openssh-server.templates.master:2001
73msgid "Do you want to risk killing active SSH sessions?"
74msgstr "Chcete riskovat ukončení aktivních SSH spojení?"
75
76#. Type: boolean
77#. Description
78#: ../openssh-server.templates.master:2001
79msgid ""
80"The currently installed version of /etc/init.d/ssh is likely to kill all "
81"running sshd instances. If you are doing this upgrade via an SSH session, "
82"you're likely to be disconnected and leave the upgrade procedure unfinished."
83msgstr ""
84"Stávající verze /etc/init.d/ssh pravděpodobně pozabíjí všechny běžící "
85"instance sshd. Pokud tuto aktualizaci provádíte přes SSH, budete nejspíše "
86"odpojeni a aktualizace skončí na půli cesty."
87
88#. Type: boolean
89#. Description
90#: ../openssh-server.templates.master:2001
91msgid ""
92"This can be fixed by manually adding \"--pidfile /var/run/sshd.pid\" to the "
93"start-stop-daemon line in the stop section of the file."
94msgstr ""
95"Můžete to spravit ručním přidáním \"--pidfile /var/run/sshd.pid\" na řádek "
96"start-stop-daemon v sekci stop."
97
98#. Type: note
99#. Description
100#: ../openssh-server.templates.master:3001
101msgid "New host key mandatory"
102msgstr "Nutný nový serverový klíč"
103
104#. Type: note
105#. Description
106#: ../openssh-server.templates.master:3001
107msgid ""
108"The current host key, in /etc/ssh/ssh_host_key, is encrypted with the IDEA "
109"algorithm. OpenSSH can not handle this host key file, and the ssh-keygen "
110"utility from the old (non-free) SSH installation does not appear to be "
111"available."
112msgstr ""
113"Aktuální serverový klíč v /etc/ssh/ssh_host_key je šifrovaný algoritmem "
114"IDEA. OpenSSH neumí tento soubor zpracovat a zdá se, že utilita ssh-keygen "
115"ze staré (nesvobodné) instalace SSH není k dispozici."
116
117#. Type: note
118#. Description
119#: ../openssh-server.templates.master:3001
120msgid "You need to manually generate a new host key."
121msgstr "Musíte ručně vygenerovat nový serverový klíč"
122
123#. Type: boolean
124#. Description
125#: ../openssh-server.templates.master:4001
126msgid "Disable challenge-response authentication?"
127msgstr "Zakázat autentizaci challenge-response?"
128
129#. Type: boolean
130#. Description
131#: ../openssh-server.templates.master:4001
132msgid ""
133"Password authentication appears to be disabled in the current OpenSSH server "
134"configuration. In order to prevent users from logging in using passwords "
135"(perhaps using only public key authentication instead) with recent versions "
136"of OpenSSH, you must disable challenge-response authentication, or else "
137"ensure that your PAM configuration does not allow Unix password file "
138"authentication."
139msgstr ""
140"Zdá se, že autentizace pomocí hesel je ve vaší stávající konfiguraci OpenSSH "
141"serveru zakázána. Abyste zabránili uživatelům v přihlášení pouze pomocí "
142"hesla, musíte v posledních verzích OpenSSH zakázat autentizaci challenge-"
143"response, nebo jinak zajistit, aby PAM nepovolilo autentizaci vůči unixovému "
144"souboru hesel."
145
146#. Type: boolean
147#. Description
148#: ../openssh-server.templates.master:4001
149msgid ""
150"If you disable challenge-response authentication, then users will not be "
151"able to log in using passwords. If you leave it enabled (the default "
152"answer), then the 'PasswordAuthentication no' option will have no useful "
153"effect unless you also adjust your PAM configuration in /etc/pam.d/ssh."
154msgstr ""
155"Zakážete-li autentizaci challenge-response, uživatelé se nebudou moci "
156"přihlásit pomocí hesel. Necháte-li ji povolenu (přednastavená odpověď), pak "
157"nebude mít volba 'PasswordAuthentication no' žádný efekt, pokud ovšem "
158"neupravíte nastavení PAM v /etc/pam.d/ssh."
159
160#~ msgid "Warning: you must create a new host key"
161#~ msgstr "Varování: musíte vytvořit nový serverový klíč"
162
163#~ msgid "Warning: telnetd is installed --- probably not a good idea"
164#~ msgstr "Varování: je nainstalován telnetd --- to není dobrý nápad"
165
166#~ msgid ""
167#~ "I'd advise you to either remove the telnetd package (if you don't "
168#~ "actually need to offer telnet access) or install telnetd-ssl so that "
169#~ "there is at least some chance that telnet sessions will not be sending "
170#~ "unencrypted login/password and session information over the network."
171#~ msgstr ""
172#~ "Doporučujeme buď odstranit balík telnetd (pokud telnet přístup "
173#~ "nepotřebujete), nebo nainstalovat telnetd-ssl, kde je alespoň nějaká "
174#~ "šance, že spojení nebudou po síti zasílat nezašifrovaná jména/hesla/"
175#~ "informace."
176
177#~ msgid "Warning: rsh-server is installed --- probably not a good idea"
178#~ msgstr "Varování: je nainstalován rsh-server --- to není dobrý nápad"
179
180#~ msgid ""
181#~ "having rsh-server installed undermines the security that you were "
182#~ "probably wanting to obtain by installing ssh. I'd advise you to remove "
183#~ "that package."
184#~ msgstr ""
185#~ "nainstalováním rsh-server si bouráte bezpečnost, kterou jste "
186#~ "pravděpodobně chtěli dosáhnout instalací ssh. Doporučujeme tento balík "
187#~ "odstranit."
188
189#~ msgid "Do you want ssh-keysign to be installed SUID root?"
190#~ msgstr "Chcete ssh-keysign nainstalovat jako SUID root?"
191
192#~ msgid ""
193#~ "You have the option of installing the ssh-keysign helper with the SUID "
194#~ "bit set."
195#~ msgstr ""
196#~ "Můžete si vybrat, zda chcete nainstalovat ssh-keysign s nastaveným SUID "
197#~ "bitem."
198
199#~ msgid ""
200#~ "If you make ssh-keysign SUID, you will be able to use SSH's Protocol 2 "
201#~ "host-based authentication."
202#~ msgstr ""
203#~ "Pokud nastavíte ssh-keysign SUID, můžete používat 'host-based' "
204#~ "autentizaci protokolu verze 2."
205
206#~ msgid ""
207#~ "If in doubt, I suggest you install it with SUID. If it causes problems "
208#~ "you can change your mind later by running: dpkg-reconfigure ssh"
209#~ msgstr ""
210#~ "Pokud jste na pochybách, doporučujeme SUID bit povolit. Pokud zaznamenáte "
211#~ "problémy, můžete nastavení změnit spuštěním: dpkg-reconfigure ssh"
212
213#~ msgid "Allow SSH protocol 2 only"
214#~ msgstr "Povolit pouze SSH protokol verze 2"
215
216#~ msgid ""
217#~ "This version of OpenSSH supports version 2 of the ssh protocol, which is "
218#~ "much more secure. Disabling ssh 1 is encouraged, however this will slow "
219#~ "things down on low end machines and might prevent older clients from "
220#~ "connecting (the ssh client shipped with \"potato\" is affected)."
221#~ msgstr ""
222#~ "Tato verze OpenSSH podporuje ssh protokol ve verzi 2, který je mnohem "
223#~ "bezpečnější. Je dobré ssh verze 1 zakázat, nicméně na slabších počítačích "
224#~ "se projeví zpomalení a také tím znemožníte přihlášení starších klientů "
225#~ "(například těch z Debianu 2.2)."
226
227#~ msgid ""
228#~ "Also please note that keys used for protocol 1 are different so you will "
229#~ "not be able to use them if you only allow protocol 2 connections."
230#~ msgstr ""
231#~ "Také si všimněte, že klíče protokolu verze 1 jsou odlišné a pokud "
232#~ "povolíte pouze protokol verze 2, nebudete je moci použít. "
233
234#~ msgid ""
235#~ "If you later change your mind about this setting, README.Debian has "
236#~ "instructions on what to do to your sshd_config file."
237#~ msgstr ""
238#~ "Pokud se později rozhodnete jinak, v README.Debian se nachází přesný "
239#~ "návod, jak upravit soubor sshd_config."
240
241#~ msgid "ssh2 keys merged in configuration files"
242#~ msgstr "Klíče ssh2 v konfiguračních souborech byly spojeny"
243
244#~ msgid ""
245#~ "As of version 3 OpenSSH no longer uses separate files for ssh1 and ssh2 "
246#~ "keys. This means the authorized_keys2 and known_hosts2 files are no "
247#~ "longer needed. They will still be read in order to maintain backwards "
248#~ "compatibility"
249#~ msgstr ""
250#~ "OpenSSH verze 3 již nepoužívá oddělené soubory pro klíče verze ssh1 a "
251#~ "ssh2. To znamená, že soubory authorized_keys2 a known_hosts2 již nejsou "
252#~ "potřeba, ovšem z důvodů zachování zpětné kompatibility jsou stále "
253#~ "načítány."
254
255#~ msgid "NOTE: Forwarding of X11 and Authorization disabled by default."
256#~ msgstr "POZNÁMKA: Autorizace a přesměrování X11 je standardně vypnuto."
257
258#~ msgid ""
259#~ "For security reasons, the Debian version of ssh has ForwardX11 and "
260#~ "ForwardAgent set to ``off'' by default."
261#~ msgstr ""
262#~ "Z bezpečnostních důvodů má verze ssh v Debianu standardně nastavené "
263#~ "ForwardX11 a ForwardAgent na hodnotu \"off\"."
264
265#~ msgid ""
266#~ "You can enable it for servers you trust, either in one of the "
267#~ "configuration files, or with the -X command line option."
268#~ msgstr ""
269#~ "Pro servery, kterým důvěřujete, můžete tyto parametry povolit v jednom z "
270#~ "konfiguračních souborů, nebo z příkazové řádky parametrem -X."
271
272#~ msgid "More details can be found in /usr/share/doc/ssh/README.Debian"
273#~ msgstr "Více naleznete v /usr/share/doc/ssh/README.Debian"
274
275#~ msgid "Do you want to run the sshd server?"
276#~ msgstr "Chcete spustit sshd server?"
277
278#~ msgid "This package contains both the ssh client, and the sshd server."
279#~ msgstr "Tento balík obsahuje jak klienta ssh, tak server sshd."
280
281#~ msgid ""
282#~ "Normally the sshd Secure Shell Server will be run to allow remote logins "
283#~ "via ssh."
284#~ msgstr ""
285#~ "Obvykle se sshd (Secure Shell Server) spouští, aby se vzdálení uživatelé "
286#~ "mohli přihlašovat přes ssh."
287
288#~ msgid ""
289#~ "If you are only interested in using the ssh client for outbound "
290#~ "connections on this machine, and don't want to log into it at all using "
291#~ "ssh, then you can disable sshd here."
292#~ msgstr ""
293#~ "Pokud na tomto počítači chcete využívat pouze ssh klienta pro odchozí "
294#~ "spojení, můžete zde sshd zakázat."
295
296#~ msgid "Environment options on keys have been deprecated"
297#~ msgstr "Volby prostředí spojené s klíči jsou zakázány"
298
299#~ msgid ""
300#~ "This version of OpenSSH disables the environment option for public keys "
301#~ "by default, in order to avoid certain attacks (for example, LD_PRELOAD). "
302#~ "If you are using this option in an authorized_keys file, beware that the "
303#~ "keys in question will no longer work until the option is removed."
304#~ msgstr ""
305#~ "Pro zamezení určitých typů útoků (např. LD_PRELOAD), tato verze OpenSSH "
306#~ "standardně zabraňuje používat volbu prostředí u veřejných klíčů. Pokud "
307#~ "tuto volbu používáte v souboru authorized_keys, tak postižené klíče "
308#~ "nebudou fungovat, dokud jim tuto volbu nesmažete."
309
310#~ msgid ""
311#~ "To re-enable this option, set \"PermitUserEnvironment yes\" in /etc/ssh/"
312#~ "sshd_config after the upgrade is complete, taking note of the warning in "
313#~ "the sshd_config(5) manual page."
314#~ msgstr ""
315#~ "Pro znovupovolení této volby si po aktualizaci přečtěte varování v "
316#~ "manuálové stránce sshd_config(5) a v souboru /etc/ssh/sshd_config zadejte "
317#~ "\"PermitUserEnvironment yes\"."