diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-04-15 15:52:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-04-15 15:52:12 +0000 |
commit | 74234f5cc55e4d207258adf902e96f2ea0e4c3f3 (patch) | |
tree | 7d62199c0c29540a87c31aada1260591354f42f7 /perl-install/standalone | |
parent | 2b1d396f45f390b84a59ebbf1ce5f069d7b0d946 (diff) | |
download | drakx-backup-do-not-use-74234f5cc55e4d207258adf902e96f2ea0e4c3f3.tar drakx-backup-do-not-use-74234f5cc55e4d207258adf902e96f2ea0e4c3f3.tar.gz drakx-backup-do-not-use-74234f5cc55e4d207258adf902e96f2ea0e4c3f3.tar.bz2 drakx-backup-do-not-use-74234f5cc55e4d207258adf902e96f2ea0e4c3f3.tar.xz drakx-backup-do-not-use-74234f5cc55e4d207258adf902e96f2ea0e4c3f3.zip |
add hint for translators
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index b1eac128e..98b12e17b 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -42,12 +42,11 @@ my %fields = N("old static device name used in dev package") ], "devfs_device" => [ N("New devfs device"), N("new dynamic device name generated by core kernel devfs") ], +#-PO Translators, here "module" is the "jargon term" for a kernel driver "driver" => [ N("Module"), N("the module of the GNU/Linux kernel that handles the device") ], "flags" => [ N("Flags"), N("CPU flags reported by the kernel") ], "fdiv_bug" => [ N("Fdiv bug"), N("Early Intel Pentium chips manufactured have a bug in their floating point processor which did not achieve the required precision when performing a Floating point DIVision (FDIV)") ], - - "fpu" => [ N("Is FPU present"), N("yes means the processor has an arithmetic coprocessor") ], "fpu_exception" => [ N("Whether the FPU has an irq vector"), N("yes means the arithmetic coprocessor has an exception vector attached") ], "f00f_bug" => [N("F00f bug"), N("Early pentiums were buggy and freezed when decoding the F00F bytecode")], |