<?php
//
// Created on 2006/11/06 by nao-pon http://hypweb.net/
// $Id: dump.en.php,v 1.1 2006/11/07 00:05:50 nao-pon Exp $
//
$msg = array(
'upload_ok'        => 'Upload was completed.',
'upload_ng'        => 'Failed in upload.',
'maketmp_ng'       => 'Failed in generation of temporaty file.',
'file_notfound'    => 'A file was not found.',
'tarfile_notfound' => 'There was not the file which could untar.',
'filelist'         => 'Untared file list',
'data_download'    => 'A download of data.',
'file'             => 'File:',
'tar_type'         => 'Archive type',
'tar.gz'           => '*.tar.gz',
'tar'              => '*.tar',
'backup_dir'       => 'Backup directorys',
'option'           => 'Option',
'decode_pagename'  => 'Do decode page name with directory path.
 (You can not use restore, and Some character are replaced to \'_\'.)',
'admin_pass'       => 'Admin pass',
'password_ng'      => 'Password is different.',
'data_restore'     => 'Restore data (*.tar, *.tar.gz)',
'data_overwrite'   => '[Warning] It is overwritten, please warn a data file of the same name enough.',
'max_filesize'     => 'Maximum file size is $maxsize KByte.'
);
?>