summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/help.pm4
-rw-r--r--perl-install/install_steps_interactive.pm2
-rw-r--r--perl-install/share/po/DrakX.pot19
4 files changed, 11 insertions, 16 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 7134d5e16..14
-rw-r--r--perl-install/ChangeLog3407
1 files changed, 3406 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index fd7905c24..45259fb97 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,3408 @@
+2003/01/03 Pixel <pixel@mandrakesoft.com>
+
+ * interactive.pm: fix call to method ask_from__add_modify_removeW
+
+ * mdk-stage1/minilibc.c: add symbols __libc_csu_fini and __libc_csu_init
+ to be compatible with new glibc (?)
+
+2003/01/02 Guillaume Cottenceau <gc@mandrakesoft.com>
+
+ * ugtk2.pm: titi's message annoys me too much.. removing it
+
+2003/01/02 Pixel <pixel@mandrakesoft.com>
+
+ * install_steps_interactive.pm: replace any::load_category() with
+ modules::interactive::load_category()
+
+ * Xconfig/test.pm: X test is now working :)
+
+ * interactive.pm (ask_from__add_modify_remove): check all callbacks are
+ givenv class='hunk'>@@ -948,7 +948,7 @@ button. This should be reserved to advanced users.
* \"%s\": here you'll be able to fine control which services will be run
on your machine. If you plan to use this machine as a server it's a good
-idea to review this setup.", N("Configure"), N("Keyboard"), N("Country") . N(" / Region"), N("Configure"), N("More"), N("Timezone"), N("Configure"), N("Mouse"), N("Printer"), N("Configure"), N("Sound card"), N("Graphical Interface"), N("Configure"), N("TV card"), N("Configure"), N("ISDN card"), N("Configure"), N("Network"), N("Security Level"), N("Firewall"), N("Bootloader"), N("Services"));
+idea to review this setup.", N("Configure"), N("Keyboard"), N("Country / Region"), N("Configure"), N("More"), N("Timezone"), N("Configure"), N("Mouse"), N("Printer"), N("Configure"), N("Sound card"), N("Graphical Interface"), N("Configure"), N("TV card"), N("Configure"), N("ISDN card"), N("Configure"), N("Network"), N("Security Level"), N("Firewall"), N("Bootloader"), N("Services"));
}
sub takeOverHdChoose() {
N("Choose the hard drive you want to erase in order to install your new
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 42bfcfb22..baeffaa5f 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -896,7 +896,7 @@ sub summary {
my $timezone_manually_set;
push @l, {
group => N("System"),
- label => N("Country") . N(" / Region"),
+ label => N("Country / Region"),
val => sub { lang::c2name($o->{locale}{country}) },
clicked => sub {
any::selectCountry($o, $o->{locale}) or return;
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index 48a159480..6b30fd169 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: 2003-07-10 18:48+0200\n"
+"POT-Creation-Date: 2003-07-12 11:55+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"
@@ -1650,11 +1650,6 @@ msgstr ""
msgid "Trouble shooting"
msgstr ""
-#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid " / Region"
-msgstr ""
-
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -4015,11 +4010,6 @@ msgstr ""
msgid "Please choose which serial port your modem is connected to."
msgstr ""
-#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Country"
-msgstr ""
-
#: ../../standalone/drakperm:1
#, c-format
msgid "Property"
@@ -5217,6 +5207,11 @@ msgstr ""
msgid "The change is done, but to be effective you must logout"
msgstr ""
+#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Country / Region"
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, c-format
msgid ""
@@ -8555,7 +8550,7 @@ msgstr ""
msgid "Unselect fonts installed"
msgstr ""
-#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1 ../../interactive.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1 ../../my_gtk.pm:1 ../../my_gtk.pm:1 ../../ugtk.pm:1 ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1 ../../interactive/stdio.pm:1 ../../interactive/stdio.pm:1 ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1 ../../standalone/drakfont:1 ../../standalone/draksec:1 ../../standalone/net_monitor:1
+#: ../../any.pm:1 ../../help.pm:1 ../../help.pm:1 ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1 ../../interactive.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1 ../../my_gtk.pm:1 ../../my_gtk.pm:1 ../../ugtk.pm:1 ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1 ../../interactive/stdio.pm:1 ../../interactive/stdio.pm:1 ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1 ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
msgid "Cancel"
msgstr ""