PHP Classes

File: apps/codiad/languages/code.php

Recommend this page to a friend!
  Classes of Mark Richards   CliqonV4   apps/codiad/languages/code.php   Download  
File: apps/codiad/languages/code.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CliqonV4
Framework with modules to build Web applications
Author: By
Last change:
Date: 5 years ago
Size: 501 bytes
 

Contents

Class file image Download
<?php
$languages
= array(
   
"en" => "english",
   
"fr" => "français",
   
"it" => "italiano",
   
"ru" => "???????",
   
"de" => "deutsch",
   
"es" => "español",
   
"pt" => "português",
   
"ro" => "romanian",
   
"hu" => "magyar",
   
"sv" => "swedish",
   
"cn" => "????",
   
"pl" => "polish",
   
"cz" => "?esky",
   
"sk" => "slovak",
   
"sr" => "??????",
   
"bg" => "?????????",
   
"tr" => "Türkçe",
   
"ja" => "???",
   
"nl" => "Dutch"
);
?>