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.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php
index fd1bf232227..858d27aafa1 100644
--- a/apps/files_sharing/l10n/pt_PT.php
+++ b/apps/files_sharing/l10n/pt_PT.php
@@ -1,11 +1,16 @@
<?php
$TRANSLATIONS = array(
+"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",
"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.",
+"Add {name} from {owner}@{remote}" => "Adicionar {name} de {owner}@{remote}",
+"No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}",
+"Invalid ownCloud url" => "Endereço errado",
"Shared by {owner}" => "Partilhado por {dono}",
"Shared by" => "Partilhado por",
"This share is password-protected" => "Esta partilha está protegida por senha",
@@ -19,9 +24,13 @@ $TRANSLATIONS = array(
"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.",
+"Save to ownCloud" => "Guardar na ownCloud",
+"example.com/owncloud" => "exemplo.pt/owncloud",
"Save" => "Guardar",
"Download" => "Transferir",
"Download %s" => "Transferir %s",
-"Direct link" => "Hiperligação direta"
+"Direct link" => "Hiperligação direta",
+"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);";