diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
commit | 588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch) | |
tree | e4cc00ab89fd11d0a3b199fef741431499fd33d3 /apps/files/l10n/pt_PT.php | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'apps/files/l10n/pt_PT.php')
-rw-r--r-- | apps/files/l10n/pt_PT.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php new file mode 100644 index 00000000000..9ac764d9593 --- /dev/null +++ b/apps/files/l10n/pt_PT.php @@ -0,0 +1,22 @@ +<?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Sem erro, ficheiro enviado com sucesso", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "O ficheiro enviado escede o diretivo upload_max_filesize no php.ini", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O ficheiro enviado excede o diretivo MAX_FILE_SIZE especificado no formulário HTML", +"The uploaded file was only partially uploaded" => "O ficheiro enviado só foi enviado parcialmente", +"No file was uploaded" => "Não foi enviado nenhum ficheiro", +"Missing a temporary folder" => "Falta uma pasta temporária", +"Files" => "Ficheiros", +"Maximum upload size" => "Tamanho máximo de envio", +"New" => "Novo", +"Text file" => "Ficheiro de texto", +"Folder" => "Pasta", +"Upload" => "Enviar", +"Nothing in here. Upload something!" => "Vazio. Envia alguma coisa!", +"Name" => "Nome", +"Download" => "Transferir", +"Size" => "Tamanho", +"Modified" => "Modificado", +"Delete" => "Apagar", +"Upload too large" => "Envio muito grande", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiro que estás a tentar enviar excedem o tamanho máximo de envio neste servidor." +); |