summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20110118/e6e89598')
-rw-r--r--zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment-0001.html93
-rw-r--r--zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment.html93
2 files changed, 186 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment-0001.html
new file mode 100644
index 000000000..3622d406f
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment-0001.html
@@ -0,0 +1,93 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<title>[831] add the vhost for blogs</title>
+</head>
+<body>
+
+<style type="text/css"><!--
+#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
+#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
+#msg dt:after { content:':';}
+#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
+#msg dl a { font-weight: bold}
+#msg dl a:link { color:#fc3; }
+#msg dl a:active { color:#ff0; }
+#msg dl a:visited { color:#cc6; }
+h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
+#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
+#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
+#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
+#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
+#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
+#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
+#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
+#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
+#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
+#logmsg pre { background: #eee; padding: 1em; }
+#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
+#logmsg dl { margin: 0; }
+#logmsg dt { font-weight: bold; }
+#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
+#logmsg dd:before { content:'\00bb';}
+#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
+#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
+#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
+#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
+#logmsg table th.Corner { text-align: left; }
+#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
+#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
+#patch { width: 100%; }
+--></style>
+<div id="msg">
+<dl class="meta">
+<dt>Revision</dt> <dd>831</dd>
+<dt>Author</dt> <dd>dams</dd>
+<dt>Date</dt> <dd>2011-01-18 17:59:26 +0100 (Tue, 18 Jan 2011)</dd>
+</dl>
+
+<h3>Log Message</h3>
+<pre>add the vhost for blogs</pre>
+
+<h3>Modified Paths</h3>
+<ul>
+<li><a href="#puppetmodulesblogmanifestsinitpp">puppet/modules/blog/manifests/init.pp</a></li>
+</ul>
+
+</div>
+<div id="patch"><pre>
+<a id="puppetmodulesblogmanifestsinitpp">Modified: puppet/modules/blog/manifests/init.pp</a>
+===================================================================
+--- puppet/modules/blog/manifests/init.pp 2011-01-18 16:50:59 UTC (rev 830)
++++ puppet/modules/blog/manifests/init.pp 2011-01-18 16:59:26 UTC (rev 831)
+@@ -8,7 +8,7 @@
+ ensure =&gt; installed
+ }
+
+- file { &quot;check_new-blog-post&quot;:
++ file { &quot;check_new-blog-post&quot;:
+ path =&gt; &quot;/usr/local/bin/check_new-blog-post.sh&quot;,
+ ensure =&gt; present,
+ owner =&gt; blog,
+@@ -17,6 +17,15 @@
+ content =&gt; template(&quot;blog/check_new-blog-post.sh&quot;)
+ }
+
++ file { &quot;01_blogs_vhosts.conf&quot;:
++ path =&gt; &quot;/etc/httpd/conf/vhosts.d/&quot;,
++ ensure =&gt; present,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 644,
++ content =&gt; template(&quot;blog/01_blogs_vhosts.conf&quot;)
++ }
++
+ file { &quot;/var/lib/blog&quot;:
+ ensure =&gt; directory,
+ owner =&gt; blog,
+
+</pre></div>
+
+</body>
+</html> \ No newline at end of file
diff --git a/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment.html
new file mode 100644
index 000000000..3622d406f
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/attachments/20110118/e6e89598/attachment.html
@@ -0,0 +1,93 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<title>[831] add the vhost for blogs</title>
+</head>
+<body>
+
+<style type="text/css"><!--
+#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
+#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
+#msg dt:after { content:':';}
+#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
+#msg dl a { font-weight: bold}
+#msg dl a:link { color:#fc3; }
+#msg dl a:active { color:#ff0; }
+#msg dl a:visited { color:#cc6; }
+h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
+#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
+#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
+#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
+#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
+#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
+#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
+#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
+#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
+#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
+#logmsg pre { background: #eee; padding: 1em; }
+#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
+#logmsg dl { margin: 0; }
+#logmsg dt { font-weight: bold; }
+#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
+#logmsg dd:before { content:'\00bb';}
+#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
+#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
+#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
+#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
+#logmsg table th.Corner { text-align: left; }
+#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
+#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
+#patch { width: 100%; }
+--></style>
+<div id="msg">
+<dl class="meta">
+<dt>Revision</dt> <dd>831</dd>
+<dt>Author</dt> <dd>dams</dd>
+<dt>Date</dt> <dd>2011-01-18 17:59:26 +0100 (Tue, 18 Jan 2011)</dd>
+</dl>
+
+<h3>Log Message</h3>
+<pre>add the vhost for blogs</pre>
+
+<h3>Modified Paths</h3>
+<ul>
+<li><a href="#puppetmodulesblogmanifestsinitpp">puppet/modules/blog/manifests/init.pp</a></li>
+</ul>
+
+</div>
+<div id="patch"><pre>
+<a id="puppetmodulesblogmanifestsinitpp">Modified: puppet/modules/blog/manifests/init.pp</a>
+===================================================================
+--- puppet/modules/blog/manifests/init.pp 2011-01-18 16:50:59 UTC (rev 830)
++++ puppet/modules/blog/manifests/init.pp 2011-01-18 16:59:26 UTC (rev 831)
+@@ -8,7 +8,7 @@
+ ensure =&gt; installed
+ }
+
+- file { &quot;check_new-blog-post&quot;:
++ file { &quot;check_new-blog-post&quot;:
+ path =&gt; &quot;/usr/local/bin/check_new-blog-post.sh&quot;,
+ ensure =&gt; present,
+ owner =&gt; blog,
+@@ -17,6 +17,15 @@
+ content =&gt; template(&quot;blog/check_new-blog-post.sh&quot;)
+ }
+
++ file { &quot;01_blogs_vhosts.conf&quot;:
++ path =&gt; &quot;/etc/httpd/conf/vhosts.d/&quot;,
++ ensure =&gt; present,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 644,
++ content =&gt; template(&quot;blog/01_blogs_vhosts.conf&quot;)
++ }
++
+ file { &quot;/var/lib/blog&quot;:
+ ensure =&gt; directory,
+ owner =&gt; blog,
+
+</pre></div>
+
+</body>
+</html> \ No newline at end of file
#: authentication.pm:111 authentication.pm:163
#, c-format
msgid "Bind DN "
-msgstr ""
+msgstr "Bind DN "
#: authentication.pm:112 authentication.pm:164
-#, fuzzy, c-format
+#, c-format
msgid "Bind Password "
-msgstr "Heslo"
+msgstr "Heslo pro Bind "
#: authentication.pm:114
#, c-format
msgid "Advanced path for group "
-msgstr ""
+msgstr "Pokročilá cesta pro skupinu "
#: authentication.pm:116
-#, fuzzy, c-format
+#, c-format
msgid "Password base"
-msgstr "Heslo"
+msgstr "Základna pro heslo"
#: authentication.pm:117
-#, fuzzy, c-format
+#, c-format
msgid "Group base"
-msgstr "ID skupiny"
+msgstr "Základna pro skupinu"
#: authentication.pm:118
#, c-format
msgid "Shadow base"
-msgstr ""
+msgstr "Základna pro shadow"
#: authentication.pm:133
#, c-format
@@ -910,48 +905,50 @@ msgid ""
"You have selected Kerberos 5 authentication. Please review the configuration "
"options below "
msgstr ""
+"Vybrali jste ověřování pomocí Kerberos 5. Zkontrolujte prosím níže uvedené "
+"volby nastavení "
#: authentication.pm:135
-#, fuzzy, c-format
+#, c-format
msgid "Realm "
-msgstr "Skutečné jméno"
+msgstr "Oblast "
#: authentication.pm:137
-#, fuzzy, c-format
+#, c-format
msgid "KDCs Servers"
-msgstr "LDAP server"
+msgstr "Servery KDCs"
#: authentication.pm:139
#, c-format
msgid "Use DNS to resolve hosts for realms "
-msgstr ""
+msgstr "Použít DNS pro vyhledání počítačů pro oblasti "
#: authentication.pm:140
#, c-format
msgid "Use DNS to resolve KDCs for realms "
-msgstr ""
+msgstr "Použít DNS pro vyhledání KDCs pro oblasti "
#: authentication.pm:145
-#, fuzzy, c-format
+#, c-format
msgid "Use local file for users informations"
-msgstr "Použít libsafe pro servery"
+msgstr "Použít místní soubor pro informace o uživatelích"
#: authentication.pm:146
-#, fuzzy, c-format
+#, c-format
msgid "Use Ldap for users informations"
-msgstr "Informace o pevném disku"
+msgstr "Použít LDAP pro informace o uživatelích"
#: authentication.pm:152
#, c-format
msgid ""
"You have selected Kerberos 5 for authentication, now you must choose the "
"type of users information "
-msgstr ""
+msgstr "Vybrali jste pro ověřování Kerberos 5, nyní je třeba zvolit typ informací o uživatelích "
#: authentication.pm:158
#, c-format
msgid "Fecth base Dn "
-msgstr ""
+msgstr "Získat základní Dn "
#: authentication.pm:179
#, c-format
@@ -959,6 +956,8 @@ msgid ""
"You have selected NIS authentication. Please review the configuration "
"options below "
msgstr ""
+"Vybrali jste ověřování pomocí NIS. Zkontrolujte prosím níže uvedené "
+"volby nastavení "
#: authentication.pm:181
#, c-format
@@ -976,11 +975,13 @@ msgid ""
"You have selected Windows Domain authentication. Please review the "
"configuration options below "
msgstr ""
+"Vybrali jste ověřování pomocí domén Windows. Zkontrolujte prosím níže uvedené "
+"volby nastavení "
#: authentication.pm:207
-#, fuzzy, c-format
+#, c-format
msgid "Domain Model "
-msgstr "Doména"
+msgstr "Doménový model "
#: authentication.pm:209
#, c-format
@@ -1016,12 +1017,12 @@ msgstr "Nelze použít všesměrové vysílání bez NIS domény"
#: authentication.pm:866
#, c-format
msgid "Select file"
-msgstr ""
+msgstr "Vyberte soubor"
#: authentication.pm:872
-#, fuzzy, c-format
+#, c-format
msgid "Domain Windows for authentication : "
-msgstr "Vyžadováno ověření Domény"
+msgstr "Doména Windows pro ověřování: "
#: authentication.pm:874
#, c-format
@@ -1625,8 +1626,7 @@ msgstr "Odstranit soubor loopbacku?"
#: diskdrake/interactive.pm:532
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+msgid "After changing type of partition %s, all data on this partition will be lost"
msgstr "Tím, že změníte typ oddílu %s, přijdete o všechna jeho data"
#: diskdrake/interactive.pm:545
@@ -2096,8 +2096,7 @@ msgstr "Vyberte si šifrovací klíč pro souborový systém"
#: diskdrake/interactive.pm:1299
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Tento šifrovací klíč je příliš jednoduchý (musí být alespoň %d znaků dlouhý)"
+msgstr "Tento šifrovací klíč je příliš jednoduchý (musí být alespoň %d znaků dlouhý)"
#: diskdrake/interactive.pm:1300
#, c-format
@@ -2154,8 +2153,7 @@ msgstr "Další"
#: diskdrake/smbnfs_gtk.pm:178
#, c-format
-msgid ""
-"Please enter your username, password and domain name to access this host."
+msgid "Please enter your username, password and domain name to access this host."
msgstr ""
"Prosím zadejte své uživatelské jméno, heslo a název domény, pod kterými "
"chcete přistupovat k tomuto počítači."
@@ -2321,8 +2319,7 @@ msgstr ""
#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
-msgstr ""
-"Neinterpretovat speciální znaková či bloková zařízení na souborovém systému."
+msgstr "Neinterpretovat speciální znaková či bloková zařízení na souborovém systému."
#: fs/mount_options.pm:132
#, c-format
@@ -2502,7 +2499,7 @@ msgstr ""
"není dostatek místa)"
#: fs/partitioning_wizard.pm:127
-#, fuzzy, c-format
+#, c-format
msgid "Use the free space on a Microsoft Windows® partition"
msgstr "Použít volné místo na oddílu Microsoft Windows®"
@@ -3095,7 +3092,7 @@ msgstr ""
"Zde si pro vaši zvukovou (%s) kartu můžete vybrat alternativní ovladač (buď "
"OSS nebo ALSA)"
-#. -PO: here the first %s is either "OSS" or "ALSA",
+#. -PO: here the first %s is either "OSS" or "ALSA",
#. -PO: the second %s is the name of the current driver
#. -PO: and the third %s is the name of the default driver
#: harddrake/sound.pm:392
@@ -5270,10 +5267,8 @@ msgstr "Povolit přímé přihlášení uživatele root."
#: security/help.pm:33
#, c-format
-msgid ""
-"Allow the list of users on the system on display managers (kdm and gdm)."
-msgstr ""
-"Povolit výpis uživatelů systému ve správcích přihlášení (kdm nebo gdm)."
+msgid "Allow the list of users on the system on display managers (kdm and gdm)."
+msgstr "Povolit výpis uživatelů systému ve správcích přihlášení (kdm nebo gdm)."
#: security/help.pm:35
#, c-format
@@ -5447,8 +5442,7 @@ msgstr "Povolit sulogin(8) v jednouživatelském režimu."
#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
-msgstr ""
-"Přidá jméno k výjimkám, které se nekontrolují na dobu platnosti pomocí msec."
+msgstr "Přidá jméno k výjimkám, které se nekontrolují na dobu platnosti pomocí msec."
#: security/help.pm:102
#, c-format
@@ -5501,14 +5495,12 @@ msgstr ""
#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
-msgstr ""
-"pokud je nastaveno, kontrolu práva souborů v domovském adresáři uživatele"
+msgstr "pokud je nastaveno, kontrolu práva souborů v domovském adresáři uživatele"
#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
-msgstr ""
-"pokud je nastaveno, kontroluje, zda je síťové rozhraní v promiskuitním režimu"
+msgstr "pokud je nastaveno, kontroluje, zda je síťové rozhraní v promiskuitním režimu"
#: security/help.pm:119
#, c-format
@@ -5533,8 +5525,7 @@ msgstr "pokud je nastaveno, ověřuje kontrolní součet pro suid/sgid soubory."
#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
-msgstr ""
-"pokud je nastaveno, kontroluje přidávání/odebírání souborů se suid root."
+msgstr "pokud je nastaveno, kontroluje přidávání/odebírání souborů se suid root."
#: security/help.pm:124
#, c-format
@@ -5555,10 +5546,8 @@ msgstr "pokud je nastaveno, provádí kontrolu na chkrootkit."
#: security/help.pm:127
#, c-format
-msgid ""
-"if set, send the mail report to this email address else send it to root."
-msgstr ""
-"pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
+msgid "if set, send the mail report to this email address else send it to root."
+msgstr "pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
#: security/help.pm:128
#, c-format
@@ -5718,8 +5707,7 @@ msgstr "Použije heslo pro autentizaci uživatelů"
#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
-msgstr ""
-"Povolí/zakáže kontrolu na nastavení promiskuitního režimu síťového rozhraní."
+msgstr "Povolí/zakáže kontrolu na nastavení promiskuitního režimu síťového rozhraní."
#: security/l10n.pm:35
#, c-format
@@ -5839,8 +5827,7 @@ msgstr "Neposílat emailem prázdná hlášení"
#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
-msgstr ""
-"Pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
+msgstr "Pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
#: security/l10n.pm:59
#, c-format
@@ -5909,8 +5896,7 @@ msgstr ""
msgid ""
"Passwords are now enabled, but use as a networked computer is still not "
"recommended."
-msgstr ""
-"Hesla jsou nyní aktivní, ale stále nedoporučuji použít tento počítač na síti."
+msgstr "Hesla jsou nyní aktivní, ale stále nedoporučuji použít tento počítač na síti."
#: security/level.pm:45
#, c-format
@@ -5926,8 +5912,7 @@ msgstr ""
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
-msgstr ""
-"Existují zde některá omezení a každou noc jsou spuštěny automatické testy."
+msgstr "Existují zde některá omezení a každou noc jsou spuštěny automatické testy."
#: security/level.pm:47
#, c-format
@@ -5981,8 +5966,7 @@ msgstr "Použít libsafe pro servery"
#: security/level.pm:63
#, c-format
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
+msgid "A library which defends against buffer overflow and format string attacks."
msgstr ""
"Knihovna, které zabraňuje útokům proti přetečení bufferu nebo proti špatnému "
"formátování řetězců."
@@ -6034,8 +6018,7 @@ msgstr ""
#: services.pm:28
#, c-format
-msgid ""
-"Common UNIX Printing System (CUPS) is an advanced printer spooling system"
+msgid "Common UNIX Printing System (CUPS) is an advanced printer spooling system"
msgstr ""
"Common UNIX Printing System (CUPS) je pokročilý systém pro správu tisku a "
"tiskáren."
@@ -6084,8 +6067,7 @@ msgstr ""
#: services.pm:38
#, c-format
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgid "Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr "Apache je WWW server. Je používán k poskytování HTML a CGI souborů."
#: services.pm:39
@@ -6169,8 +6151,7 @@ msgstr ""
msgid ""
"DBUS is a daemon which broadcasts notifications of system events and other "
"messages"
-msgstr ""
-"DBUS je démon, který vysílá upozornění na události v systému a další zprávy"
+msgstr "DBUS je démon, který vysílá upozornění na události v systému a další zprávy"
#: services.pm:58
#, c-format
@@ -6330,8 +6311,7 @@ msgstr ""
#: services.pm:92
#, c-format
-msgid ""
-"SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
+msgid "SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
msgstr ""
"SANE (Scanner Access Now Easy) umožňuje přístup ke skenerům, video kamerám a "
"dalším zařízením..."
@@ -6846,83 +6826,3 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalace selhala"
-#~ msgid "Active Directory with SFU"
-#~ msgstr "Active Directory s SFU"
-
-#~ msgid "Active Directory with Winbind"
-#~ msgstr "Active Directory s Winbind"
-
-#~ msgid "Use information stored in local files for all authentication"
-#~ msgstr ""
-#~ "Použít pro veškeré ověřování informace uložené v lokálních souborech"
-
-#~ msgid "Active Directory with SFU:"
-#~ msgstr "Active Directory s SFU:"
-
-#~ msgid "Active Directory with Winbind:"
-#~ msgstr "Active Directory s Winbind:"
-
-#~ msgid ""
-#~ "Winbind allows the system to authenticate users in a Windows Active "
-#~ "Directory Server."
-#~ msgstr ""
-#~ "Winbind umožňuje systému ověřovat uživatele na serveru s Windows Active "
-#~ "Directory."
-
-#~ msgid "Authentication LDAP"
-#~ msgstr "Ověření pomocí LDAP"
-
-#~ msgid "TLS"
-#~ msgstr "TLS"
-
-#~ msgid "SSL"
-#~ msgstr "SSL"
-
-#~ msgid "security layout (SASL/Kerberos)"
-#~ msgstr "bezpečnostní schéma (SASL/Kerberos)"
-
-#~ msgid "Authentication Active Directory"
-#~ msgstr "Ověření pomocí Active Directory"
-
-#~ msgid "LDAP users database"
-#~ msgstr "Databáze uživatelů LDAP"
-
-#~ msgid "LDAP user allowed to browse the Active Directory"
-#~ msgstr "Uživatelé z databáze LDAP, kteří mohou prohlížet Active Directory"
-
-#~ msgid "Password for user"
-#~ msgstr "Heslo pro uživatele"
-
-#~ msgid "Authentication NIS"
-#~ msgstr "Ověření pomocí NIS"
-
-#~ msgid ""
-#~ "For this to work for a W2K PDC, you will probably need to have the admin "
-#~ "run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-#~ "add and reboot the server.\n"
-#~ "You will also need the username/password of a Domain Admin to join the "
-#~ "machine to the Windows(TM) domain.\n"
-#~ "If networking is not yet enabled, Drakx will attempt to join the domain "
-#~ "after the network setup step.\n"
-#~ "Should this setup fail for some reason and domain authentication is not "
-#~ "working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows"
-#~ "(tm) Domain, and Admin Username/Password, after system boot.\n"
-#~ "The command 'wbinfo -t' will test whether your authentication secrets are "
-#~ "good."
-#~ msgstr ""
-#~ "Aby toto správně pracovalo se serverem W2K PDC, bude muset správce "
-#~ "serveru spustit: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access"
-#~ "\" everyone / add a restartovat server.\n"
-#~ "Budete také potřebovat uživatelské jméno a heslo Správce Domény, abyste "
-#~ "mohli připojit počítač do domény Windows(TM).\n"
-#~ "Jestliže ještě není povolena síť, aplikace DrakX se pokusí připojit k "
-#~ "doméně po fázi nastavení sítě.\n"
-#~ "Pakliže toto nastavení z jakéhokoli důvodu selže, a ověření na PDC nebude "
-#~ "pracovat správně, spusťte po naběhnutí systému 'smbpasswd -j DOMAIN -U "
-#~ "USER%%PASSWORD' (použijte svou doménu Windows(TM) a uživatelské jméno a "
-#~ "heslo Správce domény).\n"
-#~ "Příkaz 'wbinfo -t' otestuje, zda-li vaše tajné informace pro ověření jsou "
-#~ "správné."
-
-#~ msgid "Authentication Windows Domain"
-#~ msgstr "Doména Windows pro ověření"