Post para iniciar um novo topico."; $lForumDown = "O forum encontra-se momentaneamente inactivo, por favor volte mais tarde."; $lNewHeading = "Iniciar um novo topico"; $lReplyHeading = "Responder a este topico"; $lPostName = "Nome:"; $lPostEmail = "Email:"; $lPostTopic = "Topico:"; $lPostBody = "Corpo:"; $lPostDate = "Data:"; $lPostButton = " Enviar "; $lQuoteButton = "Quote mensagem"; $lQuotePhrase = "escreveu"; $lREPrefix = "RE: "; $lThreadTopic = "Topicos"; $lThreadAuthor = "Enviado por"; $lThreadDate = "Data"; $lPrevTopic = "<< Topico anterior"; $lPrevPost = "< Mensagem anterior"; $lNextPost = "Mensagem seguinte >"; $lNextTopic = "Topico seguinte >>"; $lStartTopic = "Iniciar um novo topico"; $lGoToTop = "Ir para o Topo"; $lGoToThread = "Ir para a Listagem"; $lComThread = "Listagem completa "; $lNewer = "Lista mensagens novas"; $lOlder = "Lista mensagens antigas"; //This function takes a date string in the format YYYY-MM-DD HH:MM:SS and //returns a date string appropriately formated for this language. //The default is for US English, MM-DD-YY HH:MM. But then again we have no //standards. //For portuguese the apropriate format is the european one //DD-MM-YYYY HH:MM // function date_format($datestamp){ $sDate = substr($datestamp, 8, 2); $sDate = $sDate."-".substr($datestamp, 5, 2); $sDate = $sDate."-".substr($datestamp, 0, 4); $sDate = $sDate.substr($datestamp, 10, 6); return $sDate; } ?>