Lines Matching refs:unit
55 $unit = ""; // Einheit
77 $unit = $this->getLang('year');
78 if (($result != 1) && ($result != -1)) { $unit = $this->getLang('years'); }
83 $unit = $this->getLang('month');
84 if (($result != 1) && ($result != -1)) { $unit = $this->getLang('months'); }
89 $unit = $this->getLang('week');
90 if (($result != 1) && ($result != -1)) { $unit = $this->getLang('weeks'); }
95 $unit = $this->getLang('day');
96 if (($result != 1) && ($result != -1)) { $unit = $this->getLang('days'); }
101 $unit = $this->getLang('hour');
102 if (($result != 1) && ($result != -1)) { $unit = $this->getLang('hours'); }
107 $unit = $this->getLang('minute');
108 if (($result != 1) && ($result != -1)) { $unit = $this->getLang('minutes'); }
130 …$renderer->doc .= "<span style=\"color:" . $color . ";\">" . $result . " " . $unit . "</span>…