131 lines
6.6 KiB
PHP
131 lines
6.6 KiB
PHP
<?php
|
|
/**
|
|
* Localizations for the Kolab calendaring utilities plugin
|
|
*
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
|
|
*/
|
|
$labels['until'] = 'até';
|
|
$labels['at'] = 'no';
|
|
$labels['alarmemail'] = 'Enviar Email';
|
|
$labels['alarmdisplay'] = 'Mostrar mensagem';
|
|
$labels['alarmaudio'] = 'Play sound';
|
|
$labels['alarmdisplayoption'] = 'Mensagem';
|
|
$labels['alarmemailoption'] = 'Email';
|
|
$labels['alarmaudiooption'] = 'Sound';
|
|
$labels['alarmat'] = 'como $datetime';
|
|
$labels['trigger@'] = 'na data';
|
|
$labels['trigger-M'] = 'minutos antes';
|
|
$labels['trigger-H'] = 'horas antes';
|
|
$labels['trigger-D'] = 'dias antes';
|
|
$labels['trigger+M'] = 'minutos depois';
|
|
$labels['trigger+H'] = 'horas depois';
|
|
$labels['trigger+D'] = 'dias depois';
|
|
$labels['triggerattime'] = 'at time';
|
|
$labels['addalarm'] = 'Add alarm';
|
|
$labels['removealarm'] = 'Remove alarm';
|
|
$labels['alarmtitle'] = 'Próximos eventos';
|
|
$labels['dismissall'] = 'Dispensar tudo';
|
|
$labels['dismiss'] = 'Dispensar';
|
|
$labels['snooze'] = 'Tirar uma soneca';
|
|
$labels['repeatinmin'] = 'Repetir em $min minutos';
|
|
$labels['repeatinhr'] = 'Repetir em 1 hora';
|
|
$labels['repeatinhrs'] = 'Repetir em $hrs horas';
|
|
$labels['repeattomorrow'] = 'Repetir amanhã';
|
|
$labels['repeatinweek'] = 'Repetir em uma semana';
|
|
$labels['showmore'] = 'Mostrar mais...';
|
|
$labels['frequency'] = 'Repetir';
|
|
$labels['never'] = 'nunca';
|
|
$labels['daily'] = 'diariamente';
|
|
$labels['weekly'] = 'semanalmente';
|
|
$labels['monthly'] = 'mensalmente';
|
|
$labels['yearly'] = 'anualmente';
|
|
$labels['rdate'] = 'on dates';
|
|
$labels['every'] = 'À cada';
|
|
$labels['days'] = 'dia(s)';
|
|
$labels['weeks'] = 'semana(s)';
|
|
$labels['months'] = 'mês(es)';
|
|
$labels['years'] = 'ano(s) em:';
|
|
$labels['bydays'] = 'No';
|
|
$labels['untildate'] = 'em';
|
|
$labels['each'] = 'Cada';
|
|
$labels['onevery'] = 'Em cada';
|
|
$labels['onsamedate'] = 'Na mesma data';
|
|
$labels['forever'] = 'nunca termina';
|
|
$labels['recurrencend'] = 'até';
|
|
$labels['untilenddate'] = 'until date';
|
|
$labels['forntimes'] = 'por $nr vez(es)';
|
|
$labels['first'] = 'primeira';
|
|
$labels['second'] = 'segunda';
|
|
$labels['third'] = 'terceira';
|
|
$labels['fourth'] = 'quarta';
|
|
$labels['last'] = 'última';
|
|
$labels['dayofmonth'] = 'Dia do mês';
|
|
$labels['addrdate'] = 'Add repeat date';
|
|
$labels['except'] = 'except';
|
|
$labels['itipinvitation'] = 'Convite para';
|
|
$labels['itipupdate'] = 'Atualização de';
|
|
$labels['itipcancellation'] = 'Cancelado:';
|
|
$labels['itipreply'] = 'Responder para';
|
|
$labels['itipaccepted'] = 'Aceitar';
|
|
$labels['itiptentative'] = 'Talvez';
|
|
$labels['itipdeclined'] = 'Rejeitar';
|
|
$labels['itipdelegated'] = 'Delegado';
|
|
$labels['itipneeds-action'] = 'Postpone';
|
|
$labels['itipcomment'] = 'Your response';
|
|
$labels['itipeditresponse'] = 'Enter a response text';
|
|
$labels['itipsendercomment'] = 'Sender\'s comment: ';
|
|
$labels['itipsuppressreply'] = 'Do not send a response';
|
|
$labels['itipobjectnotfound'] = 'O objeto referenciado por esta mensagem não foi encontrado em sua conta.';
|
|
$labels['itipsubjectaccepted'] = '"$title" foi aceito por $name';
|
|
$labels['itipsubjecttentative'] = '"$title" foi aceito como tentativa por $name';
|
|
$labels['itipsubjectdeclined'] = '"$title" foi recusado por $name';
|
|
$labels['itipsubjectin-process'] = '"$title" is in-process by $name';
|
|
$labels['itipsubjectcompleted'] = '"$title" was completed by $name';
|
|
$labels['itipsubjectcancel'] = 'Your participation in "$title" has been cancelled';
|
|
$labels['itipsubjectdelegated'] = '"$title" has been delegated by $name';
|
|
$labels['itipsubjectdelegatedto'] = '"$title" has been delegated to you by $name';
|
|
$labels['itipnewattendee'] = 'Esta é a resposta de um novo participante';
|
|
$labels['updateattendeestatus'] = 'Atualizar o estado dos participantes';
|
|
$labels['acceptinvitation'] = 'Você aceita este convite?';
|
|
$labels['acceptattendee'] = 'Aceitar participante';
|
|
$labels['declineattendee'] = 'Recusar participante';
|
|
$labels['declineattendeeconfirm'] = 'Enter a message to the declined participant (optional):';
|
|
$labels['youhaveaccepted'] = 'Você aceitou este convite';
|
|
$labels['youhavetentative'] = 'Você aceitou como tentativa este convite';
|
|
$labels['youhavedeclined'] = 'Você recusou este convite';
|
|
$labels['youhavedelegated'] = 'Você delegou este convite';
|
|
$labels['youhavein-process'] = 'You are working on this assignment';
|
|
$labels['youhavecompleted'] = 'You have completed this assignment';
|
|
$labels['youhaveneeds-action'] = 'Your response to this invitation is still pending';
|
|
$labels['youhavepreviouslyaccepted'] = 'You have previously accepted this invitation';
|
|
$labels['youhavepreviouslytentative'] = 'You have previously accepted this invitation tentatively';
|
|
$labels['youhavepreviouslydeclined'] = 'You have previously declined this invitation';
|
|
$labels['youhavepreviouslydelegated'] = 'You have previously delegated this invitation';
|
|
$labels['youhavepreviouslyin-process'] = 'You have previously reported to work on this assignment';
|
|
$labels['youhavepreviouslycompleted'] = 'You have previously completed this assignment';
|
|
$labels['youhavepreviouslyneeds-action'] = 'Your response to this invitation is still pending';
|
|
$labels['attendeeaccepted'] = 'O participante aceitou';
|
|
$labels['attendeetentative'] = 'O participante aceitou temporariamente';
|
|
$labels['attendeedeclined'] = 'O participante recusou';
|
|
$labels['attendeedelegated'] = 'O participante delegou para $delegatedto';
|
|
$labels['attendeein-process'] = 'Participant is in-process';
|
|
$labels['attendeecompleted'] = 'Participant has completed';
|
|
$labels['notanattendee'] = 'You\'re not listed as an attendee of this object';
|
|
$labels['outdatedinvitation'] = 'This invitation has been replaced by a newer version';
|
|
$labels['importtocalendar'] = 'Salvar em meu calendário';
|
|
$labels['removefromcalendar'] = 'Remover do meu calendário';
|
|
$labels['updatemycopy'] = 'Update my copy';
|
|
$labels['openpreview'] = 'Open Preview';
|
|
$labels['deleteobjectconfirm'] = 'Do you really want to delete this object?';
|
|
$labels['declinedeleteconfirm'] = 'Do you also want to delete this declined object from your account?';
|
|
$labels['delegateinvitation'] = 'Delegate Invitation';
|
|
$labels['delegateto'] = 'Delegate to';
|
|
$labels['delegatersvpme'] = 'Keep me informed about updates of this incidence';
|
|
$labels['delegateinvalidaddress'] = 'Please enter a valid email address for the delegate';
|
|
$labels['savingdata'] = 'Salvando dados...';
|
|
$labels['expandattendeegroup'] = 'Substitute with group members';
|
|
$labels['expandattendeegroupnodata'] = 'Unable to substitute this group. No members found.';
|
|
$labels['expandattendeegrouperror'] = 'Unable to substitute this group. It might contain too many members.';
|
|
$labels['expandattendeegroupsizelimit'] = 'This group contains too many members for substituting.';
|