diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-12 01:55:44 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-12 01:55:44 -0400 |
commit | f4e8de3cbbf426e7b22d5100085626b2e4fefc29 (patch) | |
tree | 6922b75d226df03e85d9016935ca24a65aec2998 /lib | |
parent | 2054837d017390604e9ac64ce6e7feedbea53a1c (diff) | |
download | nextcloud-server-f4e8de3cbbf426e7b22d5100085626b2e4fefc29.tar.gz nextcloud-server-f4e8de3cbbf426e7b22d5100085626b2e4fefc29.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ast.php | 1 | ||||
-rw-r--r-- | lib/l10n/pt_PT.php | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 219317c19b9..4eaf734931f 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Help" => "Ayuda", "Personal" => "Personal", "Settings" => "Axustes", "Users" => "Usuarios", diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php index ad424933331..a1f2633fcc5 100644 --- a/lib/l10n/pt_PT.php +++ b/lib/l10n/pt_PT.php @@ -67,7 +67,9 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("","%n meses atrás"), "last year" => "ano passado", "years ago" => "anos atrás", +"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Apenas os seguintes caracteres são permitidos no nome de utilizador: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", "A valid username must be provided" => "Um nome de utilizador válido deve ser fornecido", -"A valid password must be provided" => "Uma password válida deve ser fornecida" +"A valid password must be provided" => "Uma password válida deve ser fornecida", +"The username is already being used" => "O nome de utilizador já está a ser usado" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |