PHP Classes

File: lang/ru_lang.php

Recommend this page to a friend!
  Classes of Muhammed M   Language Definition   lang/ru_lang.php   Download  
File: lang/ru_lang.php
Role: Example script
Content type: text/plain
Description: Russian language definition
Class: Language Definition
Retrieve application texts for multiple idioms
Author: By
Last change:
Date: 14 years ago
Size: 319 bytes
 

Contents

Class file image Download
<?php
//Language Defitinion file, you need create one for each language
//you are planning to support
$lang = array(
'ago'=>'write here "ago" in russian'
,'year'=>'year in russian'
,'months'=>'months in russin'
,'days'=>'days in russian - It is a PHP STRING'
,'Days'=>'You can put HERE ANY <b>TEXT</b>'
);
?>