public static function getTranslateForUrl($text) { if (!empty($text)) { return SiteHelper::translate(trim($text)); } return false; }