Changeset 228
- Timestamp:
- 03/28/07 18:26:35 (2 years ago)
- Files:
-
- trunk/webmin/backuppc/choix.cgi (modified) (1 diff)
- trunk/webmin/backuppc/lang/en (modified) (1 diff)
- trunk/webmin/backuppc/tmpl/choix.tpl (added)
- trunk/webmin/backuppc/tmpl/en/choix.tpl (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/webmin/backuppc/choix.cgi
r224 r228 164 164 LIB_init_config(); 165 165 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" ) ); 167 169 168 170 showMain($get_data); 169 170 171 ?> trunk/webmin/backuppc/lang/en
r224 r228 1 backup_empty_share= List of the share folders of this machineis empty.<BR>Check the user name and password.2 backup_reg=This machine is not backuped. Add this client to BackupPC's hosts file?1 backup_empty_share=The list of the shared folders for this client is empty.<BR>Check the user name and password. 2 backup_reg=This client has never been backed-up. Add this client to BackupPC's hosts file? 3 3 err_basedirnf=LRS root directory <b>$1</b> not found. You should check <tt>basedir</tt> located into <tt>lbs.conf</tt> . 4 4 err_paramnf=Parameter <tt>$1</tt> not found in file <b>$2</b> .
