Changeset 507 in MondoRescue for trunk/mondo/mondo/common/libmondo-raid.c


Ignore:
Timestamp:
Apr 30, 2006, 2:04:16 AM (18 years ago)
Author:
bcornec
Message:

merge -r489:506 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r274 r507  
    1010#include "my-stuff.h"
    1111#include "mondostructures.h"
    12 #include "libmondo-gui-EXT.h"
     12#include "newt-specific-EXT.h"
    1313#include "libmondo-files-EXT.h"
    1414#include "libmondo-tools-EXT.h"
    1515#include "libmondo-string-EXT.h"
    16 #include "lib-common-externs.h"
    1716#include "libmondo-raid.h"
    1817
     
    885884                    ("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?!?!");
    886885                popup_and_OK
    887                     ("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 :-)");
     886                    (_("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 :-)"));
    888887                return size * sign * 1024 * 1024 * 1024 * 1024 * 1024 *
    889888                    1024 * 1024 * 1024;
     
    10371036        // FIXME --- the above line does not allow for spare disks
    10381037        log_to_screen
    1039             ("FIXME - create_raidtab_from_mdstat does not allow for spare disks");
     1038            (_("FIXME - create_raidtab_from_mdstat does not allow for spare disks"));
    10401039    }
    10411040    raidlist->entries = i;
Note: See TracChangeset for help on using the changeset viewer.