Ignore:
Timestamp:
Apr 28, 2006, 12:34:03 AM (18 years ago)
Author:
bcornec
Message:

Integration of a big patch from rene-marc dolhen <rmd_at_mecreant.org> to support internationalization with gettext.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-raid.c

    r273 r497  
    958958                    ("Oh my gosh. You actually think a YOTTABYTE will get you anywhere? What're you going to do with 1,208,925,819,614,629,174,706,176 bytes?!?!");
    959959                popup_and_OK
    960                     ("That sizespec is more than 1,208,925,819,614,629,174,706,176 bytes. You have a shocking amount of data. Please send a screenshot to the list :-)");
     960                    (_("That sizespec is more than 1,208,925,819,614,629,174,706,176 bytes. You have a shocking amount of data. Please send a screenshot to the list :-)"));
    961961                return size * sign * 1024 * 1024 * 1024 * 1024 * 1024 *
    962962                    1024 * 1024 * 1024;
     
    11131113        // FIXME --- the above line does not allow for spare disks
    11141114        log_to_screen
    1115             ("FIXME - create_raidtab_from_mdstat does not allow for spare disks");
     1115            (_("FIXME - create_raidtab_from_mdstat does not allow for spare disks"));
    11161116    }
    11171117    raidlist->entries = i;
Note: See TracChangeset for help on using the changeset viewer.