server/apps/files_sharing/l10n/pt_BR.php

10 lines
402 B
PHP
Raw Normal View History

2012-09-24 00:04:10 +00:00
<?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",
2013-04-27 00:24:29 +00:00
"web services under your control" => "serviços web sob seu controle"
2012-09-24 00:04:10 +00:00
);