[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/kcfinder/lang/ -> en.php (source)

   1  <?php
   2  
   3  /** This file is part of KCFinder project
   4    *
   5    *      @desc Default English localization
   6    *   @package KCFinder
   7    *   @version 2.21
   8    *    @author Pavel Tzonkov <[email protected]>
   9    * @copyright 2010 KCFinder Project
  10    *   @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
  11    *   @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
  12    *      @link http://kcfinder.sunhater.com
  13    */
  14  
  15  $lang = array(
  16      '_locale' => "en_US.UTF-8",
  17      '_charset' => "utf-8",
  18  
  19      // Date time formats. See http://www.php.net/manual/en/function.strftime.php
  20      '_dateTimeFull' => "%A, %B %e, %Y %I:%M %p",
  21      '_dateTimeMid' => "%a %b %e %Y %I:%M %p",
  22      '_dateTimeSmall' => "%m/%d/%Y %I:%M %p",
  23  );
  24  
  25  ?>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1