Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
lang_en.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * @author Anakeen
8  * @package FDL
9  */
10 $lang["en_US"] = array(
11  "label" => "English",
12  "localeLabel" => _("English") ,
13  "locale" => "en",
14  "culture" => "en-US",
15  "dateFormat" => "%m/%d/%Y",
16  "dateTimeFormat" => "%m/%d/%Y %H:%M",
17  "timeFormat" => "%H:%M:%S",
18 );
19 /*
20  ** Include local/override config
21  ** -----------------------------
22 */
23 $local_lang = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'local-lang.php';
24 if (file_exists($local_lang)) {
25  include ($local_lang);
26 }
27 ?>
$lang["en_US"]
Definition: lang_en.php:10
$local_lang
Definition: lang_en.php:23
← centre documentaire © anakeen