package security::level; use strict; use common; use run_program; sub level_list() { ( 0 => N("Welcome To Crackers"), 1 => N("Poor"), 2 => N("Standard"), 3 => N("High"), 4 => N("Higher"), 5 => N("Paranoid"), ); } sub to_string { +{ level_list() }->{$_[0]} } sub from_string { +{ reverse level_list() }->{$_[0]} || 2 } sub get_string() { to_string(get() || 2) } sub get_common_list() { map { to_string($_) } (1, 2, 3, 4, 5) } sub get() { cat_("$::prefix/etc/profile") =~ /export SECURE_LEVEL=(\d+)/ && $1 || #- 8.0 msec cat_("$::prefix/etc/profile.d/msec.sh") =~ /export SECURE_LEVEL=(\d+)/ && $1 || #- 8.1 msec ${{ getVarsFromSh("$::prefix/etc/sysconfig/msec") }}{SECURE_LEVEL} || #- 8.2 msec $ENV{SECURE_LEVEL} || 3; } sub set { my ($security) = @_; run_program::rooted($::prefix, 'msec', '-o', 'run_commands=0', '-o', 'log=stderr', $security || 3); } sub level_choose { my ($in, $security, $libsafe, $email) = @_; my %help = ( 0 => N("This level is to be used with care. It makes your system more easy to use, but very sensitive. It must not be used for a machine connected to others or to the Internet. There is no password access."), 1 => N("Passwords are now enabled, but use as a networked computer is still not recommended."), 2 => N("This is the standard security recommended for a computer that will be used to connect to the Internet as a client."), 3 => N("There are already some restrictions, and more automatic checks are run every night."), 4 => N("With this security level, the use of this system as a server becomes possible. The security is now high enough to use the system as a server which can accept connections from many clients. Note: if your machine is only a client on the Internet, you should choose a lower level."), 5 => N("This is similar to the previous level, but the system is entirely closed and security features are at their maximum."), ); my @l = 2 .. 5; $in->ask_from_({ title => $::isInstall ? N("Security") : N("DrakSec Basic Options"), messages => N("Please choose the desired security level") . "\n\n" . join('', map { to_string($_) . ": " . formatAlaTeX($help{$_}) . "\n\n" } @l), interactive_help_id => 'miscellaneous', }, [ { label => N("Security level"), val => $security, list => \@l, format => \&to_string }, if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/, { label => N("Use libsafe for servers"), val => $libsafe, type => 'bool', text => N("A library which defends against buffer overflow and format string attacks.") }), { label => N("Security Administrator (login or email)"), val => $email, }, ], ); } 1; option value='topic/extlinux'>topic/extlinux Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-11 15:50:10 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-11 15:50:10 +0000
commiteb2372f697457b333fe0c88fd504e585561640ca (patch)
treea61905a4f237edb221dae682f2911d4a120dab95
parent8cf3586519ca3e32460dabdad1606075cf521d5c (diff)
downloaddrakx-eb2372f697457b333fe0c88fd504e585561640ca.tar
drakx-eb2372f697457b333fe0c88fd504e585561640ca.tar.gz
drakx-eb2372f697457b333fe0c88fd504e585561640ca.tar.bz2
drakx-eb2372f697457b333fe0c88fd504e585561640ca.tar.xz
drakx-eb2372f697457b333fe0c88fd504e585561640ca.zip
sync with code
Diffstat
-rw-r--r--perl-install/share/po/af.po36
-rw-r--r--perl-install/share/po/am.po36
-rw-r--r--perl-install/share/po/ar.po36
-rw-r--r--perl-install/share/po/az.po36
-rw-r--r--perl-install/share/po/be.po36
-rw-r--r--perl-install/share/po/bg.po36
-rw-r--r--perl-install/share/po/bn.po36
-rw-r--r--perl-install/share/po/br.po36
-rw-r--r--perl-install/share/po/bs.po36
-rw-r--r--perl-install/share/po/ca.po36
-rw-r--r--perl-install/share/po/cs.po120
-rw-r--r--perl-install/share/po/cy.po36
-rw-r--r--perl-install/share/po/da.po129
-rw-r--r--perl-install/share/po/de.po36
-rw-r--r--perl-install/share/po/el.po36
-rw-r--r--perl-install/share/po/eo.po36
-rw-r--r--perl-install/share/po/es.po36
-rw-r--r--perl-install/share/po/et.po36
-rw-r--r--perl-install/share/po/eu.po186
-rw-r--r--perl-install/share/po/fa.po36
-rw-r--r--perl-install/share/po/fi.po36
-rw-r--r--perl-install/share/po/fr.po38
-rw-r--r--perl-install/share/po/fur.po36
-rw-r--r--perl-install/share/po/ga.po36
-rw-r--r--perl-install/share/po/gl.po36
-rw-r--r--perl-install/share/po/he.po102
-rw-r--r--perl-install/share/po/hi.po36
-rw-r--r--perl-install/share/po/hr.po36
-rw-r--r--perl-install/share/po/hu.po38
-rw-r--r--perl-install/share/po/id.po36
-rw-r--r--perl-install/share/po/is.po121
-rw-r--r--perl-install/share/po/it.po36
-rw-r--r--perl-install/share/po/ja.po36
-rw-r--r--perl-install/share/po/ko.po36
-rw-r--r--perl-install/share/po/ky.po36
-rw-r--r--perl-install/share/po/libDrakX.pot36
-rw-r--r--perl-install/share/po/lt.po36
-rw-r--r--perl-install/share/po/ltg.po36
-rw-r--r--perl-install/share/po/lv.po36
-rw-r--r--perl-install/share/po/mk.po36
-rw-r--r--perl-install/share/po/mn.po36
-rw-r--r--perl-install/share/po/ms.po36
-rw-r--r--perl-install/share/po/mt.po36
-rw-r--r--perl-install/share/po/nb.po36
-rw-r--r--perl-install/share/po/nl.po1705
-rw-r--r--perl-install/share/po/nn.po128
-rw-r--r--perl-install/share/po/pa_IN.po36
-rw-r--r--perl-install/share/po/pl.po144
-rw-r--r--perl-install/share/po/pt.po138
-rw-r--r--perl-install/share/po/pt_BR.po36
-rw-r--r--perl-install/share/po/ro.po36
-rw-r--r--perl-install/share/po/ru.po1557
-rw-r--r--perl-install/share/po/sc.po36
-rw-r--r--perl-install/share/po/sk.po36
-rw-r--r--perl-install/share/po/sl.po126
-rw-r--r--perl-install/share/po/sq.po36
-rw-r--r--perl-install/share/po/sr.po36
-rw-r--r--perl-install/share/po/sr@Latn.po36
-rw-r--r--perl-install/share/po/sv.po116
-rw-r--r--perl-install/share/po/ta.po36
-rw-r--r--perl-install/share/po/tg.po36
-rw-r--r--perl-install/share/po/th.po36
-rw-r--r--perl-install/share/po/tl.po36
-rw-r--r--perl-install/share/po/tr.po36
-rw-r--r--perl-install/share/po/uk.po36
-rw-r--r--perl-install/share/po/uz.po36
-rw-r--r--perl-install/share/po/uz@cyrillic.po36
-rw-r--r--perl-install/share/po/vi.po36
-rw-r--r--perl-install/share/po/wa.po36
-rw-r--r--perl-install/share/po/zh_CN.po36
-rw-r--r--perl-install/share/po/zh_TW.po36
71 files changed, 4344 insertions, 2356 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 124b12e31..389a4d2c5 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-af\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2005-04-21 17:33+0200\n"
"Last-Translator: Dirk van der Walt <dirkvanderwalt@webmail.co.za>\n"
"Language-Team: Afrikaans\n"
@@ -2926,7 +2926,32 @@ msgstr "cpu # "
msgid "Please Wait... Applying the configuration"
msgstr "Wag asb... Konfigurasie word toegpas"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "Probleemoplossing"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "Geen alternatiewe drywer"
@@ -3009,12 +3034,7 @@ msgstr ""
msgid "Driver:"
msgstr "Drywer:"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "Probleemoplossing"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 8642bb23a..b8770ffeb 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2004-06-01 03:36+0100\n"
"Last-Translator: Alemayehu <alemayehu@gmx.at>\n"
"Language-Team: Amharic <am-translate@geez.org>\n"
@@ -2779,7 +2779,32 @@ msgstr "ሲፒዩ #"
msgid "Please Wait... Applying the configuration"
msgstr "እባክዎ ይጠብቁ... ምርጫውን በስራ ላይ አያዋለ ነው"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
+
+#: harddrake/sound.pm:330
#, fuzzy, c-format
msgid "No alternative driver"
msgstr "ምንም "
@@ -2840,12 +2865,7 @@ msgstr ""
msgid "Driver:"
msgstr ""
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr ""
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index a2d5c032e..bf29fa51d 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2005-03-03 01:06+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -2926,7 +2926,32 @@ msgstr "cpu # "
msgid "Please Wait... Applying the configuration"
msgstr "يرجى الإنتظار... جاري تطبيق التهيئة"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "حل المشاكل"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "لا مشغل بديل"
@@ -3004,12 +3029,7 @@ msgstr ""
msgid "Driver:"
msgstr "المُشغّل:"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "حل المشاكل"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index b8c433cf4..aa7ef4466 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-az\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2005-03-31 14:21+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -2935,7 +2935,32 @@ msgstr "cpu # "
msgid "Please Wait... Applying the configuration"
msgstr "Xahiş edirik, gözləyin... Qurğular tətbiq edilir"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "Problem həlli"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "Alternativ sürücü yoxdur"
@@ -3017,12 +3042,7 @@ msgstr ""
msgid "Driver:"
msgstr "Sürücü:"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "Problem həlli"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 103e5bcb0..3261c2305 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -2809,7 +2809,32 @@ msgstr ""
msgid "Please Wait... Applying the configuration"
msgstr "Праверка параметраў настройкі"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, fuzzy, c-format
+msgid "Trouble shooting"
+msgstr "Настройкі мышы"
+
+#: harddrake/sound.pm:330
#, fuzzy, c-format
msgid "No alternative driver"
msgstr "Выкарыстаць альтэрнатыўную прыладу"
@@ -2870,12 +2895,7 @@ msgstr ""
msgid "Driver:"
msgstr "Прылада %d"
-#: harddrake/sound.pm:278
-#, fuzzy, c-format
-msgid "Trouble shooting"
-msgstr "Настройкі мышы"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index ca2eca0bb..33df06ed6 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-bg\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2004-09-15 13:27+0200\n"
"Last-Translator: Boyan Ivanov <boyan17@bulgaria.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -2896,7 +2896,32 @@ msgstr "cpu # "
msgid "Please Wait... Applying the configuration"
msgstr "Моля, почакайте ... Прилагане на настройките"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "Няма алтернативен драйвер"
@@ -2965,12 +2990,7 @@ msgstr ""
msgid "Driver:"
msgstr "Драйвер: "
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr ""
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index 2163c43d4..39629fd12 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX HEAD\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2005-03-19 23:18+0600\n"
"Last-Translator: Samia <mailsamia2001@yahoo.com>\n"
"Language-Team: Bangla <mdk-translation@bengalinux.org>\n"
@@ -2942,7 +2942,32 @@ msgstr "সিপিউ #"
msgid "Please Wait... Applying the configuration"
msgstr "অনুগ্রহ করে অপেক্ষা করুন.... কনফিগারেশন প্রস্তাব করা হচ্ছে"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "ট্রাবল শুটিং"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "কোন বিকল্প ড্রাইভার নেই"
@@ -3025,12 +3050,7 @@ msgstr ""
msgid "Driver:"
msgstr "ড্রাইভার"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "ট্রাবল শুটিং"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 0c85006db..f907c84ed 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 10.2\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2008-02-23 16:06+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -2865,7 +2865,32 @@ msgstr "kewerier # "
msgid "Please Wait... Applying the configuration"
msgstr "Gortozit mar plij, o lakaat ar c'hefluniadur"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "Defaziañ"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "N'eus sturier all ebet"
@@ -2934,12 +2959,7 @@ msgstr ""
msgid "Driver:"
msgstr "Sturier :"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "Defaziañ"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 922c8c021..d6552eb3c 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: bs\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2006-09-13 19:15+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -2982,7 +2982,32 @@ msgstr "cpu # "
msgid "Please Wait... Applying the configuration"
msgstr "Molim sačekajte... Primjenjujem konfiguraciju"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "Kako ukloniti problem?"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "Nema alternativnog drajvera"
@@ -3065,12 +3090,7 @@ msgstr ""
msgid "Driver:"
msgstr "Drajver:"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "Kako ukloniti problem?"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index ed7467491..25a6c825b 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ca\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2005-09-13 23:24+0200\n"
"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -2970,7 +2970,32 @@ msgstr "CPU #"
msgid "Please Wait... Applying the configuration"
msgstr "Espereu si us plau... s'està aplicant la configuració"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "Resolució de problemes"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "No hi ha cap controlador alternatiu"
@@ -3054,12 +3079,7 @@ msgstr ""
msgid "Driver:"
msgstr "Controlador:"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "Resolució de problemes"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 488418240..dbcb5a129 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -6,14 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
-"POT-Creation-Date: 2008-01-17 14:31+0100\n"
+"POT-Creation-Date: 2008-03-11 16:47+0100\n"
"PO-Revision-Date: 2008-02-17 23:36+0100\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: KBabel 1.11.4\n"
#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
@@ -202,8 +203,10 @@ msgstr "omezení"
#: any.pm:406
#, c-format
-msgid "Option ``Restrict command line options'' is of no use without a password"
-msgstr "Volba ''Omezení nastavení z příkazové řádky'' je bezpředmětné bez hesla"
+msgid ""
+"Option ``Restrict command line options'' is of no use without a password"
+msgstr ""
+"Volba ''Omezení nastavení z příkazové řádky'' je bezpředmětné bez hesla"
#: any.pm:408
#, c-format
@@ -396,7 +399,8 @@ msgstr "Prosím zadejte uživatelské jméno"
#: any.pm:763
#, c-format
-msgid "The user name must contain only lower cased letters, numbers, `-' and `_'"
+msgid ""
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uživatelské jméno může obsahovat pouze malá písmena, čísla, '-' a '_'"
#: any.pm:764
@@ -467,7 +471,8 @@ msgstr "Automatické přihlášení"
#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
-msgstr "Můžu nastavit váš počítač tak, aby automaticky přihlásil vybraného uživatele."
+msgstr ""
+"Můžu nastavit váš počítač tak, aby automaticky přihlásil vybraného uživatele."
#: any.pm:837
#, c-format
@@ -635,7 +640,8 @@ msgstr ""
#: any.pm:1173
#, c-format
-msgid "You can export using NFS or SMB. Please select which you would like to use."
+msgid ""
+"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
"Nyní lze provést export přes protokol NFS nebo SMB. Vyberte prosím, který "
"chcete použít."
@@ -1562,7 +1568,8 @@ msgstr "Odstranit soubor loopbacku?"
#: diskdrake/interactive.pm:530
#, 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:543
@@ -2032,7 +2039,8 @@ msgstr "Vyberte si šifrovací klíč pro souborový systém"
#: diskdrake/interactive.pm:1298
#, 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:1299
#, c-format
@@ -2089,7 +2097,8 @@ 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."
@@ -2250,7 +2259,8 @@ 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
@@ -2960,7 +2970,32 @@ msgstr "cpu #"
msgid "Please Wait... Applying the configuration"
msgstr "Čekejte prosím... Aktivuji konfiguraci"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:305
+#, c-format
+msgid "Enable PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:309
+#, c-format
+msgid "Automatic routing from ALSA to PulseAudio"
+msgstr ""
+
+#: harddrake/sound.pm:313
+#, c-format
+msgid "Enable user switching for audio applications"
+msgstr ""
+
+#: harddrake/sound.pm:318
+#, c-format
+msgid "Reset sound mixer to default values"
+msgstr ""
+
+#: harddrake/sound.pm:323
+#, c-format
+msgid "Trouble shooting"
+msgstr "Řešení problémů"
+
+#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "Bez alternativního ovladače"
@@ -2988,7 +3023,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:253
@@ -3043,12 +3078,7 @@ msgstr ""
msgid "Driver:"
msgstr "Ovladač:"
-#: harddrake/sound.pm:278
-#, c-format
-msgid "Trouble shooting"
-msgstr "Řešení problémů"
-
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:379
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -5167,8 +5197,10 @@ 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
@@ -5342,7 +5374,8 @@ 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
@@ -5395,12 +5428,14 @@ 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
@@ -5425,7 +5460,8 @@ 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
@@ -5446,8 +5482,10 @@ 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
@@ -5607,7 +5645,8 @@ 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
@@ -5727,7 +5766,8 @@ 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
@@ -5796,7 +5836,8 @@ 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
@@ -5812,7 +5853,8 @@ 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
@@ -5866,7 +5908,8 @@ msgstr "Použít libsafe pro servery"
#: security/level.pm:64
#, 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ů."
@@ -5918,7 +5961,8 @@ 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."
@@ -5967,7 +6011,8 @@ 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
@@ -6051,7 +6096,8 @@ 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
@@ -6211,7 +6257,8 @@ 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..."
@@ -6725,4 +6772,3 @@ msgstr ""
#, c-format
msgid "Installation failed"
msgstr "Instalace selhala"
-
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index bada034f0..37f3ae0a2 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""