summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-September/008079.html
Commit message (Expand)AuthorAgeFilesLines
* Add zarb MLs html archivesHEADmasterNicolas Vigier2013-04-141-0/+217
ic/v_webmin_0_87 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-03-31 14:21:10 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-03-31 14:21:10 +0000
commitbfb09e371ed27cb0ea3979ef989129d369a205d0 (patch)
tree9f44e567f4c3107f9a6e9676c59b25add7f37b03 /perl-install
parentea592dba10cebc36c270038a6efd338973c9de4e (diff)
downloaddrakx-bfb09e371ed27cb0ea3979ef989129d369a205d0.tar
drakx-bfb09e371ed27cb0ea3979ef989129d369a205d0.tar.gz
drakx-bfb09e371ed27cb0ea3979ef989129d369a205d0.tar.bz2
drakx-bfb09e371ed27cb0ea3979ef989129d369a205d0.tar.xz
drakx-bfb09e371ed27cb0ea3979ef989129d369a205d0.zip
Updated po files and help messages (patch from Pixel)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootlook.pm12
-rw-r--r--perl-install/help.pm41
-rw-r--r--perl-install/share/po/DrakX.pot187
-rw-r--r--perl-install/share/po/no.po1302
-rw-r--r--perl-install/share/po/sp.po1068
-rwxr-xr-xperl-install/standalone/drakgw5
6 files changed, 1379 insertions, 1236 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm
index 3a7aeb2d5..51e8b3aab 100644
--- a/perl-install/bootlook.pm
+++ b/perl-install/bootlook.pm
@@ -41,8 +41,14 @@ import Locale::GetText I_;
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~/--embedded (\S*) (\S*)/;
if ($::isEmbedded) {
print "EMBED\n";
+<<<<<<< bootlook.pm
+ print "XID: $::XID\n";
+ print "CCPID: $::CCPID\n";
+# $path_to_pixmaps = "./pixmaps/";
+=======
print "XID : $::XID\n";
print "CCPID : $::CCPID\n";
+>>>>>>> 1.18
}
my $in = interactive->vnew('su');
@@ -176,7 +182,7 @@ $x_box->pack_start($x_no_button, 0, 0, 0);
my $user_dedans = new Gtk::HBox(0, 10);
$user_dedans->border_width (0);
-my $x_yes_button = new Gtk::RadioButton _("Yes, I want autologin with this (user , desktop)"), $x_no_button;
+my $x_yes_button = new Gtk::RadioButton _("Yes, I want autologin with this (user, desktop)"), $x_no_button;
$x_yes_button->set_active($l_mode);
my $x_combo_vbox = new Gtk::VBox(0, 10);
my $user_combo = new Gtk::Combo;
@@ -283,7 +289,7 @@ sub isXlaunched
{
my $line;
- open INITTAB, "/etc/inittab" or die _("can not open /etc/inittab for reading : $!");
+ open INITTAB, "/etc/inittab" or die _("can not open /etc/inittab for reading: $!");
while (<INITTAB>) {
if (/id:([1-6]):initdefault:/) { $line = $_; last; }
}
@@ -345,7 +351,7 @@ sub isAutologin
{
my $line;
- open AUTOLOGIN, "/etc/sysconfig/autologin" or die _("can not open /etc/sysconfig/autologin for reading : $!");
+ open AUTOLOGIN, "/etc/sysconfig/autologin" or die _("can not open /etc/sysconfig/autologin for reading: $!");
while (<AUTOLOGIN>) {
if (/AUTOLOGIN=(yes|no)/) { $line = $_; last; }
}
diff --git a/perl-install/help.pm b/perl-install/help.pm
index dbbf5dd9b..b1ad37b26 100644
--- a/perl-install/help.pm
+++ b/perl-install/help.pm
@@ -680,7 +680,18 @@ when booting. The following values are available:
* normal: select normal 80x25 text mode.
- * <number>: use the corresponding text mode."),
+ * <number>: use the corresponding text mode.
+
+
+ - Clean \"/tmp\" at each boot: if you want delete all files and directories
+stored in \"/tmp\" when you boot your system, select this option.
+
+
+ - Precise RAM if needed: unfortunately, there is no standard method to ask the
+BIOS about the amount of RAM present in your computer. As consequence, Linux may
+fail to detect your amount of RAM correctly. If this is the case, you can
+specify the correct amount or RAM here. Please note that a difference of 2 or 4
+MB between detected memory and memory present in your system is normal."),
setupYabootGeneral =>
__("Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able
@@ -825,33 +836,9 @@ configureXxdm =>
\"No\"."),
miscellaneous =>
- __("You can now select some miscellaneous options for your system.
-
-* Use hard drive optimizations: this option can improve hard disk performance but is only for advanced users. Some buggy
- chipsets can ruin your data, so beware. Note that the kernel has a builtin blacklist of drives and chipsets, but if
- you want to avoid bad surprises, leave this option unset.
-
-
-* Choose security level: you can choose a security level for your system. Please refer to the manual for complete
+ __("You can choose a security level for your system. Please refer to the manual for complete
information. Basically, if you don't know what to choose, keep the default option.
-
-
-* Precise RAM if needed: unfortunately, there is no standard method to ask the BIOS about the amount of RAM present in
- your computer. As consequence, Linux may fail to detect your amount of RAM correctly. If this is the case, you can
- specify the correct amount or RAM here. Please note that a difference of 2 or 4 MB between detected memory and memory
- present in your system is normal.
-
-
-* Removable media automounting: if you would prefer not to manually mount removable media (CD-Rom, floppy, Zip, etc.) by
- typing \"mount\" and \"umount\", select this option.
-
-
-* Clean \"/tmp\" at each boot: if you want delete all files and directories stored in \"/tmp\" when you boot your system,
- select this option.
-
-
-* Enable num lock at startup: if you want NumLock key enabled after booting, select this option. Please note that you
- should not enable this option on laptops and that NumLock may or may not work under X."),
+"),
exitInstall =>
__("Your system is going to reboot.
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index 400c0d618..d9ecd3a18 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-03-29 19:45+0200\n"
+"POT-Creation-Date: 2001-03-31 15:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -312,7 +312,7 @@ msgstr ""
msgid "Test again"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1336 ../../bootlook.pm_.c:210
+#: ../../Xconfigurator.pm_.c:1336 ../../bootlook.pm_.c:214
msgid "Quit"
msgstr ""
@@ -907,118 +907,122 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr ""
-#: ../../bootlook.pm_.c:87
+#: ../../bootlook.pm_.c:88
msgid "/_File"
msgstr ""
-#: ../../bootlook.pm_.c:89
+#: ../../bootlook.pm_.c:90
msgid "/File/_New"
msgstr ""
-#: ../../bootlook.pm_.c:90
+#: ../../bootlook.pm_.c:91
msgid "<control>N"
msgstr ""
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:93
msgid "/File/_Open"
msgstr ""
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:94
msgid "<control>O"
msgstr ""
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:96
msgid "/File/_Save"
msgstr ""
-#: ../../bootlook.pm_.c:96
+#: ../../bootlook.pm_.c:97
msgid "<control>S"
msgstr ""
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:99
msgid "/File/Save _As"
msgstr ""
-#: ../../bootlook.pm_.c:99
+#: ../../bootlook.pm_.c:100
msgid "/File/-"
msgstr ""
-#: ../../bootlook.pm_.c:101
+#: ../../bootlook.pm_.c:102
msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:103
msgid "<control>Q"
msgstr ""
-#: ../../bootlook.pm_.c:104
+#: ../../bootlook.pm_.c:105
msgid "/_Options"
msgstr ""
-#: ../../bootlook.pm_.c:106
+#: ../../bootlook.pm_.c:107
msgid "/Options/Test"
msgstr ""
-#: ../../bootlook.pm_.c:107
+#: ../../bootlook.pm_.c:108
msgid "/_Help"
msgstr ""
-#: ../../bootlook.pm_.c:109
+#: ../../bootlook.pm_.c:110
msgid "/Help/_About..."
msgstr ""
-#: ../../bootlook.pm_.c:116
+#: ../../bootlook.pm_.c:117
msgid "Boot style configuration"
msgstr ""
-#: ../../bootlook.pm_.c:121
-msgid "horizontal nice looking aurora"
+#: ../../bootlook.pm_.c:123
+msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:125
-msgid "vertical traditional aurora"
+#: ../../bootlook.pm_.c:126
+msgid "NewStyle Monitor"
msgstr ""
#: ../../bootlook.pm_.c:129
-msgid "gMonitor"
+msgid "Traditional Monitor"
+msgstr ""
+
+#: ../../bootlook.pm_.c:132
+msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:133
+#: ../../bootlook.pm_.c:136
msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:157
+#: ../../bootlook.pm_.c:161
msgid "Boot mode"
msgstr ""
-#: ../../bootlook.pm_.c:167
+#: ../../bootlook.pm_.c:171
msgid "Launch the X-Window system at start"
msgstr ""
-#: ../../bootlook.pm_.c:175
+#: ../../bootlook.pm_.c:179
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:181
+#: ../../bootlook.pm_.c:185
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:198
+#: ../../bootlook.pm_.c:202
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:206 ../../standalone/draknet_.c:87
+#: ../../bootlook.pm_.c:210 ../../standalone/draknet_.c:87
#: ../../standalone/draknet_.c:118 ../../standalone/draknet_.c:263
#: ../../standalone/draknet_.c:415 ../../standalone/draknet_.c:530
#: ../../standalone/tinyfirewall_.c:62
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:208 ../../standalone/draknet_.c:279
+#: ../../bootlook.pm_.c:212 ../../standalone/draknet_.c:279
msgid "Apply"
msgstr ""
-#: ../../bootlook.pm_.c:210 ../../install_steps_gtk.pm_.c:563
+#: ../../bootlook.pm_.c:214 ../../install_steps_gtk.pm_.c:563
#: ../../interactive.pm_.c:110 ../../interactive.pm_.c:253
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:337
#: ../../my_gtk.pm_.c:340 ../../my_gtk.pm_.c:596
@@ -1028,11 +1032,11 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: ../../bootlook.pm_.c:287
+#: ../../bootlook.pm_.c:292
msgid "can not open /etc/inittab for reading: $!"
msgstr ""
-#: ../../bootlook.pm_.c:342
+#: ../../bootlook.pm_.c:354
msgid "can not open /etc/sysconfig/autologin for reading: $!"
msgstr ""
@@ -2656,10 +2660,25 @@ msgid ""
"\n"
" * normal: select normal 80x25 text mode.\n"
"\n"
-" * <number>: use the corresponding text mode."
+" * <number>: use the corresponding text mode.\n"
+"\n"
+"\n"
+" - Clean \"/tmp\" at each boot: if you want delete all files and "
+"directories\n"
+"stored in \"/tmp\" when you boot your system, select this option.\n"
+"\n"
+"\n"
+" - Precise RAM if needed: unfortunately, there is no standard method to ask "
+"the\n"
+"BIOS about the amount of RAM present in your computer. As consequence, Linux "
+"may\n"
+"fail to detect your amount of RAM correctly. If this is the case, you can\n"
+"specify the correct amount or RAM here. Please note that a difference of 2 "
+"or 4\n"
+"MB between detected memory and memory present in your system is normal."
msgstr ""
-#: ../../help.pm_.c:686
+#: ../../help.pm_.c:697
msgid ""
"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
"to boot either GNU/Linux, MacOS, or MacOSX, if present on your computer.\n"
@@ -2709,7 +2728,7 @@ msgid ""
"Delay expires."
msgstr ""
-#: ../../help.pm_.c:727
+#: ../../help.pm_.c:738
msgid ""
"You can add additional entries for yaboot, either for other operating "
"systems,\n"
@@ -2782,7 +2801,7 @@ msgid ""
"press TAB to see the boot selections."
msgstr ""
-#: ../../help.pm_.c:782
+#: ../../help.pm_.c:793
msgid ""
"SILO is a bootloader for SPARC: it is able to boot\n"
"either GNU/Linux or any other operating system present on your computer.\n"
@@ -2796,7 +2815,7 @@ msgid ""
"in this case, you will need a boot disk in order to boot them!"
msgstr ""
-#: ../../help.pm_.c:794
+#: ../../help.pm_.c:805
msgid ""
"SILO main options are:\n"
" - Bootloader installation: Indicate where you want to place the\n"
@@ -2811,7 +2830,7 @@ msgid ""
"omitted or is set to zero."
msgstr ""
-#: ../../help.pm_.c:807
+#: ../../help.pm_.c:818
msgid ""
"Now it's time to configure the X Window System, which is the\n"
"core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
@@ -2826,61 +2845,27 @@ msgid ""
"change them, as many times as necessary."
msgstr ""
-#: ../../help.pm_.c:820
+#: ../../help.pm_.c:831
msgid ""
"If something is wrong in X configuration, use these options to correctly\n"
"configure the X Window System."
msgstr ""
-#: ../../help.pm_.c:824
+#: ../../help.pm_.c:835
msgid ""
"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
"\"No\"."
msgstr ""
-#: ../../help.pm_.c:828
+#: ../../help.pm_.c:839
msgid ""
-"You can now select some miscellaneous options for your system.\n"
-"\n"
-"* Use hard drive optimizations: this option can improve hard disk "
-"performance but is only for advanced users. Some buggy\n"
-" chipsets can ruin your data, so beware. Note that the kernel has a builtin "
-"blacklist of drives and chipsets, but if\n"
-" you want to avoid bad surprises, leave this option unset.\n"
-"\n"
-"\n"
-"* Choose security level: you can choose a security level for your system. "
-"Please refer to the manual for complete\n"
+"You can choose a security level for your system. Please refer to the manual "
+"for complete\n"
" information. Basically, if you don't know what to choose, keep the default "
"option.\n"
-"\n"
-"\n"
-"* Precise RAM if needed: unfortunately, there is no standard method to ask "
-"the BIOS about the amount of RAM present in\n"
-" your computer. As consequence, Linux may fail to detect your amount of RAM "
-"correctly. If this is the case, you can\n"
-" specify the correct amount or RAM here. Please note that a difference of 2 "
-"or 4 MB between detected memory and memory\n"
-" present in your system is normal.\n"
-"\n"
-"\n"
-"* Removable media automounting: if you would prefer not to manually mount "
-"removable media (CD-Rom, floppy, Zip, etc.) by\n"
-" typing \"mount\" and \"umount\", select this option.\n"
-"\n"
-"\n"
-"* Clean \"/tmp\" at each boot: if you want delete all files and directories "
-"stored in \"/tmp\" when you boot your system,\n"
-" select this option.\n"
-"\n"
-"\n"
-"* Enable num lock at startup: if you want NumLock key enabled after booting, "
-"select this option. Please note that you\n"
-" should not enable this option on laptops and that NumLock may or may not "
-"work under X."
msgstr ""
-#: ../../help.pm_.c:857
+#: ../../help.pm_.c:844
msgid ""
"Your system is going to reboot.\n"
"\n"
@@ -4829,8 +4814,8 @@ msgstr ""
msgid "Internet connection & configuration"
msgstr ""
-#: ../../netconnect.pm_.c:786 ../../netconnect.pm_.c:916
-#: ../../netconnect.pm_.c:926 ../../netconnect.pm_.c:941
+#: ../../netconnect.pm_.c:786 ../../netconnect.pm_.c:913
+#: ../../netconnect.pm_.c:923 ../../netconnect.pm_.c:938
msgid "Network Configuration Wizard"
msgstr ""
@@ -4888,11 +4873,11 @@ msgstr ""
msgid "Do you want to restart the network"
msgstr ""
-#: ../../netconnect.pm_.c:904 ../../netconnect.pm_.c:989
+#: ../../netconnect.pm_.c:901 ../../netconnect.pm_.c:986
msgid "Network Configuration"
msgstr ""
-#: ../../netconnect.pm_.c:905
+#: ../../netconnect.pm_.c:902
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -4900,7 +4885,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../netconnect.pm_.c:917
+#: ../../netconnect.pm_.c:914
msgid ""
"Welcome to The Network Configuration Wizard\n"
"\n"
@@ -4908,75 +4893,75 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../netconnect.pm_.c:919
+#: ../../netconnect.pm_.c:916
msgid "Choose the profile to configure"
msgstr ""
-#: ../../netconnect.pm_.c:920
+#: ../../netconnect.pm_.c:917
msgid "Use auto detection"
msgstr ""
-#: ../../netconnect.pm_.c:926 ../../printerdrake.pm_.c:19
+#: ../../netconnect.pm_.c:923 ../../printerdrake.pm_.c:19
msgid "Detecting devices..."
msgstr ""
-#: ../../netconnect.pm_.c:933
+#: ../../netconnect.pm_.c:930
msgid "Normal modem connection"
msgstr ""
-#: ../../netconnect.pm_.c:933
+#: ../../netconnect.pm_.c:930
#, c-format
msgid "detected on port %s"
msgstr ""
-#: ../../netconnect.pm_.c:934
+#: ../../netconnect.pm_.c:931
msgid "ISDN connection"
msgstr ""
-#: ../../netconnect.pm_.c:934
+#: ../../netconnect.pm_.c:931
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../netconnect.pm_.c:935
+#: ../../netconnect.pm_.c:932
msgid "DSL (or ADSL) connection"
msgstr ""
-#: ../../netconnect.pm_.c:935
+#: ../../netconnect.pm_.c:932
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../netconnect.pm_.c:936
+#: ../../netconnect.pm_.c:933
msgid "Cable connection"
msgstr ""
-#: ../../netconnect.pm_.c:937
+#: ../../netconnect.pm_.c:934
msgid "LAN connection"
msgstr ""
-#: ../../netconnect.pm_.c:937
+#: ../../netconnect.pm_.c:934
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../netconnect.pm_.c:942
+#: ../../netconnect.pm_.c:939
msgid "How do you want to connect to the Internet?"
msgstr ""
-#: ../../netconnect.pm_.c:961
+#: ../../netconnect.pm_.c:958
msgid ""
"Congratulation, The network and internet configuration is finished.\n"
"\n"
"The configuration will now be applied to your system."
msgstr ""
-#: ../../netconnect.pm_.c:964
+#: ../../netconnect.pm_.c:961
msgid ""
"After that is done, we recommend you to restart your X\n"
"environnement to avoid hostname changing problem."
msgstr ""
-#: ../../netconnect.pm_.c:990
+#: ../../netconnect.pm_.c:987
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po
index 23a75e03c..a6cae3761 100644
--- a/perl-install/share/po/no.po
+++ b/perl-install/share/po/no.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2001-03-24 15:21+0100\n"
+"POT-Creation-Date: 2001-03-31 15:19+0200\n"
"PO-Revision-Date: 2001-03-13 13:19CET\n"
"Last-Translator: Terje Bjerkelia <terje@bjerkelia.com>\n"
"Language-Team: Norsk\n"
@@ -17,28 +17,28 @@ msgstr ""
#: ../../Xconfigurator.pm_.c:231
msgid "Configure all heads independantly"
-msgstr ""
+msgstr "Konfigurer all hoder uavhengig"
#: ../../Xconfigurator.pm_.c:232
-#, fuzzy
msgid "Use Xinerama extension"
-msgstr "Bruk automatisk detektering"
+msgstr "Bruk Xinerama utvidelse"
#: ../../Xconfigurator.pm_.c:235
#, c-format
msgid "Configure only card \"%s\" (%s)"
-msgstr ""
+msgstr "Konfigurer bare kort \"%s\" (%s)"
#: ../../Xconfigurator.pm_.c:238
-#, fuzzy
msgid "Multi-head configuration"
-msgstr "Konfigurasjon proxy"
+msgstr "Multi-hode konfigurasjon"
#: ../../Xconfigurator.pm_.c:239
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
+"Systemet ditt støtter konfigurasjon for flere hoder.\n"
+"Hva ønsker du å gjøre?"
#: ../../Xconfigurator.pm_.c:248
msgid "Graphic card"
@@ -231,8 +231,8 @@ msgstr "Grafikk-kort: %s"
msgid "XFree86 server: %s"
msgstr "XFree86-tjener: %s"
-#: ../../Xconfigurator.pm_.c:717 ../../standalone/draknet_.c:246
-#: ../../standalone/draknet_.c:249
+#: ../../Xconfigurator.pm_.c:717 ../../standalone/draknet_.c:248
+#: ../../standalone/draknet_.c:251
msgid "Expert Mode"
msgstr "Ekspertmodus"
@@ -244,103 +244,103 @@ msgstr "Vis alle"
msgid "Resolutions"
msgstr "Oppløsninger"
-#: ../../Xconfigurator.pm_.c:1258
+#: ../../Xconfigurator.pm_.c:1272
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Tastatur-oppsett: %s\n"
-#: ../../Xconfigurator.pm_.c:1259
+#: ../../Xconfigurator.pm_.c:1273
#, c-format
msgid "Mouse type: %s\n"
msgstr "Type mus: %s\n"
-#: ../../Xconfigurator.pm_.c:1260
+#: ../../Xconfigurator.pm_.c:1274
#, c-format
msgid "Mouse device: %s\n"
msgstr "Enhet mus: %s\n"
-#: ../../Xconfigurator.pm_.c:1261
+#: ../../Xconfigurator.pm_.c:1275
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1262
+#: ../../Xconfigurator.pm_.c:1276
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor HorizSync: %s\n"
-#: ../../Xconfigurator.pm_.c:1263
+#: ../../Xconfigurator.pm_.c:1277
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1264
+#: ../../Xconfigurator.pm_.c:1278
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafikk-kort: %s\n"
-#: ../../Xconfigurator.pm_.c:1265
+#: ../../Xconfigurator.pm_.c:1279
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Minne grafikk: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1267
+#: ../../Xconfigurator.pm_.c:1281
#, c-format
msgid "Color depth: %s\n"
msgstr "Fargedybde: %s\n"
-#: ../../Xconfigurator.pm_.c:1268
+#: ../../Xconfigurator.pm_.c:1282
#, c-format
msgid "Resolution: %s\n"
msgstr "Oppløsning: %s\n"
-#: ../../Xconfigurator.pm_.c:1270
+#: ../../Xconfigurator.pm_.c:1284
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86-tjener: %s\n"
-#: ../../Xconfigurator.pm_.c:1271
+#: ../../Xconfigurator.pm_.c:1285
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 driver: %s\n"
-#: ../../Xconfigurator.pm_.c:1290
+#: ../../Xconfigurator.pm_.c:1304
msgid "Preparing X-Window configuration"
msgstr "Forbereder X-Window konfigurasjon"
-#: ../../Xconfigurator.pm_.c:1310 ../../standalone/drakboot_.c:45
+#: ../../Xconfigurator.pm_.c:1324 ../../standalone/drakboot_.c:45
msgid "What do you want to do?"
msgstr "Hva ønsker du å gjøre?"
-#: ../../Xconfigurator.pm_.c:1315
+#: ../../Xconfigurator.pm_.c:1329
msgid "Change Monitor"
msgstr "Endre monitor"
-#: ../../Xconfigurator.pm_.c:1316
+#: ../../Xconfigurator.pm_.c:1330
msgid "Change Graphic card"
msgstr "Endre grafikk-kort"
-#: ../../Xconfigurator.pm_.c:1318
+#: ../../Xconfigurator.pm_.c:1332
msgid "Change Server options"
msgstr "Endre opsjoner for tjener"
-#: ../../Xconfigurator.pm_.c:1319
+#: ../../Xconfigurator.pm_.c:1333
msgid "Change Resolution"
msgstr "Endre oppløsning"
-#: ../../Xconfigurator.pm_.c:1320
+#: ../../Xconfigurator.pm_.c:1334
msgid "Show information"
msgstr "Vis informasjon"
-#: ../../Xconfigurator.pm_.c:1321
+#: ../../Xconfigurator.pm_.c:1335
msgid "Test again"
msgstr "Test igjen"
-#: ../../Xconfigurator.pm_.c:1322 ../../bootlook.pm_.c:204
+#: ../../Xconfigurator.pm_.c:1336 ../../bootlook.pm_.c:214
msgid "Quit"
msgstr "Avslutt"
-#: ../../Xconfigurator.pm_.c:1330
+#: ../../Xconfigurator.pm_.c:1344
#, c-format
msgid ""
"Keep the changes?\n"
@@ -353,20 +353,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1351
+#: ../../Xconfigurator.pm_.c:1365
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Vennligst logg inn i %s på nytt for å aktivere endringene"
-#: ../../Xconfigurator.pm_.c:1371
+#: ../../Xconfigurator.pm_.c:1385
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Vennligst logg ut og bruk så Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1374
+#: ../../Xconfigurator.pm_.c:1388
msgid "X at startup"
msgstr "X ved oppstart"
-#: ../../Xconfigurator.pm_.c:1375
+#: ../../Xconfigurator.pm_.c:1389
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -550,15 +550,15 @@ msgstr "Skjermmodus"
msgid "Delay before booting default image"
msgstr "Forsinkelse før oppstart av standard bilde"
-#: ../../any.pm_.c:160 ../../any.pm_.c:736
-#: ../../install_steps_interactive.pm_.c:865 ../../netconnect.pm_.c:611
+#: ../../any.pm_.c:160 ../../any.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:874 ../../netconnect.pm_.c:611
#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/draknet_.c:488
+#: ../../standalone/draknet_.c:490
msgid "Password"
msgstr "Passord"
-#: ../../any.pm_.c:161 ../../any.pm_.c:737
-#: ../../install_steps_interactive.pm_.c:866
+#: ../../any.pm_.c:161 ../../any.pm_.c:739
+#: ../../install_steps_interactive.pm_.c:875
msgid "Password (again)"
msgstr "Passord (igjen)"
@@ -593,13 +593,13 @@ msgid ""
msgstr ""
"Opsjon ``Begrense kommandolinje-opsjoner'' kan ikke brukes uten et passord"
-#: ../../any.pm_.c:174 ../../any.pm_.c:726
-#: ../../install_steps_interactive.pm_.c:860
+#: ../../any.pm_.c:174 ../../any.pm_.c:715
+#: ../../install_steps_interactive.pm_.c:869
msgid "Please try again"
msgstr "Vennligst prøv igjen"
-#: ../../any.pm_.c:174 ../../any.pm_.c:726
-#: ../../install_steps_interactive.pm_.c:860
+#: ../../any.pm_.c:174 ../../any.pm_.c:715
+#: ../../install_steps_interactive.pm_.c:869
msgid "The passwords do not match"
msgstr "Passordene stemmer ikke overens"
@@ -639,7 +639,7 @@ msgstr ""
msgid "Add"
msgstr "Legg til"
-#: ../../any.pm_.c:218 ../../any.pm_.c:718 ../../diskdrake.pm_.c:46
+#: ../../any.pm_.c:218 ../../any.pm_.c:726 ../../diskdrake.pm_.c:46
#: ../../printerdrake.pm_.c:349
msgid "Done"
msgstr "Ferdig"
@@ -738,12 +738,12 @@ msgstr "Har du enda ett?"
msgid "Do you have any %s interfaces?"
msgstr "Har du noen %s grensesnitt?"
-#: ../../any.pm_.c:610 ../../interactive.pm_.c:100 ../../my_gtk.pm_.c:594
+#: ../../any.pm_.c:610 ../../interactive.pm_.c:100 ../../my_gtk.pm_.c:595
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Nei"
-#: ../../any.pm_.c:610 ../../interactive.pm_.c:100 ../../my_gtk.pm_.c:594
+#: ../../any.pm_.c:610 ../../interactive.pm_.c:100 ../../my_gtk.pm_.c:595
msgid "Yes"
msgstr "Ja"
@@ -830,62 +830,62 @@ msgstr ""
msgid "(already added %s)"
msgstr "(allerede lagt til %s)"
-#: ../../any.pm_.c:715
-msgid "Add user"
-msgstr "Legg til bruker"
-
#: ../../any.pm_.c:716
-#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Entre en bruker\n"
-"%s"
-
-#: ../../any.pm_.c:717
-msgid "Accept user"
-msgstr "Godta bruker"
-
-#: ../../any.pm_.c:727
msgid "This password is too simple"
msgstr "Dette passordet er for enkelt"
-#: ../../any.pm_.c:728
+#: ../../any.pm_.c:717
msgid "Please give a user name"
msgstr "Vennligst oppgi et brukernavn"
-#: ../../any.pm_.c:729
+#: ../../any.pm_.c:718
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Brukernavnet kan kun inneholde små bokstaver, tall, `-' og `_'"
-#: ../../any.pm_.c:730
+#: ../../any.pm_.c:719
msgid "This user name is already added"
msgstr "Denne brukeren er allerede lagt til"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:723
+msgid "Add user"
+msgstr "Legg til bruker"
+
+#: ../../any.pm_.c:724
+#, c-format
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Entre en bruker\n"
+"%s"
+
+#: ../../any.pm_.c:725
+msgid "Accept user"
+msgstr "Godta bruker"
+
+#: ../../any.pm_.c:736
msgid "Real name"
msgstr "Virkelig navn"
-#: ../../any.pm_.c:735 ../../printerdrake.pm_.c:93
+#: ../../any.pm_.c:737 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127
msgid "User name"
msgstr "Brukernavn"
-#: ../../any.pm_.c:738
+#: ../../any.pm_.c:740
msgid "Shell"
msgstr "Skall"
-#: ../../any.pm_.c:740
+#: ../../any.pm_.c:742
msgid "Icon"
msgstr "Ikon"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:761
msgid "Autologin"
msgstr "Autoinnlogg"
-#: ../../any.pm_.c:759
+#: ../../any.pm_.c:762
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -893,11 +893,11 @@ msgstr ""
"Jeg kan sette opp maskinen din til å automatisk logge på en bruker.\n"
"Ønsker du å bruke denne funksjonen?"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:764
msgid "Choose the default user:"
msgstr "Velg standard bruker:"
-#: ../../any.pm_.c:762
+#: ../../any.pm_.c:765
msgid "Choose the window manager to run:"
msgstr "Velg vinduhåndtereren som skal kjøres:"
@@ -931,7 +931,7 @@ msgstr ""
# and only one line per string for the GRUB messages
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:776
+#: ../../bootloader.pm_.c:777
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Velkommen til GRUB, operativsystem-velgeren!"
@@ -943,7 +943,7 @@ msgstr "Velkommen til GRUB, operativsystem-velgeren!"
# The lines must fit on screen, aka length < 80
# and only one line per string for the GRUB messages
#
-#: ../../bootloader.pm_.c:777
+#: ../../bootloader.pm_.c:778
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Bruk %c og %c tastene for å velge hvilken inngang som er markert."
@@ -956,7 +956,7 @@ msgstr "Bruk %c og %c tastene for å velge hvilken inngang som er markert."
# The lines must fit on screen, aka length < 80
# and only one line per string for the GRUB messages
#
-#: ../../bootloader.pm_.c:778
+#: ../../bootloader.pm_.c:779
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Trykk enter for † starte opp valgt OS, 'e' for † redigere"
@@ -968,7 +968,7 @@ msgstr "Trykk enter for † starte opp valgt OS, 'e' for † redigere"
# The lines must fit on screen, aka length < 80
# and only one line per string for the GRUB messages
#
-#: ../../bootloader.pm_.c:779
+#: ../../bootloader.pm_.c:780
msgid "commands before booting, or 'c' for a command-line."
msgstr "kommandoer for oppstart, eller 'c' for en kommandolinje."
@@ -980,21 +980,21 @@ msgstr "kommandoer for oppstart, eller 'c' for en kommandolinje."
# The lines must fit on screen, aka length < 80
# and only one line per string for the GRUB messages
#
-#: ../../bootloader.pm_.c:780
+#: ../../bootloader.pm_.c:781
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Den markerte inngangen vil bli startet automatisk om %d sekunder."
-#: ../../bootloader.pm_.c:784
+#: ../../bootloader.pm_.c:785
msgid "not enough room in /boot"
msgstr "ikke nok plass i /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:876
+#: ../../bootloader.pm_.c:877
msgid "Desktop"
msgstr "Skrivebord"
-#: ../../bootloader.pm_.c:876
+#: ../../bootloader.pm_.c:877
msgid "Start Menu"
msgstr "Startmeny"
@@ -1006,119 +1006,141 @@ msgstr "ingen hjelp implementert ennå.\n"
msgid "Boot Style Configuration"
msgstr "Oppstartsstilkonfigurasjon"
-#: ../../bootlook.pm_.c:87
+#: ../../bootlook.pm_.c:88
msgid "/_File"
msgstr "/_Fil"
-#: ../../bootlook.pm_.c:89
+#: ../../bootlook.pm_.c:90
msgid "/File/_New"
msgstr "/File/_Ny"
-#: ../../bootlook.pm_.c:90
+#: ../../bootlook.pm_.c:91
msgid "<control>N"
msgstr "<control>N"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:93
msgid "/File/_Open"
msgstr "/File/_Åpne"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:94
msgid "<control>O"
msgstr "<control>O"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:96
msgid "/File/_Save"
msgstr "/File/_Lagre"
-#: ../../bootlook.pm_.c:96
+#: ../../bootlook.pm_.c:97
msgid "<control>S"
msgstr "<control>S"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:99
msgid "/File/Save _As"
msgstr "/File/Lagre _som"
-#: ../../bootlook.pm_.c:99
+#: ../../bootlook.pm_.c:100
msgid "/File/-"
msgstr "/Fil/-"
-#: ../../bootlook.pm_.c:101
+#: ../../bootlook.pm_.c:102
msgid "/File/_Quit"
msgstr "/Fil/_Avslutt"
-#: ../../bootlook.pm_.c:102
+#: ../../bootlook.pm_.c:103
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:104
+#: ../../bootlook.pm_.c:105
msgid "/_Options"
msgstr "/_Valg"
-#: ../../bootlook.pm_.c:106
+#: ../../bootlook.pm_.c:107
msgid "/Options/Test"
msgstr "/Valg/Test"
# #: ../help.pm_.c:376 ../help.pm_.c:463 ../install2.pm_.c:65
-#: ../../bootlook.pm_.c:107
+#: ../../bootlook.pm_.c:108
msgid "/_Help"
msgstr "/_Hjelp"
-#: ../../bootlook.pm_.c:109
+#: ../../bootlook.pm_.c:110
msgid "/Help/_About..."
msgstr "/Hjelp/_Om..."
-#: ../../bootlook.pm_.c:116
+#: ../../bootlook.pm_.c:117
msgid "Boot style configuration"
msgstr "Oppstartsstilkonfigurasjon"
-#: ../../bootlook.pm_.c:121
-msgid "horizontal nice looking aurora"
-msgstr "horisontal og fin aurora"
+#: ../../bootlook.pm_.c:123
+msgid "NewStyle Categorizing Monitor"
+msgstr ""
-#: ../../bootlook.pm_.c:125
-msgid "vertical traditional aurora"
-msgstr "vertikal og tradisjonell aurora"
+#: ../../bootlook.pm_.c:126
+#, fuzzy
+msgid "NewStyle Monitor"
+msgstr "Monitor"
#: ../../bootlook.pm_.c:129
-msgid "gMonitor"
-msgstr "gMonitor"
+#, fuzzy
+msgid "Traditional Monitor"
+msgstr "Endre monitor"
-#: ../../bootlook.pm_.c:133
+#: ../../bootlook.pm_.c:132
+msgid "Traditional Gtk+ Monitor"
+msgstr ""
+
+#: ../../bootlook.pm_.c:136
msgid "Launch Aurora at boot time"
msgstr "Start Aurora ved oppstart"
-#: ../../bootlook.pm_.c:157
+#: ../../bootlook.pm_.c:161
msgid "Boot mode"
msgstr "Oppstartsmodus"
-#: ../../bootlook.pm_.c:167
+#: ../../bootlook.pm_.c:171
msgid "Launch the X-Window system at start"
msgstr "Start W-Windowsystemet ved oppstart"
-#: ../../bootlook.pm_.c:175
+#: ../../bootlook.pm_.c:179
msgid "No, I don't want autologin"
msgstr "Nei, jeg vil ikke ha autologin"
-#: ../../bootlook.pm_.c:181
+#: ../../bootlook.pm_.c:185
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, jeg vil ha autologin med denne (bruker; skrivebord)"
-#: ../../bootlook.pm_.c:198
+#: ../../bootlook.pm_.c:202
msgid "System mode"
msgstr "Systemmodus"
-#: ../../bootlook.pm_.c:203 ../../standalone/draknet_.c:413
-#: ../../standalone/tinyfirewall_.c:61
+#: ../../bootlook.pm_.c:210 ../../standalone/draknet_.c:87
+#: ../../standalone/draknet_.c:118 ../../standalone/draknet_.c:263
+#: ../../standalone/draknet_.c:415 ../../standalone/draknet_.c:530
+#: ../../standalone/tinyfirewall_.c:62
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:279
-msgid "can not open /etc/inittab for reading: $!"
+#: ../../bootlook.pm_.c:212 ../../standalone/draknet_.c:279
+msgid "Apply"
msgstr ""
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:214 ../../install_steps_gtk.pm_.c:563
+#: ../../interactive.pm_.c:110 ../../interactive.pm_.c:253
+#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:337
+#: ../../my_gtk.pm_.c:340 ../../my_gtk.pm_.c:596
+#: ../../standalone/draknet_.c:94 ../../standalone/draknet_.c:125
+#: ../../standalone/draknet_.c:285 ../../standalone/draknet_.c:427
+#: ../../standalone/draknet_.c:544
+msgid "Cancel"
+msgstr "Avbryt"
+
+#: ../../bootlook.pm_.c:292
+msgid "can not open /etc/inittab for reading: $!"
+msgstr "kan ikke åpne /etc/inittab for lesing: $!"
+
+#: ../../bootlook.pm_.c:354
msgid "can not open /etc/sysconfig/autologin for reading: $!"
-msgstr ""
+msgstr "kan ikke åpne /etc/sysconfig/autologin for lesing: $!"
#: ../../common.pm_.c:631
msgid "GB"
@@ -1131,7 +1153,7 @@ msgstr "KB"
#: ../../common.pm_.c:631 ../../diskdrake.pm_.c:661
#: ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
-#: ../../install_steps_interactive.pm_.c:569
+#: ../../install_steps_interactive.pm_.c:571
msgid "MB"
msgstr "MB"
@@ -1243,9 +1265,8 @@ msgstr ""
"utvidet partisjon"
#: ../../diskdrake.pm_.c:61
-#, fuzzy
msgid "Not enough space for auto-allocating"
-msgstr "Ikke nok plass til å allokere en ny partisjon"
+msgstr "Ikke nok plass for auto-allokering"
#: ../../diskdrake.pm_.c:63
msgid "Rescue partition table"
@@ -1287,7 +1308,7 @@ msgstr "Veksel"
msgid "Empty"
msgstr "Tom"
-#: ../../diskdrake.pm_.c:118 ../../install_steps_gtk.pm_.c:338
+#: ../../diskdrake.pm_.c:118 ../../install_steps_gtk.pm_.c:396
#: ../../mouse.pm_.c:126
msgid "Other"
msgstr "Andre"
@@ -3439,6 +3460,7 @@ msgstr ""
"en oppstartsdiskett for å starte disse!"
#: ../../help.pm_.c:665
+#, fuzzy
msgid ""
"LILO and grub main options are:\n"
" - Boot device: Sets the name of the device (e.g. a hard disk\n"
@@ -3458,7 +3480,22 @@ msgid ""
"\n"
" * normal: select normal 80x25 text mode.\n"
"\n"
-" * <number>: use the corresponding text mode."
+" * <number>: use the corresponding text mode.\n"
+"\n"
+"\n"
+" - Clean \"/tmp\" at each boot: if you want delete all files and "
+"directories\n"
+"stored in \"/tmp\" when you boot your system, select this option.\n"
+"\n"
+"\n"
+" - Precise RAM if needed: unfortunately, there is no standard method to ask "
+"the\n"
+"BIOS about the amount of RAM present in your computer. As consequence, Linux "
+"may\n"
+"fail to detect your amount of RAM correctly. If this is the case, you can\n"
+"specify the correct amount or RAM here. Please note that a difference of 2 "
+"or 4\n"
+"MB between detected memory and memory present in your system is normal."
msgstr ""
"LILO og grubs hovedopsjoner er:\n"
" - Oppstartsenhet: Setter navnet til enheten (f.eks. en harddisk\n"
@@ -3480,7 +3517,7 @@ msgstr ""
"\n"
" * <nummer>: bruk tilsvarende tekstmodus."
-#: ../../help.pm_.c:686
+#: ../../help.pm_.c:697
msgid ""
"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able\n"
"to boot either GNU/Linux, MacOS, or MacOSX, if present on your computer.\n"
@@ -3571,7 +3608,7 @@ msgstr ""
" - Standard OS: Du kan velge hvilket OS som skal lastes når\n"
"Open Firmwareforsinkelsen er utløpt."
-#: ../../help.pm_.c:727
+#: ../../help.pm_.c:738
msgid ""
"You can add additional entries for yaboot, either for other operating "
"systems,\n"
@@ -3712,7 +3749,7 @@ msgstr ""
"with a '*', if you\n"
"press TAB to see the boot selections."
-#: ../../help.pm_.c:782
+#: ../../help.pm_.c:793
msgid ""
"SILO is a bootloader for SPARC: it is able to boot\n"
"either GNU/Linux or any other operating system present on your computer.\n"
@@ -3736,7 +3773,7 @@ msgstr ""
"andre kan du fjerne linjene for disse. Men i så tilfelle trenger du\n"
"en oppstartsdiskett for å starte disse!"
-#: ../../help.pm_.c:794
+#: ../../help.pm_.c:805
msgid ""
"SILO main options are:\n"
" - Bootloader installation: Indicate where you want to place the\n"
@@ -3762,7 +3799,7 @@ msgstr ""
"å ha slått på tastaturet. Oppstartslasteren venter ikke hvis\n"
"\"forsinkelse\" er utelatt eller er satt til null."
-#: ../../help.pm_.c:807
+#: ../../help.pm_.c:818
msgid ""
"Now it's time to configure the X Window System, which is the\n"
"core of the GNU/Linux GUI (Graphical User Interface). For this purpose,\n"
@@ -3788,7 +3825,7 @@ msgstr ""
"passer deg. Hvis de ikke gjør det, kan du gå tilbake og endre\n"
"disse så mange ganger som det måtte behøves."
-#: ../../help.pm_.c:820
+#: ../../help.pm_.c:831
msgid ""
"If something is wrong in X configuration, use these options to correctly\n"
"configure the X Window System."
@@ -3796,7 +3833,7 @@ msgstr ""
"Hvis noe er galt i X konfigurasjonen, bruk disse opsjonene til å\n"
"konfigurere X Window systemet riktig."
-#: ../../help.pm_.c:824
+#: ../../help.pm_.c:835
msgid ""
"If you prefer to use a graphical login, select \"Yes\". Otherwise, select\n"
"\"No\"."
@@ -3804,86 +3841,15 @@ msgstr ""
"Hvis du velger å bruke grafisk login, velg \"Ja\". Ellers, velg\n"
"\"Nei\"."
-#: ../../help.pm_.c:828
+#: ../../help.pm_.c:839
msgid ""
-"You can now select some miscellaneous options for your system.\n"
-"\n"
-"* Use hard drive optimizations: this option can improve hard disk "
-"performance but is only for advanced users. Some buggy\n"
-" chipsets can ruin your data, so beware. Note that the kernel has a builtin "
-"blacklist of drives and chipsets, but if\n"
-" you want to avoid bad surprises, leave this option unset.\n"
-"\n"
-"\n"
-"* Choose security level: you can choose a security level for your system. "
-"Please refer to the manual for complete\n"
+"You can choose a security level for your system. Please refer to the manual "
+"for complete\n"
" information. Basically, if you don't know what to choose, keep the default "
"option.\n"
-"\n"
-"\n"
-"* Precise RAM if needed: unfortunately, there is no standard method to ask "
-"the BIOS about the amount of RAM present in\n"
-" your computer. As consequence, Linux may fail to detect your amount of RAM "
-"correctly. If this is the case, you can\n"
-" specify the correct amount or RAM here. Please note that a difference of 2 "
-"or 4 MB between detected memory and memory\n"
-" present in your system is normal.\n"
-"\n"
-"\n"
-"* Removable media automounting: if you would prefer not to manually mount "
-"removable media (CD-Rom, floppy, Zip, etc.) by\n"
-" typing \"mount\" and \"umount\", select this option.\n"
-"\n"
-"\n"
-"* Clean \"/tmp\" at each boot: if you want delete all files and directories "
-"stored in \"/tmp\" when you boot your system,\n"
-" select this option.\n"
-"\n"
-"\n"
-"* Enable num lock at startup: if you want NumLock key enabled after booting, "
-"select this option. Please note that you\n"
-" should not enable this option on laptops and that NumLock may or may not "
-"work under X."
msgstr ""
-"Du kan nå velge noen forskjellige opsjoner for systemet ditt.\n"
-"\n"
-"* Bruk harddisk-optimisering: Denne opsjonen kan forbedre harddisk ytelse, "
-"men er bare for erfarne brukere: noen ustabile\n"
-" chip-sett kan ødelegge dataene dine, så vær forsiktig. Merk at kjernen har "
-"en innebygd svarteliste over disker og chip-sett,\n"
-" men hvis du vil unngå leie overraskelser, la denne opsjonen være avslått.\n"
-"\n"
-"\n"
-"* Velg sikkerhetsnivå: Du kan velge et sikkerhetsnivå for systemet ditt. Se "
-"i manualen for mer informasjon. \n"
-" Basis: hvis du ikke vet hva du skal velge, bruk standard valg.\n"
-"\n"
-"\n"
-"* Presiser RAM-størrelse ved behov: dessverre er det ingen standardmetode "
-"for å spørre BIOS om mengden av RAM i maskinen din.\n"
-" Som en konsekvens kan Linux mislykkes i finne hvor mye RAM du har. Hvis "
-"dette er tilfelle, kan du spesifisere riktig\n"
-" RAM-mengde her. Merk at en differanse på 2 eller 4 MB mellom minne som er "
-"funnet og minnet i systemet\n"
-" er normalt.\n"
-"\n"
-"\n"
-"* Fjernbart media automontering: Hvis du ønsker å ikke montere fjernbare "
-"media manuelt (CD-ROM, diskett, Zip) ved å skrive\n"
-" \"mount\" og \"umount\", velg denne opsjonen.\n"
-"\n"
-"\n"
-"* Tøm \"/tmp\" ved hver oppstart: hvis du ønsker å slette alle filer og "
-"kataloger lagret i \"/tmp\" når du starter opp systemet ditt,\n"
-" velg denne opsjonen.\n"
-"\n"
-"\n"
-"* Slå på NumLock ved oppstart: Hvis du ønsker NumLock slått på etter "
-"oppstart, velg denne opsjonen. Merk at du ikke burde slå\n"
-" på denn funksjonen på bærbare og at NumLock vil kanskje/kanskje ikke virke "
-"under X."
-#: ../../help.pm_.c:857
+#: ../../help.pm_.c:844
msgid ""
"Your system is going to reboot.\n"
"\n"
@@ -3919,7 +3885,7 @@ msgstr "Velg tastatur"
#: ../../install2.pm_.c:44
msgid "Security"
-msgstr ""
+msgstr "Sikkerhet"
#: ../../install2.pm_.c:45
msgid "Setup filesystems"
@@ -3937,8 +3903,8 @@ msgstr "Velg pakker for installering"
msgid "Install system"
msgstr "Installer systemet"
-#: ../../install2.pm_.c:49 ../../install_steps_interactive.pm_.c:855
-#: ../../install_steps_interactive.pm_.c:856
+#: ../../install2.pm_.c:49 ../../install_steps_interactive.pm_.c:864
+#: ../../install_steps_interactive.pm_.c:865
msgid "Set root password"
msgstr "Sett root-passord"
@@ -3950,7 +3916,7 @@ msgstr "Legg til en bruker"
msgid "Configure networking"
msgstr "Konfigurer nettverk"
-#: ../../install2.pm_.c:53 ../../install_steps_interactive.pm_.c:780
+#: ../../install2.pm_.c:53 ../../install_steps_interactive.pm_.c:789
msgid "Summary"
msgstr "Oppsummering"
@@ -3974,16 +3940,16 @@ msgstr "Konfigurer X"
msgid "Exit install"
msgstr "Avslutt installering"
-#: ../../install_any.pm_.c:585
+#: ../../install_any.pm_.c:609
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sett inn en FAT-formatert diskett i stasjon %s"
-#: ../../install_any.pm_.c:589
+#: ../../install_any.pm_.c:613
msgid "This floppy is not FAT formatted"
-msgstr ""
+msgstr "Denne disketten er ikke FAT-formatert"
-#: ../../install_any.pm_.c:599
+#: ../../install_any.pm_.c:623
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3991,14 +3957,15 @@ msgstr ""
"For å bruke dette valget av pakker, start installasjonen med'linux "
"defcfg=floppy'"
-#: ../../install_any.pm_.c:621
+#: ../../install_any.pm_.c:645
msgid "Error reading file $f"
msgstr "Feil ved lesing av fil $f"
-#: ../../install_gtk.pm_.c:84 ../../interactive.pm_.c:95
-#: ../../interactive.pm_.c:110 ../../interactive.pm_.c:253
-#: ../../interactive_newt.pm_.c:166 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:335 ../../my_gtk.pm_.c:595 ../../my_gtk.pm_.c:618
+#: ../../install_gtk.pm_.c:84 ../../install_steps_gtk.pm_.c:294
+#: ../../interactive.pm_.c:95 ../../interactive.pm_.c:110
+#: ../../interactive.pm_.c:253 ../../interactive_newt.pm_.c:166
+#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:336
+#: ../../my_gtk.pm_.c:596 ../../my_gtk.pm_.c:619
msgid "Ok"
msgstr "Ok"
@@ -4241,7 +4208,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Velkommen til %s"
-#: ../../install_steps.pm_.c:630
+#: ../../install_steps.pm_.c:636
msgid "No floppy drive available"
msgstr "Ingen diskettstasjon tilgjengelig"
@@ -4259,32 +4226,32 @@ msgstr "Velg størrelsen du ønsker å installere"
msgid "Total size: "
msgstr "Total størrelse: "
-#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:368
+#: ../../install_steps_graphical.pm_.c:346 ../../install_steps_gtk.pm_.c:426
#, c-format
msgid "Version: %s\n"
msgstr "Versjon: %s\n"
-#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:369
+#: ../../install_steps_graphical.pm_.c:347 ../../install_steps_gtk.pm_.c:427
#, c-format
msgid "Size: %d KB\n"
msgstr "Størrelse: %d KB\n"
-#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:268
-#: ../../install_steps_interactive.pm_.c:512
+#: ../../install_steps_graphical.pm_.c:462 ../../install_steps_gtk.pm_.c:326
+#: ../../install_steps_interactive.pm_.c:514
msgid "Choose the packages you want to install"
msgstr "Velg pakkene du ønsker å installere"
-#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:271
+#: ../../install_steps_graphical.pm_.c:465 ../../install_steps_gtk.pm_.c:329
msgid "Info"
msgstr "Info"
-#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:276
+#: ../../install_steps_graphical.pm_.c:473 ../../install_steps_gtk.pm_.c:334
#: ../../install_steps_interactive.pm_.c:226
msgid "Install"
msgstr "Installer"
-#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:489
-#: ../../install_steps_interactive.pm_.c:653
+#: ../../install_steps_graphical.pm_.c:492 ../../install_steps_gtk.pm_.c:547
+#: ../../install_steps_interactive.pm_.c:662
msgid "Installing"
msgstr "Installerer"
@@ -4292,7 +4259,7 @@ msgstr "Installerer"
msgid "Please wait, "
msgstr "Vennligst vent, "
-#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:499
+#: ../../install_steps_graphical.pm_.c:501 ../../install_steps_gtk.pm_.c:557
msgid "Time remaining "
msgstr "Tid som gjenstår "
@@ -4301,21 +4268,21 @@ msgid "Total time "
msgstr "Total tid "
#: ../../install_steps_graphical.pm_.c:507
-#: ../../install_steps_interactive.pm_.c:653
+#: ../../install_steps_interactive.pm_.c:662
msgid "Preparing installation"
msgstr "Forbereder installasjon"
-#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:532
+#: ../../install_steps_graphical.pm_.c:528 ../../install_steps_gtk.pm_.c:590
#, c-format
msgid "Installing package %s"
msgstr "Installerer pakke %s"
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_gtk.pm_.c:619
+#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:673
+#: ../../install_steps_gtk.pm_.c:677
msgid "Go on anyway?"
msgstr "Fortsette uansett?"
-#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_graphical.pm_.c:553 ../../install_steps_gtk.pm_.c:673
msgid "There was an error ordering packages:"
msgstr "Det var en feil ved endring av pakkenes rekkefølge:"
@@ -4383,69 +4350,77 @@ msgstr "Du vil kunne velge disse mere spesifisert i neste trinn."
msgid "Percentage of packages to install"
msgstr "Prosentdel av pakker å installere"
-#: ../../install_steps_gtk.pm_.c:280
+#: ../../install_steps_gtk.pm_.c:262 ../../install_steps_interactive.pm_.c:587
+msgid "Package Group Selection"
+msgstr "Valg pakkegruppe"
+
+#: ../../install_steps_gtk.pm_.c:296 ../../install_steps_interactive.pm_.c:602
+msgid "Individual package selection"
+msgstr "Individuelt pakkevalg"
+
+#: ../../install_steps_gtk.pm_.c:338
msgid "Automatic dependencies"
msgstr "Avhengigheter automatisk"
-#: ../../install_steps_gtk.pm_.c:347
+#: ../../install_steps_gtk.pm_.c:405
msgid "Expand Tree"
msgstr "Utvid tre"
-#: ../../install_steps_gtk.pm_.c:348
+#: ../../install_steps_gtk.pm_.c:406
msgid "Collapse Tree"
msgstr "Trekk sammen tre"
-#: ../../install_steps_gtk.pm_.c:349
+#: ../../install_steps_gtk.pm_.c:407
msgid "Toggle between flat and group sorted"
msgstr "Skift mellom flat og gruppesortert"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:424
msgid "Bad package"
msgstr "Dårlig pakke"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:425
#, c-format
msgid "Name: %s\n"
msgstr "Navn: %s\n"
-#: ../../install_steps_gtk.pm_.c:370
+#: ../../install_steps_gtk.pm_.c:428
#, c-format
msgid "Importance: %s\n"
msgstr "Viktighet: %s\n"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:437
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Total størrelse: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:398
+#: ../../install_steps_gtk.pm_.c:456
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Du kan ikke velge denne pakken da det ikke er igjen nok plass til å "
"installere denne"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:460
msgid "The following packages are going to be installed"
msgstr "Følgende pakker vil bli installert"
-#: ../../install_steps_gtk.pm_.c:403
+#: ../../install_steps_gtk.pm_.c:461
msgid "The following packages are going to be removed"
msgstr "Følgende pakker vil bli fjernet"
-#: ../../install_steps_gtk.pm_.c:413
+#: ../../install_steps_gtk.pm_.c:471
msgid "You can't select/unselect this package"
msgstr "Du kan ikke velge/fjerne denne pakken"
-#: ../../install_steps_gtk.pm_.c:432
+#: ../../install_steps_gtk.pm_.c:490
msgid "This is a mandatory package, it can't be unselected"
msgstr "Dette er en bestemt pakke, den kan ikke fjernes"
-#: ../../install_steps_gtk.pm_.c:434
+#: ../../install_steps_gtk.pm_.c:492
msgid "You can't unselect this package. It is already installed"
msgstr "Du kan ikke fjerne denne pakken, den er allerede installert"
-#: ../../install_steps_gtk.pm_.c:438
+#: ../../install_steps_gtk.pm_.c:496
msgid ""
"This package must be upgraded\n"
"Are you sure you want to deselect it?"
@@ -4453,31 +4428,24 @@ msgstr ""
"Denne pakken må oppgraderes\n"
"Er du sikker på at du ikke vil velge denne?"
-#: ../../install_steps_gtk.pm_.c:441
+#: ../../install_steps_gtk.pm_.c:499
msgid "You can't unselect this package. It must be upgraded"
msgstr "Du kan ikke fjerne denne pakken. Den må oppgraderes"
-#: ../../install_steps_gtk.pm_.c:493
+#: ../../install_steps_gtk.pm_.c:551
msgid "Estimating"
msgstr "Beregner"
-#: ../../install_steps_gtk.pm_.c:505 ../../interactive.pm_.c:110
-#: ../../interactive.pm_.c:253 ../../interactive_stdio.pm_.c:27
-#: ../../my_gtk.pm_.c:336 ../../my_gtk.pm_.c:339 ../../my_gtk.pm_.c:595
-#: ../../standalone/draknet_.c:425
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../../install_steps_gtk.pm_.c:508
+#: ../../install_steps_gtk.pm_.c:566
msgid "Please wait, preparing installation"
msgstr "Vennligst vent, forbereder installasjon"
-#: ../../install_steps_gtk.pm_.c:527
+#: ../../install_steps_gtk.pm_.c:585
#, c-format
msgid "%d packages"
msgstr "%d pakker"
-#: ../../install_steps_gtk.pm_.c:573
+#: ../../install_steps_gtk.pm_.c:631
msgid ""
"\n"
"Warning\n"
@@ -4537,15 +4505,15 @@ msgstr ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
-#: ../../install_steps_gtk.pm_.c:601 ../../install_steps_interactive.pm_.c:163
+#: ../../install_steps_gtk.pm_.c:659 ../../install_steps_interactive.pm_.c:163
msgid "Accept"
msgstr "Godta"
-#: ../../install_steps_gtk.pm_.c:601 ../../install_steps_interactive.pm_.c:163
+#: ../../install_steps_gtk.pm_.c:659 ../../install_steps_interactive.pm_.c:163
msgid "Refuse"
msgstr "Nekte"
-#: ../../install_steps_gtk.pm_.c:602
+#: ../../install_steps_gtk.pm_.c:660
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4560,7 +4528,7 @@ msgstr ""
"ferdig.\n"
"Hvis du ikke har den trykk Avbryt for å unngå installasjon fra denne CD'en."
-#: ../../install_steps_gtk.pm_.c:619
+#: ../../install_steps_gtk.pm_.c:677
msgid "There was an error installing packages:"
msgstr "Det var en feil ved installering av pakkene:"
@@ -4577,7 +4545,7 @@ msgid "You can choose other languages that will be available after install"
msgstr "Du kan velge andre språk som vil være tilgjengelige etter installasjon"
#: ../../install_steps_interactive.pm_.c:68
-#: ../../install_steps_interactive.pm_.c:590
+#: ../../install_steps_interactive.pm_.c:601
msgid "All"
msgstr "Alle"
@@ -4824,7 +4792,7 @@ msgstr ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
#: ../../install_steps_interactive.pm_.c:182
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:792
#: ../../standalone/keyboarddrake_.c:28
msgid "Keyboard"
msgstr "Tastatur"
@@ -4871,15 +4839,15 @@ msgstr "Ekspert"
msgid "Update"
msgstr "Oppdater"
-#: ../../install_steps_interactive.pm_.c:238 ../../standalone/mousedrake_.c:28
+#: ../../install_steps_interactive.pm_.c:238 ../../standalone/mousedrake_.c:31
msgid "Please, choose the type of your mouse."
msgstr "Vennligst velg din musetype."
-#: ../../install_steps_interactive.pm_.c:244 ../../standalone/mousedrake_.c:42
+#: ../../install_steps_interactive.pm_.c:244 ../../standalone/mousedrake_.c:45
msgid "Mouse Port"
msgstr "Museport"
-#: ../../install_steps_interactive.pm_.c:245 ../../standalone/mousedrake_.c:43
+#: ../../install_steps_interactive.pm_.c:245 ../../standalone/mousedrake_.c:46
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Vennligst velg hvilken serieport musen din koblet til."
@@ -5006,20 +4974,12 @@ msgstr "Anbefalt (%dMB)"
msgid "Custom"
msgstr "Skreddersydd"
-#: ../../install_steps_interactive.pm_.c:569
-#, fuzzy, c-format
-msgid "Selected size %d%s"
-msgstr "Velg fil"
-
#: ../../install_steps_interactive.pm_.c:571
-msgid "Package Group Selection"
-msgstr "Pakkevalg"
-
-#: ../../install_steps_interactive.pm_.c:591
-msgid "Individual package selection"
-msgstr "Individuelt pakkevalg"
+#, c-format
+msgid "Selected size %d%s"
+msgstr "Valgt størrelse %d%s"
-#: ../../install_steps_interactive.pm_.c:629
+#: ../../install_steps_interactive.pm_.c:638
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5029,12 +4989,12 @@ msgstr ""
"Hvis du ikke har noen av disse CDene, klikk Avbryt.\n"
"Hvis bare noen av CDene mangler, fjern disse, klikk så Ok."
-#: ../../install_steps_interactive.pm_.c:634
+#: ../../install_steps_interactive.pm_.c:643
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROMen ved navnet \"%s\""
-#: ../../install_steps_interactive.pm_.c:662
+#: ../../install_steps_interactive.pm_.c:671
msgid ""
"Installing package %s\n"
"%d%%"
@@ -5042,11 +5002,11 @@ msgstr ""
"Installerer pakke %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:671
+#: ../../install_steps_interactive.pm_.c:680
msgid "Post-install configuration"
msgstr "Konfigurasjon postinstallering"
-#: ../../install_steps_interactive.pm_.c:696
+#: ../../install_steps_interactive.pm_.c:705
msgid ""
"You have now the possibility to download software aimed for encryption.\n"
"\n"
@@ -5120,88 +5080,88 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:728
+#: ../../install_steps_interactive.pm_.c:737
msgid "Choose a mirror from which to get the packages"
msgstr "Velg et speil som pakkene kan hentes fra"
-#: ../../install_steps_interactive.pm_.c:739
+#: ../../install_steps_interactive.pm_.c:748
msgid "Contacting the mirror to get the list of available packages"
msgstr "Kontakter speilet for å få en liste over tilgjengelige pakker"
-#: ../../install_steps_interactive.pm_.c:742
+#: ../../install_steps_interactive.pm_.c:751
msgid "Please choose the packages you want to install."
msgstr "Vennligst velg pakkene du ønsker å installere."
-#: ../../install_steps_interactive.pm_.c:754
+#: ../../install_steps_interactive.pm_.c:763
msgid "Which is your timezone?"
msgstr "Hva er din tidsone?"
-#: ../../install_steps_interactive.pm_.c:756
+#: ../../install_steps_interactive.pm_.c:765
msgid "Is your hardware clock set to GMT?"
msgstr "Er maskinvareklokken din satt til GMT?"
-#: ../../install_steps_interactive.pm_.c:782
+#: ../../install_steps_interactive.pm_.c:791
msgid "Mouse"
msgstr "Mus"
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_interactive.pm_.c:793
msgid "Timezone"
msgstr "Tidssone"
-#: ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_interactive.pm_.c:794
msgid "No printer"
msgstr "Ingen skriver"
-#: ../../install_steps_interactive.pm_.c:785 ../../printerdrake.pm_.c:340
+#: ../../install_steps_interactive.pm_.c:794 ../../printerdrake.pm_.c:340
msgid "Printer"
msgstr "Skriver"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:796
msgid "ISDN card"
msgstr "ISDN-kort"
-#: ../../install_steps_interactive.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:799
msgid "Sound card"
msgstr "Lydkort"
-#: ../../install_steps_interactive.pm_.c:793
+#: ../../install_steps_interactive.pm_.c:802
msgid "TV card"
msgstr "TV-kort"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:836
msgid "Which printing system do you want to use?"
msgstr "Hvilket utskriftsystem ønsker du å bruke?"
-#: ../../install_steps_interactive.pm_.c:857
+#: ../../install_steps_interactive.pm_.c:866
msgid "No password"
msgstr "Intet passord"
-#: ../../install_steps_interactive.pm_.c:862
+#: ../../install_steps_interactive.pm_.c:871
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Dette passordet er for enkelt (må være minst %d tegn langt)"
-#: ../../install_steps_interactive.pm_.c:868
+#: ../../install_steps_interactive.pm_.c:877
msgid "Use NIS"
msgstr "Bruk NIS"
-#: ../../install_steps_interactive.pm_.c:868
+#: ../../install_steps_interactive.pm_.c:877
msgid "yellow pages"
msgstr "gule sider"
-#: ../../install_steps_interactive.pm_.c:873
+#: ../../install_steps_interactive.pm_.c:882
msgid "Authentification NIS"
msgstr "Autentifikasjon NIS"
-#: ../../install_steps_interactive.pm_.c:874
+#: ../../install_steps_interactive.pm_.c:883
msgid "NIS Domain"
msgstr "NIS-domene"
-#: ../../install_steps_interactive.pm_.c:875
+#: ../../install_steps_interactive.pm_.c:884
msgid "NIS Server"
msgstr "NIS-tjener"
-#: ../../install_steps_interactive.pm_.c:910
+#: ../../install_steps_interactive.pm_.c:919
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -5232,19 +5192,19 @@ msgstr ""
"en diskett\n"
"i den første stasjonen og trykk \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:926
+#: ../../install_steps_interactive.pm_.c:935
msgid "First floppy drive"
msgstr "Første diskettstasjon"
-#: ../../install_steps_interactive.pm_.c:927
+#: ../../install_steps_interactive.pm_.c:936
msgid "Second floppy drive"
msgstr "Andre diskettstasjon"
-#: ../../install_steps_interactive.pm_.c:928
+#: ../../install_steps_interactive.pm_.c:937
msgid "Skip"
msgstr "Dropp"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:942
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -5269,32 +5229,32 @@ msgstr ""
"etter systemsvikt. Ønsker du å opprette en oppstartsdiskett for systemet "
"ditt?"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:951
msgid "Sorry, no floppy drive available"
msgstr "Beklager, ingen diskettstasjon tilgjengelig"
-#: ../../install_steps_interactive.pm_.c:946
+#: ../../install_steps_interactive.pm_.c:955
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Velg diskettstasjonen du ønsker å bruke for å lage oppstartsdisketten"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:959
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Sett inn en diskett i stasjon %s"
-#: ../../install_steps_interactive.pm_.c:953
+#: ../../install_steps_interactive.pm_.c:962
msgid "Creating bootdisk"
msgstr "Oppretter oppstartdiskett"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:969
msgid "Preparing bootloader"
msgstr "Klargjør oppstartslaster"
-#: ../../install_steps_interactive.pm_.c:969
+#: ../../install_steps_interactive.pm_.c:978
msgid "Do you want to use aboot?"
msgstr "Ønsker du å bruke aboot?"
-#: ../../install_steps_interactive.pm_.c:972
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5302,52 +5262,59 @@ msgstr ""
"Feil ved installasjon av aboot, \n"
"prøve å installere selv om det ødelegger den første partisjonen?"
-#: ../../install_steps_interactive.pm_.c:981
+#: ../../install_steps_interactive.pm_.c:990
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Installasjon av oppstartslaster mislykket. Følgende feil oppsto:"
-#: ../../install_steps_interactive.pm_.c:989
+#: ../../install_steps_interactive.pm_.c:998
+#, fuzzy
msgid ""
-"You will need to change your Open Firmware boot-device to\n"
-" enable the bootloader. Hold down Command-Option-O-F\n"
-" at reboot and enter:\n"
-" setenv boot-device $of_boot,\\ofboot.b\n"
+"You may need to change your Open Firmware boot-device to\n"
+" enable the bootloader. If you don't see the bootloader prompt at\n"
+" reboot, hold down Command-Option-O-F at reboot and enter:\n"
+" setenv boot-device $of_boot,\\\\tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
+"Du vil trenge å endre din Open Firmware oppstartsenhet for\n"
+" å slå på oppstartslasteren. Hold ned Command-Option-O-F\n"
+" ved omstart og entre:\n"
+" setenv boot-device $of_boot,\\ofboot.b\n"
+" Skriv så: shut-down\n"
+"Ved neste oppstart burde du se oppstartlasteren."
-#: ../../install_steps_interactive.pm_.c:997 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:1006 ../../standalone/draksec_.c:23
msgid "Low"
msgstr "Lav"
-#: ../../install_steps_interactive.pm_.c:998 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:1007 ../../standalone/draksec_.c:24
msgid "Medium"
msgstr "Medium"
-#: ../../install_steps_interactive.pm_.c:999 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:1008 ../../standalone/draksec_.c:25
msgid "High"
msgstr "Høy"
-#: ../../install_steps_interactive.pm_.c:1003 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:1012 ../../standalone/draksec_.c:49
msgid "Choose security level"
msgstr "Velg sikkerhetsnivå"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1046
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Ønsker du å generere en auto installeringsdiskett for linux replikasjon?"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1048
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sett inn en tom diskett i stasjon %s"
-#: ../../install_steps_interactive.pm_.c:1053
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1062
+#: ../../install_steps_interactive.pm_.c:1094
msgid "Creating auto install floppy"
msgstr "Oppretter diskett for autoinstallasjon"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1122
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5357,7 +5324,7 @@ msgstr ""
"\n"
"Ønsker du virkelig å avslutte nå?"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1133
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -5379,11 +5346,11 @@ msgstr ""
"Informasjon om konfigurering av systemet ditt finnes i post\n"
"install-kapittelet i Official Linux Mandrake User's Guide."
-#: ../../install_steps_interactive.pm_.c:1136
+#: ../../install_steps_interactive.pm_.c:1145
msgid "Generate auto install floppy"
msgstr "Oppretter diskett for autoinstallasjon"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1147
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5397,15 +5364,15 @@ msgstr ""
"\n"
"Du kanskje ønske å kjøre installasjonen omigjen.\n"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1152
msgid "Automated"
msgstr "Automatisert"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1152
msgid "Replay"
msgstr "Gjør igjen"
-#: ../../install_steps_interactive.pm_.c:1146
+#: ../../install_steps_interactive.pm_.c:1155
msgid "Save packages selection"
msgstr "Lagre pakkevalg"
@@ -5421,9 +5388,8 @@ msgstr ""
" <Tab>/<Alt-Tab> mellom elementer | <Space> velger | <F12> neste skjerm "
#: ../../interactive.pm_.c:65
-#, fuzzy
msgid "kdesu missing"
-msgstr "avvis"
+msgstr "kdesu mangler"
#: ../../interactive.pm_.c:251
msgid "Advanced"
@@ -5619,9 +5585,8 @@ msgid "Japanese 106 keys"
msgstr "Japansk 106 taster"
#: ../../keyboard.pm_.c:177
-#, fuzzy
msgid "Korean keyboard"
-msgstr "UK-tastatur"
+msgstr "Koreansk tastatur"
#: ../../keyboard.pm_.c:178
msgid "Latin American"
@@ -5812,9 +5777,8 @@ msgid "busmouse"
msgstr "bussmus"
#: ../../mouse.pm_.c:66
-#, fuzzy
msgid "1 button"
-msgstr "2 knapper"
+msgstr "1 knapp"
#: ../../mouse.pm_.c:67
msgid "2 buttons"
@@ -5832,19 +5796,19 @@ msgstr "ingen"
msgid "No mouse"
msgstr "Ingen mus"
-#: ../../my_gtk.pm_.c:335
+#: ../../my_gtk.pm_.c:336
msgid "Finish"
msgstr "Avslutt"
-#: ../../my_gtk.pm_.c:335
+#: ../../my_gtk.pm_.c:336
msgid "Next ->"
msgstr "Neste ->"
-#: ../../my_gtk.pm_.c:336
+#: ../../my_gtk.pm_.c:337
msgid "<- Previous"
msgstr "<- Forrige"
-#: ../../my_gtk.pm_.c:595
+#: ../../my_gtk.pm_.c:596
msgid "Is this correct?"
msgstr "Er dette riktig?"
@@ -5860,15 +5824,15 @@ msgstr "Vil du prøve å koble opp mot Internett nå?"
msgid "Testing your connection..."
msgstr "Tester tilkoblingen din..."
-#: ../../netconnect.pm_.c:150 ../../standalone/draknet_.c:179
+#: ../../netconnect.pm_.c:150 ../../standalone/draknet_.c:181
msgid "The system is now connected to Internet."
msgstr "Systemet er nå koblet opp mot Internett."