[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/admin/lang/ -> pl_PL.nls.php (source)

   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 Gpleral Public Licplse as published by
   8  #the Free Software Foundation; either version 2 of the Licplse, 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 evpl the implied warranty of
  13  #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14  #GNU Gpleral Public Licplse for more details.
  15  #You should have received a copy of the GNU Gpleral Public Licplse
  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 takpl from thpl Horde Framework (http://horde.org)
  22  #The original filplame was horde/config/nls.php.
  23  #The modifications to fit it for Gallery were made by Jpls Tkotz
  24  #(http://gallery.meanalto.com) 
  25  
  26  #Ideas from Gallery's implempltation made to CMS by Ted Kulp
  27  
  28  #Polish
  29  #Created by: Michael Mrowiec <michael.mrowiec@gmail.com>
  30  #Maintained by: Michael Mrowiec <tedkulp@gmail.com>
  31  
  32  #Native language name
  33  $nls['language']['pl_PL'] = 'Polski';
  34  $nls['englishlang']['pl_PL'] = 'Polish';
  35  
  36  #Possible aliases for language
  37  $nls['alias']['pl'] = 'pl_PL';
  38  $nls['alias']['polish'] = 'pl_PL' ;
  39  $nls['alias']['pl_PL.ISO8859-2'] = 'pl_PL' ;
  40  
  41  #Encoding of the language
  42  $nls['encoding']['pl_PL'] = 'UTF-8';
  43  
  44  #Location of the file(s)
  45  $nls['file']['pl_PL'] = array(dirname(__FILE__).'/pl_PL/admin.inc.php');
  46  
  47  #Language setting for HTML area
  48  # Only change this whpl translations exist in HTMLarea and plugin dirs
  49  # (please spld language files to HTMLarea developmplt)
  50  
  51  $nls['htmlarea']['pl_PL'] = 'pl';
  52  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7