summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/pt_PT.js
blob: 924b8f6d148a9a7ee8542fe3157cfc60ea340993 (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
OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "A partilha entre servidores não se encontra disponível neste servidor",
    "The mountpoint name contains invalid characters." : "O nome do ponto de montagem contém carateres inválidos.",
    "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável",
    "Couldn't add remote share" : "Não foi possível adicionar a partilha remota",
    "Shared with you" : "Partilhado consigo ",
    "Shared with others" : "Partilhado com outros",
    "Shared by link" : "Partilhado pela hiperligação",
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "Deseja adicionar a partilha remota {nome} de {proprietário}@{remoto}?",
    "Remote share" : "Partilha remota",
    "Remote share password" : "Senha da partilha remota",
    "Cancel" : "Cancelar",
    "Add remote share" : "Adicionar partilha remota",
    "No ownCloud installation found at {remote}" : "Não foi encontrada uma instalação ownCloud em {remote}",
    "Invalid ownCloud url" : "Url ownCloud inválido",
    "Shared by" : "Partilhado por",
    "This share is password-protected" : "Esta partilha está protegida por senha",
    "The password is wrong. Try again." : "A senha está errada. Por favor, tente de novo.",
    "Password" : "Senha",
    "Name" : "Nome",
    "Share time" : "Hora da Partilha",
    "Sorry, this link doesn’t seem to work anymore." : "Desculpe, mas esta hiperligação parece já não estar a funcionar.",
    "Reasons might be:" : "As razões poderão ser:",
    "the item was removed" : "o item foi removido",
    "the link expired" : "A hiperligação expirou",
    "sharing is disabled" : "a partilha está desativada",
    "For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
    "Add to your ownCloud" : "Adicionar à sua ownCloud",
    "Download" : "Transferir",
    "Download %s" : "Transferir %s",
    "Direct link" : "Hiperligação direta",
    "Server-to-Server Sharing" : "Servidor-para-Servidor de Partilha",
    "Allow users on this server to send shares to other servers" : "Permitir utilizadores neste servidor para enviar as partilhas para outros servidores",
    "Allow users on this server to receive shares from other servers" : "Permitir utilizadores neste servidor para receber as partilhas de outros servidores"
},
"nplurals=2; plural=(n != 1);");