File: locale.php

package info (click to toggle)
hoteldruid 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,808 kB
  • sloc: php: 170,672; javascript: 2,296; sh: 304; xml: 52; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php


# Default values when selecting this locale

$locale = array();

$locale['second_surname'] = 0;
$locale['language_capitalization'] = 0;
$locale['currency_name'] = 'Euro';
$locale['prices_percentage_rounding'] = '1';
$locale['taxes_rounding'] = '0.01';
$locale['money_format'] = 'europa'; # europa/usa
$locale['date_format'] = 'europa'; # europa/usa
$locale['timezone'] = 'Europe/Rome'; # see list of timezones accepted by php



?>