diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-29 14:08:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-29 14:08:55 +0000 |
commit | dd973fc457dc5e6b2e1e452bca47144f2716c514 (patch) | |
tree | d528f5dcadc7fdab8d9cd38e35be18337298502a /perl-install/standalone/harddrake2 | |
parent | 223ad76a0d53bc5bcf313ff94918a29f90420a90 (diff) | |
download | drakx-dd973fc457dc5e6b2e1e452bca47144f2716c514.tar drakx-dd973fc457dc5e6b2e1e452bca47144f2716c514.tar.gz drakx-dd973fc457dc5e6b2e1e452bca47144f2716c514.tar.bz2 drakx-dd973fc457dc5e6b2e1e452bca47144f2716c514.tar.xz drakx-dd973fc457dc5e6b2e1e452bca47144f2716c514.zip |
add hint for translator
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index c8ee2e9f3..c16366f6d 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -96,7 +96,9 @@ channel number, a target id and a logical unit number") ], }, MEMORY => { - 'Installed Size' => [ N("Installed size"), N("Installed size of the memory bank") ], + 'Installed Size' => [ + #-PO: here, "size" is the size of the ram chip (eg: 128Mo, 256Mo, ...) + N("Installed size"), N("Installed size of the memory bank") ], 'Enabled Size' => [ N("Enabled Size"), N("Enabled size of the memory bank") ], 'name' => [ N("Type"), N("type of the memory device") ], 'Current Speed' => [ N("Speed"), N("Speed of the memory bank") ], |