filemgmtプラグイン
2007-09-24 10:33
投稿者: サイト管理者
geeklog/public_html/admin/plugins/filemgmt/index.php
227行
$display .= '<td><input type="file" name="uploadfile" size="40" maxlength="200" class="input-file"></td></tr>';
278行
$display .= '<input type="file" name="newfile" size="40" maxlength="100" class="input-file">';
291行
$display .= '<input type="file" name="newfileshot" size="40" maxlength="60" class="input-file"></td></tr>';
関連記事
geeklog/public_html/admin/plugins/filemgmt/index.php
185行
$display .= '<input type="submit" onClick='this.form.op.value="delNewDownload"' value="Delete"></input>';
↓
$display .= '<input type="submit" onClick='this.form.op.value="delNewDownload"' value="'. _MD_DELETE .'"></input>';
190行
$display .= '</td><td style="padding:10px;">Download to preview: <a href="' . $tempfileurl . '">tempfile</a></td></tr>';
↓
$display .= '</td><td style="padding:10px;">ダウンロードして確認する: <a href="' . $tempfileurl . '">一時ファイル</a></td></tr>';
geeklog/plugins/filemgmt/language/japanese_utf-8.php
51行
'WhatsNewPeriod' => '(%s 日以内)'
↓
'WhatsNewPeriod' => '(%s日)'
255行
define("_MD_BYTES","Bytes");
↓
define("_MD_BYTES","バイト");
323行
define("_MD_YES","Yes");
define("_MD_NO","No");
↓
define("_MD_YES","はい");
define("_MD_NO","いいえ");
Geeklog実験室
http://geeklogtest.maryn.jp/article.php/2007092410332580