/**
  * Get a label from the language-file
  *
  * @param string $key The key to get.
  * @return string
  */
 public static function lbl($key)
 {
     return FrontendLanguage::getLabel($key);
 }