PEEL Shopping
Open source ecommerce : PEEL Shopping
datetime_fr.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: datetime_fr.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined('IN_PEEL')) {
16  die();
17 }
18 
19 $GLOBALS['date_format_nice'] = '%A %d %B %Y';
20 $GLOBALS['date_format_long'] = '%A %d %B %Y';
21 $GLOBALS['date_format_standard'] = '%d %B %Y';
22 $GLOBALS['date_format_short'] = '%d/%m/%Y';
23 $GLOBALS['date_format_veryshort'] = '%d/%m';
24 $GLOBALS['date_basic_format_short'] = 'd/m/Y';
25 $GLOBALS['date_mysql_format_full'] = '%d-%m-%Y %H:%i:%s';
26 $GLOBALS['time_format_long'] = '%Hh%M:%S';
27 $GLOBALS['time_format_short'] = '%Hh%M';
28 $GLOBALS['time_basic_format_long'] = 'H:i:s';
29 $GLOBALS['time_basic_format_short'] = 'H:i';
30 $GLOBALS['strTimeDateSeparator'] = 'à'; // can be void
31 $GLOBALS['months_names'] = array(
32  "1" => 'janvier',
33  "2" => 'février',
34  "3" => 'mars',
35  "4" => 'avril',
36  "5" => 'mai',
37  "6" => 'juin',
38  "7" => 'juillet',
39  "8" => 'août',
40  "9" => 'septembre',
41  "10" => 'octobre',
42  "11" => 'novembre',
43  "12" => 'décembre');
44 // URL hereunder : please without any accents
45 $GLOBALS['months_url_names'] = array(
46  "1" => 'janvier',
47  "2" => 'fevrier',
48  "3" => 'mars',
49  "4" => 'avril',
50  "5" => 'mai',
51  "6" => 'juin',
52  "7" => 'juillet',
53  "8" => 'aout',
54  "9" => 'septembre',
55  "10" => 'octobre',
56  "11" => 'novembre',
57  "12" => 'decembre');
58 $GLOBALS['strToday'] = 'Aujourd\'hui';
59 $GLOBALS['strStarting'] = 'de';
60 $GLOBALS['strTill'] = 'à';
61 $GLOBALS['strTomorrow'] ='Demain';
62 $GLOBALS['strYesterday'] ='Hier';
63 $GLOBALS['strTwoDaysAgo'] ='Avant Hier';
64 $GLOBALS['strOnThe'] ='Le';
65 $GLOBALS['strStartingOn']='du';
66 $GLOBALS['strTillDay']='au';
67 $GLOBALS['day_of_week'] = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
68 $GLOBALS['strShortDays']='j';
69 $GLOBALS['strShortHours']='h';
70 $GLOBALS['strShortMinutes']='min';
71 $GLOBALS['strShortSecs']='s';
72 $GLOBALS['strMonths'] = 'mois';
73 $GLOBALS['strWeeks'] = 'semaine(s)';
74 $GLOBALS['strHours'] = 'heure(s)';
75 $GLOBALS['strDays'] = 'jour(s)';
76 $GLOBALS['strYears'] = 'année(s)';
if(!defined('IN_PEEL')) $GLOBALS['date_format_nice']
Definition: datetime_fr.php:19

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:43 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.