PHP Classes

File: en.php

Recommend this page to a friend!
  Classes of Orkhan   Language Class   en.php   Download  
File: en.php
Role: Configuration script
Content type: text/plain
Description: English language tags
Class: Language Class
Get application translation texts from PHP scripts
Author: By
Last change:
Date: 12 years ago
Size: 72 bytes
 

Contents

Class file image Download
<?php

return array(
   
'home' => 'Home',
   
'pages'=> 'Pages'
);

?>