nextcloud/apps/files_sharing/l10n/pt_PT.php

12 lines
467 B
PHP

<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Password errada, por favor tente de novo",
"Password" => "Password",
"Submit" => "Submeter",
"%s shared the folder %s with you" => "%s partilhou a pasta %s consigo",
"%s shared the file %s with you" => "%s partilhou o ficheiro %s consigo",
"Download" => "Transferir",
"Upload" => "Carregar",
"Cancel upload" => "Cancelar envio",
"No preview available for" => "Não há pré-visualização para"
);