/**
  * Resets the phrase system state.
  */
 public static function reset()
 {
     self::$_phraseCache = array();
     self::$_toLoad = array();
 }