Current oav website
This commit is contained in:
53
dotclear._no/locales/en/date.lang.php
Normal file
53
dotclear._no/locales/en/date.lang.php
Normal file
@ -0,0 +1,53 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/#
|
||||
#
|
||||
#
|
||||
# DOT NOT MODIFY THIS FILE !
|
||||
|
||||
|
||||
|
||||
|
||||
$GLOBALS['__l10n']['%Y-%m-%d %H:%M'] = '';
|
||||
$GLOBALS['__l10n']['_Jan'] = 'Jan';
|
||||
$GLOBALS['__l10n']['_Feb'] = 'Feb';
|
||||
$GLOBALS['__l10n']['_Mar'] = 'Mar';
|
||||
$GLOBALS['__l10n']['_Apr'] = 'Apr';
|
||||
$GLOBALS['__l10n']['_May'] = 'May';
|
||||
$GLOBALS['__l10n']['_Jun'] = 'Jun';
|
||||
$GLOBALS['__l10n']['_Jul'] = 'Jul';
|
||||
$GLOBALS['__l10n']['_Aug'] = 'Aug';
|
||||
$GLOBALS['__l10n']['_Sep'] = 'Sep';
|
||||
$GLOBALS['__l10n']['_Oct'] = 'Oct';
|
||||
$GLOBALS['__l10n']['_Nov'] = 'Nov';
|
||||
$GLOBALS['__l10n']['_Dec'] = 'Dec';
|
||||
$GLOBALS['__l10n']['January'] = '';
|
||||
$GLOBALS['__l10n']['February'] = '';
|
||||
$GLOBALS['__l10n']['March'] = '';
|
||||
$GLOBALS['__l10n']['April'] = '';
|
||||
$GLOBALS['__l10n']['May'] = '';
|
||||
$GLOBALS['__l10n']['June'] = '';
|
||||
$GLOBALS['__l10n']['July'] = '';
|
||||
$GLOBALS['__l10n']['August'] = '';
|
||||
$GLOBALS['__l10n']['September'] = '';
|
||||
$GLOBALS['__l10n']['October'] = '';
|
||||
$GLOBALS['__l10n']['November'] = '';
|
||||
$GLOBALS['__l10n']['December'] = '';
|
||||
$GLOBALS['__l10n']['_Mon'] = 'Mon';
|
||||
$GLOBALS['__l10n']['_Tue'] = 'Tue';
|
||||
$GLOBALS['__l10n']['_Wed'] = 'Wed';
|
||||
$GLOBALS['__l10n']['_Thu'] = 'Thu';
|
||||
$GLOBALS['__l10n']['_Fri'] = 'Fri';
|
||||
$GLOBALS['__l10n']['_Sat'] = 'Sat';
|
||||
$GLOBALS['__l10n']['_Sun'] = 'Sun';
|
||||
$GLOBALS['__l10n']['Monday'] = '';
|
||||
$GLOBALS['__l10n']['Tuesday'] = '';
|
||||
$GLOBALS['__l10n']['Wednesday'] = '';
|
||||
$GLOBALS['__l10n']['Thursday'] = '';
|
||||
$GLOBALS['__l10n']['Friday'] = '';
|
||||
$GLOBALS['__l10n']['Saturday'] = '';
|
||||
$GLOBALS['__l10n']['Sunday'] = '';
|
||||
Reference in New Issue
Block a user