X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fen.pm;h=9d8f3ec88fc326abb73e2ca13f734a5ebaa3e853;hp=e4fe19ea6807e52053eb8ab5e952bdad5911df46;hb=380a4961e996464a8c19e39a5339cb3a3bff0580;hpb=1015740e2b58fc43d7cf49881f190a9612e73fff diff --git a/lib/BackupPC/Lang/en.pm b/lib/BackupPC/Lang/en.pm index e4fe19e..9d8f3ec 100644 --- a/lib/BackupPC/Lang/en.pm +++ b/lib/BackupPC/Lang/en.pm @@ -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} = < @@ -1284,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. @@ -1466,5 +1470,11 @@ $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"; + +# search extension +$Lang{Search_archive} = "Search archive"; +$Lang{Burn_media} = "Archive to backup medium"; +$Lang{Burn_media_select} = "Select files to archive to medium"; +$Lang{Burn_media_assign} = "Files assigned to medium $mediumNum"; #end of lang_en.pm