1<?php
2
3/**
4 * Translate datetime strings (such as month or weekday names) and set locale information for a specific country or region
5 * Before uncommenting it, make sure that your server supports this locale (for example, run `locale -a | grep ro`)
6 */
7//setlocale(LC_ALL, 'ro_RO.utf8');
8
9/**
10 * Overwrite settings from ./conf/local.php and ./conf/dokuwiki.php
11 */
12$conf['title'] = 'DokuWiki';
13$conf['tagline'] = 'E mai bine când e simplu';
14$conf['dformat'] = '%d.%m.%Y la %H:%M';
15$conf['plugin']['authorlist']['intro'] = '<b>Contribuitori:</b>';
16