Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/l10n/pt_BR.php')
-rw-r--r--apps/calendar/l10n/pt_BR.php83
1 files changed, 83 insertions, 0 deletions
diff --git a/apps/calendar/l10n/pt_BR.php b/apps/calendar/l10n/pt_BR.php
new file mode 100644
index 00000000000..91db5210438
--- /dev/null
+++ b/apps/calendar/l10n/pt_BR.php
@@ -0,0 +1,83 @@
+<?php $TRANSLATIONS = array(
+"Authentication error" => "Erro de autenticação",
+"Timezone changed" => "Fuso horário alterado",
+"Invalid request" => "Pedido inválido",
+"Calendar" => "Calendário",
+"Does not repeat" => "Não repetir",
+"Daily" => "Diariamente",
+"Weekly" => "Semanal",
+"Every Weekday" => "Cada dia da semana",
+"Bi-Weekly" => "De duas em duas semanas",
+"Monthly" => "Mensal",
+"Yearly" => "Anual",
+"All day" => "Todo o dia",
+"Sunday" => "Domingo",
+"Monday" => "Segunda-feira",
+"Tuesday" => "Terça-feira",
+"Wednesday" => "Quarta-feira",
+"Thursday" => "Quinta-feira",
+"Friday" => "Sexta-feira",
+"Saturday" => "Sábado",
+"Sun." => "Dom.",
+"Mon." => "Seg.",
+"Tue." => "Ter.",
+"Wed." => "Qua.",
+"Thu." => "Qui.",
+"Fri." => "Sex.",
+"Sat." => "Sáb.",
+"January" => "Janeiro",
+"February" => "Fevereiro",
+"March" => "Março",
+"April" => "Abril",
+"May" => "Maio",
+"June" => "Junho",
+"July" => "Julho",
+"August" => "Agosto",
+"September" => "Setembro",
+"October" => "Outubro",
+"November" => "Novembro",
+"December" => "Dezembro",
+"Jan." => "Jan.",
+"Feb." => "Fev.",
+"Mar." => "Mar.",
+"Apr." => "Abr.",
+"Jun." => "Jun.",
+"Jul." => "Jul.",
+"Aug." => "Ago.",
+"Sep." => "Set.",
+"Oct." => "Out.",
+"Nov." => "Nov.",
+"Dec." => "Dez.",
+"Week" => "Semana",
+"Weeks" => "Semanas",
+"Day" => "Dia",
+"Month" => "Mês",
+"Today" => "Hoje",
+"Calendars" => "Calendários",
+"Time" => "Tempo",
+"There was a fail, while parsing the file." => "Houve uma falha, ao analisar o arquivo.",
+"Choose active calendars" => "Escolha calendários ativos",
+"Download" => "Baixar",
+"Edit" => "Editar",
+"Edit calendar" => "Editar calendário",
+"Displayname" => "Mostrar Nome",
+"Active" => "Ativo",
+"Description" => "Descrição",
+"Calendar color" => "Cor do Calendário",
+"Submit" => "Submeter",
+"Edit an event" => "Editar um evento",
+"Title" => "Título",
+"Title of the Event" => "Título do evento",
+"Location" => "Local",
+"Location of the Event" => "Local do evento",
+"Category" => "Categoria",
+"All Day Event" => "Evento de dia inteiro",
+"From" => "De",
+"To" => "Para",
+"Repeat" => "Repetir",
+"Attendees" => "Participantes",
+"Description of the Event" => "Descrição do Evento",
+"Close" => "Fechar",
+"Create a new event" => "Criar um novo evento",
+"Timezone" => "Fuso horário"
+);