[phpbb]#
#--[ OTWÓRZ ]--
#
/viewtopic.php
#
#--[ ZNAJDŹ ]--
#
else if ( $board_config['time_yesterday'] < $postrow[$i]['post_time'])
{
$post_date = sprintf($lang['Yesterday_at'], create_date($board_config['default_timeformat'], $postrow[$i]['post_time'], $board_config['board_timezone']));
}
#
#--[ DODAJ PO ]--
#
else if ( $board_config['time_before_yesterday'] < $postrow[$i]['post_time'])
{
$post_date = sprintf($lang['Before_Yesterday_at'], create_date($board_config['default_timeformat'], $postrow[$i]['post_time'], $board_config['board_timezone']));
}
#
#--[ OTWÓRZ ]--
#
/language/lang_polish/lang_main.php
#
#--[ ZNAJDŹ ]--
#
$lang['Yesterday_at'] =
#
#--[ DODAJ PRZED ]--
#
$lang['Before_Yesterday_at'] = 'Przedwczoraj o %s';
#
#--[ ZAPISZ, ZAMKNIJ ]--
# EoM[/phpbb]
Autor postu otrzymał pochwałę
+Termit
ON WIE LEPIEJ