first commit

This commit is contained in:
2026-02-08 21:16:11 +01:00
commit e17b7026fd
8881 changed files with 1160453 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
; @package Convert Forms
; @version 3.2.12 Free
;
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
; @copyright Copyright (c) 2020 Tassos Marinos. All rights reserved.
; @license http://www.tassos.gr
PLG_CONVERTFORMSTOOLS_PDF="Convert Forms - Formulario de Registo PDF"
PLG_CONVERTFORMSTOOLS_PDF_ALIAS="Formulário de Registo PDF"
; PLG_CONVERTFORMSTOOLS_PDF_DESC="Generate customisable PDF based on the user submitted data that can be automatically sent by email or displayed as a link in the Thank You message."
PLG_CONVERTFORMSTOOLS_PDF_ENABLE="Ativar o Formulário de Registo PDF"
PLG_CONVERTFORMSTOOLS_PDF_TEMPLATE="Template PDF"
; PLG_CONVERTFORMSTOOLS_PDF_TEMPLATE_DESC="Specify the actual content that will appear in the PDF. You can write your own HTML, use Smart Tags, add your own images as well as use inline CSS styling.<br><br>Note: To add the PDF submission for your users to download use the Smart Tag: {submission.pdf}"
PLG_CONVERTFORMSTOOLS_PDF_FILENAME_PREFIX="Prefixo do nome PDF"
; PLG_CONVERTFORMSTOOLS_PDF_FILENAME_PREFIX_DESC="Set the prefix on the generated PDF file name.<br><br><strong>Notes:</strong><br>- Each PDF file will be appended with an underscore, the submission ID as well as the <strong>.pdf</strong> suffix. i.e. Submission<strong>_100.pdf</strong>"
PLG_CONVERTFORMSTOOLS_PDF_UPLOAD_FOLDER="Pasta PDF"
PLG_CONVERTFORMSTOOLS_PDF_UPLOAD_FOLDER_DESC="Escolha onde são armazenados os PDFs gerados"
PLG_CONVERTFORMSTOOLS_PDF_REMOVE_AFTER="Apagar ficheiros PDF depois"
PLG_CONVERTFORMSTOOLS_PDF_REMOVE_AFTER_DESC="Remover automáticamente os PDFs criados do teu servidor depois de X dias. Introduza 0 para manter para sempre. Necessitas de definir o respetivo cronograma e descrever a documentação da página"
PLG_CONVERTFORMSTOOLS_PDF_SUBMISSION="PDF URL"
PLG_CONVERTFORMSTOOLS_PDF_SUBMISSION_VIEW_BTN="Ver PDF"
PLG_CONVERTFORMSTOOLS_PDF_SUBMISSION_DOWNLOAD_BTN="Download PDF"
PLG_CONVERTFORMSTOOLS_PDF_LABEL="PDF"