diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-28 17:40:15 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-28 17:40:15 +0000 |
commit | 33dd0b765cd8cda0e0642a95996f65036f39c5cf (patch) | |
tree | 599aab830b6700682fd1bcbb40f23cddd2eb9bd9 | |
parent | 4eecdf7017657550486500c59707a3c5938f7839 (diff) | |
download | drakx-33dd0b765cd8cda0e0642a95996f65036f39c5cf.tar drakx-33dd0b765cd8cda0e0642a95996f65036f39c5cf.tar.gz drakx-33dd0b765cd8cda0e0642a95996f65036f39c5cf.tar.bz2 drakx-33dd0b765cd8cda0e0642a95996f65036f39c5cf.tar.xz drakx-33dd0b765cd8cda0e0642a95996f65036f39c5cf.zip |
i18n fixes
-rwxr-xr-x | perl-install/standalone/harddrake2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 23595ef55..c5742c956 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -34,7 +34,7 @@ my %fields = "coma_bug" => [ N("Coma bug"), N("Whether this cpu has the Cyrix 6x86 Coma bug") ], "cpu family" => [ N("Cpuid family"), N("Family of the cpu (eg: 6 for i686 class)") ], "cpuid level" => [ N("Cpuid level"), N("Information level that can be obtained through the cpuid instruction") ], - "cpu MHz" => [ N("Frequency (MHz)"), N("The cpu frequency in Mhz (Mega herz which in first approximation may be coarsely assimilated to number of instructions the cpu is able to execute per second)") ], + "cpu MHz" => [ N("Frequency (MHz)"), N("The CPU frequency in MHz (Megahertz which in first approximation may be coarsely assimilated to number of instructions the cpu is able to execute per second)") ], "description" => [ N("Description"), N("This field describes the device") ], "device" => [ N("Old device file"), N("old static device name used in dev package") ], @@ -58,8 +58,8 @@ my %fields = "Model" => [N("Model"), N("hard disk model")], "model" => [N("Model"), N("Generation of the cpu (eg: 8 for PentiumIII, ...)")], "model name" => [N("Model name"), N("Official vendor name of the cpu")], - "nbuttons" => [ N("Number of buttons"), "the number of buttons the mouse have" ], - "name" => [ N("Name"), "the name of the cpu" ], + "nbuttons" => [ N("Number of buttons"), N("the number of buttons the mouse have") ], + "name" => [ N("Name"), N("the name of the CPU") ], "port" => [N("Port"), N("network printer port")], "processor" => [ N("Processor ID"), N("the number of the processor") ], "stepping" => [ N("Model stepping"), N("Stepping of the cpu (sub model (generation) number)") ], |