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: ee185732c9720969603d166d5fe56d1c3ea8cff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "external",
    {
    "Select an icon" : "Selecione um ícone",
    "No file uploaded" : "Nenhum ficheiro carregado",
    "__language_name__" : "Português",
    "Name" : "Nome",
    "URL" : "URL",
    "Language" : "Idioma",
    "Groups" : "Grupos",
    "Redirect" : "Redirecionar",
    "Remove site" : "Remover site",
    "New site" : "Novo site",
    "Uploading…" : "A enviar…",
    "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.",
    "Icons" : "Ícones"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");