X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fen.pm;h=8d6d12328b32612f2762174120cdf3e7583932f1;hp=d209ba8b3c6f28220bb474c5f0cb734233e86719;hb=27f513f89d885d24bf1a01242fba676c7a840fd5;hpb=3ae3b7557db4829ebfc6f580ceac30376717db6a diff --git a/lib/BackupPC/Lang/en.pm b/lib/BackupPC/Lang/en.pm index d209ba8..8d6d123 100644 --- a/lib/BackupPC/Lang/en.pm +++ b/lib/BackupPC/Lang/en.pm @@ -25,7 +25,7 @@ $Lang{Admin_Options_Page} = < \${h2("Server Control")}
- +
Reload the server configuration:
@@ -59,10 +59,7 @@ EOF $Lang{H_BackupPC_Server_Status} = "BackupPC Server Status"; -$Lang{BackupPC_Server_Status}= < +$Lang{BackupPC_Server_Status_General_Info}= < @@ -82,6 +79,13 @@ $Lang{BackupPC_Server_Status}= < +EOF + +$Lang{BackupPC_Server_Status} = < +\$generalInfo \${h2("Currently Running Jobs")}

@@ -113,7 +117,7 @@ $Lang{BackupPC_Server_Status}= < - Number of Parity Files + Percentage of Parity Data (0 = disable, 5 = typical) EOF @@ -372,14 +376,14 @@ The following command requests are currently queued: EOF # -------------------------------- -$Lang{Backup_PC__Log_File__file} = "BackupPC: Log File \$file"; +$Lang{Backup_PC__Log_File__file} = "BackupPC: File \$file"; $Lang{Log_File__file__comment} = < EOF # -------------------------------- $Lang{Contents_of_log_file} = <\$file, modified \$mtimeStr \$comment +Contents of file \$file, modified \$mtimeStr \$comment EOF # -------------------------------- @@ -860,10 +864,10 @@ EOF # ------------------------------ $Lang{Restore___num_details_for__host} = "BackupPC: Restore #\$num details for \$host"; -$Lang{Restore___num_details_for__host2 } = < - +
@@ -901,7 +905,7 @@ $Lang{Archive___num_details_for__host} = "BackupPC: Archive #\$num details for \ $Lang{Archive___num_details_for__host2 } = < -
Number \$Restores[\$i]{num}
Requested by \$RestoreReq{user}
Request time \$reqTime
+
@@ -960,8 +964,8 @@ $Lang{Nice_try__but_you_can_t_put} = "Nice try, but you can\'t put \'..\' in any $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{Can_t_open_create__openPath} = "Can\'t open/create " + . "\${EscHTML(\"\$openPath\")}"; $Lang{Only_privileged_users_can_restore_backup_files2} = "Only privileged users can restore backup files" . " for host \${EscHTML(\$host)}."; $Lang{Empty_host_name} = "Empty host name"; @@ -1001,13 +1005,13 @@ $Lang{Archive_requested} = "Archive requested by \$User from \$ENV{REMOTE_ADDR}" # ------------------------------------------------- $Lang{Status} = "Status"; -$Lang{PC_Summary} = "PC Summary"; +$Lang{PC_Summary} = "Host Summary"; $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{Hosts_file} = "Hosts file"; $Lang{Current_queues} = "Current queues"; $Lang{Documentation} = "Documentation"; @@ -1299,4 +1303,113 @@ 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"; +####################################################################### +# 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_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} = < +Note: Check Override if you want to modify a value specific to this host. +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_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
Number \$Archives[\$i]{num}
Requested by \$ArchiveReq{user}
Request time \$reqTime