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/theming/l10n/pt_PT.js')
-rw-r--r--apps/theming/l10n/pt_PT.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/theming/l10n/pt_PT.js b/apps/theming/l10n/pt_PT.js
index d1a6342df9d..fc9d3670d5a 100644
--- a/apps/theming/l10n/pt_PT.js
+++ b/apps/theming/l10n/pt_PT.js
@@ -8,16 +8,25 @@ OC.L10N.register(
"Name cannot be empty" : "O Nome não pode estar vazio",
"The given name is too long" : "O nome atribuído é demasiado longo",
"The given web address is too long" : "O endereço web atribuído é demasiado longo",
+ "The given web address is not a valid URL" : "O endereço web indicado não é um URL válido",
+ "The given privacy policy address is too long" : "O endereço da política de privacidade é muito longo",
+ "The given privacy policy address is not a valid URL" : "O endereço da política de privacidade não é um URL válido",
"The given slogan is too long" : "O slogan atribuído é demasiado longo",
"The given color is invalid" : "A cor atribuída é inválida",
+ "The file was uploaded" : "O ficheiro foi carregado",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro carregado excede a directiva upload_max_filesize no php.ini ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro carregado excedo a directiva MAX_FILE_SIZE especificada no formulário HTML",
+ "The file was only partially uploaded" : "O ficheiro foi apenas parcialmente carregado",
"No file was uploaded" : "O ficheiro foi carregado",
"Missing a temporary folder" : "Falta uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível escrever o ficheiro no disco.",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP parou o carregamento do ficheiro",
"No file uploaded" : "Nenhum ficheiro carregado",
+ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Já está a usar um tema personalizado. As configurações da aplicação Theming podem ser substituídas por isso.",
"Theming" : "Temática",
"Legal notice" : "Informação legal",
"Privacy policy" : "Política de privacidade",
+ "Adjust the Nextcloud theme" : "Configurar o tema do Nextcloud",
"Open documentation" : "Abrir documentação",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "A tematização possibilita a fácil personalização da aparência da sua instância e clientes suportados. Isto será visível para todos os utilizadores",
"Name" : "Nome",
@@ -36,6 +45,8 @@ OC.L10N.register(
"Privacy policy link" : "Ligação da politica de privacidade",
"Header logo" : "Logótipo do cabeçalho",
"Upload new header logo" : "Carregar logótipo do cabeçalho",
+ "Favicon" : "Favicon",
+ "Upload new favicon" : "Carregar novo favicon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado."
},
"nplurals=2; plural=(n != 1);");