blob: ce4c28ddcb5aa6620cff971dcc2e01dd7d52c2fc (
plain)
1
2
3
4
5
6
7
8
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" => "serviços web sob seu controle"
);
|