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


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

merge -r489:506 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r426 r507  
    1616#include "libmondo-devices-EXT.h"
    1717#include "libmondo-tools-EXT.h"
    18 #include "libmondo-gui-EXT.h"
     18#include "newt-specific-EXT.h"
    1919#include "libmondo-fork-EXT.h"
    2020#include "libmondo-files-EXT.h"
     
    2323#include "libmondo-verify-EXT.h"
    2424#include "libmondo-archive.h"
    25 #include "lib-common-externs.h"
    2625#include <sys/sem.h>
    2726#include <sys/types.h>
     
    14571456    log_to_screen("Archiving regular files");
    14581457    log_msg(5, "Go, Shorty. It's your birthday.");
    1459     open_progress_form("Backing up filesystem",
    1460                        "I am backing up your live filesystem now.",
    1461                        "Please wait. This may take a couple of hours.",
    1462                        "Working...",
     1458    open_progress_form(_("Backing up filesystem"),
     1459                       _("I am backing up your live filesystem now."),
     1460                       _("Please wait. This may take a couple of hours."),
     1461                       _("Working..."),
    14631462                       get_last_filelist_number(bkpinfo) + 1);
    14641463
     
    16651664
    16661665    if (bkpinfo->backup_media_type == iso && bkpinfo->manual_cd_tray) {
    1667         popup_and_OK("Please insert new media and press Enter.");
     1666        popup_and_OK(_("Please insert new media and press Enter."));
    16681667    }
    16691668
     
    21482147    log_to_screen("Archiving regular files");
    21492148
    2150     open_progress_form("Backing up filesystem",
    2151                        "I am backing up your live filesystem now.",
    2152                        "Please wait. This may take a couple of hours.",
    2153                        "Working...",
     2149    open_progress_form(_("Backing up filesystem"),
     2150                       _("I am backing up your live filesystem now."),
     2151                       _("Please wait. This may take a couple of hours."),
     2152                       _("Working..."),
    21542153                       get_last_filelist_number(bkpinfo) + 1);
    21552154
Note: See TracChangeset for help on using the changeset viewer.