xref: /plugin/dev/_test/testdata/test.php (revision 5586e97bc4b65dc3b74336eb94fcf840074db1c4)
1*5586e97bSAndreas Gohr<?php
2*5586e97bSAndreas Gohr
3*5586e97bSAndreas Gohr
4*5586e97bSAndreas Gohr$this->getLang('string 1'); $this->getLang('string 2');
5*5586e97bSAndreas Gohr
6*5586e97bSAndreas Gohrtpl_getLang("string 3");
7*5586e97bSAndreas Gohr
8*5586e97bSAndreas Gohr
9*5586e97bSAndreas Gohr$this->getLang('string 1');
10