PEEL Shopping
Open source ecommerce : PEEL Shopping
datetime_nl.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_nl.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, %B %d, %Y';
20 $GLOBALS['date_format_long'] = '%A, %B %d, %Y';
21 $GLOBALS['date_format_standard'] = '%B %d, %Y';
22 $GLOBALS['date_format_short'] = '%m-%d-%Y';
23 $GLOBALS['date_format_veryshort'] = '%m-%d';
24 $GLOBALS['date_basic_format_short'] = 'm-d-Y';
25 $GLOBALS['date_mysql_format_full'] = '%m-%d-%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'] = 'om'; // can be void
31 $GLOBALS['months_names'] = array('','Januari', 'Februari', 'Maart', 'April', 'Mei', 'June', 'July', 'August', 'September', 'Oktober', 'November', 'December');
32 $GLOBALS['months_url_names'] = array('', 'january', 'februari', 'maart', 'april', 'mei', 'june', 'july', 'august', 'september', 'oktober', 'november', 'december');
33 $GLOBALS['strToday'] = 'Vandaag';
34 $GLOBALS['strStarting'] = 'uit';
35 $GLOBALS['strTill'] = 'tot';
36 $GLOBALS['strTomorrow'] = 'Tomorrow';
37 $GLOBALS['strYesterday'] = 'Yesterday';
38 $GLOBALS['strTwoDaysAgo'] = 'Twee dagen geleden';
39 $GLOBALS['strOnThe'] = 'Op de';
40 $GLOBALS['strStartingOn'] = 'starten';
41 $GLOBALS['strTillDay'] = 'tot';
42 $GLOBALS['DAY_OF_WEEK'] = array ('Zondag', 'Maandag', 'dinsdag', 'woensdag', 'donderdag', 'Vrijdag', 'Zaterdag');
43 $GLOBALS['strShortDays'] = 'd';
44 $GLOBALS['strShortHours'] = 'h';
45 $GLOBALS['strShortMinutes'] = 'min';
46 $GLOBALS['strShortSecs'] = 's';
47 $GLOBALS['strMonths'] = 'maand(en)';
48 $GLOBALS['strWeeks'] = 'wek(en)';
49 $GLOBALS['strHours'] = 'Dag(en)';
50 $GLOBALS['strDays'] = 'dag(en)';
51 $GLOBALS['strYears'] = 'jaar(en)';
if(!defined('IN_PEEL')) $GLOBALS['date_format_nice']
Definition: datetime_nl.php:19

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