From f200b91fa2201e8abd26ebb6f75780a82c59a807 Mon Sep 17 00:00:00 2001 From: eaxs <tkuhn@live.com> Date: Tue, 14 Apr 2015 06:44:02 -0400 Subject: [PATCH] Added pull.bat to gitignore --- languages/pt-PT/admin/pt-PT.com_pfrepo.ini | 29 ++++++++++++++++++++++------- 1 files changed, 22 insertions(+), 7 deletions(-) diff --git a/languages/pt-PT/admin/pt-PT.com_pfrepo.ini b/languages/pt-PT/admin/pt-PT.com_pfrepo.ini index 4155996..90d08f6 100644 --- a/languages/pt-PT/admin/pt-PT.com_pfrepo.ini +++ b/languages/pt-PT/admin/pt-PT.com_pfrepo.ini @@ -1,13 +1,28 @@ ; Projectfork Repository -; Copyright (C) 2006 - 2012 Tobias Kuhn. All rights reserved. +; Copyright (C) 2006 - 2013 Tobias Kuhn. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 - No BOM -; COM_PFREPO = "Projectfork - Repository" -; COM_PFREPO_XML_DESCRIPTION = "Projectfork Repository Component" +; +; @since 4.1 +; +COM_REPO_CONFIG_SHOW_ELEMENT_COUNT_LABEL = "Exibir a contagem de elementos" +COM_REPO_CONFIG_SHOW_ELEMENT_COUNT_DESC = "Definir se pretende contar ou não os elementos contidos em cada pasta. Não inclui elementos em sub-pastas" -; COM_PFREPO_CONFIGURATION = "Projectfork - Repository Configuration" + +; +; @since 4.0 +; +COM_PFREPO = "Projectfork - Repositório " +COM_PFREPO_XML_DESCRIPTION = "Projectfork Repositório Componente" + +COM_PFREPO_CONFIGURATION = "Projectfork - Configuração de Repositório" COM_PFREPO_CONFIG_GENERAL_LABEL = "Geral" -; COM_PFREPO_CONFIG_GENERAL_DESC = "These settings handle general features across the Projectfork repository." -; COM_PFREPO_CONFIG_REPO_BASEPATH_LABEL = "Upload Storage Directory" -; COM_PFREPO_CONFIG_REPO_BASEPATH_DESC = "Enter the path where uploaded files should be stored. If left empty, all files will be uploaded to: /media/com_projectfork/repo" \ No newline at end of file +COM_PFREPO_CONFIG_GENERAL_DESC = "Estas configurações gerem as características gerais de todo o repositório do ProjectFork." +COM_PFREPO_CONFIG_REPO_BASEPATH_LABEL = "Carregar diretório de armazenamento" +COM_PFREPO_CONFIG_REPO_BASEPATH_DESC = "Digite o caminho onde guardar os ficheiros enviados. Se deixar em branco, todos os ficheiros serão carregados para: /media/com_projectfork/repo" + +; COM_PFREPO_CONFIG_FILTER_EXT_LABEL = "File Extensions" +; COM_PFREPO_CONFIG_FILTER_EXT_DESC = "Comma-separated list of file extensions that users are allowed to upload. If left empty, no restrictions will be applied." +; COM_REPO_CONFIG_FILTER_EXT_ADMIN_LABEL = "Restrict Super Admins" +; COM_REPO_CONFIG_FILTER_EXT_ADMIN_DESC = "If set to No, Super Admins can upload files of any type." -- Gitblit v1.9.1