Changeset 228

Show
Ignore:
Timestamp:
03/28/07 18:26:35 (2 years ago)
Author:
ludo
Message:

i18n fixes (from r4180)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/backuppc/choix.cgi

    r224 r228  
    164164LIB_init_config(); 
    165165 
    166 $t = tmplInit( array( "choix" => "choix.tpl" ) ); 
     166$t = tmplInit(); 
     167$t->set_root("./tmpl");                         // lang indep templates 
     168$t->set_file( array( "choix" => "choix.tpl" ) ); 
    167169 
    168170showMain($get_data); 
    169  
    170171?> 
  • trunk/webmin/backuppc/lang/en

    r224 r228  
    1 backup_empty_share=List of the share folders of this machine is empty.<BR>Check the user name and password. 
    2 backup_reg=This machine is not backuped. Add this client to BackupPC's hosts file? 
     1backup_empty_share=The list of the shared folders for this client is empty.<BR>Check the user name and password. 
     2backup_reg=This client has never been backed-up. Add this client to BackupPC's hosts file? 
    33err_basedirnf=LRS root directory <b>$1</b> not found. You should check <tt>basedir</tt> located into <tt>lbs.conf</tt> . 
    44err_paramnf=Parameter <tt>$1</tt> not found in file <b>$2</b> .