* previous commit was erroneous
* cleanup * font fixes thanks to Oliver Heinisch
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
$charset = 'iso-8859-9';
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
||||
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
$byteUnits = array('Byte', 'KB', 'MB', 'GB');
|
||||
//veritabanlar<61> terminolojisinde terc<72>meye pek m<>sait olmayan index ve unique s<>zc<7A>kleri aynen kullan<61>ld<6C>: uniqe=e<>siz,tek
|
||||
$day_of_week = array('Pazar', 'Pazartesi', 'Sal<61>', '<27>ar<61>amba', 'Per<65>embe', 'Cuma', 'Cumartesi');
|
||||
$month = array('Ocak', '<27>ubat', 'Mart', 'Nisan', 'May<61>s', 'Haziran', 'Temmuz', 'A<>ustos', 'Eyl<79>l', 'Ekim', 'Kas<61>m', 'Aral<61>k');
|
||||
// See http://www.php3.net/manual/en/function.strftime.php3 to define the
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||
|
||||
|
Reference in New Issue
Block a user