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

pt_PT.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e36e81b4f4e3b54bc5140685b01e2765ace3b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Por favor, insira os urls válidos - eles tem de começar com http://, https:// ou /",
    "External sites saved." : "Sites externos guardados.",
    "External Sites" : "Sites Externos",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Por favor, note que alguns navegadores irão bloquear a exibição dos sites via http se estiver a utilizar https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Além disso, por favor, note que muitos sites nestes dias desautorizam iframing, por motivos de segurança.",
    "We highly recommend to test the configured sites below properly." : "Nós recomendamos vivamente que teste devidamente os sites configurados abaixo.",
    "Name" : "Nome",
    "URL" : "URL",
    "Select an icon" : "Selecione um ícone",
    "Remove site" : "Remover site",
    "Add" : "Adicionar"
},
"nplurals=2; plural=(n != 1);");