Home
last modified time | relevance | path

Searched refs:pfcI18N (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php52 class pfcI18N class
57 if (!in_array($language, pfcI18N::GetAcceptedLanguage("admin")))
58 $language = pfcI18N::GetDefaultLanguage();
59 if (!in_array($language, pfcI18N::GetAcceptedLanguage()))
60 $language = pfcI18N::GetDefaultLanguage();
H A Dphpfreechat.class.php111 pfcI18N::SwitchOutputEncoding($c->output_encoding);
119 pfcI18N::SwitchOutputEncoding();
H A Dpfcglobalconfig.class.php648 pfcI18N::Init(isset($params['language']) ? $params['language'] : '');
938 $lg_list = pfcI18N::GetAcceptedLanguage();
/plugin/freechat/phpfreechat/misc/
H A Di18n_update.php4 pfcI18N::UpdateMessageRessources();