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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-12 09:55:44 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-12 09:55:44 +0400
commitf4e8de3cbbf426e7b22d5100085626b2e4fefc29 (patch)
tree6922b75d226df03e85d9016935ca24a65aec2998 /lib/l10n
parent2054837d017390604e9ac64ce6e7feedbea53a1c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/ast.php1
-rw-r--r--lib/l10n/pt_PT.php4
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);";