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_fr.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
[
"fr_FR"
] = array(
13
"label"
=>
"Français"
,
14
"flag"
=>
""
,
15
"locale"
=>
"fr"
,
16
"dateFormat"
=>
"%d/%m/%Y"
,
17
"dateTimeFormat"
=>
"%d/%m/%Y %H:%M"
,
18
"timeFormat"
=>
"%H:%M:%S"
,
19
);
20
/*
21
** Include local/override config
22
** -----------------------------
23
*/
24
$local_lang
= dirname(__FILE__) . DIRECTORY_SEPARATOR .
'local-lang.php'
;
25
if
(file_exists(
$local_lang
)) {
26
include (
$local_lang
);
27
}
28
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase