; @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="Galerie ACF "
ACF_GALLERY="Champs : galerie ACF"
ACF_GALLERY_DESC="Le champ galerie ACF vous permet d'ajouter de belles galeries d'images à votre site"
ACF_GALLERY_VALUE_DESC="Ajoutez ou sélectionnez des images depuis le gestionnaire de médias pour créer la galerie"
ACF_GALLERY_UPLOAD_FOLDER="Dossier d'pload"
ACF_GALLERY_UPLOAD_FOLDER_DESC="Sélectionnez le dossier où enregistrer les images de votre galerie.
Note : Vous pouvez aussi utiliser les Smart Tags."
ACF_GALLERY_LIMIT_FILES="Nb maximal de fichiers"
ACF_GALLERY_LIMIT_FILES_DESC="Combien de fichiers peuvent être transférés ? Saisir 0 pour aucune limite"
ACF_GALLERY_MAX_FILE_SIZE="Limite de poids des fichiers"
ACF_GALLERY_MAX_FILE_SIZE_DESC="Configurez la taille maximale en mégaoctets autorisée pour chaque fichier. Saisissez 0 pour ne pas limiter.
Le limite du serveur est : %s."
ACF_GALLERY_LIGHTBOX="Popup lightbox"
ACF_GALLERY_LIGHTBOX_DESC="Permet de cliquer sur l'image pour afficher l'original dans un popup lightbox."
ACF_GALLERY_MODULE="Module comme légende"
; ACF_GALLERY_MODULE_DESC="Select a module to be displayed below the image's caption in the lightbox popup."
ACF_GALLERY_STYLE="Style"
; ACF_GALLERY_STYLE_DESC="Select how your gallery will look like on the front-end. Available styles:
Grid: All items will have the same width and the same height as well. You can define the width and height of the items as well as the number of columns for this layout.
Masonry: All items have the same width, but the height of each will be different. You can define the column's width as well as the number of columns for this layout
Slideshow: This layout offers a dynamic carousel display with convenient thumbnail navigation for a captivating and interactive gallery experience.
Justified: This layout is the opposite of the Masonry layout. All items will have the same height but different widths. You can define the target row height. It's called a target because row height is the lever we use to fit everything nicely. The algorithm will get as close to the target row height as possible."
ACF_GALLERY_COLUMNS="Colonnes"
ACF_GALLERY_COLUMNS_DESC="Définissez le nombre d'images par ligne sur ordinateur, tablette et téléphone portable"
; ACF_GALLERY_GAP="Item Gap"
ACF_GALLERY_GAP_DESC="Définissez l'espace entre les éléments de la galerie sur ordinateur, tablette ou téléphone portable"
ACF_GALLERY_ORIGINAL_IMAGE="Optimiser l'image originale ?"
ACF_GALLERY_ORIGINAL_IMAGE_RESIZE="Redimensionner l'image originale"
ACF_GALLERY_ORIGINAL_IMAGE_RESIZE_DESC="Optimiser l'image originale pour améliorer le temps d'affichage et réduire la consommation d'espace disque. Il s'agit de l'image que vos visiteurs verront dans la lightbox."
ACF_GALLERY_ORIGINAL_IMAGE_WIDTH="Largeur"
; 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.
Crop: Some parts of the image might be removed in order to fit the given Width and Height.
Stretch: The image will be stretched and squeezed as needed in order to fit the given Width and Height.
Fit: 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="Recadrage"
ACF_GALLERY_STRETCH="Étirement"
ACF_GALLERY_FIT="Ajustage"
ACF_GALLERY_THUMB_WIDTH_DESC="Largeur des vignettes en pixels"
; 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="Destination des images"
; ACF_GALLERY_FOLDER_TYPE_DESC="Specify a destination folder for uploaded images.
Auto: The images will be uploaded to the following directory: /media/acfgallery/com_COMPONENT/ITEM_ID/%s.
Note:
COMPONENT is the component name (i.e. content, users, etc...) where this field got populated from.
ITEM_ID is the ID of the item this field was populated from. i.e. a Joomla article ID, User ID, Contact ID, etc...
Additionally a random prefix will be added in the beginning of each file name to increase security.
Custom: Specify a custom destination folder where the images will be stored.
Available Smart Tags:
{field.field_id}: The custom field ID.
{field.item_id}: the ID of the item this field was populated from. i.e. a Joomla article ID, User ID, Contact ID, etc...
{field.item_alias}: the alias of the item this field was populated from.
{field.item_author_id}: The alias of the associated item author.
{field.item_catid}: The category ID of the associated item.
{field.item_catalias}: The category alias of the associated item."
ACF_GALLERY_ORDERING="Tri des éléments"
ACF_GALLERY_ORDERING_DESC="Définissez l'ordre de tri des images de la galerie.
Défaut: Affiche les images dans le même ordre qye dans le gestionnaire de galeries (Avec possibilité de changer le mode de tri).
Alphabétique: Affiche les images dans l'ordre alphabétique des noms de fichiers.
Alphabétique inverse: Affiche les images dans l'ordre alphabétique inverse des noms de fichiers.
Aléatoire: Affiche les images dans un ordre aléatoire"
ACF_GALLERY_DEFAULT="Défaut"
ACF_GALLERY_ALPHABETICAL="Alphabétique"
ACF_GALLERY_REVERSE_ALPHABETICAL="Alphabétique inverse"
ACF_GALLERY_RANDOM="Aléatoire"
; 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.
Examples:
To show 1 slide, enter: 1
To show 1 and a half slide, enter: 1.5
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.
Arrows: Displays previous and next arrows on top of the slideshow.
Dots: Display dots below the slideshow, allowing you to choose a slide.
Arrows + Dots: 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.
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="Vignettes"
; 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.
The watermark will be applied on the image uploaded.
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.
File Smart Tags:
{file.filename}: myfile
{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.
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"