diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-26 01:56:23 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-26 01:56:23 -0400 |
commit | 567381e3619507a8595d47f36930853b18d6a996 (patch) | |
tree | 97860ddd776487ea8f4bf96c5975c438c26437c2 /lib/l10n/pt_PT.js | |
parent | ea6506ac1e7c110dfed654867ee7f5b19db8c065 (diff) | |
download | nextcloud-server-567381e3619507a8595d47f36930853b18d6a996.tar.gz nextcloud-server-567381e3619507a8595d47f36930853b18d6a996.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pt_PT.js')
-rw-r--r-- | lib/l10n/pt_PT.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 66743f9b586..8d6cfadce42 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -9,6 +9,7 @@ OC.L10N.register( "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", "PHP %s or higher is required." : "Necessário PHP %s ou maior.", "PHP with a version lower than %s is required." : "É necessário um PHP com uma versão inferir a %s.", + "%sbit or higher PHP required." : "PHP requerido %sbit ou superior.", "Following databases are supported: %s" : "As seguintes bases de dados são suportadas: %s", "The command line tool %s could not be found" : "A ferramenta de linha de comento %s não foi encontrada", "The library %s is not available." : "A biblioteca %s não está disponível.", @@ -109,6 +110,8 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "Nome de utilizador contém espaço em branco no início ou no fim", "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", + "Login canceled by app" : "Sessão cancelada pela app", + "User disabled" : "Utilziador desativado", "Help" : "Ajuda", "Personal" : "Pessoal", "Users" : "Utilizadores", @@ -161,6 +164,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Configuração incompleta do armazenamento. %s", "Storage connection error. %s" : "Erro de ligação ao armazenamento. %s", "Storage not available" : "Armazenamento indisposinvel", - "Storage connection timeout. %s" : "Tempo de ligação ao armazenamento expirou. %s" + "Storage connection timeout. %s" : "Tempo de ligação ao armazenamento expirou. %s", + "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], + "_%n window_::_%n windows_" : ["%n janela","%n janelas"] }, "nplurals=2; plural=(n != 1);"); |