diff options
Diffstat (limited to 'apps/files_sharing/l10n/pt_BR.php')
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php new file mode 100644 index 00000000000..4dde4bb5ad5 --- /dev/null +++ b/apps/files_sharing/l10n/pt_BR.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Password" => "Senha", +"Submit" => "Submeter", +"%s shared the folder %s with you" => "%s compartilhou a pasta %s com você", +"%s shared the file %s with you" => "%s compartilhou o arquivo %s com você", +"Download" => "Baixar", +"No preview available for" => "Nenhuma visualização disponível para", +"web services under your control" => "web services sob seu controle" +); |