diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-07-12 10:34:16 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-07-12 10:34:16 +0000 |
commit | 237b145f26fbd66625511236e85fb7b44c5e3ec3 (patch) | |
tree | d081dfc1bcf7855ab1f8b1a34666b429d3321d23 /perl-install/help.pm | |
parent | 8a3e096d102835a269d8fffc5b2c340344b80fd6 (diff) | |
download | drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.gz drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.bz2 drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.xz drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.zip |
changed "Country" . " / Region" to "Country / Region" and fixed Chinese po's
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index a0f043a60..847718a2b 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -568,7 +568,7 @@ sub selectCountry() { N("\"%s\": check the current country selection. If you are not in this country, click on the \"%s\" button and choose another one. If your country is not in the first list shown, click the \"%s\" button to get the complete -country list.", N("Country") . N(" / Region"), N("Configure"), N("More")); +country list.", N("Country / Region"), N("Configure"), N("More")); } sub selectInstallClass() { N("This step is activated only if an old GNU/Linux partition has been found on @@ -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 |