function time_label($_dt, $_compared_to_dt = 0) { return mb_convert_encoding(parent::time_label($_dt, $_compared_to_dt), "UTF-8", "BIG-5"); }
function SlimStatI18n($_config) { $this->config = $_config; $this->app_title = "SlimStat pour " . $this->config->sitename; parent::init(); }