⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 en.pm

📁 老外写的linux下的文件备份软件
💻 PM
📖 第 1 页 / 共 4 页
字号:
        consecutive times.EOF$Lang{Because__host_has_been_on_the_network_at_least__Conf_BlackoutGoodCnt_consecutive_times___} = <<EOF;<li>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} = <<EOF;<li>Backups are deferred for \$hours hours(<a href=\"\$MyURL?action=Stop_Dequeue_Backup&host=\$host\">change this number</a>).EOF$Lang{tryIP} = " and \$StatusHost{dhcpHostIP}";# $Lang{Host_Inhost} = "Host \$In{host}";$Lang{checkAll} = <<EOF;<tr><td class="fviewborder"><input type="checkbox" name="allFiles" onClick="return checkAll('allFiles');">&nbsp;Select all</td><td colspan="5" align="center" class="fviewborder"><input type="submit" name="Submit" value="Restore selected files"></td></tr>EOF$Lang{checkAllHosts} = <<EOF;<tr><td class="fviewborder"><input type="checkbox" name="allFiles" onClick="return checkAll('allFiles');">&nbsp;Select all</td><td colspan="2" align="center" class="fviewborder"><input type="submit" name="Submit" value="Archive selected hosts"></td></tr>EOF$Lang{fileHeader} = <<EOF;    <tr class="fviewheader"><td align=center> Name</td>       <td align="center"> Type</td>       <td align="center"> Mode</td>       <td align="center"> #</td>       <td align="center"> Size</td>       <td align="center"> Date modified</td>    </tr>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&nbsp;only)";$Lang{This_display_is_merged_with_backup} = <<EOF;<li> This display is merged with backup #\$numF.EOF$Lang{Visit_this_directory_in_backup} = <<EOF;<li> Select the backup you wish to view: <select onChange="window.location=this.value">\$otherDirs </select>EOF$Lang{Restore_Summary} = <<EOF;\${h2("Restore Summary")}<p>Click on the restore number for more details.<table class="tableStnd" border cellspacing="1" cellpadding="3" width="80%"><tr class="tableheader"><td align="center"> Restore# </td>    <td align="center"> Result </td>    <td align="right"> Start Date</td>    <td align="right"> Dur/mins</td>    <td align="right"> #files </td>    <td align="right"> MB </td>    <td align="right"> #tar errs </td>    <td align="right"> #xferErrs </td></tr>\$restoreStr</table><p>EOF$Lang{Archive_Summary} = <<EOF;\${h2("Archive Summary")}<p>Click on the archive number for more details.<table class="tableStnd" border cellspacing="1" cellpadding="3" width="80%"><tr class="tableheader"><td align="center"> Archive# </td>    <td align="center"> Result </td>    <td align="right"> Start Date</td>    <td align="right"> Dur/mins</td></tr>\$ArchiveStr</table><p>EOF$Lang{BackupPC__Documentation} = "BackupPC: Documentation";$Lang{No} = "no";$Lang{Yes} = "yes";$Lang{The_directory_is_empty} = <<EOF;<tr><td bgcolor="#ffffff">The directory \${EscHTML(\$dirDisplay)} is empty</td></tr>EOF#$Lang{on} = "on";$Lang{off} = "off";$Lang{backupType_full}    = "full";$Lang{backupType_incr}    = "incr";$Lang{backupType_partial} = "partial";$Lang{failed} = "failed";$Lang{success} = "success";$Lang{and} = "and";# ------# Hosts states and reasons$Lang{Status_idle} = "idle";$Lang{Status_backup_starting} = "backup starting";$Lang{Status_backup_in_progress} = "backup in progress";$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}    = "done";$Lang{Reason_restore_done}   = "restore done";$Lang{Reason_archive_done}   = "archive done";$Lang{Reason_nothing_to_do}  = "idle";$Lang{Reason_backup_failed}  = "backup failed";$Lang{Reason_restore_failed} = "restore failed";$Lang{Reason_archive_failed} = "archive failed";$Lang{Reason_no_ping}        = "no ping";$Lang{Reason_backup_canceled_by_user}  = "backup canceled by user";$Lang{Reason_restore_canceled_by_user} = "restore canceled by user";$Lang{Reason_archive_canceled_by_user} = "archive canceled by user";$Lang{Disabled_OnlyManualBackups}  = "auto disabled";  $Lang{Disabled_AllBackupsDisabled} = "disabled";                  # ---------# Email messages# No backup ever$Lang{EMailNoBackupEverSubj} = "BackupPC: no backups of \$host have succeeded";$Lang{EMailNoBackupEverMesg} = <<'EOF';To: $user$domaincc:Subject: $subj$headersDear $userName,Your PC ($host) has never been successfully backed up by ourPC backup software.  PC backups should occur automaticallywhen your PC is connected to the network.  You should contactcomputer 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 networknext time you are in the office.Regards,BackupPC Geniehttp://backuppc.sourceforge.netEOF# No recent backup$Lang{EMailNoBackupRecentSubj} = "BackupPC: no recent backups on \$host";$Lang{EMailNoBackupRecentMesg} = <<'EOF';To: $user$domaincc:Subject: $subj$headersDear $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 $daysago.  PC backups should occur automatically when your PC is connectedto the network.If your PC has been connected for more than a few hours to thenetwork during the last $days days you should contact IS to findout why backups are not working.Otherwise, if you are out of the office, there's not much you cando, other than manually copying especially critical files to othermedia.  You should be aware that any files you have created orchanged in the last $days days (including all new email andattachments) cannot be restored if your PC disk crashes.Regards,BackupPC Geniehttp://backuppc.sourceforge.netEOF# Old Outlook files$Lang{EMailOutlookBackupSubj} = "BackupPC: Outlook files on \$host need to be backed up";$Lang{EMailOutlookBackupMesg} = <<'EOF';To: $user$domaincc:Subject: $subj$headersDear $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 whenit is running, preventing these files from being backed up.It is recommended you backup the Outlook files when you are connectedto 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 checkthe status of the backup.  It should take just a few minutes tocomplete.Regards,BackupPC Geniehttp://backuppc.sourceforge.netEOF$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";######################################################################## RSS strings#######################################################################$Lang{RSS_Doc_Title}       = "BackupPC Server";$Lang{RSS_Doc_Description} = "RSS feed for BackupPC";$Lang{RSS_Host_Summary}    = <<EOF;Full Count: \$fullCnt;Full Age/days: \$fullAge;Full Size/GB: \$fullSize;Speed MB/sec: \$fullRate;Incr Count: \$incrCnt;Incr Age/Days: \$incrAge;State: \$host_state;Last Attempt: \$host_last_attempt;EOF######################################################################## Configuration editor strings#######################################################################$Lang{Only_privileged_users_can_edit_config_files} = "Only privileged users can edit configuation settings.";$Lang{CfgEdit_Edit_Config} = "Edit Config";$Lang{CfgEdit_Edit_Hosts}  = "Edit Hosts";$Lang{CfgEdit_Title_Server} = "Server";$Lang{CfgEdit_Title_General_Parameters} = "General Parameters";$Lang{CfgEdit_Title_Wakeup_Schedule} = "Wakeup Schedule";$Lang{CfgEdit_Title_Concurrent_Jobs} = "Concurrent Jobs";$Lang{CfgEdit_Title_Pool_Filesystem_Limits} = "Pool Filesystem Limits";$Lang{CfgEdit_Title_Other_Parameters} = "Other Parameters";$Lang{CfgEdit_Title_Remote_Apache_Settings} = "Remote Apache Settings";$Lang{CfgEdit_Title_Program_Paths} = "Program Paths";$Lang{CfgEdit_Title_Install_Paths} = "Install Paths";$Lang{CfgEdit_Title_Email} = "Email";$Lang{CfgEdit_Title_Email_settings} = "Email settings";$Lang{CfgEdit_Title_Email_User_Messages} = "Email User Messages";$Lang{CfgEdit_Title_CGI} = "CGI";$Lang{CfgEdit_Title_Admin_Privileges} = "Admin Privileges";$Lang{CfgEdit_Title_Page_Rendering} = "Page Rendering";$Lang{CfgEdit_Title_Paths} = "Paths";$Lang{CfgEdit_Title_User_URLs} = "User URLs";$Lang{CfgEdit_Title_User_Config_Editing} = "User Config Editing";$Lang{CfgEdit_Title_Xfer} = "Xfer";$Lang{CfgEdit_Title_Xfer_Settings} = "Xfer Settings";$Lang{CfgEdit_Title_Smb_Settings} = "Smb Settings";$Lang{CfgEdit_Title_Tar_Settings} = "Tar Settings";$Lang{CfgEdit_Title_Rsync_Settings} = "Rsync Settings";$Lang{CfgEdit_Title_Rsyncd_Settings} = "Rsyncd Settings";$Lang{CfgEdit_Title_BackupPCd_Settings} = "BackupPCd Settings";$Lang{CfgEdit_Title_Archive_Settings} = "Archive Settings";$Lang{CfgEdit_Title_Include_Exclude} = "Include/Exclude";$Lang{CfgEdit_Title_Smb_Paths_Commands} = "Smb Paths/Commands";$Lang{CfgEdit_Title_Tar_Paths_Commands} = "Tar Paths/Commands";$Lang{CfgEdit_Title_Rsync_Paths_Commands_Args} = "Rsync Paths/Commands/Args";$Lang{CfgEdit_Title_Rsyncd_Port_Args} = "Rsyncd Port/Args";$Lang{CfgEdit_Title_Archive_Paths_Commands} = "Archive Paths/Commands";$Lang{CfgEdit_Title_Schedule} = "Schedule";$Lang{CfgEdit_Title_Full_Backups} = "Full Backups";$Lang{CfgEdit_Title_Incremental_Backups} = "Incremental Backups";$Lang{CfgEdit_Title_Blackouts} = "Blackouts";$Lang{CfgEdit_Title_Other} = "Other";$Lang{CfgEdit_Title_Backup_Settings} = "Backup Settings";$Lang{CfgEdit_Title_Client_Lookup} = "Client Lookup";$Lang{CfgEdit_Title_Other} = "Other";$Lang{CfgEdit_Title_User_Commands} = "User Commands";$Lang{CfgEdit_Title_Hosts} = "Hosts";$Lang{CfgEdit_Hosts_Comment} = <<EOF;To add a new host, select Add and then enter the name.  To start withthe per-host configuration from another host, enter the host nameas NEWHOST=COPYHOST.  This will overwrite any existing per-hostconfiguration for NEWHOST.  You can also do this for an existinghost.  To delete a host, hit the Delete button.  For Add, Delete,and configuration copy, changes don't take effect until you selectSave.  None of the deleted host's backups will be removed,so if you accidently delete a host, simply re-add it.  To completelyremove a host's backups, you need to manually remove the filesbelow \$topDir/pc/HOSTEOF$Lang{CfgEdit_Header_Main} = <<EOF;\${h1("Main Configuration Editor")}EOF$Lang{CfgEdit_Header_Host} = <<EOF;\${h1("Host \$host Configuration Editor")}<p>Note: Check Override if you want to modify a value specific to this host.<p>EOF$Lang{CfgEdit_Button_Save}     = "Save";$Lang{CfgEdit_Button_Insert}   = "Insert";$Lang{CfgEdit_Button_Delete}   = "Delete";$Lang{CfgEdit_Button_Add}      = "Add";$Lang{CfgEdit_Button_Override} = "Override";$Lang{CfgEdit_Button_New_Key}  = "New Key";$Lang{CfgEdit_Error_No_Save}            = "Error: No save due to errors";$Lang{CfgEdit_Error__must_be_an_integer}            = "Error: \$var must be an integer";$Lang{CfgEdit_Error__must_be_real_valued_number}            = "Error: \$var must be a real-valued number";$Lang{CfgEdit_Error__entry__must_be_an_integer}            = "Error: \$var entry \$k must be an integer";$Lang{CfgEdit_Error__entry__must_be_real_valued_number}            = "Error: \$var entry \$k must be a real-valued number";$Lang{CfgEdit_Error__must_be_executable_program}            = "Error: \$var must be a valid executable path";$Lang{CfgEdit_Error__must_be_valid_option}            = "Error: \$var must be a valid option";$Lang{CfgEdit_Error_Copy_host_does_not_exist}            = "Copy host \$copyHost doesn't exist; creating full host name \$fullHost.  Delete this host if that is not what you wanted.";$Lang{CfgEdit_Log_Copy_host_config}            = "\$User copied config from host \$fromHost to \$host\n";$Lang{CfgEdit_Log_Delete_param}            = "\$User deleted \$p from \$conf\n";$Lang{CfgEdit_Log_Add_param_value}            = "\$User added \$p to \$conf, set to \$value\n";$Lang{CfgEdit_Log_Change_param_value}            = "\$User changed \$p in \$conf to \$valueNew from \$valueOld\n";$Lang{CfgEdit_Log_Host_Delete}            = "\$User deleted host \$host\n";$Lang{CfgEdit_Log_Host_Change}            = "\$User host \$host changed \$key from \$valueOld to \$valueNew\n";$Lang{CfgEdit_Log_Host_Add}            = "\$User added host \$host: \$value\n";  #end of lang_en.pm

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -