127 lines
12 KiB
INI
127 lines
12 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 - Gallery"
|
|
ACF_GALLERY="Fields - ACF Gallery"
|
|
ACF_GALLERY_DESC="The ACF Gallery Field allows you to add beautiful image galleries to your site."
|
|
ACF_GALLERY_VALUE_DESC="Add new or select images from the Joomla Media Manager to create a gallery."
|
|
ACF_GALLERY_UPLOAD_FOLDER="Upload Folder"
|
|
ACF_GALLERY_UPLOAD_FOLDER_DESC="Select the folder where the uploaded images for your gallery will be stored.<br><br><strong>Note:</strong> You can also use Smart Tags."
|
|
ACF_GALLERY_LIMIT_FILES="Files Limit"
|
|
ACF_GALLERY_LIMIT_FILES_DESC="How many files can be uploaded? Enter 0 for no limit."
|
|
ACF_GALLERY_MAX_FILE_SIZE="File Size Limit"
|
|
ACF_GALLERY_MAX_FILE_SIZE_DESC="Configure the maximum allowable size for each uploaded file in megabytes. Enter 0 for no limit. <br><br>Your server's maximum upload size is: <b>%s</b>."
|
|
ACF_GALLERY_LIGHTBOX="Lightbox Popup"
|
|
ACF_GALLERY_LIGHTBOX_DESC="Allow to click on a thumbnail and display the full image in a lightbox popup."
|
|
ACF_GALLERY_MODULE="Module as Caption"
|
|
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:<br><br><strong>Grid</strong>: 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.<br><br><strong>Masonry</strong>: 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<br><br><strong>Slideshow</strong>: This layout offers a dynamic carousel display with convenient thumbnail navigation for a captivating and interactive gallery experience.<br><br><strong>Justified</strong>: 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="Columns"
|
|
ACF_GALLERY_COLUMNS_DESC="Set how many items to show per row in desktop, tablet or mobile devices."
|
|
ACF_GALLERY_GAP="Item Gap"
|
|
ACF_GALLERY_GAP_DESC="Set the space between the gallery items in desktop, tablet or mobile devices."
|
|
ACF_GALLERY_ORIGINAL_IMAGE="Optimize Original Image"
|
|
ACF_GALLERY_ORIGINAL_IMAGE_RESIZE="Original Image Resize"
|
|
ACF_GALLERY_ORIGINAL_IMAGE_RESIZE_DESC="Optimize the original image uploaded by the user to increase loading speed and free up storage space. This is the fullscreen image your users see in the lightbox popup."
|
|
ACF_GALLERY_ORIGINAL_IMAGE_WIDTH="Width"
|
|
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="Crop"
|
|
ACF_GALLERY_STRETCH="Stretch"
|
|
ACF_GALLERY_FIT="Fit"
|
|
ACF_GALLERY_THUMB_WIDTH_DESC="Set the width for your thumbnails in 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="Upload Destination"
|
|
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="Item Ordering"
|
|
ACF_GALLERY_ORDERING_DESC="Select how the gallery items will be ordered.<br><br><strong>Default</strong>: Displays the gallery items in the same order as defined in the Gallery Manager (Allows reordering of gallery items).<br><strong>Alphabetical</strong>: Displays the gallery items in alpabetical order based on the file name.<br><strong>Reverse alphabetical</strong>: Displays the gallery items in reverse alphabetical order based on the file name.<br><strong>Random</strong>: Displays the gallery items in random order."
|
|
ACF_GALLERY_DEFAULT="Default"
|
|
ACF_GALLERY_ALPHABETICAL="Alphabetical"
|
|
ACF_GALLERY_REVERSE_ALPHABETICAL="Reverse alphabetical"
|
|
ACF_GALLERY_RANDOM="Random"
|
|
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="Thumbnails"
|
|
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" |