diff options
Diffstat (limited to 'apps/user_ldap/l10n/pt_BR.php')
-rw-r--r-- | apps/user_ldap/l10n/pt_BR.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/pt_BR.php b/apps/user_ldap/l10n/pt_BR.php index 35284b24b7a..0145e8fe2a4 100644 --- a/apps/user_ldap/l10n/pt_BR.php +++ b/apps/user_ldap/l10n/pt_BR.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to clear the mappings." => "Falha ao limpar os mapeamentos.", "Failed to delete the server configuration" => "Falha ao deletar a configuração do servidor", "The configuration is valid and the connection could be established!" => "A configuração é válida e a conexão foi estabelecida!", @@ -87,3 +88,4 @@ "Test Configuration" => "Teste de Configuração", "Help" => "Ajuda" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |