Core  3.2
PHP API documentation
 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  * @package FDL
5 */
6 /**
7  * @author Anakeen
8  * @package FDL
9  */
10 $lang["fr_FR"] = array(
11  "label" => "Français",
12  "localeLabel" => _("French") ,
13  "flag" => "",
14  "locale" => "fr",
15  "culture" => "fr-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 ?>
$lang["fr_FR"]
Definition: lang_fr.php:10
$local_lang
Definition: lang_fr.php:24
← centre documentaire © anakeen