Ignore:
Timestamp:
Apr 29, 2006, 8:59:08 PM (18 years ago)
Author:
bcornec
Message:
  • Internationalization follow up
  • X11 remaining files suppressed
File:
1 edited

Legend:

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

    r424 r501  
    179179#include "libmondo-devices-EXT.h"
    180180#include "libmondo-tools-EXT.h"
    181 #include "libmondo-gui-EXT.h"
     181#include "newt-specific-EXT.h"
    182182#include "libmondo-fork-EXT.h"
    183183#include "libmondo-files-EXT.h"
     
    186186#include "libmondo-verify-EXT.h"
    187187#include "libmondo-archive.h"
    188 #include "lib-common-externs.h"
    189188#include <sys/sem.h>
    190189#include <sys/types.h>
     
    16201619    log_to_screen("Archiving regular files");
    16211620    log_msg(5, "Go, Shorty. It's your birthday.");
    1622     open_progress_form("Backing up filesystem",
    1623                        "I am backing up your live filesystem now.",
    1624                        "Please wait. This may take a couple of hours.",
    1625                        "Working...",
     1621    open_progress_form(_("Backing up filesystem"),
     1622                       _("I am backing up your live filesystem now."),
     1623                       _("Please wait. This may take a couple of hours."),
     1624                       _("Working..."),
    16261625                       get_last_filelist_number(bkpinfo) + 1);
    16271626
     
    18491848    tmp3 = NULL;
    18501849    if (bkpinfo->backup_media_type == iso && bkpinfo->manual_cd_tray) {
    1851         popup_and_OK("Please insert new media and press Enter.");
     1850        popup_and_OK(_("Please insert new media and press Enter."));
    18521851    }
    18531852
     
    23502349    log_to_screen("Archiving regular files");
    23512350
    2352     open_progress_form("Backing up filesystem",
    2353                        "I am backing up your live filesystem now.",
    2354                        "Please wait. This may take a couple of hours.",
    2355                        "Working...",
     2351    open_progress_form(_("Backing up filesystem"),
     2352                       _("I am backing up your live filesystem now."),
     2353                       _("Please wait. This may take a couple of hours."),
     2354                       _("Working..."),
    23562355                       get_last_filelist_number(bkpinfo) + 1);
    23572356
Note: See TracChangeset for help on using the changeset viewer.