| [ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 #CMS - CMS Made Simple 3 #(c)2004 by Ted Kulp (wishy@users.sf.net) 4 #This project's homepage is: http://cmsmadesimple.sf.net 5 # 6 #This program is free software; you can redistribute it and/or modify 7 #it under the terms of the GNU General Public License as published by 8 #the Free Software Foundation; either version 2 of the License, or 9 #(at your option) any later version. 10 # 11 #This program is distributed in the hope that it will be useful, 12 #but WITHOUT ANY WARRANTY; without even the implied warranty of 13 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 #GNU General Public License for more details. 15 #You should have received a copy of the GNU General Public License 16 #along with this program; if not, write to the Free Software 17 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 19 #NLS (National Language System) array. 20 21 #The basic idea and values was taken from then Horde Framework (http://horde.org) 22 #The original filename was horde/config/nls.php. 23 #The modifications to fit it for Gallery were made by Jens Tkotz 24 #(http://gallery.meanalto.com) 25 26 #Ideas from Gallery's implementation made to CMS by Ted Kulp 27 28 #US English 29 #Created by: Ted Kulp <tedkulp@users.sf.net> 30 #Hungarian maintained by: Kozman Bálint <qzy [AT] ultramarin [DOT] hu> 31 32 #Native language name 33 $nls['language']['hu_HU'] = 'Magyar'; 34 $nls['englishlang']['hu_HU'] = 'Hungarian'; 35 36 #Possible aliases for language 37 $nls['alias']['hu'] = 'hu_HU'; 38 $nls['alias']['hungarian'] = 'hu_HU' ; 39 $nls['alias']['magyar'] = 'hu_HU' ; 40 $nls['alias']['hu_HU'] = 'hu_HU' ; 41 $nls['alias']['hu_HU.WINDOWS-1250'] = 'hu_HU' ; 42 $nls['alias']['hu_HU.ISO8859-2'] = 'hu_HU' ; 43 44 #Encoding of the language 45 $nls['encoding']['hu_HU'] = 'UTF-8'; 46 47 #Location of the file(s) 48 $nls['file']['hu_HU'] = array(dirname(__FILE__).'/hu_HU/admin.inc.php'); 49 50 #Language setting for HTML area 51 # Only change this when translations exist in HTMLarea and plugin dirs 52 # (please send language files to HTMLarea development) 53 54 $nls['htmlarea']['hu_HU'] = 'hu'; 55 ?>
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 |