getTextRegistry(); if (is_string($key) && isset($textRegistry[$key])) { return $textRegistry[$key]; } return $key; } }