0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
calendar
/
bcup2
/
includes
/
[
Home
]
File: globals.php
<?php /* * Copyright 2010 Sean Proctor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ if ( !defined('IN_PHPC') ) { die("Hacking attempt"); } $month_names = array( 1 => _('Janvier'), _('Février'), _('Mars'), _('Avril'), _('Mai'), _('Juin'), _('Juillet'), _('Août'), _('Septembre'), _('Octobre'), _('Novembre'), _('Décembre'), ); $day_names = array( _('Dimanche'), _('Lundi'), _('Mardi'), _('Mercredi'), _('Jeudi'), _('Vendredi'), _('Samedi'), ); $short_month_names = array( 1 => _('Jan'), _('Fév'), _('Mar'), _('Avr'), _('Mai'), _('Jun'), _('Jul'), _('Aoû'), _('Sep'), _('Oct'), _('Nov'), _('Déc'), ); // config stuff define('PHPC_CHECK', 1); define('PHPC_TEXT', 2); define('PHPC_DROPDOWN', 3); $sort_options = array( 'startdate' => _('Date de début'), 'subject' => _('Sujet') ); $order_options = array( 'ASC' => _('Croissant'), 'DESC' => _('Décroissant') ); ?>
©
2018.