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-07-24 09:54:37 +04:00
|
|
|
|
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Deseja adicionar a partilha remota {nome} de {proprietário}@{remoto}?",
|
|
|
|
|
"Remote share" => "Partilha remota",
|
|
|
|
|
"Remote share password" => "Password da partilha remota",
|
2014-07-09 09:55:51 +04:00
|
|
|
|
"Cancel" => "Cancelar",
|
2014-07-24 09:54:37 +04:00
|
|
|
|
"Add remote share" => "Adicionar partilha remota",
|
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-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-07-08 09:55:17 +04:00
|
|
|
|
"Password" => "Senha",
|
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 doesn’t 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-07-24 09:54:37 +04:00
|
|
|
|
"Add to your ownCloud" => "Adicionar á sua ownCloud",
|
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);";
|