diff options
Diffstat (limited to 'apps/dav/l10n/pt_BR.js')
-rw-r--r-- | apps/dav/l10n/pt_BR.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index a415775b6e5..d75b1b309e4 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -10,6 +10,8 @@ OC.L10N.register( "You deleted calendar {calendar}" : "Você excluiu o calendário {calendar}", "{actor} updated calendar {calendar}" : "{actor} atualizou o calendário {calendar}", "You updated calendar {calendar}" : "Você atualizou o calendário {calendar}", + "You shared calendar {calendar} as public link" : "Você compartilhou o calendário {calendar} como um link público", + "You removed public link for calendar {calendar}" : "Você removeu o link público para o calendário {calendar} ", "{actor} shared calendar {calendar} with you" : "{actor} compartilhou o calendário {calendar} com você", "You shared calendar {calendar} with {user}" : "Você compartilhou o calendário {calendar} com {user}", "{actor} shared calendar {calendar} with {user}" : "{actor} compartilhou o calendário {calendar} com {user}", @@ -58,6 +60,9 @@ OC.L10N.register( "Request ID: %s" : "ID do solicitante: %s", "CalDAV server" : "Servidor CalDAV", "Send invitations to attendees" : "Envie convites aos participantes", - "Please make sure to properly set up the email settings above." : "Certifique-se de configurar corretamente o email acima." + "Please make sure to properly set up the email settings above." : "Certifique-se de configurar corretamente o email acima.", + "Automatically generate a birthday calendar" : "Gerar um calendário de aniversários automaticamente", + "Birthday calendars will be generated by a background job." : "Os calendários de aniversários serão gerados na retaguarda.", + "Hence they will not be available immediately after enabling but will show up after some time." : "Portanto, eles não estarão disponíveis imediatamente ao habilitar, mas após algum tempo." }, "nplurals=2; plural=(n > 1);"); |