Mercurial > hg > rc1
comparison plugins/libcalendaring/localization/pt_BR.inc @ 4:888e774ee983
libcalendar plugin as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:57:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:f6fe4b6ae66a | 4:888e774ee983 |
---|---|
1 <?php | |
2 /** | |
3 * Localizations for the Kolab calendaring utilities plugin | |
4 * | |
5 * Copyright (C) 2014, Kolab Systems AG | |
6 * | |
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/ | |
8 */ | |
9 $labels['until'] = 'até'; | |
10 $labels['at'] = 'no'; | |
11 $labels['alarmemail'] = 'Enviar Email'; | |
12 $labels['alarmdisplay'] = 'Mostrar mensagem'; | |
13 $labels['alarmdisplayoption'] = 'Mensagem'; | |
14 $labels['alarmemailoption'] = 'Email'; | |
15 $labels['alarmat'] = 'como $datetime'; | |
16 $labels['trigger@'] = 'na data'; | |
17 $labels['trigger-M'] = 'minutos antes'; | |
18 $labels['trigger-H'] = 'horas antes'; | |
19 $labels['trigger-D'] = 'dias antes'; | |
20 $labels['trigger+M'] = 'minutos depois'; | |
21 $labels['trigger+H'] = 'horas depois'; | |
22 $labels['trigger+D'] = 'dias depois'; | |
23 $labels['alarmtitle'] = 'Próximos eventos'; | |
24 $labels['dismissall'] = 'Dispensar tudo'; | |
25 $labels['dismiss'] = 'Dispensar'; | |
26 $labels['snooze'] = 'Tirar uma soneca'; | |
27 $labels['repeatinmin'] = 'Repetir em $min minutos'; | |
28 $labels['repeatinhr'] = 'Repetir em 1 hora'; | |
29 $labels['repeatinhrs'] = 'Repetir em $hrs horas'; | |
30 $labels['repeattomorrow'] = 'Repetir amanhã'; | |
31 $labels['repeatinweek'] = 'Repetir em uma semana'; | |
32 $labels['showmore'] = 'Mostrar mais...'; | |
33 $labels['frequency'] = 'Repetir'; | |
34 $labels['never'] = 'nunca'; | |
35 $labels['daily'] = 'diariamente'; | |
36 $labels['weekly'] = 'semanalmente'; | |
37 $labels['monthly'] = 'mensalmente'; | |
38 $labels['yearly'] = 'anualmente'; | |
39 $labels['every'] = 'À cada'; | |
40 $labels['days'] = 'dia(s)'; | |
41 $labels['weeks'] = 'semana(s)'; | |
42 $labels['months'] = 'mês(es)'; | |
43 $labels['years'] = 'ano(s) em:'; | |
44 $labels['bydays'] = 'No'; | |
45 $labels['untildate'] = 'em'; | |
46 $labels['each'] = 'Cada'; | |
47 $labels['onevery'] = 'Em cada'; | |
48 $labels['onsamedate'] = 'Na mesma data'; | |
49 $labels['forever'] = 'nunca termina'; | |
50 $labels['recurrencend'] = 'até'; | |
51 $labels['forntimes'] = 'por $nr vez(es)'; | |
52 $labels['first'] = 'primeira'; | |
53 $labels['second'] = 'segunda'; | |
54 $labels['third'] = 'terceira'; | |
55 $labels['fourth'] = 'quarta'; | |
56 $labels['last'] = 'última'; | |
57 $labels['dayofmonth'] = 'Dia do mês'; | |
58 $labels['statusorganizer'] = 'Organizador'; | |
59 $labels['statustentative'] = 'Tentativa'; | |
60 $labels['statusneeds-action'] = 'Needs action'; | |
61 $labels['statusunknown'] = 'Desconhecido'; | |
62 $labels['statuscompleted'] = 'Completed'; | |
63 $labels['statusin-process'] = 'In process'; | |
64 $labels['itipinvitation'] = 'Convite para'; | |
65 $labels['itipupdate'] = 'Atualização de'; | |
66 $labels['itipcancellation'] = 'Cancelado:'; | |
67 $labels['itipreply'] = 'Responder para'; | |
68 $labels['itipaccepted'] = 'Aceitar'; | |
69 $labels['itiptentative'] = 'Talvez'; | |
70 $labels['itipdeclined'] = 'Rejeitar'; | |
71 $labels['itipdelegated'] = 'Delegado'; | |
72 $labels['itipobjectnotfound'] = 'O objeto referenciado por esta mensagem não foi encontrado em sua conta.'; | |
73 $labels['itipsubjectaccepted'] = '"$title" foi aceito por $name'; | |
74 $labels['itipsubjecttentative'] = '"$title" foi aceito como tentativa por $name'; | |
75 $labels['itipsubjectdeclined'] = '"$title" foi recusado por $name'; | |
76 $labels['itipnewattendee'] = 'Esta é a resposta de um novo participante'; | |
77 $labels['updateattendeestatus'] = 'Atualizar o estado dos participantes'; | |
78 $labels['acceptinvitation'] = 'Você aceita este convite?'; | |
79 $labels['acceptattendee'] = 'Aceitar participante'; | |
80 $labels['declineattendee'] = 'Recusar participante'; | |
81 $labels['youhaveaccepted'] = 'Você aceitou este convite'; | |
82 $labels['youhavetentative'] = 'Você aceitou como tentativa este convite'; | |
83 $labels['youhavedeclined'] = 'Você recusou este convite'; | |
84 $labels['youhavedelegated'] = 'Você delegou este convite'; | |
85 $labels['attendeeaccepted'] = 'O participante aceitou'; | |
86 $labels['attendeetentative'] = 'O participante aceitou temporariamente'; | |
87 $labels['attendeedeclined'] = 'O participante recusou'; | |
88 $labels['attendeedelegated'] = 'O participante delegou para $delegatedto'; | |
89 $labels['importtocalendar'] = 'Salvar em meu calendário'; | |
90 $labels['removefromcalendar'] = 'Remover do meu calendário'; | |
91 $labels['savingdata'] = 'Salvando dados...'; |