Login   Register  
PHP Classes
elePHPant
Icontem

File: severalfiles/sv.e.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alan H. Lake  >  I18N class  >  severalfiles/sv.e.php  >  Download  
File: severalfiles/sv.e.php
Role: Auxiliary data
Content type: text/plain
Description: Test script for several file translation example
Class: I18N class
Get translation texts from different containers
Author: By
Last change: Cleaned up code per user's suggestion.
Date: 2005-09-21 13:04
Size: 334 bytes
 

Contents

Class file image Download
<?php /* sv.e.php */
  $string['Example1'] = 'sprintf(\'Exempel på användning av en översättningsfil (onefile)\');';
  $string['ExampleSeveral'] = 'sprintf(\'Exempel på användning av flera översättningsfiler (severalfiles)\');';
  $string['ExampleSQL'] = 'sprintf(\'Exempel på användning av en SQL-databas för översättningar\');';
?>