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

pt_BR.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 980b99340a08047dd2469a7d161e3db04f7a8c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?php
$TRANSLATIONS = array(
"Mail" => "EMail",
"Error while loading the accounts." => "Erro no carregamento das contas.",
"you" => "você",
"Error while loading the selected account." => "Erro enquanto carregava a conta selecionada",
"Error while loading messages." => "Erro no carregamento das mensagens.",
"Choose a folder to store the attachment in" => "Escolha uma pasta para armazenar os anexos",
"Attachments saved to Files." => "Compartilhamentos salvos em Arquivos.",
"Attachment saved to Files." => "Compartilhamentos salvos em Arquivos.",
"Error while saving attachments to Files." => "Erro enquanto salvava compartilhamentos em Arquivos.",
"Error while saving attachment to Files." => "Erro enquanto salvava compartilhamentos em Arquivos.",
"Error while loading the selected message." => "Erro enquanto carregava mensagem selecionada.",
"Connecting …" => "Conectando ...",
"Unknown error" => "Erro desconhecido",
"Error while creating an account: " => "Erro na criação da conta:",
"Connect" => "Conectar",
"Sending …" => "Enviando ...",
"Reply" => "Responder",
"Error sending the reply." => "Erro enviando uma resposta.",
"Error while deleting account." => "Erro enquanto eliminava uma conta.",
"Choose a file to add as attachment" => "Escolha um arquivo para adicionar como anexo",
"Message could not be starred. Please try again." => "Mensagem não pode ser marcada com estrela. Por favor tente novamente.",
"Error while deleting message." => "Erro enquanto apagava mensagem.",
"Checking mail …" => "Verificando email ...",
"Loading …" => "Carregando ...",
"Load more …" => "Carregar mais ...",
"Check mail" => "Verificar email",
"Send" => "Enviar",
"Inbox" => "Caixa de Entrada",
"Sent" => "Enviar",
"Drafts" => "Rascunhos",
"Archive" => "Arquivo",
"Trash" => "Lixeira",
"Junk" => "Lixo",
"All" => "Todos",
"Starred" => "Marcado com estrela",
"Creating account failed: " => "A criação de contas falhou:",
"Auto detect failed. Please use manual mode." => "Auto detecção falhou. Por favor use o modo manual.",
"from" => "de",
"+ cc/bcc" => "+ cc/bcc",
"to" => "para",
"cc" => "cc",
"bcc" => "bcc",
"Subject" => "Assunto",
"Message …" => "Mensagem ...",
"Add attachment from Files" => "Adicionar anexos de Arquivos",
"Open Mail App" => "Aplicativo Open Mail",
"Back to website" => "Retornar ao servidor web",
"Error loading message" => "Erro carregando mensagem",
"Download attachment" => "Baixar anexo",
"Save to Files" => "Salvar para Arquivos",
"Save all to Files" => "Salvar tudo para Arquivos",
"+ cc" => "+ cc",
"Reply …" => "Responder ...",
"Forward" => "Redirecionar",
"No messages in this folder!" => "Nenhuma mensagem nesta pasta!",
"Connect your mail account" => "Conectar a sua conta de email",
"Name" => "Nome",
"Mail Address" => "Endereço de Email",
"IMAP Password" => "Senha IMAP",
"Manual configuration" => "Configuração manual",
"IMAP Host" => "Host IMAP",
"IMAP Port" => "Porta IMAP",
"IMAP User" => "Usuário IMAP",
"SMTP Host" => "Host SMTP",
"SMTP Port" => "Porta SMTP",
"SMTP User" => "Usuário SMTP",
"SMTP Password" => "Senha SMTP",
"Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." => "Encaminhando para %s - clique aqui se você não for redirecionado automaticamente dentro dos próximos segundos.",
"Redirect Warning" => "Redirecionar Aviso",
"The previous page is sending you to %s." => "A página anterior está lhe enviando para %s.",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "Se você não quiser visitar essa página, você pode retornar para <a href=\"%s\"> o aplicativo de email </a>.",
"Click here to visit the website." => "Clique aqui para visitar o site."
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";