0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
lib
/
prefs
/
[
Home
]
File: long.php
<?php // (c) Copyright 2002-2011 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: long.php 34255 2011-05-05 13:59:30Z sylvieg $ function prefs_long_list() { return array( 'long_date_format' => array( 'name' => tra('Long date format'), 'type' => 'text', 'size' => '30', //get_strings tra("%A %d of %B, %Y"); ), 'long_time_format' => array( 'name' => tra('Long time format'), 'type' => 'text', 'size' => '30', //get_strings tra("%H:%M:%S %Z"); ), //get_strings tra("%A %d of %B, %Y %H:%M:%S %Z"); ); }