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-mountlist.c

    r279 r497  
    951951    if (!(fin = fopen(fname, "r"))) {
    952952        log_it("Unable to open mountlist - '%s'", fname);
    953         log_to_screen("Cannot open mountlist");
     953        log_to_screen(_("Cannot open mountlist"));
    954954        paranoid_free(incoming);
    955955        paranoid_free(siz);
     
    994994            && mountlist->el[items].device[0] != '#') {
    995995            if (items >= ARBITRARY_MAXIMUM) {
    996                 log_to_screen("Too many lines in mountlist.. ABORTING");
     996                log_to_screen(_("Too many lines in mountlist.. ABORTING"));
    997997                finish(1);
    998998            }
Note: See TracChangeset for help on using the changeset viewer.