Home
last modified time | relevance | path

Searched refs:CONF_ADMIN_ONLY (Results 1 – 5 of 5) sorted by last modified time

/plugin/stale/
H A Dadmin.php27 return $this->getConf(helper_plugin_stale::CONF_ADMIN_ONLY);
H A Dhelper.php8 const CONF_ADMIN_ONLY = 'admin_only'; define in helper_plugin_stale
42 if ($this->getConf(self::CONF_ADMIN_ONLY)) {
/plugin/stale/conf/
H A Dmetadata.php3 $meta[helper_plugin_stale::CONF_ADMIN_ONLY] = array('onoff');
/plugin/stale/lang/en/
H A Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = 'Allow stale plugin only for admins (superusers)';
/plugin/stale/lang/ja/
H A Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = '管理者(スーパーユーザー)だけにタイムスタンプ更新を許可する。';