[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 3 #NLS (National Language System) array. 4 5 #Portuguese Brazilian 6 #Created by: Camilo Leite <camilohollanda@yahoo.com.br> 7 #Maintained by: Camilo Leite <camilohollanda@yahoo.com.br> 8 #Revised by: José Diogenes Pedro <josediogenes@gmail.com> 9 10 #Native language name 11 $nls['language']['pt_BR'] = 'Português do Brasil'; 12 $nls['englishlang']['pt_BR'] = 'Brazilian Portuguese'; 13 14 #Possible aliases for language 15 $nls['alias']['pt-BR'] = 'pt_BR' ; 16 $nls['alias']['pt_BR'] = 'pt_BR' ; 17 18 #Encoding of the language 19 $nls['encoding']['pt_BR'] = 'UTF-8'; 20 21 #Location of the file(s) 22 $nls['file']['pt_BR'] = array(dirname(__FILE__).'/pt_BR/admin.inc.php'); 23 24 #Language setting for HTML area 25 # Only change this when translations exist in HTMLarea and plugin dirs 26 # (please send language files to HTMLarea development) 27 28 $nls['htmlarea']['pt_BR'] = 'pt_br'; 29 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |