Changeset 501 in MondoRescue for branches/stable/mondo
- Timestamp:
- Apr 29, 2006, 8:59:08 PM (19 years ago)
- Location:
- branches/stable/mondo
- Files:
-
- 1 added
- 10 deleted
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/configure.in
r500 r501 123 123 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr]) 124 124 125 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile m4/Makefilepo/Makefile.in])125 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile po/Makefile.in]) -
branches/stable/mondo/mondo/common/Makefile.am
r424 r501 14 14 libmondo-archive.h libmondo-devices.h \ 15 15 libmondo-filelist.h libmondo-files.h libmondo-fork.h \ 16 libmondo- gui.h libmondo-mountlist.h libmondo-raid.h \16 libmondo-mountlist.h libmondo-raid.h \ 17 17 libmondo-stream.h libmondo-string.h libmondo-tools.h \ 18 18 libmondo-verify.h libmondo-fifo.h \ … … 20 20 libmondo-devices-EXT.h libmondo-fifo-EXT.h \ 21 21 libmondo-files-EXT.h libmondo-fork-EXT.h \ 22 libmondo- gui-EXT.h libmondo-filelist-EXT.h \22 libmondo-filelist-EXT.h \ 23 23 libmondo-mountlist-EXT.h libmondo-raid-EXT.h \ 24 24 libmondo-string-EXT.h libmondo-tools-EXT.h \ -
branches/stable/mondo/mondo/common/libmondo-archive.c
r424 r501 179 179 #include "libmondo-devices-EXT.h" 180 180 #include "libmondo-tools-EXT.h" 181 #include " libmondo-gui-EXT.h"181 #include "newt-specific-EXT.h" 182 182 #include "libmondo-fork-EXT.h" 183 183 #include "libmondo-files-EXT.h" … … 186 186 #include "libmondo-verify-EXT.h" 187 187 #include "libmondo-archive.h" 188 #include "lib-common-externs.h"189 188 #include <sys/sem.h> 190 189 #include <sys/types.h> … … 1620 1619 log_to_screen("Archiving regular files"); 1621 1620 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..."), 1626 1625 get_last_filelist_number(bkpinfo) + 1); 1627 1626 … … 1849 1848 tmp3 = NULL; 1850 1849 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.")); 1852 1851 } 1853 1852 … … 2350 2349 log_to_screen("Archiving regular files"); 2351 2350 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..."), 2356 2355 get_last_filelist_number(bkpinfo) + 1); 2357 2356 -
branches/stable/mondo/mondo/common/libmondo-devices.c
r497 r501 232 232 #include "libmondo-files-EXT.h" 233 233 #include "libmondo-devices.h" 234 #include "lib-common-externs.h"235 234 #include "libmondo-string-EXT.h" 236 235 #include "libmondo-tools-EXT.h" 237 #include " libmondo-gui-EXT.h"236 #include "newt-specific-EXT.h" 238 237 #include "libmondo-fork-EXT.h" 239 238 #include "libmondo-stream-EXT.h" -
branches/stable/mondo/mondo/common/libmondo-fifo.c
r128 r501 178 178 if (!res) { 179 179 bufsize++; 180 sprintf(tmp, "Negotiated max buffer of %d MB ", bufsize);180 sprintf(tmp, _("Negotiated max buffer of %d MB "), bufsize); 181 181 log_to_screen(tmp); 182 182 } else { … … 184 184 res = 0; 185 185 log_to_screen 186 ( "Cannot negotiate a buffer of ANY size. Using dd instead.");186 (_("Cannot negotiate a buffer of ANY size. Using dd instead.")); 187 187 } 188 188 if (direction == 'r') { … … 220 220 if (run_program_and_log_output(command, 1)) { 221 221 fres = NULL; 222 log_to_screen( "Failed to open tape streamer. Buffer error.");223 } else { 224 log_to_screen( "Buffer successfully started.");222 log_to_screen(_("Failed to open tape streamer. Buffer error.")); 223 } else { 224 log_to_screen(_("Buffer successfully started.")); 225 225 } 226 226 -
branches/stable/mondo/mondo/common/libmondo-filelist.c
r497 r501 110 110 #include "my-stuff.h" 111 111 #include "mondostructures.h" 112 #include "lib-common-externs.h"113 112 #include "libmondo-filelist.h" 114 113 #include "libmondo-string-EXT.h" 115 114 #include "libmondo-files-EXT.h" 116 115 #include "libmondo-fork-EXT.h" 117 #include " libmondo-gui-EXT.h"116 #include "newt-specific-EXT.h" 118 117 #include "libmondo-tools-EXT.h" 119 118 -
branches/stable/mondo/mondo/common/libmondo-files.c
r497 r501 88 88 #include "libmondo-files.h" 89 89 90 #include "lib-common-externs.h"91 92 90 #include "libmondo-tools-EXT.h" 93 #include " libmondo-gui-EXT.h"91 #include "newt-specific-EXT.h" 94 92 #include "libmondo-devices-EXT.h" 95 93 #include "libmondo-fork-EXT.h" -
branches/stable/mondo/mondo/common/libmondo-fork.c
r497 r501 106 106 #include "libmondo-fork.h" 107 107 #include "libmondo-string-EXT.h" 108 #include " libmondo-gui-EXT.h"108 #include "newt-specific-EXT.h" 109 109 #include "libmondo-files-EXT.h" 110 110 #include "libmondo-tools-EXT.h" 111 #include "lib-common-externs.h"112 111 113 112 /*@unused@*/ -
branches/stable/mondo/mondo/common/libmondo-mountlist.c
r497 r501 53 53 #include "mondostructures.h" 54 54 #include "libmondo-mountlist.h" 55 #include "lib-common-externs.h"56 55 #include "libmondo-raid-EXT.h" 57 56 #include "libmondo-devices-EXT.h" 58 57 #include "libmondo-tools-EXT.h" 59 58 #include "libmondo-string-EXT.h" 60 #include " libmondo-gui-EXT.h"59 #include "newt-specific-EXT.h" 61 60 62 61 /*@unused@*/ -
branches/stable/mondo/mondo/common/libmondo-raid.c
r497 r501 42 42 #include "my-stuff.h" 43 43 #include "mondostructures.h" 44 #include " libmondo-gui-EXT.h"44 #include "newt-specific-EXT.h" 45 45 #include "libmondo-files-EXT.h" 46 46 #include "libmondo-tools-EXT.h" 47 47 #include "libmondo-string-EXT.h" 48 #include "lib-common-externs.h"49 48 #include "libmondo-raid.h" 50 49 -
branches/stable/mondo/mondo/common/libmondo-stream.c
r497 r501 100 100 #include "mondostructures.h" 101 101 #include "libmondo-devices.h" 102 #include "lib-common-externs.h"103 102 #include "libmondo-stream.h" 104 103 #include "libmondo-string-EXT.h" 105 104 #include "libmondo-files-EXT.h" 106 #include " libmondo-gui-EXT.h"105 #include "newt-specific-EXT.h" 107 106 #include "libmondo-fork-EXT.h" 108 107 #include "libmondo-tools-EXT.h" -
branches/stable/mondo/mondo/common/libmondo-string.c
r497 r501 65 65 #include "mondostructures.h" 66 66 #include "libmondo-string.h" 67 #include "lib-common-externs.h"68 67 #include "libmondo-files-EXT.h" 69 #include " libmondo-gui-EXT.h"68 #include "newt-specific-EXT.h" 70 69 #include "libmondo-tools-EXT.h" 71 70 -
branches/stable/mondo/mondo/common/libmondo-tools.c
r497 r501 174 174 #include "my-stuff.h" 175 175 #include "mondostructures.h" 176 #include "lib-common-externs.h"177 176 #include "libmondo-tools.h" 178 #include " libmondo-gui-EXT.h"177 #include "newt-specific-EXT.h" 179 178 #include "libmondo-files-EXT.h" 180 179 #include "libmondo-fork-EXT.h" -
branches/stable/mondo/mondo/common/libmondo-verify.c
r497 r501 103 103 #include "mondostructures.h" 104 104 #include "libmondo-verify.h" 105 #include " libmondo-gui-EXT.h"105 #include "newt-specific-EXT.h" 106 106 #include "libmondo-files-EXT.h" 107 107 #include "libmondo-fork-EXT.h" … … 110 110 #include "libmondo-devices-EXT.h" 111 111 #include "libmondo-tools-EXT.h" 112 #include "lib-common-externs.h"113 112 114 113 /*@unused@*/ -
branches/stable/mondo/mondo/common/libmondo.h
r128 r501 9 9 #include "libmondo-files-EXT.h" 10 10 #include "libmondo-fork-EXT.h" 11 #include " libmondo-gui-EXT.h"11 #include "newt-specific-EXT.h" 12 12 #include "libmondo-mountlist-EXT.h" 13 13 #include "libmondo-raid-EXT.h" -
branches/stable/mondo/mondo/common/newt-specific.c
r497 r501 118 118 #include "libmondo-tools-EXT.h" 119 119 #include "libmondo-fork-EXT.h" 120 #include "libmondo-gui-EXT.h" 121 #include "lib-common-externs.h" 120 #include "newt-specific-EXT.h" 122 121 123 122 /*@unused@*/ -
branches/stable/mondo/mondo/mondoarchive/mondo-cli.c
r477 r501 378 378 if (i == 0) { 379 379 retval++; 380 log_to_screen( "You must specify the media type\n");380 log_to_screen(_("You must specify the media type\n")); 381 381 } 382 382 if (i > 1) { 383 383 retval++; 384 log_to_screen( "Please specify only one media type\n");384 log_to_screen(_("Please specify only one media type\n")); 385 385 } 386 386 if (flag_set['K']) { … … 392 392 if (flag_set['L'] && flag_set['0']) { 393 393 retval++; 394 log_to_screen( "You cannot have 'no compression' _and_ LZOP.\n");394 log_to_screen(_("You cannot have 'no compression' _and_ LZOP.\n")); 395 395 } 396 396 bkpinfo->backup_data = flag_set['O']; 397 397 bkpinfo->verify_data = flag_set['V']; 398 398 if (flag_set['I'] && !bkpinfo->backup_data) { 399 log_to_screen( "-I switch is ignored if just verifying");399 log_to_screen(_("-I switch is ignored if just verifying")); 400 400 } 401 401 if (flag_set['E'] && !bkpinfo->backup_data) { 402 log_to_screen( "-E switch is ignored if just verifying");402 log_to_screen(_("-E switch is ignored if just verifying")); 403 403 } 404 404 … … 428 428 if (flag_set['f'] || flag_set['l']) { 429 429 log_to_screen 430 ( "You don't need to specify bootloader or bootdevice");430 (_("You don't need to specify bootloader or bootdevice")); 431 431 } 432 432 } … … 473 473 if (bkpinfo->include_paths[0] == '-') { 474 474 retval++; 475 log_to_screen( "Please supply a sensible value with '-I'\n");475 log_to_screen(_("Please supply a sensible value with '-I'\n")); 476 476 } 477 477 } … … 488 488 retval++; 489 489 log_to_screen 490 ( "Please do not use -J in combination with -I. If you want to make a list of files to backup, that's fine, use -J <filename> but please don't muddy the waters by combining -J with -I. Thanks. :-)");490 (_("Please do not use -J in combination with -I. If you want to make a list of files to backup, that's fine, use -J <filename> but please don't combine -J with -I. Thanks. :-)")); 491 491 } 492 492 bkpinfo->make_filelist = FALSE; … … 506 506 if (g_kernel_version >= 2.6 && !strstr(flag_val['d'], "/dev/")) { 507 507 log_to_screen 508 ( "Linus says 2.6 has a broken ide-scsi module. Proceed at your own risk...");508 (_("Linus says 2.6 has a broken ide-scsi module. Proceed at your own risk...")); 509 509 } 510 510 … … 522 522 if (!flag_set['L']) { 523 523 log_to_screen 524 ( "You must use -L with -C. Therefore I am setting it for you.");524 (_("You must use -L with -C. Therefore I am setting it for you.")); 525 525 flag_set['L'] = 1; 526 526 flag_val['L'][0] = '\0'; … … 552 552 flag_set['d'] = TRUE; 553 553 sprintf(tmp, 554 "You didn't specify a tape streamer device. I'm assuming %s",554 _("You didn't specify a tape streamer device. I'm assuming %s"), 555 555 flag_val['d']); 556 556 log_to_screen(tmp); … … 567 567 if (!find_dvd_device(flag_val['d'], FALSE)) { 568 568 flag_set['d'] = TRUE; 569 log_to_screen( "I guess DVD drive is at %s", flag_val['d']);569 log_to_screen(_("I guess DVD drive is at %s", flag_val['d'])); 570 570 } 571 571 } … … 586 586 strcat(flag_val['s'], "m"); 587 587 log_to_screen 588 ( "You did not specify a size (-s) for DVD. I'm guessing %s.",588 (_("You did not specify a size (-s) for DVD. I'm guessing %s."), 589 589 flag_val['s']); 590 590 flag_set['s'] = 1; … … 642 642 if (strlen(bkpinfo->isodir) < 3) { 643 643 retval++; 644 log_to_screen( "NFS share is not mounted. Please mount it.\n");644 log_to_screen(_("NFS share is not mounted. Please mount it.\n")); 645 645 } 646 646 log_msg(3, "mount = %s", bkpinfo->nfs_mount); … … 767 767 retval++; 768 768 sprintf(tmp, 769 "You specified kernel '%s', which does not exist\n",769 _("You specified kernel '%s', which does not exist\n"), 770 770 bkpinfo->kernel_path); 771 771 log_to_screen(tmp); … … 799 799 retval++; 800 800 sprintf(tmp, 801 "Are you sure directory '%s' exists in remote dir '%s'?\nIf so, do you have rights to write to it?\n",801 _("Are you sure directory '%s' exists in remote dir '%s'?\nIf so, do you have rights to write to it?\n"), 802 802 bkpinfo->nfs_remote_dir, bkpinfo->nfs_mount); 803 803 log_to_screen(tmp); … … 809 809 if (g_kernel_version >= 2.6) { 810 810 if (popup_and_get_string 811 ( "Device", "Please specify the device",811 (_("Device", "Please specify the device"), 812 812 bkpinfo->media_device, MAX_STR_LEN / 4)) { 813 813 retval++; 814 log_to_screen( "User opted to cancel.");814 log_to_screen(_("User opted to cancel.")); 815 815 } 816 816 } else if (find_cdrw_device(bkpinfo->media_device)) { 817 817 retval++; 818 818 log_to_screen 819 ( "Tried and failed to find CD-R[W] drive automatically.\n");819 (_("Tried and failed to find CD-R[W] drive automatically.\n")); 820 820 } else { 821 821 flag_set['d'] = TRUE; … … 826 826 if (!flag_set['d'] && !flag_set['n'] && !flag_set['C']) { 827 827 retval++; 828 log_to_screen( "Please specify the backup device/directory.\n");828 log_to_screen(_("Please specify the backup device/directory.\n")); 829 829 fatal_error 830 830 ("You didn't use -d to specify the backup device/directory."); … … 847 847 retval++; 848 848 log_to_screen 849 ( "Please specify a tempdir which I can write to. :)");849 (_("Please specify a tempdir which I can write to. :)")); 850 850 fatal_error("I cannot write to the tempdir you specified."); 851 851 } … … 855 855 retval++; 856 856 log_to_screen 857 ( "Please don't specify a SAMBA or VFAT or NFS tmpdir.");857 (_("Please don't specify a SAMBA or VFAT or NFS tmpdir.")); 858 858 fatal_error("I cannot write to the tempdir you specified."); 859 859 } … … 903 903 i = which_boot_loader(tmp); 904 904 log_msg(3, "boot loader is %c, residing at %s", i, tmp); 905 printf( "boot loader is %c, residing at %s\n", i, tmp);905 printf(_("boot loader is %c, residing at %s\n"), i, tmp); 906 906 finish(0); 907 907 } … … 911 911 retval++; 912 912 log_to_screen 913 ( "Please install LZOP. You can't use '-L' until you do.\n");913 (_("Please install LZOP. You can't use '-L' until you do.\n")); 914 914 } 915 915 } … … 921 921 bkpinfo->make_cd_use_lilo = TRUE; 922 922 log_to_screen 923 ( "Forcing you to use LILO. SuSE 9.0 (64-bit) has a broken mkfs.vfat binary.");923 (_("Forcing you to use LILO. SuSE 9.0 (64-bit) has a broken mkfs.vfat binary.")); 924 924 } 925 925 if (flag_set['o']) { … … 931 931 bkpinfo->make_cd_use_lilo = TRUE; 932 932 log_to_screen 933 ( "Your kernel appears not to support vfat filesystems. I am therefore");934 log_to_screen 935 ( "using LILO instead of SYSLINUX as the CD/floppy's boot loader.");933 (_("Your kernel appears not to support vfat filesystems. I am therefore")); 934 log_to_screen 935 (_("using LILO instead of SYSLINUX as the CD/floppy's boot loader.")); 936 936 } 937 937 if (run_program_and_log_output("which mkfs.vfat", FALSE)) { … … 939 939 #ifdef __IA32__ 940 940 log_to_screen 941 ( "Your filesystem is missing 'mkfs.vfat', so I cannot use SYSLINUX as");942 log_to_screen 943 ( "your boot loader. I shall therefore use LILO instead.");941 (_("Your filesystem is missing 'mkfs.vfat', so I cannot use SYSLINUX as")); 942 log_to_screen 943 (_("your boot loader. I shall therefore use LILO instead.")); 944 944 #endif 945 945 #ifdef __IA64__ 946 946 log_to_screen 947 ( "Your filesystem is missing 'mkfs.vfat', so I cannot prepare the EFI");948 log_to_screen( "environment correctly. Please install it.");947 (_("Your filesystem is missing 'mkfs.vfat', so I cannot prepare the EFI")); 948 log_to_screen(_("environment correctly. Please install it.")); 949 949 fatal_error("Aborting"); 950 950 #endif … … 964 964 if (i == 0) { 965 965 retval++; 966 log_to_screen( "Specify backup (-O), verify (-V) or both (-OV).\n");966 log_to_screen(_("Specify backup (-O), verify (-V) or both (-OV).\n")); 967 967 } 968 968 … … 1018 1018 if (flag_set[optopt]) { 1019 1019 bad_switches = TRUE; 1020 sprintf(tmp, "Switch -%c previously defined as %s\n", opt,1020 sprintf(tmp, _("Switch -%c previously defined as %s\n"), opt, 1021 1021 flag_val[i]); 1022 1022 log_to_screen(tmp); … … 1028 1028 optarg[--len] = '\0'; 1029 1029 log_to_screen 1030 ( "Warning - param '%s' should not have trailing slash!",1030 (_("Warning - param '%s' should not have trailing slash!"), 1031 1031 optarg); 1032 1032 } … … 1035 1035 && flag_val[opt][0] != '/') { 1036 1036 sprintf(tmp, 1037 "-%c flag --- must be absolute path --- '%s' isn't absolute",1037 _("-%c flag --- must be absolute path --- '%s' isn't absolute"), 1038 1038 opt, flag_val[opt]); 1039 1039 log_to_screen(tmp); … … 1048 1048 for (i = optind; i < argc; i++) { 1049 1049 bad_switches = TRUE; 1050 sprintf(tmp, "Invalid arg -- %s\n", argv[i]);1050 sprintf(tmp, _("Invalid arg -- %s\n"), argv[i]); 1051 1051 log_to_screen(tmp); 1052 1052 } … … 1081 1081 case SIGINT: 1082 1082 sprintf(tmp, "SIGINT"); 1083 strcpy(tmp2, "You interrupted me :-)");1083 strcpy(tmp2, _("You interrupted me :-)")); 1084 1084 break; 1085 1085 case SIGKILL: 1086 1086 sprintf(tmp, "SIGKILL"); 1087 1087 strcpy(tmp2, 1088 "I seriously have no clue how this signal even got to me. Something's wrong with your system.");1088 _("I seriously have no clue how this signal even got to me. Something's wrong with your system.")); 1089 1089 break; 1090 1090 case SIGTERM: 1091 1091 sprintf(tmp, "SIGTERM"); 1092 strcpy(tmp2, "Got terminate signal");1092 strcpy(tmp2, _("Got terminate signal")); 1093 1093 break; 1094 1094 case SIGHUP: 1095 1095 sprintf(tmp, "SIGHUP"); 1096 strcpy(tmp2, "Hangup on line");1096 strcpy(tmp2, _("Hangup on line")); 1097 1097 break; 1098 1098 case SIGSEGV: 1099 1099 sprintf(tmp, "SIGSEGV"); 1100 1100 strcpy(tmp2, 1101 "Internal programming error. Please send a backtrace as well as your log.");1101 _("Internal programming error. Please send a backtrace as well as your log.")); 1102 1102 break; 1103 1103 case SIGPIPE: 1104 1104 sprintf(tmp, "SIGPIPE"); 1105 strcpy(tmp2, "Pipe was broken");1105 strcpy(tmp2, _("Pipe was broken")); 1106 1106 break; 1107 1107 case SIGABRT: 1108 1108 sprintf(tmp, "SIGABRT"); 1109 1109 sprintf(tmp2, 1110 "Abort - probably failed assertion. I'm sleeping for a few seconds so you can read the message.");1110 _("Abort - probably failed assertion. I'm sleeping for a few seconds so you can read the message.")); 1111 1111 break; 1112 1112 default: 1113 sprintf(tmp, "(Unknown)");1114 } 1115 1116 strcat(tmp, " signal received from OS");1113 sprintf(tmp, _("(Unknown)")); 1114 } 1115 1116 strcat(tmp, _(" signal received from OS")); 1117 1117 log_to_screen(tmp); 1118 1118 log_to_screen(tmp2); -
branches/stable/mondo/mondo/mondorestore/mondo-rstr-compare.c
r277 r501 135 135 if (!(fin = fopen(slice_fname(bigfileno, 0, ARCHIVES_PATH, ""), "r"))) { 136 136 sprintf(tmp_ptr, 137 "Cannot open bigfile %ld (%s)'s info file",137 _("Cannot open bigfile %ld (%s)'s info file"), 138 138 bigfileno + 1, bigfile_fname_ptr); 139 139 log_to_screen(tmp_ptr); … … 149 149 log_msg(2, "biggiestruct.checksum = %s", biggiestruct.checksum); 150 150 151 sprintf(tmp_ptr, "Comparing %s", bigfile_fname_ptr);151 sprintf(tmp_ptr, _("Comparing %s"), bigfile_fname_ptr); 152 152 153 153 if (!g_text_mode) { … … 253 253 mvaddstr_and_log_it(g_currentY, 0, 254 254 "Comparing large files "); 255 open_progress_form( "Comparing large files",256 "I am now comparing the large files",257 "against the filesystem. Please wait.", "",255 open_progress_form(_("Comparing large files"), 256 _("I am now comparing the large files"), 257 _("against the filesystem. Please wait."), "", 258 258 noof_biggiefiles); 259 259 for (bigfileno = 0; bigfileno < noof_biggiefiles; bigfileno++) { … … 432 432 433 433 max_val = atol(tmp); 434 sprintf(progress_str, "Comparing with %s #%d ",434 sprintf(progress_str, _("Comparing with %s #%d "), 435 435 media_descriptor_string(bkpinfo->backup_media_type), 436 436 g_current_media_number); 437 437 438 open_progress_form( "Comparing files",439 "Comparing tarballs against filesystem.",440 "Please wait. This may take some time.",438 open_progress_form(_("Comparing files"), 439 _("Comparing tarballs against filesystem."), 440 _("Please wait. This may take some time."), 441 441 progress_str, max_val); 442 442 … … 475 475 log_msg(2, "OK, I think it's time for another CD..."); 476 476 g_current_media_number++; 477 sprintf(progress_str, "Comparing with %s #%d ",477 sprintf(progress_str, _("Comparing with %s #%d "), 478 478 media_descriptor_string(bkpinfo->backup_media_type), 479 479 g_current_media_number); … … 541 541 noof_changed_files = count_lines_in_file("/tmp/changed.txt"); 542 542 if (noof_changed_files) { 543 sprintf(tmp, "%ld files do not match the backup ",543 sprintf(tmp, _("%ld files do not match the backup "), 544 544 noof_changed_files); 545 545 // mvaddstr_and_log_it( g_currentY++, 0, tmp ); … … 548 548 paranoid_system(command); 549 549 } else { 550 sprintf(tmp, "All files match the backup ");550 sprintf(tmp, _("All files match the backup ")); 551 551 mvaddstr_and_log_it(g_currentY++, 0, tmp); 552 552 log_to_screen(tmp); … … 598 598 while (get_cfg_file_from_archive(bkpinfo)) { 599 599 if (!ask_me_yes_or_no 600 ( "Failed to find config file/archives. Choose another source?"))600 (_("Failed to find config file/archives. Choose another source?"))) 601 601 { 602 602 fatal_error("Unable to find config file/archives. Aborting."); … … 639 639 "...but they were logfiles and temporary files. Your archives are fine."); 640 640 log_to_screen 641 ( "The differences were logfiles and temporary files. Your archives are fine.");641 (_("The differences were logfiles and temporary files. Your archives are fine.")); 642 642 } else { 643 643 q = count_lines_in_file("/tmp/changed.files"); 644 sprintf(tmp, "%ld significant difference%s found.", q,644 sprintf(tmp, _("%ld significant difference%s found."), q, 645 645 (q != 1) ? "s" : ""); 646 646 mvaddstr_and_log_it(g_currentY++, 0, tmp); … … 648 648 649 649 strcpy(tmp, 650 "Type 'less /tmp/changed.files' for a list of non-matching files");650 _("Type 'less /tmp/changed.files' for a list of non-matching files")); 651 651 mvaddstr_and_log_it(g_currentY++, 0, tmp); 652 652 log_to_screen(tmp); … … 658 658 } else { 659 659 log_to_screen 660 ( "No significant differences were found. Your backup is perfect.");660 (_("No significant differences were found. Your backup is perfect.")); 661 661 } 662 662 kill_petris(); -
branches/stable/mondo/mondo/mondorestore/mondo-rstr-newt.h
r128 r501 25 25 #endif /*__FreeBSD__*/ 26 26 27 #define NO_FLAWS_DETECTED "No flaws detected in mountlist at this time. Hit 'OK' to proceed."27 #define NO_FLAWS_DETECTED _("No flaws detected in mountlist at this time. Hit 'OK' to proceed.") 28 28 29 29 -
branches/stable/mondo/po/POTFILES.in
r497 r501 1 ./config.h2 ./mondo/common/config.h3 ./mondo/common/crcttt.h4 ./mondo/common/lib-common-externs.h5 1 ./mondo/common/libmondo-archive.c 6 ./mondo/common/libmondo-archive-EXT.h7 ./mondo/common/libmondo-archive.h8 2 ./mondo/common/libmondo-devices.c 9 ./mondo/common/libmondo-devices-EXT.h10 ./mondo/common/libmondo-devices.h11 3 ./mondo/common/libmondo-fifo.c 12 ./mondo/common/libmondo-fifo-EXT.h13 ./mondo/common/libmondo-fifo.h14 4 ./mondo/common/libmondo-filelist.c 15 ./mondo/common/libmondo-filelist-EXT.h16 ./mondo/common/libmondo-filelist.h17 5 ./mondo/common/libmondo-files.c 18 ./mondo/common/libmondo-files-EXT.h19 ./mondo/common/libmondo-files.h20 6 ./mondo/common/libmondo-fork.c 21 ./mondo/common/libmondo-fork-EXT.h22 ./mondo/common/libmondo-fork.h23 ./mondo/common/libmondo-gui.c24 ./mondo/common/libmondo-gui-EXT.h25 ./mondo/common/libmondo-gui.h26 ./mondo/common/libmondo.h27 7 ./mondo/common/libmondo-mountlist.c 28 ./mondo/common/libmondo-mountlist-EXT.h29 ./mondo/common/libmondo-mountlist.h30 8 ./mondo/common/libmondo-raid.c 31 ./mondo/common/libmondo-raid-EXT.h32 ./mondo/common/libmondo-raid.h33 9 ./mondo/common/libmondo-stream.c 34 ./mondo/common/libmondo-stream-EXT.h35 ./mondo/common/libmondo-stream.h36 10 ./mondo/common/libmondo-string.c 37 ./mondo/common/libmondo-string-EXT.h38 ./mondo/common/libmondo-string.h39 11 ./mondo/common/libmondo-tools.c 40 ./mondo/common/libmondo-tools-EXT.h41 ./mondo/common/libmondo-tools.h42 12 ./mondo/common/libmondo-verify.c 43 ./mondo/common/libmondo-verify-EXT.h44 ./mondo/common/libmondo-verify.h45 ./mondo/common/mondostructures.h46 13 ./mondo/common/my-stuff.h 47 14 ./mondo/common/newt-specific.c 48 ./mondo/common/newt-specific-EXT.h49 ./mondo/common/newt-specific.h50 ./mondo/common/X-specific.c51 ./mondo/common/X-specific-EXT.h52 ./mondo/common/X-specific.h53 15 ./mondo/mondoarchive/main.c 54 16 ./mondo/mondoarchive/mondo-cli.c 55 ./mondo/mondoarchive/mondo-cli-EXT.h56 ./mondo/mondoarchive/mondo-cli.h57 17 ./mondo/mondorestore/mondo-prep.c 58 ./mondo/mondorestore/mondoprep.h59 18 ./mondo/mondorestore/mondo-restore.c 60 ./mondo/mondorestore/mondo-restore-EXT.h61 ./mondo/mondorestore/mondo-restore.h62 19 ./mondo/mondorestore/mondo-rstr-compare.c 63 ./mondo/mondorestore/mondo-rstr-compare-EXT.h64 ./mondo/mondorestore/mondo-rstr-compare.h65 20 ./mondo/mondorestore/mondo-rstr-newt.c 66 21 ./mondo/mondorestore/mondo-rstr-newt.h 67 22 ./mondo/mondorestore/mondo-rstr-tools.c 68 ./mondo/mondorestore/mondo-rstr-tools-EXT.h69 ./mondo/mondorestore/mondo-rstr-tools.h70 ./mondo/mondorestore/mr-externs.h71 ./mondo/xmondo/xmondobackup.h72 ./mondo/xmondo/xmondo.h73 ./mondo/xmondo/xmondorestore.h -
branches/stable/mondo/po/fr.po
r498 r501 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Mondo 2.0 6\n"9 "Project-Id-Version: Mondo 2.0.7\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 11 "POT-Creation-Date: 2006-04-24 18:04+0200\n"
Note:
See TracChangeset
for help on using the changeset viewer.