Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Alan H. Lake | > | I18N class | > | onefile/en_US.php | > | Download | ||
|
Download |
<?php /* en_US.php */ $string['ActivateMbr'] = 'sprintf(\'Please activate member %s.\',$member);'; $string['Example1'] = 'sprintf(\'Example with One File\');'; $string['ExampleSeveral'] = 'sprintf(\'Example with Several Files\');'; $string['ExampleSQL'] = 'sprintf(\'Example using SQL\');'; $string['SelectLang'] = 'sprintf(\'Select language\');'; $string['Submit'] = 'sprintf(\'Submit\');'; $string['YourPwdIs'] = 'sprintf(\'Password Notification.<br />Your password is "%s".\',$pwd);'; ?> |