#!/usr/bin/perl #my %lang; #use strict; # -------------------------------- $Lang{Start_Archive} = "Start archiwizacji"; $Lang{Stop_Dequeue_Archive} = "Zatrzymaj/Dequeue archiwizacje"; $Lang{Start_Full_Backup} = "Uruchom pełny Backup"; $Lang{Start_Incr_Backup} = "Uruchom przyrostowy Backup"; $Lang{Stop_Dequeue_Backup} = "Zatrzymaj/Dequeue Backup"; $Lang{Restore} = "Przywróć"; $Lang{Type_full} = "Pełny"; $Lang{Type_incr} = "przyrostowy"; # ----- $Lang{Only_privileged_users_can_view_admin_options} = "Tylko użytkownik posiadający uprawnienia ma dostep do opcji administracyjnych."; $Lang{H_Admin_Options} = "BackupPC serwer: administracja"; $Lang{Admin_Options} = "Administracja"; $Lang{Admin_Options_Page} = < \${h2("Kontrola serwera")}
Wczytaj ponownie konfigurację:
EOF $Lang{Unable_to_connect_to_BackupPC_server} = "Nie można uzyskać połączenia z serwerem BackupPC", "Skrypt CGI (\$MyURL) nie może uzyskać połączenia z serwerem" . " BackupPC na \$Conf{ServerHost} port \$Conf{ServerPort}. Wystąpił" . " błąd: \$err.", "Być może serwer BackupPC nie jest uruchomiony lub jest to " . " błąd konfiguracji. Zawiadom administratora systemu."; $Lang{Admin_Start_Server} = < Serwer BackupPC na \$Conf{ServerHost} port \$Conf{ServerPort} nie jest aktualnie uruchomiony (możliwe, że go tylko zatrzymałeś lub jeszcze nie uruchomiłeś).
Czy chcesz uruchomić serwer? EOF # ----- $Lang{H_BackupPC_Server_Status} = "Status serwera BackupPC"; $Lang{BackupPC_Server_Status_General_Info}= <
  • PID serwera: \$Info{pid}, na komputerze \$Conf{ServerHost}, wersja \$Info{Version}, uruchomiony o \$serverStartTime.
  • Status wygenerowano o \$now.
  • Ostatnie wczytanie konfiguracji: \$configLoadTime.
  • Komputery sprawdzają obecność nowych zleceń co \$nextWakeupTime.
  • Pozostałe informacje:
    • \$numBgQueue oczekujące zlecenia archiwizacji from last scheduled wakeup,
    • \$numUserQueue oczekujące zlecenia użytkownika,
    • \$numCmdQueue oczekujące zlecenia, \$poolInfo
    • Pool file system was recently at \$Info{DUlastValue}% (\$DUlastTime), dziś maksymalnie jest \$Info{DUDailyMax}% (\$DUmaxTime) wczoraj było maksymalnie \$Info{DUDailyMaxPrev}%.
    EOF $Lang{BackupPC_Server_Status} = < \$generalInfo \${h2("Aktualnie uruchomione zadania")}

    \$jobStr
    Komputer Typ Użytkownik Rozpoczęcie Polecenie PID Xfer PID

    \${h2("Błędy wymagające bliższej analizy")}

    \$statusStr
    Komputer Typ Użytkownik Ostatnia próba Szczegóły Błąd o godzinie Ostatni błąd (inny niż brak ping)
    EOF # -------------------------------- $Lang{BackupPC__Server_Summary} = "BackupPC: Podsumowanie "; $Lang{BackupPC__Archive} = "BackupPC: Archiwizacja"; $Lang{BackupPC_Summary} = < Status wygenerowano o \$now.

    \${h2("Komputery z dobrymi kopiami zapasowymi")}

    Jest \$hostCntGood komputerów, na których dokonano archiwizacji, łącznie:

    • \$fullTot pełny rozmiar archiwum: \${fullSizeTot}GB (prior to pooling and compression),
    • \$incrTot incr backups of total size \${incrSizeTot}GB (prior to pooling and compression).

    \$strGood
    Komputer Użytkownik #Pełny Pełny Age/days Wielkość/GB Szybkość MB/sec #Przyrostowy Przyrost. Age/days Status Ostatnia próba


    \${h2("Komputery bez kopii zapasowych")}

    Jest \$hostCntNone komputerów bez kopii zapasowych.

    \$strNone
    Komputer Użytkownik #Pełny Pełny Age/days Wielkość/GB Szybkość MB/sec #Przyrostowy Przyrost. Age/days Aktualny stan Ostatnia próba archiwizacji
    EOF $Lang{BackupPC_Archive} = < Jest \$hostCntGood komputerów, na których dokonano archiwizacji, łącznie: \${fullSizeTot}GB

    \$strGood \$checkAllHosts
    Komputer Użytkownik Wielkość Backup-u

    EOF $Lang{BackupPC_Archive2} = < \$HostListStr

    \$hiddenStr \$paramStr
    EOF $Lang{BackupPC_Archive2_location} = < Archive Location/Device EOF $Lang{BackupPC_Archive2_compression} = < Kompresja brak
    gzip
    bzip2 EOF $Lang{BackupPC_Archive2_parity} = < Ilość danych kontrolnych (parzystości) (0 = brak ... 5 = normalna) EOF $Lang{BackupPC_Archive2_split} = < Split output into Megabajtów EOF # ----------------------------------- $Lang{Pool_Stat} = <Pool is \${poolSize}GB comprising \$info->{"\${name}FileCnt"} plików i \$info->{"\${name}DirCnt"} katalogów (as of \$poolTime),
  • Pool hashing gives \$info->{"\${name}FileCntRep"} repeated files with longest chain \$info->{"\${name}FileRepMax"},
  • Nightly cleanup removed \$info->{"\${name}FileCntRm"} files of size \${poolRmSize}GB (around \$poolTime), EOF # -------------------------------- $Lang{BackupPC__Backup_Requested_on__host} = "BackupPC: Tworzenie kopii zapasowej na \$host"; # -------------------------------- $Lang{REPLY_FROM_SERVER} = < Odpowiedź od serwera: \$reply

    Powrót na \$host stronę domową. EOF # -------------------------------- $Lang{BackupPC__Start_Backup_Confirm_on__host} = "BackupPC: Potwierdzenie tworzenia kopii zapasowej na \$host"; # -------------------------------- $Lang{Are_you_sure_start} = < Rozpoczęcie archiwizacji \$type dla \$host.

    Czy chcesz to na pewno zrobić?
    EOF # -------------------------------- $Lang{BackupPC__Stop_Backup_Confirm_on__host} = "BackupPC: Potwierdzenie zatrzymania archiwizacji dla \$host"; # -------------------------------- $Lang{Are_you_sure_stop} = < Zatrzymanie archiwizacji dla \$host;
    Also, please don\'t start another backup for godzin.

    Czy na prawdę chcesz to zrobić?

    EOF # -------------------------------- $Lang{Only_privileged_users_can_view_queues_} = "Tylko uprzywilejowani użytkownicy mogą przeglądać kolejki"; # -------------------------------- $Lang{Only_privileged_users_can_archive} = "Tylko Użytkownik z odpowiednimi uprawnieniami może archiwizować."; # -------------------------------- $Lang{BackupPC__Queue_Summary} = "BackupPC: Podsumowanie kolejek"; # -------------------------------- $Lang{Backup_Queue_Summary} = <
    \${h2("User Queue Summary")}

    Aktualnie w kolejce czekają następujące zlecenia użytkownika:

    \$strUser
    Host Req Time Użytkownik


    \${h2("Background Queue Summary")}

    The following background requests are currently queued:

    \$strBg
    Host Req Time Użytkownik


    \${h2("Command Queue Summary")}

    Aktualnie w kolejce oczekują następujące polecenia:

    \$strCmd
    Host Req Time Użytkownik Polecenie
    EOF # -------------------------------- $Lang{Backup_PC__Log_File__file} = "BackupPC: Plik \$file"; $Lang{Log_File__file__comment} = < EOF # -------------------------------- $Lang{Contents_of_log_file} = <\$file, zmodyfikiwany o \$mtimeStr \$comment EOF # -------------------------------- $Lang{skipped__skipped_lines} = "[ Pominięte \$skipped linie ]\n"; # -------------------------------- $Lang{_pre___Can_t_open_log_file__file} = "
    \nNie można otworzyć pliku logującego \$file\n";
    
    # --------------------------------
    $Lang{BackupPC__Log_File_History} = "BackupPC: Plik logu";
    $Lang{Log_File_History__hdr} = <
    
    \$str
    
    Plik Rozmiar Ostatnia modyfikacja
    EOF # ------------------------------- $Lang{Recent_Email_Summary} = < \$str
    Recipient Komputer Czas Temat
    EOF # ------------------------------ $Lang{Browse_backup__num_for__host} = "BackupPC: Browse backup \$num for \$host"; # ------------------------------ $Lang{Restore_Options_for__host} = "BackupPC: Opcje przywracania dla \$host"; $Lang{Restore_Options_for__host2} = < Wybrałeś następujące pliki/katalogi z udziału \$share, numer archiwum #\$num:
      \$fileListStr

    Masz trzy możliwości odzyskania tych plików/katalogów. Wybierz proszę, jedną z następujących opcji:

    \${h2("Option 1: Bezpośrednie odzyskiwanie")}

    EOF $Lang{Restore_Options_for__host_Option1} = <

    Ostrzeżenie: Wszystkie pliki, pasujące do tych, które wybrałeś zostaną nadpisane!

    \$hiddenStr
    Odzyskiwanie plików z komputera
    Odzyskiwanie plików udziału
    Restore the files below dir
    (relative to share)
    EOF $Lang{Restore_Options_for__host_Option1_disabled} = < \${h2("Opcja 2: Ściągnij jako archiwum Zip")}

    Możesz ściągnąć archiwum Zip zawierające wszystkie pliki/katalogi, które wybrałeś Możesz używać wtedy lokalnych aplikacji takich jak WinZip, do przejrzenia lub wypakowania każdego z plików.

    Ostrzeżenie: w zależności od plików/katalogów, które wybrałeś, archiwum to, może być bardzo duże. Stworzenie i przeniesienie go może zająć kilka minut, ponadto będziesz potrzebował wystarczająco wolnego miejsca na dysku, aby je przechować.

    \$hiddenStr Tworzenie archiwum zależnego od \${EscHTML(\$pathHdr eq "" ? "/" : \$pathHdr)} (w przeciwnym razie archiwum będzie zawierało pełne ścieżki do plików).
    Kompresja (0=brak, 1=szybka,...,9=najlepsza)
    EOF # ------------------------------ $Lang{Option_2__Download_Zip_archive2} = < \${h2("Option 2: Ściągnij jako archiwum Zip")}

    Moduł Perl-a Archiwum::Zip nie jest zainstalowany. Ściągnięcie jako archiwum Zip będzie niemożliwe. Poproś o zainstalowanie Modułu Perl-a Archiwum::Zip administratora systemu z www.cpan.org.

    EOF # ------------------------------ $Lang{Option_3__Download_Zip_archive} = < Możesz ściągnąć archiwum Tar zawierające wszystkie pliki/katalogi, które wybrałeś. Będziesz mógł wtedy używać lokalnych aplikacji takich jak Tar lub WinZip, aby przejrzeć lub wypakować każdy z plików.

    Ostrzeżenie: w zależności od plików/katalogów, które wybrałeś archiwum to może być bardzo duże. Stworzenie i przeniesienie go może zająć kilka minut, ponadto będziesz potrzebował wystarczająco wolnego miejsca na dysku, aby je przechować.

    \$hiddenStr Make archive relative to \${EscHTML(\$pathHdr eq "" ? "/" : \$pathHdr)} (otherwise archive will contain full paths).
    EOF # ------------------------------ $Lang{Restore_Confirm_on__host} = "BackupPC: Odzyskiwanie potwierdzone dla \$host"; $Lang{Are_you_sure} = < You are about to start a restore directly to the machine \$In{hostDest}. Następujące pliki zostanę odzyskane do udziału \$In{shareDest}, z archiwum o numerze \$num:

    \$fileListStr
    Oryginalne pliki/katalogi zostaną przywrócone do

    \$hiddenStr Chcesz na pewno to zrobić?
    EOF # -------------------------- $Lang{Restore_Requested_on__hostDest} = "BackupPC: Zlecenie odzyskiwania dla \$hostDest"; $Lang{Reply_from_server_was___reply} = < Odpowiedź z serwera: \$reply

    Wróć na \$hostDest stronę domową. EOF $Lang{BackupPC_Archive_Reply_from_server} = < Odpowiedź z serwera: \$reply EOF # ------------------------- $Lang{Host__host_Backup_Summary} = "BackupPC: Host \$host Backup Summary"; $Lang{Host__host_Backup_Summary2} = < \$warnStr

      \$statusStr

    \${h2("Użytkownik Actions")}

    \$startIncrStr

    \${h2("Backup Summary")}

    Kliknij na numer archiwum w celu przejrzenia i odzyskania plików.

    \$str
    Backup# Typ Filled Start Date Duration/mins Age/days Server Backup Path

    \$restoreStr



    \${h2("Xfer Error Summary")}

    \$errStr
    Backup# Typ View #Xfer errs #bad files #bad share #tar errs


    \${h2("File Size/Count Reuse Summary")}

    Existing files are those already in the pool; new files are those added to the pool. Empty files and SMB errors aren\'t counted in the reuse and new counts.

    \$sizeStr
    Łącznie Istniejące pliki Nowe pliki
    Backup# Typ #Pliki Wielkość/MB MB/sec #Pliki Wielkość/MB #Pliki Wielkość/MB


    \${h2("Compression Summary")}

    Compression performance for files already in the pool and newly compressed files.

    \$compStr
    Istniejące pliki Nowe pliki
    Backup# Typ Poziom kompr. Wielkość/MB Kompresja/MB Kompresja Wielkość/MB Kompr./MB Kompresja


    EOF $Lang{Host__host_Archive_Summary} = "BackupPC: Komputer \$host Archive Summary"; $Lang{Host__host_Archive_Summary2} = < \$warnStr
      \$statusStr
    \${h2("Użytkownik Actions")}

    \$ArchiveStr EOF # ------------------------- $Lang{Error} = "BackupPC: Error"; $Lang{Error____head} = <\$mesg

    EOF # ------------------------- $Lang{NavSectionTitle_} = "Serwer"; # ------------------------- $Lang{Backup_browse_for__host} = <
    • You are browsing backup #\$num, which started around \$backupTime (\$backupAge days ago), \$filledBackup
    • Enter directory:
    • Click on a directory below to navigate into that directory,
    • Click on a file below to restore that file,
    • You can view the backup historia of the current directory.
    \${h2("Contents of \${EscHTML(\$dirDisplay)}")}


    \$dirStr

    \$fileHeader \$topCheckAll \$fileStr \$checkAll

    EOF # ------------------------------ $Lang{DirHistory_backup_for__host} = "BackupPC: Directory backup history for \$host"; # # These two strings are used to build the links for directories and # file versions. Files are appended with a version number. # $Lang{DirHistory_dirLink} = "dir"; $Lang{DirHistory_fileLink} = "v"; $Lang{DirHistory_for__host} = < This display shows each unique version of files across all the backups:
    • Click on a backup number to return to the backup browser,
    • Click on a directory link (\$Lang->{DirHistory_dirLink}) to navigate into that directory,
    • Click on a file version link (\$Lang->{DirHistory_fileLink}0, \$Lang->{DirHistory_fileLink}1, ...) to download that file,
    • Files with the same contents between different backups have the same version number,
    • Files or directories not present in a particular backup have an empty box.
    • Files shown with the same version might have different attributes. Select the backup number to see the file attributes.
    \${h2("History of \${EscHTML(\$dirDisplay)}")}
    \$backupNumStr\$backupTimeStr \$fileStr
    Backup number
    Backup time
    EOF # ------------------------------ $Lang{Restore___num_details_for__host} = "BackupPC: Restore #\$num details for \$host"; $Lang{Restore___num_details_for__host2} = <
    Number \$Restores[\$i]{num}
    Requested by \$RestoreReq{user}
    Request time \$reqTime
    Result \$Restores[\$i]{result}
    Error Message \$Restores[\$i]{errorMsg}
    Source host \$RestoreReq{hostSrc}
    Source backup num \$RestoreReq{num}
    Source share \$RestoreReq{shareSrc}
    Destination host \$RestoreReq{hostDest}
    Destination share \$RestoreReq{shareDest}
    Start time \$startTime
    Duration \$duration min
    Number of files \$Restores[\$i]{nFiles}
    Total size \${MB} MB
    Transfer rate \$MBperSec MB/sec
    TarCreate errors \$Restores[\$i]{tarCreateErrs}
    Xfer errors \$Restores[\$i]{xferErrs}
    Xfer log file View, Errors

    \${h1("lista plików/katalogów")}

    \$fileListStr
    Original file/dirRestored to
    EOF # ------------------------------ $Lang{Archive___num_details_for__host} = "BackupPC: Archive #\$num details for \$host"; $Lang{Archive___num_details_for__host2 } = <
    Number \$Archives[\$i]{num}
    Requested by \$ArchiveReq{user}
    Request time \$reqTime
    Result \$Archives[\$i]{result}
    Error Message \$Archives[\$i]{errorMsg}
    Start time \$startTime
    Duration \$duration min
    Xfer log file View, Errors

    \${h1("Host list")}

    \$HostListStr
    HostBackup Number
    EOF # ----------------------------------- $Lang{Email_Summary} = "BackupPC: Email Summary"; # ----------------------------------- # !! ERROR messages !! # ----------------------------------- $Lang{BackupPC__Lib__new_failed__check_apache_error_log} = "BackupPC::Lib->new failed: check apache error_log\n"; $Lang{Wrong_user__my_userid_is___} = "Niewłaściwy użytkownik: my userid is \$>, instead of \$uid" . "(\$Conf{BackupPCUser})\n"; # $Lang{Only_privileged_users_can_view_PC_summaries} = "Only privileged users can view PC summaries."; $Lang{Only_privileged_users_can_stop_or_start_backups} = "Only privileged users can stop or start backups on" . " \${EscHTML(\$host)}."; $Lang{Invalid_number__num} = "Niepoprawny numer \$num"; $Lang{Unable_to_open__file__configuration_problem} = "Unable to open \$file: configuration problem?"; $Lang{Only_privileged_users_can_view_log_or_config_files} = "Only privileged users can view log or config files."; $Lang{Only_privileged_users_can_view_log_files} = "Only privileged users can view log files."; $Lang{Only_privileged_users_can_view_email_summaries} = "Only privileged users can view email summaries."; $Lang{Only_privileged_users_can_browse_backup_files} = "Only privileged users can browse backup files" . " dla komputera \${EscHTML(\$In{host})}."; $Lang{Empty_host_name} = "Pusta nazwa komputera."; $Lang{Directory___EscHTML} = "Katalog \${EscHTML(\"\$TopDir/pc/\$host/\$num\")}" . " jest pusty"; $Lang{Can_t_browse_bad_directory_name2} = "Can\'t browse bad directory name" . " \${EscHTML(\$relDir)}"; $Lang{Only_privileged_users_can_restore_backup_files} = "Only privileged users can restore backup files" . " for host \${EscHTML(\$In{host})}."; $Lang{Bad_host_name} = "Bad host name \${EscHTML(\$host)}"; $Lang{You_haven_t_selected_any_files__please_go_Back_to} = "You haven\'t selected any files; please go Back to" . " wybierz pliki."; $Lang{You_haven_t_selected_any_hosts} = "You haven\'t selected any hosts; please go Back to" . " wybierz komputery."; $Lang{Nice_try__but_you_can_t_put} = "Nice try, but you can\'t put \'..\' in any of the file names"; $Lang{Host__doesn_t_exist} = "Host \${EscHTML(\$In{hostDest})} doesn\'t exist"; $Lang{You_don_t_have_permission_to_restore_onto_host} = "You don\'t have permission to restore onto host" . " \${EscHTML(\$In{hostDest})}"; $Lang{Can_t_open_create} = "Can\'t open/create " . "\${EscHTML(\"\$TopDir/pc/\$hostDest/\$reqFileName\")}"; $Lang{Only_privileged_users_can_restore_backup_files2} = "Only privileged users can restore backup files" . " dla komputera \${EscHTML(\$host)}."; $Lang{Empty_host_name} = "Pusta nazwa komputera"; $Lang{Unknown_host_or_user} = "Nieznany komputer lub użytkownik \${EscHTML(\$host)}"; $Lang{Only_privileged_users_can_view_information_about} = "Only privileged users can view information about" . " komputer \${EscHTML(\$host)}." ; $Lang{Only_privileged_users_can_view_archive_information} = "Only privileged users can view archive information."; $Lang{Only_privileged_users_can_view_restore_information} = "Only privileged users can view restore information."; $Lang{Restore_number__num_for_host__does_not_exist} = "Restore number \$num for host \${EscHTML(\$host)} does" . " nie istnieje."; $Lang{Archive_number__num_for_host__does_not_exist} = "Archive number \$num for host \${EscHTML(\$host)} does" . " nie istnieje."; $Lang{Can_t_find_IP_address_for} = "Can\'t find IP address for \${EscHTML(\$host)}"; $Lang{host_is_a_DHCP_host} = < Until I see \$host at a particular DHCP address, you can only start this request from the client machine itself. EOF # ------------------------------------ # !! Server Mesg !! # ------------------------------------ $Lang{Backup_requested_on_DHCP__host} = "Backup requested on DHCP \$host (\$In{hostIP}) by" . " \$User from \$ENV{REMOTE_ADDR}"; $Lang{Backup_requested_on__host_by__User} = "Backup requested on \$host by \$User"; $Lang{Backup_stopped_dequeued_on__host_by__User} = "Backup stopped/dequeued on \$host by \$User"; $Lang{Restore_requested_to_host__hostDest__backup___num} = "Restore requested to host \$hostDest, backup #\$num," . " by \$User from \$ENV{REMOTE_ADDR}"; $Lang{Archive_requested} = "Archive requested by \$User from \$ENV{REMOTE_ADDR}"; # ------------------------------------------------- # ------- Stuff that was forgotten ---------------- # ------------------------------------------------- $Lang{Status} = "Status"; $Lang{PC_Summary} = "Podsumowanie"; $Lang{LOG_file} = "LOG file"; $Lang{LOG_files} = "LOG files"; $Lang{Old_LOGs} = "Old LOGs"; $Lang{Email_summary} = "Email summary"; $Lang{Config_file} = "Config file"; $Lang{Hosts_file} = "Hosts file"; $Lang{Current_queues} = "Current queues"; $Lang{Documentation} = "Dokumentacja"; #$Lang{Host_or_User_name} = "Nazwa Komputera lub Użytkownika:"; $Lang{Go} = "Go"; $Lang{Hosts} = "Komputery"; $Lang{Select_a_host} = "Wybierz komputer..."; $Lang{There_have_been_no_archives} = "

    There have been no archives

    \n"; $Lang{This_PC_has_never_been_backed_up} = "

    This PC has never been backed up!!

    \n"; $Lang{This_PC_is_used_by} = "
  • Komputer jest używany przez \${UserLink(\$user)}"; $Lang{Extracting_only_Errors} = "(Pokaż tylko błędy)"; $Lang{XferLOG} = "XferLOG"; $Lang{Errors} = "Błędy"; # ------------ $Lang{Last_email_sent_to__was_at___subject} = <Ostatni email wysłany do \${UserLink(\$user)} o \$mailTime, temat "\$subj". EOF # ------------ $Lang{The_command_cmd_is_currently_running_for_started} = <Polecenie \$cmd jest aktualnie uruchomione na \$host. Uruchomiono o \$startTime. EOF # ----------- $Lang{Host_host_is_queued_on_the_background_queue_will_be_backed_up_soon} = <Host \$host is queued on the background queue (will be backed up soon). EOF # ---------- $Lang{Host_host_is_queued_on_the_user_queue__will_be_backed_up_soon} = <Host \$host is queued on the user queue (will be backed up soon). EOF # --------- $Lang{A_command_for_host_is_on_the_command_queue_will_run_soon} = <A command for \$host is on the command queue (will run soon). EOF # -------- $Lang{Last_status_is_state_StatusHost_state_reason_as_of_startTime} = <Last status is state \"\$Lang->{\$StatusHost{state}}\"\$reason as of \$startTime. EOF # -------- $Lang{Last_error_is____EscHTML_StatusHost_error} = <Last error is \"\${EscHTML(\$StatusHost{error})}\". EOF # ------ $Lang{Pings_to_host_have_failed_StatusHost_deadCnt__consecutive_times} = <Pings to \$host have failed \$StatusHost{deadCnt} consecutive times. EOF # ----- $Lang{Prior_to_that__pings} = "Prior to that, pings"; # ----- $Lang{priorStr_to_host_have_succeeded_StatusHostaliveCnt_consecutive_times} = <\$priorStr to \$host have succeeded \$StatusHost{aliveCnt} consecutive times. EOF $Lang{Because__host_has_been_on_the_network_at_least__Conf_BlackoutGoodCnt_consecutive_times___} = <Because \$host has been on the network at least \$Conf{BlackoutGoodCnt} consecutive times, it will not be backed up from \$blackoutStr. EOF $Lang{__time0_to__time1_on__days} = "\$t0 to \$t1 on \$days"; $Lang{Backups_are_deferred_for_hours_hours_change_this_number} = <Backups are deferred for \$hours godzin ({Stop_Dequeue_Archive})}&host=\$host\">Zmień numer). EOF $Lang{tryIP} = " i \$StatusHost{dhcpHostIP}"; # $Lang{Host_Inhost} = "Host \$In{host}"; $Lang{checkAll} = <  Wybierz wszystko EOF $Lang{checkAllHosts} = <  Select all EOF $Lang{fileHeader} = < Nazwa Typ Tryb # Wielkość Data modyfikacji EOF $Lang{Home} = "Home"; $Lang{Browse} = "Browse backups"; $Lang{Last_bad_XferLOG} = "Last bad XferLOG"; $Lang{Last_bad_XferLOG_errors_only} = "Last bad XferLOG (errors only)"; $Lang{This_display_is_merged_with_backup} = < This display is merged with backup #\$numF. EOF $Lang{Visit_this_directory_in_backup} = < Select the backup you wish to view: EOF $Lang{Restore_Summary} = < Click on the restore number for more details. \$restoreStr
    Restore# Rezultat Data rozpoczęcia Dur/mins #plików MB #tar errs #xferErrs

    EOF $Lang{Archive_Summary} = < kliknij na numerze wybranego archiwum aby zobaczyć szczegóły. \$ArchiveStr
    Archive# Rezultat Data rozpoczęcia Dur/mins

    EOF $Lang{BackupPC__Documentation} = "BackupPC: Dokumentacja"; $Lang{No} = "nie"; $Lang{Yes} = "tak"; $Lang{The_directory_is_empty} = <Katalog \${EscHTML(\$dirDisplay)} jest pusty EOF #$Lang{on} = "on"; $Lang{off} = "wyłączony"; $Lang{backupType_full} = "pełny"; $Lang{backupType_incr} = "przyrostowy"; $Lang{backupType_partial} = "częściowy"; $Lang{failed} = "nieudany"; $Lang{success} = "sukces"; $Lang{and} = "i"; # ------ # Hosts states and reasons $Lang{Status_idle} = "idle"; $Lang{Status_backup_starting} = "backup starting"; $Lang{Status_backup_in_progress} = "backup w trakcie"; $Lang{Status_restore_starting} = "restore starting"; $Lang{Status_restore_in_progress} = "restore in progress"; $Lang{Status_link_pending} = "link pending"; $Lang{Status_link_running} = "link running"; $Lang{Reason_backup_done} = "backup ukończony"; $Lang{Reason_restore_done} = "odzyskiwanie ukończone"; $Lang{Reason_archive_done} = "archiwizacja ukończona"; $Lang{Reason_nothing_to_do} = "nothing to do"; $Lang{Reason_backup_failed} = "backup nie powiódł się"; $Lang{Reason_restore_failed} = "odzyskiwanie nie powiodło się"; $Lang{Reason_archive_failed} = "archiwizacja nie powiodła się"; $Lang{Reason_no_ping} = "no ping"; $Lang{Reason_backup_canceled_by_user} = "backup przerwany przez użytkownika"; $Lang{Reason_restore_canceled_by_user} = "restore canceled by user"; $Lang{Reason_archive_canceled_by_user} = "archive canceled by user"; # --------- # Email messages # No backup ever $Lang{EMailNoBackupEverSubj} = "BackupPC: no backups of \$host have succeeded"; $Lang{EMailNoBackupEverMesg} = <<'EOF'; To: $user$domain cc: Subject: $subj Dear $userName, Your PC ($host) has never been successfully backed up by our PC backup software. PC backups should occur automatically when your PC is connected to the network. You should contact computer support if: - Your PC has been regularly connected to the network, meaning there is some configuration or setup problem preventing backups from occurring. - You don't want your PC backed up and you want these email messages to stop. Otherwise, please make sure your PC is connected to the network next time you are in the office. Regards, BackupPC Genie http://backuppc.sourceforge.net EOF # No recent backup $Lang{EMailNoBackupRecentSubj} = "BackupPC: no recent backups on \$host"; $Lang{EMailNoBackupRecentMesg} = <<'EOF'; To: $user$domain cc: Subject: $subj Dear $userName, Your PC ($host) has not been successfully backed up for $days days. Your PC has been correctly backed up $numBackups times from $firstTime to $days ago. PC backups should occur automatically when your PC is connected to the network. If your PC has been connected for more than a few hours to the network during the last $days days you should contact IS to find out why backups are not working. Otherwise, if you are out of the office, there's not much you can do, other than manually copying especially critical files to other media. You should be aware that any files you have created or changed in the last $days days (including all new email and attachments) cannot be restored if your PC disk crashes. Regards, BackupPC Genie http://backuppc.sourceforge.net EOF # Old Outlook files $Lang{EMailOutlookBackupSubj} = "BackupPC: Outlook files on \$host need to be backed up"; $Lang{EMailOutlookBackupMesg} = <<'EOF'; To: $user$domain cc: Subject: $subj Dear $userName, The Outlook files on your PC have $howLong. These files contain all your email, attachments, contact and calendar information. Your PC has been correctly backed up $numBackups times from $firstTime to $lastTime days ago. However, Outlook locks all its files when it is running, preventing these files from being backed up. It is recommended you backup the Outlook files when you are connected to the network by exiting Outlook and all other applications, and, using just your browser, go to this link: $CgiURL?host=$host Select "Start Incr Backup" twice to start a new incremental backup. You can select "Return to $host page" and then hit "reload" to check the status of the backup. It should take just a few minutes to complete. Regards, BackupPC Genie http://backuppc.sourceforge.net EOF $Lang{howLong_not_been_backed_up} = "not been backed up successfully"; $Lang{howLong_not_been_backed_up_for_days_days} = "not been backed up for \$days days"; #end of lang_pl.pm