PHP Classes

File: ru.php

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

Contents

Class file image Download
<?php

return array(
   
'home' => 'Главная',
   
'pages'=> 'Страницы'
);

?>