Localisation FR

This commit is contained in:
Fred Tempez 2020-11-01 07:56:04 +01:00
parent 813dc501a3
commit 53c82522aa
6 changed files with 8 additions and 7 deletions

View File

@ -9,6 +9,7 @@
- Thème du menu : alignement inopérant.
- Amélioration :
- Mise en page du corps des mails de notification.
- Paramètres de localisation.
- Mise à jour :
- TinyMCE 4.9.11

View File

@ -39,7 +39,7 @@ class common {
const ACCESS_TIMER = 1800;
// Numéro de version
const ZWII_VERSION = '10.3.03';
const ZWII_VERSION = '10.3.04';
const ZWII_UPDATE_CHANNEL = "v10";
public static $actions = [];

View File

@ -2,7 +2,7 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="fr">
<head>
<meta charset="utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php $layout->showMetaTitle(); ?>
<?php $layout->showMetaDescription(); ?>

View File

@ -2,7 +2,7 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="fr">
<head>
<meta charset="utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php $layout->showMetaTitle(); ?>
<?php $layout->showMetaDescription(); ?>

View File

@ -2,7 +2,7 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="fr">
<head>
<meta charset="utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php $layout->showMetaTitle(); ?>
<?php $layout->showMetaDescription(); ?>

View File

@ -25,7 +25,7 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) {
*Localisation
*/
date_default_timezone_set('Europe/Paris');
setlocale (LC_ALL, 'fr_FR.utf8','fra');
setlocale (LC_ALL, 'fr_FR.utf8','fr_Fr');
/**
* Initialisation de Zwii