<?php
/* PHPalm - Calendar
* Tranlation into : Portuguese
* 02/12/2005
* Author : Rémy Salettes
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*/
$monday = 'Segunda-feira';
$tuesday = 'Terça-feira';
$wednesday = 'Quarta-feira';
$thursday = 'Quinta-feira';
$friday = 'Sexta-feira';
$saturday = 'Sábado';
$sunday = 'Domingo';
$january = 'Janeiro';
$february = 'Febrero';
$march = 'Março';
$april = 'Avril';
$may = 'Mayo';
$june = 'Junio';
$july = 'Julio';
$august = 'Agosto';
$september = 'Setembro';
$october = 'Outubro';
$november = 'Novembre';
$december = 'Decembre';
?>