<?php /** * This file is part of php-agenda. * * php-agenda 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; either version 2 of the License, or * (at your option) any later version. * * php-agenda is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with php-agenda; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Copyright 2006-2007, Thomas Abeel * * Project: http://sourceforge.net/projects/php-agenda/ * * * * Translated by Luis Filipe Teixeira Guerra, hide@address.com * * */ ?> <?php $lang['login-user']='Usuário'; $lang['login-pass']='Senha'; $lang['footer-thissite']='resolução recomendada'; $lang['title']='MyAgenda'; $lang['loggedin']='logado como'; $lang['checkforupdates']='verificar atualizações'; $lang['certainremove']='tem certeza que deseja deletar este item?'; $lang['certainfinish']='tem certeza que deseja finalizar este item?'; $lang['legend']='legenda'; $lang['legend-daylong']='dia todo'; $lang['legend-deadline']='duração'; $lang['time-yesterday']='ontem'; $lang['time-today']='hoje'; $lang['time-tomorrow']='amanhã'; $lang['time-currentday']='dia atual'; $lang['time-nextday']='proximo dia'; $lang['time-previousday']='dia anterior'; $lang['time-week']='semana'; $lang['time-month']='mes'; $lang['time-year']='ano'; $lang['time-hour']='hora'; $lang['time-minute']='minuto'; $lang['time']='hora'; $lang['date']='data'; $lang['index-goto']='ir para'; $lang['index-appointments']='compromissos'; $lang['index-addevent']='adicionar novo evento'; $lang['add-daylong']='esse evento não é temporizado'; $lang['add-deadline']='este evento é uma data limite'; $lang['add-title']='titulo'; $lang['add-description']='descrição'; $lang['add-button']='adicionar evento'; $lang['index-addtodo']='Adicionar item a fazer'; $lang['todo-priority']='prioridade'; $lang['todo-urgent']='URGENTE'; $lang['todo-today']='hoje'; $lang['todo-week']='esta semana'; $lang['todo-month']='este mês'; $lang['todo-year']='este ano'; $lang['todo-sometime']='as vezes'; $lang['todo-description']='descrição'; $lang['todo-button']='adicionar compromisso'; $lang['nextevents']='próximos 20 eventos'; $lang['logout']='SAIR'; $lang['register']='registrar novo usuário'; $lang['contact']='contato'; $lang['left-coming']='próximos dias'; $lang['right-deadline']='prazos'; $lang['right-todo']='items a fazer'; $lang['right-recently']='items terminados recentemente'; $lang['month-jan']='janeiro'; $lang['month-feb']='fevereiro'; $lang['month-mar']='março'; $lang['month-apr']='abril'; $lang['month-may']='maio'; $lang['month-jun']='junho'; $lang['month-jul']='julho'; $lang['month-aug']='agosto'; $lang['month-sep']='setembro'; $lang['month-oct']='outubro'; $lang['month-nov']='novembro'; $lang['month-dec']='dezembro'; $lang['control-clear']='limpar'; $lang['control-close']='fechar'; $lang['edit-time']='hora'; $lang['edit-date']='data'; $lang['edit-title']='tÃtulo'; $lang['edit-description']='descrição'; $lang['edit-button']='modificar evento'; $lang['edit-daylong']='esse evento não é temporizado'; $lang['edit-deadline']='este evento é uma data limite'; $lang['edit-boxtitle']='editar evento'; $lang['edit-return']='retornar sem modificar'; //release 1.0.0 $lang['range-appointments']='compromissos'; $lang['index-weekoverview']='resumo da semana'; $lang['index-monthoverview']='resumo do mês'; $lang['index-yearoverview']='resumo do ano'; $lang['index-overviewtill']='till'; $lang['repeat-addevent']='adicionar evento repetido'; $lang['link-repeatingevent']='adicionar evento repetido'; $lang['repeat-todate']='até hoje (padrão 10 anos)'; $lang['repeat-fromdate']='apartir da data'; $lang['frequency-daily']='diariamente'; $lang['frequency-weekly']='semanalmente'; $lang['frequency-weekdays']='dias da semana'; $lang['frequency-monthly']='mensalmente'; $lang['frequency-yearly']='anualmente'; $lang['repeat-frequency']='freqüência'; $lang['back']='voltar'; //release 2.0.0 $lang['add-1day']='lembrete em 1 dia'; $lang['add-3hour']='lembrete em 3 hora'; $lang['add-1hour']='lembrete em 1 hora'; $lang['add-15min']='lembrete em 15 minutos'; $lang['reminder-mail']='Este é um lembrete de sua agenda:'; //release 2.2.2 $lang['index-normalview']='resumo do dia'; ?>