;/**
; * @version 4.2
; * @package Simple Image Gallery (plugin)
; * @author JoomlaWorks - https://www.joomlaworks.net
; * @copyright Copyright (c) 2006 - 2022 JoomlaWorks Ltd. All rights reserved.
; * @license GNU/GPL license: https://www.gnu.org/licenses/gpl.html
; */
; BACKEND
JW_PLG_SIG_XML_DESC="
JoomlaWorks 'Simple Image Gallery' Plugin v4.2 for Joomla
Simple Image GalleryAdding image galleries inside your Joomla articles is now super-easy and simple, using the magical "Simple Image Gallery" plugin for Joomla.
The plugin can turn any folder of images located inside your Joomla website into a grid-style image gallery with cool lightbox previews. And all that using a simple plugin tag like
{gallery}myphotos{/gallery}.
So for example, if we have a folder called "my_trip_to_Paris" located in images/stories/my_trip_to_Paris, then we can create our gallery by simply entering the tag {gallery}my_trip_to_Paris{/gallery} into some Joomla article.
The galleries created are presented in a grid using a polaroid-like background for the thumbnails. When your visitors click on a thumbnail, they see the original image in a lightbox popup. The thumbnails are generated and cached using PHP for better results.
So let's briefly see what are the main advantages of using Simple Image Gallery: a) You don't need to have an additional gallery component to display a few images, b) you don't need to tell your visitors "to see our photos from Paris click here" and c) you focus more on content writing and less on administering the images!
The plugin is ideal for news portals wanting to display some product images, for example, inside their articles. Or for people who quickly wanna show their summer vacation pictures. With Simple Image Gallery, you can have as many galleries as you want inside each article.
Please note that if you want to create a gallery from a subfolder located inside your "image gallery root folder", simply adjust the plugin syntax to reflect the remaining path (after your set "root folder"), e.g. {gallery}folder/subfolder/othersubfolder{/gallery}. Make sure you write the path to your target folder without any slashes at the beginning or the end of your path.
Want more features like full image gallery management in the backend, editor button to easily insert galleries, K2 image gallery tab support, individual thumbnail captions, multiple layouts, multiple popup engines, gallery ordering, module loading and more? Then check out
Simple Image Gallery PRO.
You may also want to check out the following resources:
Simple Image Gallery is a
Joomla plugin developed by
JoomlaWorks, released under the
GNU General Public License.
Copyright © 2006 - 2022 JoomlaWorks Ltd. All rights reserved.
(Last update: January 7th, 2022 - Version 4.2) "
; BACKEND
JW_PLG_SIG_DO_NOT_LOAD_THE_JQUERY_LIBRARY="Do not load the jQuery library"
JW_PLG_SIG_JQUERY_HANDLING="jQuery library handling"
JW_PLG_SIG_JQUERY_HANDLING_DESC="Some popup engines require the jQuery JavaScript library to function. Choose which version of jQuery you want to use or completely disable it if it's already being loaded by another extension - e.g. K2."
JW_PLG_SIG_LOAD_V1_8_X_LATEST_COPY="Load v1.8.x latest"
JW_PLG_SIG_LOAD_V1_9_X_LATEST_COPY="Load v1.9.x latest"
JW_PLG_SIG_LOAD_V1_10_X_LATEST_COPY="Load v1.10.x latest"
JW_PLG_SIG_LOAD_V1_11_X_LATEST_COPY="Load v1.11.x latest"
JW_PLG_SIG_LOAD_V1_12_X_LATEST_COPY="Load v1.12.x latest"
JW_PLG_SIG_ML="Memory limit (in MBs)"
JW_PLG_SIG_ML_DESC="Change your server's memory limit if galleries fail to create or you get the 'white page' error on your site. This option may not work in all cases."
JW_PLG_SIG_ROOTFOLDER="Root folder for image galleries"
JW_PLG_SIG_ROOTFOLDER_DESC="Select the starting folder for all your image galleries. This is generally preferred to be 'images' so you can easily use the Joomla media manager to upload your images into subfolders within this folder (e.g. inside: images/galleries/someImageGallery)."
JW_PLG_SIG_TCEXP="Thumbnail cache expiration time"
JW_PLG_SIG_TCEXP_DESC="Thumbnail cache expiration time in minutes. To instantly refresh the thumbnail cache for a particular gallery, simply set this value to 0, reload the gallery page in Joomla and reset it to 3600. Never forget this value to 0 or else thumbnails will be created every time a gallery is loaded, thus overloading the server's resources."
JW_PLG_SIG_TH="Thumbnail height"
JW_PLG_SIG_TH_DESC="Adjust the maximum image thumbnail height in pixels."
JW_PLG_SIG_TQ="Thumbnail image quality"
JW_PLG_SIG_TQ_DESC="Adjust the quality (in %) of the generated image thumbnail. Values range from 0 to 100, with 100 giving the best possible result. Values between 70 to 90 should generally be preferred. Remember that the lower this value is, the smaller the size of the generated thumbnail will be and the less processing power it will consume from the server."
JW_PLG_SIG_TW="Thumbnail width"
JW_PLG_SIG_TW_DESC="Adjust the maximum image thumbnail width in pixels."
; FRONTEND
JW_PLG_SIG_CLICK_TO_ENLARGE_IMAGE="Click to enlarge image"
JW_PLG_SIG_ERROR_SRC_IMGS="The was a problem converting the source image."
JW_PLG_SIG_FB_CLOSE="Close"
JW_PLG_SIG_FB_DOWNLOAD="Download"
JW_PLG_SIG_FB_FULL_SCREEN="Full screen"
JW_PLG_SIG_FB_IMAGE="Image"
JW_PLG_SIG_FB_NEXT="Next"
JW_PLG_SIG_FB_OF="of"
JW_PLG_SIG_FB_PAUSE_SLIDESHOW="Pause slideshow"
JW_PLG_SIG_FB_PREVIOUS="Previous"
JW_PLG_SIG_FB_REQUEST_CANNOT_BE_LOADED="The requested content cannot be loaded.