nextcloud/apps/files_sharing/l10n/pt_PT.php

39 lines
2.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-27 09:55:44 +04:00
"Server to server sharing is not enabled on this server" => "A partilha entre servidores não se encontra disponível",
"Couldn't add remote share" => "Ocorreu um erro ao adicionar a partilha remota",
2014-06-04 09:57:48 +04:00
"Shared with you" => "Partilhado consigo ",
"Shared with others" => "Partilhado com outros",
2014-06-17 09:55:43 +04:00
"Shared by link" => "Partilhado pela hiperligação",
"No files have been shared with you yet." => "Ainda não partilhados quaisquer ficheuiros consigo.",
"You haven't shared any files yet." => "Ainda não partilhou quaisquer ficheiros.",
"You haven't shared any files by link yet." => "Ainda não partilhou quaisquer ficheiros por hiperligação.",
2014-06-27 09:55:44 +04:00
"Add {name} from {owner}@{remote}" => "Adicionar {name} de {owner}@{remote}",
2014-06-30 09:54:47 +04:00
"Add Share" => "Adicionar Partilha",
2014-06-29 09:56:00 +04:00
"Password" => "Senha",
2014-06-27 09:55:44 +04:00
"No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}",
"Invalid ownCloud url" => "Endereço errado",
2014-06-17 09:55:43 +04:00
"Shared by {owner}" => "Partilhado por {dono}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Partilhado por",
2014-06-17 09:55:43 +04:00
"This share is password-protected" => "Esta partilha está protegida por senha",
"The password is wrong. Try again." => "A senha está errada. Por favor, tente de novo.",
2014-06-01 09:55:19 +04:00
"Name" => "Nome",
2014-06-17 09:55:43 +04:00
"Share time" => "Hora da Partilha",
"Sorry, this link doesnt seem to work anymore." => "Desculpe, mas esta hiperligação parece já não estar a funcionar.",
2013-08-09 16:06:31 +04:00
"Reasons might be:" => "As razões poderão ser:",
2014-06-17 09:55:43 +04:00
"the item was removed" => "o item foi removido",
"the link expired" => "A hiperligação expirou",
"sharing is disabled" => "a partilha está desativada",
"For more info, please ask the person who sent this link." => "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
2014-06-27 09:55:44 +04:00
"Save to ownCloud" => "Guardar na ownCloud",
"example.com/owncloud" => "exemplo.pt/owncloud",
2014-06-19 09:55:38 +04:00
"Save" => "Guardar",
2014-05-04 09:56:15 +04:00
"Download" => "Transferir",
2014-06-17 09:55:43 +04:00
"Download %s" => "Transferir %s",
2014-06-27 09:55:44 +04:00
"Direct link" => "Hiperligação direta",
2014-06-29 09:56:00 +04:00
"Remote Shares" => "Partilhas Remotas",
2014-06-27 09:55:44 +04:00
"Allow other instances to mount public links shared from this server" => "Permitir que outras instâncias mapeiem endereços partilhados deste servidor",
"Allow users to mount public link shares" => "Permitir mapeamentos de endereços partilhados aos utilizadores"
2012-10-01 04:08:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";