Files
conservatorio-tomadini/plugins/fields/acfgallery/language/it-IT/it-IT.plg_fields_acfgallery.ini
2024-12-31 11:07:09 +01:00

128 lines
13 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_ACFGALLERY_LABEL="ACF - Galleria"
ACF_GALLERY="Campi - ACF Galleria"
ACF_GALLERY_DESC="Il campo ACF Galleria ti permette di aggiungere fantastiche gallerie di immagini al tuo sito."
ACF_GALLERY_VALUE_DESC="Aggiungi o seleziona nuove immagini dalla Gestione media di Joomla per creare una galleria."
ACF_GALLERY_UPLOAD_FOLDER="Cartella di caricamento"
ACF_GALLERY_UPLOAD_FOLDER_DESC="Seleziona la cartella dove le immagini caricate per la tua galleria verranno memorizzate.<br><br><strong>Nota:</strong> Puoi anche usare smart tag."
ACF_GALLERY_LIMIT_FILES="Limite file"
ACF_GALLERY_LIMIT_FILES_DESC="Quanti file possono essere caricati? Inserisci 0 per nessun limite."
ACF_GALLERY_MAX_FILE_SIZE="Limite dimensione file"
ACF_GALLERY_MAX_FILE_SIZE_DESC="Configura la dimensione massima consentita per ogni file caricato in megabyte. Inserisci 0 per nessun limite. <br><br>La dimensione massima di caricamento del tuo server è: <b>%s</b>."
ACF_GALLERY_LIGHTBOX="Finestra popup lightbox"
ACF_GALLERY_LIGHTBOX_DESC="Consenti di fare clic su una miniatura e visualizzare l'immagine completa in un popup lightbox."
ACF_GALLERY_MODULE="Modulo come didascalia"
; ACF_GALLERY_MODULE_DESC="Select a module to be displayed below the image's caption in the lightbox popup."
ACF_GALLERY_STYLE="Stile"
ACF_GALLERY_STYLE_DESC="Scegli come apparirà la tua galleria nel front-end. Stili disponibili: <br><br><strong>Grid</strong>: Tutti gli elementi avranno la stessa larghezza e la stessa altezza. Puoi definire la larghezza e l'altezza degli elementi, nonché il numero di colonne per questo layout<br><br><strong>Masonry</strong>: Tutti gli elementi avranno la stessa larghezza, ma l'altezza di ciascuno sarà diversa. Puoi definire la larghezza delle colonne e il numero di colonne per questo layout.<br><br><strong>Slideshow</strong>: Questo layout offre una visualizzazione dinamica a carosello con una comoda navigazione a miniature per un'esperienza di galleria coinvolgente e interattiva.<br><br><strong>Justified</strong>: Questo layout è l'opposto del layout Masonry. Tutti gli elementi avranno la stessa altezza ma larghezze diverse. Puoi definire l'altezza target delle righe. È chiamata target perché l'altezza delle righe è la leva che usiamo per adattare tutto perfettamente. L'algoritmo si avvicinerà il più possibile all'altezza target delle righe."
ACF_GALLERY_COLUMNS="Colonne"
ACF_GALLERY_COLUMNS_DESC="Imposta quanti elementi mostrare per riga su desktop, tablet o dispositivi mobili."
; ACF_GALLERY_GAP="Item Gap"
ACF_GALLERY_GAP_DESC="Imposta lo spazio tra gli elementi della galleria su desktop, tablet o dispositivi mobili."
ACF_GALLERY_ORIGINAL_IMAGE="Ottimizza immagine originale"
ACF_GALLERY_ORIGINAL_IMAGE_RESIZE="Ridimensiona immagine originale"
ACF_GALLERY_ORIGINAL_IMAGE_RESIZE_DESC="Ottimizza l'immagine originale caricata dall'utente per aumentare la velocità di caricamento e liberare spazio di archiviazione. Questa è l'immagine a schermo intero che i tuoi utenti vedono nel popup lightbox."
ACF_GALLERY_ORIGINAL_IMAGE_WIDTH="Larghezza"
; ACF_GALLERY_ORIGINAL_IMAGE_WIDTH_DESC="Resize the image to a specified width. If the height setting is unavailable, the image will be resized by keeping the image's aspect ratio."
; ACF_GALLERY_ORIGINAL_IMAGE_HEIGHT="Height"
; ACF_GALLERY_ORIGINAL_IMAGE_HEIGHT_DESC="Resize the image to a specified height."
; ACF_GALLERY_IMAGE_RESIZE="Image Resize"
; ACF_GALLERY_IMAGE_RESIZE_DESC="Select the method that will be used to resize the thumbnails in the gallery. <br><br><b>Crop</b>: Some parts of the image might be removed in order to fit the given Width and Height. <br><br><b>Stretch</b>: The image will be stretched and squeezed as needed in order to fit the given Width and Height. <br><br><b>Fit</b>: Keep the original aspect ratio and fit the dimensions defined by the given Width and Height. This could make the thumbnails have empty space in either top and bottom or left and right parts of the image."
ACF_GALLERY_CROP="Ritaglia"
ACF_GALLERY_STRETCH="Allunga"
ACF_GALLERY_FIT="Adatta"
ACF_GALLERY_THUMB_WIDTH_DESC="Imposta la larghezza delle miniature in pixel."
; ACF_GALLERY_THUMB_HEIGHT_DESC="Set the height for your thumbnails in pixels."
; ACF_GALLERY_SLIDESHOW_THUMB_HEIGHT_DESC="Set the height for your thumbnails in pixels. If set to 0 (or empty), then the thumbnail will be generated by also keeping the aspect ratio."
; ACF_GALLERY_IMAGE_QUALITY="Image Quality"
; ACF_GALLERY_IMAGE_QUALITY_DESC="Choose the quality for the thumbnails. The quality is a value that ranges between 1 and 100. The higher the quality is, the higher the image size of the thumbnails will be."
ACF_GALLERY_FOLDER_TYPE="Destinazione caricamento"
; ACF_GALLERY_FOLDER_TYPE_DESC="Specify a destination folder for uploaded images.<br><br><b>Auto</b>: The images will be uploaded to the following directory: /media/acfgallery/com_COMPONENT/ITEM_ID/%s.<br><br>Note:<br><strong>COMPONENT</strong> is the component name (i.e. content, users, etc...) where this field got populated from.<br><strong>ITEM_ID</strong> is the ID of the item this field was populated from. i.e. a Joomla article ID, User ID, Contact ID, etc...<br><br>Additionally a random prefix will be added in the beginning of each file name to increase security.<br><br><b>Custom</b>: Specify a custom destination folder where the images will be stored.<br><br>Available Smart Tags:<br><strong>{field.field_id}</strong>: The custom field ID.<br><strong>{field.item_id}</strong>: the ID of the item this field was populated from. i.e. a Joomla article ID, User ID, Contact ID, etc...<br><strong>{field.item_alias}</strong>: the alias of the item this field was populated from.<br><strong>{field.item_author_id}</strong>: The alias of the associated item author.<br><strong>{field.item_catid}</strong>: The category ID of the associated item.<br><strong>{field.item_catalias}</strong>: The category alias of the associated item."
ACF_GALLERY_ORDERING="Ordinamento elementi"
ACF_GALLERY_ORDERING_DESC="Seleziona come verranno ordinati gli elementi della galleria.<br><br><strong>Predefinito</strong>: visualizza gli elementi della galleria nello stesso ordine definito in Gestione galleria (consente il riordino degli elementi della galleria).<br><strong>Alfabetico</strong>: visualizza gli elementi della galleria in ordine alpabetico in base al nome del file.<br><strong>Alfabetico inverso</strong>: visualizza gli elementi della galleria in ordine alfabetico inverso in base al nome del file.<br><strong>Casuale</strong>: visualizza gli elementi della galleria in ordine casuale."
ACF_GALLERY_DEFAULT="Predefinito"
ACF_GALLERY_ALPHABETICAL="Alfabetico"
ACF_GALLERY_REVERSE_ALPHABETICAL="Alfabetico inverso"
ACF_GALLERY_RANDOM="Casuale"
; ACF_GALLERY_JUSTIFIED_ITEM_HEIGHT_DESC="Set the height of the thumbnail, and the approximate height of each gallery item."
; ACF_GALLERY_ITEM_WIDTH="Item Width"
; ACF_GALLERY_ITEM_HEIGHT="Item Height"
; ACF_GALLERY_ROW_TARGET_HEIGHT="Row Target Height"
; ACF_GALLERY_SLIDESHOW="Slideshow"
; ACF_GALLERY_SLIDES_PER_VIEW="Slides Per View"
; ACF_GALLERY_SLIDES_PER_VIEW_DESC="Set how many slides to display at the same time.<br><br>Examples:<br>To show 1 slide, enter: 1<br>To show 1 and a half slide, enter: 1.5<br>To show 2 slides, enter: 2"
; ACF_GALLERY_SPACE_BETWEEN_SLIDES="Space Between Slides"
; ACF_GALLERY_SPACE_BETWEEN_SLIDES_DESC="Define the distance between slides in pixels."
; ACF_GALLERY_INFINITE_LOOP="Infinite Loop"
; ACF_GALLERY_INFINITE_LOOP_DESC="Enabling this setting allows the last slide to seamlessly loop back to the first."
; ACF_GALLERY_KEYBOARD_CONTROL="Keyboard Control"
; ACF_GALLERY_KEYBOARD_CONTROL_DESC="Enabling this setting allows you to control the slides using the keyboard arrows."
; ACF_GALLERY_AUTOPLAY="Autoplay"
; ACF_GALLERY_AUTOPLAY_DESC="Enabling this setting will make the slideshow autoplay."
; ACF_GALLERY_AUTOPLAY_PROGRESS="Autoplay Progress"
; ACF_GALLERY_AUTOPLAY_PROGRESS_DESC="Enabling this setting will display a circular progress bar on the bottom-right hand side of each slider indicating how long till the next slide will appear."
; ACF_GALLERY_SHOW_THUMBNAILS_DESC="Enabling this setting will display thumbnails below the slideshow, allowing you to view any slide you desire."
; ACF_GALLERY_THUMBNAILS_ARROWS="Navigation Arrows"
; ACF_GALLERY_THUMBNAILS_ARROWS_DESC="Set whether to show navigation arrows in the thumbnails slider."
; ACF_GALLERY_NAV_CONTROLS="Navigation Controls"
; ACF_GALLERY_NAV_CONTROLS_DESC="Select the type of navigation controls.<br><br><strong>Arrows:</strong> Displays previous and next arrows on top of the slideshow.<br><strong>Dots:</strong> Display dots below the slideshow, allowing you to choose a slide.<br><strong>Arrows + Dots:</strong> Display both arrows and dots pagination."
; ACF_GALLERY_ARROWS="Arrows"
; ACF_GALLERY_DOTS="Dots"
; ACF_GALLERY_ARROWS_DOTS="Arrows + Dots"
; ACF_GALLERY_SLIDESHOW_THEME_COLOR="Theme Color"
; ACF_GALLERY_SLIDESHOW_THEME_COLOR_DESC="Define the theme color."
; ACF_GALLERY_AUTOPLAY_DELAY="Autoplay Delay"
; ACF_GALLERY_AUTOPLAY_DELAY_DESC="Set the autoplay delay until the next slide appears, in milliseconds."
; ACF_GALLERY_TRANSITION_EFFECT="Transition Effect"
; ACF_GALLERY_TRANSITION_EFFECT_DESC="Select the transition effect between slides.<br><br>Note: If Slides Per View is >= 2, then the Slide effect will be always used automatically."
; ACF_GALLERY_SLIDE="Slide"
; ACF_GALLERY_FADE="Fade"
; ACF_GALLERY_CUBE="Cube"
; ACF_GALLERY_COVERFLOW="Coverflow"
; ACF_GALLERY_FLIP="Flip"
ACF_GALLERY_THUMBNAILS="Miniature"
; ACF_GALLERY_WATERMARK_IMAGES="Watermark Images"
; ACF_GALLERY_WATERMARK_TEXT_PRESET="Preset"
; ACF_GALLERY_WATERMARK_TEXT_PRESET_DESC="Select a preset for the watermark text."
; ACF_GALLERY_SITE_NAME="Site Name"
; ACF_GALLERY_SITE_URL="Site URL"
; ACF_GALLERY_WATERMARK_TYPE="Type"
; ACF_GALLERY_WATERMARK_TYPE_DESC="Select whether to use a text, an image as a watermark or disable the watermark.<br>The watermark will be applied on the image uploaded.<br><br>To enable the watermark on the thumbnails, enable \\\"Apply on Thumbnails\\\" setting below."
; ACF_GALLERY_WATERMARK_TEXT_DESC="Enter the text to be used as a watermark. You can also use Smart Tags.<br><br>File Smart Tags:<br>{file.filename}: myfile<br>{file.basename}: myfile.png"
; ACF_WATERMARK_TEXT_COLOR_DESC="Select the color of the watermark text."
; ACF_WATERMARK_FONT_SIZE_DESC="Set the font size of the watermark text in pixels. The font size will be adjusted based on the image's width."
; ACF_WATERMARK_IMAGE_DESC="Select the image to be used as a watermark. The image dimensions will be adjusted based on the image's width."
; ACF_GALLERY_WATERMARK_POSITION="Position"
; ACF_GALLERY_WATERMARK_POSITION_DESC="Select the position of the watermark."
; ACF_WATERMARK_OPACITY="Opacity"
; ACF_WATERMARK_OPACITY_DESC="Set the opacity of the watermark image."
; ACF_WATERMARK_ROTATION="Rotation"
; ACF_WATERMARK_ROTATION_DESC="Rotate the watermark image by entering the desired angle in degrees. Remember, the rotation will occur clockwise."
; ACF_GALLERY_WATERMARK_APPLY_ON_THUMBNAILS="Apply on Thumbnails"
; ACF_GALLERY_WATERMARK_APPLY_ON_THUMBNAILS_DESC="Select whether to apply the watermark on the thumbnails or not. When this is disabled, the watermark will be applied only on the original image."
; ACF_GALLERY_FILTERING_TAGS="Filtering Tags"
; ACF_GALLERY_TAGS_POSITION="Tags Position"
; ACF_GALLERY_TAGS_POSITION_DESC="Select whether to disable the filtering tags, or show a list of tags above or below the gallery items. This will allow your users to filter the gallery items by tag."
; ACF_GALLERY_ABOVE_GALLERY_ITEMS="Above Gallery Items"
; ACF_GALLERY_BELOW_GALLERY_ITEMS="Below Gallery Items"
; ACF_GALLERY_TAGS_SORT="Sort Tags"
; ACF_GALLERY_TAGS_SORT_DESC="Select how the tags will be sorted."
; ACF_GALLERY_ALL_TAGS_ITEM_LABEL="All Tags Label"
; ACF_GALLERY_ALL_TAGS_ITEM_LABEL_DESC="Enter a label to add an \\\"All\\\" item at the start of the tags filter list, allowing you to view all gallery items. Leave this empty if you don't want to display an \\\"All\\\" item.<br><br>You can make this multilingual by setting it to a translation string."
; ACF_GALLERY_TAGS_MOBILE="Tags on Mobile"
; ACF_GALLERY_TAGS_MOBILE_DESC="Set whether to display the tags on mobile devices, make them appear as a dropdown or disable them."
; ACF_GALLERY_TAGS_TEXT_COLOR="Text Color"
; ACF_GALLERY_TAGS_TEXT_COLOR_DESC="Set the tags text color."
; ACF_GALLERY_TAGS_TEXT_COLOR_HOVER="Text Color - Hover"
; ACF_GALLERY_TAGS_TEXT_COLOR_HOVER_DESC="Set the text color when hovering over a tag item."
; ACF_GALLERY_TAGS_BG_COLOR_HOVER="Background Color - Hover"
; ACF_GALLERY_TAGS_BG_COLOR_HOVER_DESC="Set the background color when hovering over a tag item."
; ACF_GALLERY_SHOW="Show"
; ACF_GALLERY_SHOW_AS_DROPDOWN="Show as dropdown"