Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/pt_PT.php')
-rw-r--r--apps/files_sharing/l10n/pt_PT.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php
deleted file mode 100644
index 59acb2d243a..00000000000
--- a/apps/files_sharing/l10n/pt_PT.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Server to server sharing is not enabled on this server" => "A partilha entre servidores não se encontra disponível",
-"The mountpoint name contains invalid characters." => "O nome de mountpoint contém caracteres inválidos.",
-"Invalid or untrusted SSL certificate" => "Certificado SSL inválido ou não confiável",
-"Couldn't add remote share" => "Ocorreu um erro ao adicionar a partilha remota",
-"Shared with you" => "Partilhado consigo ",
-"Shared with others" => "Partilhado com outros",
-"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.",
-"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",
-"Cancel" => "Cancelar",
-"Add remote share" => "Adicionar partilha remota",
-"No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}",
-"Invalid ownCloud url" => "Endereço errado",
-"Shared by" => "Partilhado por",
-"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.",
-"Password" => "Senha",
-"Name" => "Nome",
-"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.",
-"Reasons might be:" => "As razões poderão ser:",
-"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.",
-"Add to your ownCloud" => "Adicionar á sua ownCloud",
-"Download" => "Transferir",
-"Download %s" => "Transferir %s",
-"Direct link" => "Hiperligação direta",
-"Remote Shares" => "Partilhas Remotas",
-"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"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";