20 lines
1.5 KiB
PHP
20 lines
1.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "エラーはありません。ファイルのアップロードは成功しました。",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "アップロードされたファイルはphp.iniのupload_max_filesizeに設定されたサイズを超えています",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "アップロードされたファイルはHTMLのフォームに設定されたMAX_FILE_SIZEに設定されたサイズを超えています",
|
|
"The uploaded file was only partially uploaded" => "ファイルは一部分しかアップロードされませんでした",
|
|
"No file was uploaded" => "ファイルはアップロードされませんでした",
|
|
"Missing a temporary folder" => "テンポラリフォルダが見つかりません",
|
|
"Files" => "ファイル",
|
|
"Maximum upload size" => "最大アップロードサイズ",
|
|
"Upload" => "アップロード",
|
|
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
|
|
"Name" => "名前",
|
|
"Download" => "ダウンロード",
|
|
"Size" => "サイズ",
|
|
"Modified" => "更新日時",
|
|
"Delete" => "削除",
|
|
"Upload too large" => "ファイルサイズが大きすぎます",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルはサーバで規定された最大サイズを超えています"
|
|
);
|