134                 $lng->loadLanguageModule(
"certificate");
 
  135                 return $lng->txt(
"certificate_file_basename").
".pdf";
 
  150                         "USER_LOGIN" => $lng->txt(
"certificate_ph_login"),
 
  151                         "USER_FULLNAME" => $lng->txt(
"certificate_ph_fullname"),
 
  152                         "USER_FIRSTNAME" => $lng->txt(
"certificate_ph_firstname"),
 
  153                         "USER_LASTNAME" => $lng->txt(
"certificate_ph_lastname"),
 
  154                         "USER_TITLE" => $lng->txt(
"certificate_ph_title"),
 
  155                         "USER_SALUTATION" => $lng->txt(
"certificate_ph_salutation"),
 
  156                         "USER_BIRTHDAY" => $lng->txt(
"certificate_ph_birthday"),
 
  157                         "USER_INSTITUTION" => $lng->txt(
"certificate_ph_institution"),
 
  158                         "USER_DEPARTMENT" => $lng->txt(
"certificate_ph_department"),
 
  159                         "USER_STREET" => $lng->txt(
"certificate_ph_street"),
 
  160                         "USER_CITY" => $lng->txt(
"certificate_ph_city"),
 
  161                         "USER_ZIPCODE" => $lng->txt(
"certificate_ph_zipcode"),
 
  162                         "USER_COUNTRY" => $lng->txt(
"certificate_ph_country")
 
  165                 if($a_enable_last_access)
 
  167                         $vars[
"USER_LASTACCESS"] = $lng->txt(
"certificate_ph_lastaccess");
 
  170                 $vars[
"DATE"] = $lng->txt(
"certificate_ph_date");
 
  171                 $vars[
"DATETIME"] = $lng->txt(
"certificate_ph_datetime");
 
  173                 if($a_enable_completion_date)
 
  175                         $vars[
"DATE_COMPLETED"] = $lng->txt(
"certificate_ph_date_completed");
 
  176                         $vars[
"DATETIME_COMPLETED"] = $lng->txt(
"certificate_ph_datetime_completed");
 
  212                 if($a_enable_last_access)
 
  220                 if($a_enable_completion_date)
 
  248                 if (strlen($a_user_data[
"gender"]))
 
  250                         $salutation = $lng->txt(
"salutation_" . $a_user_data[
"gender"]);
 
  254                 if($a_user_data[
"birthday"])
 
  259                 $country = $a_user_data[
"sel_country"];
 
  262                         $lng->loadLanguageModule(
"meta");
 
  263                         $country = $lng->txt(
"meta_c_".$country);
 
  267                         $country = $a_user_data[
"country"];
 
  272                         "USER_FULLNAME" => 
ilUtil::prepareFormOutput(trim($a_user_data[
"title"] . 
" " . $a_user_data[
"firstname"] . 
" " . $a_user_data[
"lastname"])),
 
  295                 if($a_completion_date)
 
  317                         $a_object_id = $this->
object->getId();
 
  319                 include_once 
"Services/Tracking/classes/class.ilLPStatus.php";
 
  331                 return $a_params[
"user_id"];