diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-30 01:55:11 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-30 01:55:11 -0400 |
commit | 929882a32a020b6c05605f416fa55024b9a60d33 (patch) | |
tree | 4cdaf3de8a8bc39e7231f9a66552113acd27b027 /apps/files/l10n/pt_PT.php | |
parent | 5cd0fd2559c12d3407cbc4791a14404c10de9677 (diff) | |
download | nextcloud-server-929882a32a020b6c05605f416fa55024b9a60d33.tar.gz nextcloud-server-929882a32a020b6c05605f416fa55024b9a60d33.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pt_PT.php')
-rw-r--r-- | apps/files/l10n/pt_PT.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index 77fbbdd3224..5ba46073084 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -42,6 +42,7 @@ $TRANSLATIONS = array( "Error fetching URL" => "Erro ao obter URL", "Share" => "Partilhar", "Delete permanently" => "Eliminar permanentemente", +"Delete" => "Eliminar", "Rename" => "Renomear", "Your download is being prepared. This might take some time if the files are big." => "O seu download está a ser preparado. Este processo pode demorar algum tempo se os ficheiros forem grandes.", "Pending" => "Pendente", @@ -85,9 +86,9 @@ $TRANSLATIONS = array( "You don’t have permission to upload or create files here" => "Você não tem permissão para enviar ou criar ficheiros aqui", "Nothing in here. Upload something!" => "Vazio. Envie alguma coisa!", "Download" => "Transferir", -"Delete" => "Eliminar", "Upload too large" => "Upload muito grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", -"Files are being scanned, please wait." => "Os ficheiros estão a ser analisados, por favor aguarde." +"Files are being scanned, please wait." => "Os ficheiros estão a ser analisados, por favor aguarde.", +"Currently scanning" => "A analisar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |