registration/l10n/pt_BR.php

17 lines
1.1 KiB
PHP

<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "O endereço de email que você forneceu é inválido",
"There is already a pending registration with this email" => "Já existe um registro pendente com este email",
"Verify your ownCloud registration request" => "Verifique seu pedido de registro no ownCloud ",
"To create a new account on ownCloud, just click the following link: {link}" => "Para criar uma nova conta no ownCloud, simplesmente click no seguinte link: {link}",
"Username" => "Nome de Usuário",
"Password" => "Senha",
"Create account" => "Criar conta",
"Thank you for registering, you should receive verification link in a few minutes." => "Obrigado por seu registro, você deverá receber um link de verificação em poucos minutos.",
"Email" => "E-mail",
"Request verification link" => "Link para verificação de registro",
"Please re-enter a valid email address" => "Por favor reentre um válido email de verificação ",
"You will receive an email with verification link" => "Você irá receber um email com um link de verificação"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";