[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 3 #NLS (National Language System) array. 4 5 #Portuguese 6 7 #Native language name 8 $nls['language']['pt_PT'] = 'Portugus de Portugal'; 9 $nls['englishlang']['pt_PT'] = 'Portuguese'; 10 11 #Possible aliases for language 12 $nls['alias']['pt'] = 'pt_PT'; 13 $nls['alias']['portuguese'] = 'pt_PT' ; 14 $nls['alias']['port'] = 'pt_PT' ; 15 $nls['alias']['pt-PT'] = 'pt_PT' ; 16 $nls['alias']['pt_PT'] = 'pt_PT' ; 17 18 #Encoding of the language 19 $nls['encoding']['pt_PT'] = 'UTF-8'; 20 21 #Location of the file(s) 22 $nls['file']['pt_PT'] = array(dirname(__FILE__).'/pt_PT/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_PT'] = 'pt_pt'; 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 |