Una última cosa.
Acabo de traducirlo pero para traducir los arrays de tiempo si modifico por ejemplo abril que en turco es Nis me genera el siguiente error
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4775: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/top5_index_lang.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4777: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/top5_index_lang.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4778: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/top5_index_lang.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4779: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/top5_index_lang.php:1)
como se podrian traducir sin que saltara el error?
Código: Seleccionar todo
'datetime' => array(
'TODAY' => 'Bugün',
'TOMORROW' => 'Yarın',
'YESTERDAY' => 'Dün',
'Sunday' => 'Pazar',
'Monday' => 'Pazartesi',
'Tuesday' => 'Salı',
'Wednesday' => 'Çarşamba',
'Thursday' => 'Perşembe',
'Friday' => 'Cuma',
'Saturday' => 'Cumartesi',
'Sun' => 'Paz',
'Mon' => 'Ptesi',
'Tue' => 'Sal',
'Wed' => 'Çarş',
'Thu' => 'Perş',
'Fri' => 'Cum',
'Sat' => 'Ctesi',
'January' => 'Enero',
'February' => 'Febre',
'March' => 'Marzo',
'April' => 'Abril',
'May' => 'Mayo',
'June' => 'Junio',
'July' => 'Julio',
'August' => 'Agosto',
'September' => 'Septiembre',
'October' => 'Octubre',
'November' => 'Noviembre',
'December' => 'Diciembre',
'Jan' => 'Oca',
'Feb' => 'Şub',
'Mar' => 'Mar',
'Apr' => 'Nis',
'May_short' => 'May', // Short representation of "May". May_short used because in english the short and long date are the same for May.
'Jun' => 'Haz',
'Jul' => 'Tem',
'Aug' => 'Ağs',
'Sep' => 'Eyl',
'Oct' => 'Eki',
'Nov' => 'Kas',
'Dec' => 'Ara',
),