nextcloud/apps/files_sharing/l10n/pt_PT.php

12 lines
467 B
PHP
Raw Normal View History

2012-10-01 04:08:31 +04:00
<?php $TRANSLATIONS = array(
2013-07-19 10:03:14 +04:00
"The password is wrong. Try again." => "Password errada, por favor tente de novo",
2013-04-16 04:17:30 +04:00
"Password" => "Password",
2012-10-01 04:08:31 +04:00
"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",
2013-04-16 04:17:30 +04:00
"Download" => "Transferir",
2013-06-30 04:13:07 +04:00
"Upload" => "Carregar",
"Cancel upload" => "Cancelar envio",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Não há pré-visualização para"
2012-10-01 04:08:31 +04:00
);