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

pt_PT.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2b1fb1e6a7ef64f43796066c194bf660bbb0e7e (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
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Partilhar com %1$s",
    "Shared with {email}" : "Partilhado com {email}",
    "Shared with %1$s by %2$s" : "Partilhado com %1$s por %2$s",
    "Shared with {email} by {actor}" : "Partilhado com {email} por {actor}",
    "Password for mail share sent to %1$s" : "Palavra-chave da partilha por email enviada para %1$s",
    "Password for mail share sent to {email}" : "Palavra-chave da partilha por email enviada para {email}",
    "Password for mail share sent to you" : "Palavra-chave da partilha por email enviada para si",
    "You shared %1$s with %2$s by mail" : "Partilhou %1$s com %2$s por e-mail",
    "You shared {file} with {email} by mail" : "Partilhou {file} com {email} por e-mail",
    "%3$s shared %1$s with %2$s by mail" : "%3$s partilhou %1$s com %2$s por e-mail",
    "{actor} shared {file} with {email} by mail" : "{actor} partilhou {file} com {email} por e-mail",
    "Password to access %1$s was sent to %2s" : "Palavra-chave de acesso a %1$s enviada para %2s",
    "Password to access {file} was sent to {email}" : "Palavra-chave de acesso a {file} enviada para {email}",
    "Password to access %1$s was sent to you" : "Palavra-chave de acesso a %1$s enviada para si",
    "Password to access {file} was sent to you" : "Palavra-chave de acesso a {file} enviada para si",
    "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Não foi possível enviar-lhe a palavra-chave automáticamente gerada. Por favor defina um endereço de email válido nas suas definições pessoais e tente novamente.",
    "Failed to send share by email" : "Falhou o envio da partilha por email.",
    "Click the button below to open it." : "Clicar no botão abaixo para abrir.",
    "Open »%s«" : "Abrir »%s«",
    "Password to access »%s«" : "Palavra-chave de acesso »%s«",
    "You can choose a different password at any time in the share dialog." : "Pode escolher uma palavra-chave diferente a qualquer altura utilizando a caixa de diálogo \"partilha\".",
    "Could not find share" : "Não foi possível encontrar a partilha",
    "Share by mail" : "Partilhado por e-mail",
    "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permitir aos utilizadores a partilha de uma hiperligação personalizada para um ficheiro ou pasta colocando um endereço de email.",
    "Send password by mail" : "Enviar palavra-chave por e-mail",
    "Enforce password protection" : "Forçar proteção por palavra-passe"
},
"nplurals=2; plural=(n != 1);");