PHP Classes

File: onefile/en.php

Recommend this page to a friend!
  Classes of Alan H. Lake   I18N class   onefile/en.php   Download  
File: onefile/en.php
Role: Auxiliary data
Content type: text/plain
Description: Sample single file translation data for example_1
Class: I18N class
Get translation texts from different containers
Author: By
Last change: Cleaned up code per user's suggestion.
Date: 18 years ago
Size: 503 bytes
 

Contents

Class file image Download
<?php /* en.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);'; ?>