Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
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
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* @author Anakeen
9
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
10
* @package FDL
11
*/
12
$lang
[
"en_US"
] = array(
13
"label"
=>
"English"
,
14
"locale"
=>
"en"
,
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
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase