diff options
Diffstat (limited to 'apps/files_external/l10n/pt_BR.php')
-rw-r--r-- | apps/files_external/l10n/pt_BR.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/pt_BR.php b/apps/files_external/l10n/pt_BR.php index bc3c356a517..f69bbc1ebe6 100644 --- a/apps/files_external/l10n/pt_BR.php +++ b/apps/files_external/l10n/pt_BR.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Access granted" => "Acesso concedido", "Error configuring Dropbox storage" => "Erro ao configurar armazenamento do Dropbox", "Grant access" => "Permitir acesso", @@ -24,3 +25,4 @@ "SSL root certificates" => "Certificados SSL raíz", "Import Root Certificate" => "Importar Certificado Raíz" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |