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

pt_PT.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87ae0a4957845ff189a5caa88fd24cc119d2cca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "Registar",
    "Saved" : "Guardado",
    "None" : "Nenhum",
    "Username" : "Nome de utilizador",
    "Password" : "Palavra-passe",
    "Create account" : "Criar conta",
    "Email" : "Email"
},
"nplurals=2; plural=(n != 1);");