X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fen.pm;h=9f1b3bca34069468d57a084238b0a7eebe33ebe3;hp=6154232c696aecf4c905f5b97cea5e4c8985af96;hb=ca593f66fd6c35764bd8997c6338b781330f019c;hpb=5b79f9a3c01bca16dd4d211e76fc53daa549e421 diff --git a/lib/BackupPC/Lang/en.pm b/lib/BackupPC/Lang/en.pm index 6154232..9f1b3bc 100644 --- a/lib/BackupPC/Lang/en.pm +++ b/lib/BackupPC/Lang/en.pm @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl #my %lang; #use strict; @@ -40,12 +40,16 @@ $Lang{Admin_Options_Page} = < --> EOF -$Lang{Unable_to_connect_to_BackupPC_server} = "Unable to connect to BackupPC server", - "This CGI script (\$MyURL) is unable to connect to the BackupPC" - . " server on \$Conf{ServerHost} port \$Conf{ServerPort}. The error" - . " was: \$err.", - "Perhaps the BackupPC server is not running or there is a " - . " configuration error. Please report this to your Sys Admin."; + +$Lang{Unable_to_connect_to_BackupPC_server} = "Unable to connect to BackupPC server"; +$Lang{Unable_to_connect_to_BackupPC_server_error_message} = < +The error was: \$err.
+Perhaps the BackupPC server is not running or there is a configuration error. +Please report this to your Sys Admin. +EOF + $Lang{Admin_Start_Server} = < @@ -154,6 +158,7 @@ There are \$hostCntGood hosts that have been backed up, for a total of: Incr Age (days) Last Backup (days) State + #Xfer errs Last attempt \$strGood @@ -173,6 +178,7 @@ There are \$hostCntNone hosts with no backups. Incr Age/days Last Backup (days) State + #Xfer errs Last attempt \$strNone @@ -1282,7 +1288,7 @@ $headers 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 +Your PC has been correctly backed up $numBackups times from $firstTime to $days days ago. PC backups should occur automatically when your PC is connected to the network. @@ -1379,12 +1385,11 @@ $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_Ftp_Settings} = "FTP 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_Ftp_Settings} = "FTP 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";