77 lines
7.5 KiB
INI
77 lines
7.5 KiB
INI
; @package Advanced Custom Fields
|
|
; @version 2.8.8 Pro
|
|
;
|
|
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
|
|
; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved.
|
|
; @license http://www.tassos.gr
|
|
|
|
PLG_FIELDS_ACFUPLOAD_LABEL="ACF - caricamento file"
|
|
ACF_UPLOAD="Campi - caricamento file ACF"
|
|
ACF_UPLOAD_DESC="Carica qualsiasi file utilizzando un caricatore di file trascina e rilascia in amministrazione e visualizza il file caricato come collegamento o immagine nel front-end."
|
|
ACF_UPLOAD_VALUE_DESC="Seleziona il(i) file da caricare"
|
|
ACF_UPLOAD_FOLDER="Cartella di caricamento"
|
|
; ACF_UPLOAD_FOLDER_DESC="Enter the path relative to the root of your webspace where the uploaded files will be stored. To rename uploaded files use the following Smart Tags.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
|
|
ACF_UPLOAD_LIMIT_FILES="Limite file"
|
|
ACF_UPLOAD_LIMIT_FILES_DESC="Quanti file possono essere caricati? Immettere 0 per nessun limite."
|
|
ACF_UPLOAD_MAX_FILE_SIZE="Limite dimensione file"
|
|
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configura la dimensione massima consentita in megabyte per ogni file caricato. Inserisci 0 per nessun limite.<br><br>La dimensione massima di caricamento del tuo server è: <b>%s</b>."
|
|
ACF_UPLOAD_TYPES="Tipi di file consentiti"
|
|
ACF_UPLOAD_TYPES_DESC="Inserisci un elenco separato da virgole di tipi di file consentiti come: </b>.jpg, .gif, .png, .pdf<br><br>Puoi inserire tipi di file multimediali come: application/pdf, image/*, video/*<br><br>Oppure puoi anche combinare entrambi: application/*, .png, .jpg<br><br>Nota: questo non è infallibile e può essere ingannato, ricorda che c'è sempre un pericolo nel consentire agli utenti di caricare file."
|
|
ACF_UPLOAD_ERROR="Modulo o chiave di campo non validi"
|
|
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Non posso caricare file"
|
|
ACF_UPLOAD_ERROR_INVALID_FIELD="Campo di caricamento non valido"
|
|
ACF_UPLOAD_ERROR_INVALID_FILE="Questo file sembra non sicuro o non valido e non può essere caricato."
|
|
ACF_UPLOAD_MAX_FILES_LIMIT="Puoi caricare fino a %d file"
|
|
ACF_UPLOAD_DRAG_AND_DROP_FILES="Trascina e rilascia file qui o"
|
|
ACF_UPLOAD_BROWSE="Sfoglia"
|
|
ACF_UPLOAD_INVALID_FILE_TYPE="File non valido. Tipi di file consentiti: %s"
|
|
ACF_UPLOAD_FILE_IS_MISSING="Manca il file. Prova a ricaricarlo."
|
|
ACF_UPLOAD_FOLDER_INVALID="La cartella di caricamento %s non esiste o non è scrivibile"
|
|
ACF_UPLOAD_FILETOOBIG="Il file è troppo grande ({{filesize}}MB). Dimensione massima del file: {{maxFilesize}}MB."
|
|
ACF_UPLOAD_INVALID_FILE="Non puoi caricare file di questo tipo."
|
|
ACF_UPLOAD_FALLBACK_MESSAGE="Il tuo browser non supporta il caricamento di file trascina e rilascia."
|
|
ACF_UPLOAD_RESPONSE_ERROR = "Il server ha risposto con il codice {{statusCode}}."
|
|
ACF_UPLOAD_CANCEL_UPLOAD="Cancella il caricamento"
|
|
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Sei sicuro di voler annullare questo caricamento?"
|
|
ACF_UPLOAD_REMOVE_FILE="Elimina il file"
|
|
ACF_UPLOAD_REMOVE_FILE_CONFIRM="Sei sicuro?"
|
|
ACF_UPLOAD_MAX_FILES_EXCEEDED="Non puoi caricare altri file."
|
|
ACF_UPLOAD_RANDOMIZE="Rendi casuali i nomi dei file"
|
|
ACF_UPLOAD_RANDOMIZE_DESC="Se abilitato, verrà aggiunto un prefisso casuale all'inizio del nome del file caricato. Ciò aiuta a garantire che i file esistenti con lo stesso nome non vengano mai sostituiti."
|
|
ACF_UPLOAD_FILE_MISSING="Il file è mancante"
|
|
ACF_UPLOAD_FORCE_DOWNLOAD="Scaricamento forzato"
|
|
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Scegli se scaricare il file invece di navigare fino al collegamento"
|
|
ACF_UPLOAD_LINK_TEXT="Testo collegamento"
|
|
; ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
|
|
ACF_UPLOAD_LAYOUT="Impaginazione"
|
|
ACF_UPLOAD_LAYOUT_DESC="Definisci l'impaginazione che verrà utilizzata per visualizzare ogni file caricato nel front-end."
|
|
ACF_UPLOAD_CUSTOM_LAYOUT="Impaginazione personalizzata"
|
|
; ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Set a custom HTML layout that will be used to display each uploaded file in the front-end. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
|
|
ACF_UPLOAD_LINK="Collegamento"
|
|
ACF_UPLOAD_IMAGE="Immagine"
|
|
ACF_UPLOAD_CUSTOM="Personalizzato"
|
|
ACF_UPLOAD_FRONTEND_DISPLAY="Visualizzazione front-end"
|
|
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Impostazioni di caricamento file"
|
|
; ACF_UPLOAD_ALLOW_UNSAFE="Allow Unsafe Files"
|
|
; ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>This option protects you also from unsafe files included in compressed files such as zip, rar, tar e.t.c."
|
|
ACF_UPLOAD_VIEW_FILE="Visualizza il file in una nuova scheda"
|
|
ACF_UPLOAD_DOWNLOAD_FILE="Scarica file"
|
|
ACF_UPLOAD_DELETE_FILE="Cancella il file"
|
|
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Mostra link di scaricamento"
|
|
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS_DESC="Abilita per visualizzare i link di download per ogni file caricato nel caricatore di file."
|
|
; ACF_UPLOAD_MIME_CONTENT_TYPE_MISSING="The PHP extension <b>fileinfo</b> is required to guess the mime type of uploaded files but it's not installed or not loaded. Please contact your host to install it."
|
|
; ACF_UPLOAD_TITLE="Title"
|
|
; ACF_UPLOAD_TITLE_DESC="Define a title for this uploaded file."
|
|
; ACF_UPLOAD_TITLE_HINT="Enter a title..."
|
|
; ACF_UPLOAD_DESCRIPTION="Description"
|
|
; ACF_UPLOAD_DESCRIPTION_DESC="Define a description for this uploaded file."
|
|
; ACF_UPLOAD_DESCRIPTION_HINT="Enter a description..."
|
|
; ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Currently editing item: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
|
|
; ACF_UPLOAD_EDIT_ITEM="Edit Item"
|
|
; ACF_UPLOAD_RESIZE_IMAGES="Resize Images"
|
|
; ACF_UPLOAD_RESIZE_IMAGES_DESC="Enable to resize images to the specified dimensions.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> To resize uploaded images to a specific width and height, as well as crop the image to these dimensions, set both a width and height."
|
|
; ACF_UPLOAD_WIDTH="Width"
|
|
; ACF_UPLOAD_WIDTH_DESC="Enter the width in pixels to resize the image to."
|
|
; ACF_UPLOAD_HEIGHT="Height"
|
|
; ACF_UPLOAD_HEIGHT_DESC="Enter the height in pixels to resize the image to."
|