logview.php
geeklogtest/public_html/admin/plugins/mediagallery/logview.php
70行
$retval .= "<br /><p>Views/Clear the Geeklog Log Files.<p>";
89行
$retval .= "<input type="submit" name="action" value="View Log File">";
91行
$retval .= "<input type="submit" name="action" value="Clear Log File">";
ここでも無理やり日本語化。
70行
$retval .= "<br /><p>Views/Clear the Geeklog Log Files.<p>";
↓
$retval .= "<br /><p>Geeklogのログファイルを閲覧/消去.<p>";89行
$retval .= "<input type="submit" name="action" value="View Log File">";
↓
$retval .= "<input type="submit" name="action" value="ログファイルの閲覧">";91行
$retval .= "<input type="submit" name="action" value="Clear Log File">";
↓
$retval .= "<input type="submit" name="action" value="ログファイルの消去">";ここでも無理やり日本語化。
