Lines Matching refs:getLang
31 'title' => $this->getLang('tl-picker'),
36 'title' => $this->getLang('tl-button'),
39 'sample' => $this->getLang('ms-content'),
40 … 'close' => '\n</milestone>\n</dwtimeline title="' . $this->getLang('tl-end') . '">',
44 'title' => $this->getLang('ms-button'),
47 'sample' => $this->getLang('ms-content'),
59 … $skeleton .= $this->getLang('tl-title') . '" description="' . $this->getLang('tl-desc') . '">\n';
61 $skeleton .= $this->getLang('ms-content') . '\n';
67 $data = $this->getLang('ms-data');
69 $skeleton = '<milestone title="' . $this->getLang('ms-title') . '" description="';
70 $skeleton .= $this->getLang('ms-desc') . '" ';
71 … $skeleton .= 'data="' . $data . '" backcolor="' . $this->getLang('ms-backcolor') . '">\n';
74 $skeleton = '<dwtimeline title="' . $this->getLang('tl-title') . '" description="';
75 $skeleton .= $this->getLang('tl-desc') . '">\n';