X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fen.pm;h=a289cc6c3b0c9313b958775480fd3d763d046149;hp=d0c809f07051e74925af5886b73c7cb9fe77985f;hb=ec26a4e876e40a2a446a94b0d5430cb126c1563c;hpb=e2d505bd2dd22969e017c95a4feb7b03e6670739 diff --git a/lib/BackupPC/Lang/en.pm b/lib/BackupPC/Lang/en.pm index d0c809f..a289cc6 100644 --- a/lib/BackupPC/Lang/en.pm +++ b/lib/BackupPC/Lang/en.pm @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/bin/perl -T #my %lang; @@ -718,18 +718,6 @@ Until I see \$host at a particular DHCP address, you can only start this request from the client machine itself. EOF -# ------------------------------------ -# !! Server Mesg !! -# ------------------------------------ - -# do not translate the firsts, used by server -$Lang{backup__In_hostIP___host} = "backup \$In{hostIP} \$host" - . " \$User \$doFull"; -$Lang{backup__host__host__User__doFull} = "backup \$host \$host \$User \$doFull"; -$Lang{restore__ipAddr} = "restore \$ipAddr" - . " \$hostDest \$User \$reqFileName"; -$Lang{stop__host__User__In_backoff} = "stop \$host \$User \$In{backoff}"; - ######################## # ok you can do it then ########################