-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-GB.plg_system_slprettyphoto.ini
40 lines (39 loc) · 7.03 KB
/
en-GB.plg_system_slprettyphoto.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
;/**
; * @version $Id: en-GB.plg_system_slprettyphoto.ini 2012-09-24 StarLite $
; * @package StarLite Pretty Photo
; * @copyright Copyright (C) 2012 starliteweb.com All rights reserved.
; * @license http://www.gnu.org/licenses/gpl-2.0.html
; */
PLG_SL_THEME_LABEL="Current theme"
PLG_SL_THEME_DESC="Choose from themes"
PLG_SL_THEME_OPTION_1="Default"
PLG_SL_THEME_OPTION_2="facebook"
PLG_SL_THEME_OPTION_3="Light rounded"
PLG_SL_THEME_OPTION_4="Dark rounded"
PLG_SL_THEME_OPTION_5="Light square"
PLG_SL_THEME_OPTION_6="Dark square"
PLG_SL_TITLE_LABEL="Show Title"
PLG_SL_TITLE_DESC="Show Title"
PLG_SL_BACKGROUND_OPACITY_LABEL="Background Opactiy"
PLG_SL_BACKGROUND_OPACITY_DESC="Backgroud opacity value between 0 and 1"
PLG_SL_AUTOPLAY_VIDEO_LABEL="Autoplay Video"
PLG_SL_AUTOPLAY_VIDEO_DESC="Automatically start videos"
PLG_SL_YES="Yes"
PLG_SL_NO="No"
PLG_SL_SLIDESHOW_INT_LABEL="Slideshow Interval"
PLG_SL_SLIDESHOW_INT_DESC="Slideshow interval time in ms"
PLG_SL_AUTOPLAY_SLIDESHOW_LABEL="Autoplay Slideshow"
PLG_SL_AUTOPLAY_SLIDESHOW_DESC="Autoplay slideshow"
PLG_SL_COUNTER_SEPARATOR_LABEL="Counter Separator"
PLG_SL_COUNTER_SEPARATOR_DESC="The separator for the gallery counter. For example: 1 'of' 2"
PLG_SL_SOCIAL_TOOLS_LABEL="Social Tools"
PLG_SL_SOCIAL_TOOLS_DESC="Social tools like facebook, twitter"
PLG_SL_SLIDESHOW_PARAMETERS="Slideshow Parameters"
PLG_SL_SOCIAL_PARAMETERS="Social Parameters"
PLG_SL_COMMON_PARAMETERS="Common Parameters"
PLG_SL_JQUERY_PARAMETERS="jQuery Parameters"
PLG_SL_INCLUDE_JQUERY_LABEL="Include jQuery"
PLG_SL_INCLUDE_JQUERY_DESC="Include jQuery by this plugin"
PLG_SL_JQUERY_NOCONFLICT_LABEL="Add jQuery no Conflict"
PLG_SL_JQUERY_NOCONFLICT_DESC="Add jQuery no Conflict (useful to remove confliction with other javascript libraries)"
PLG_SL_XML_DESC="<a href='http://www.starliteweb.com' target='_blank'><h2>StarLite Pretty Photo System Plugin</h2></a> is based on pretty photo jquery plugin which is jQuery lightbox clone. It supports images, it also supports for videos, flash, YouTube, iframes and Vimeo. In this way, it is a robust lightbox.<br/><br/>How To Use It?<ol><li><b>Single image</b>. In order to achieve this you need to do :<br/><ol><li>Create a link.</li><li>Add the rel attribute "prettyPhoto" to it i.e. (rel="prettyPhoto"). Provide full size image path to the <b>HREF</b>.</li><li>If you want to show title in the opened lightbox then you need to add <b>ALT</b> attribute to your thumbnail image. Similarly, in order to show description, you need to add title in <b>HREF</b> link attribute.<br/>So in this way the complete syntax would be like<br/><b><a href='FULL_SIZE_IMAGE_PATH' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>Slideshow image gallery</b>. In order to achieve this you need to do :<br/><ol><li>Same syntax as <b>Single image</b> but you need to group rel attribute(rel=prettyphoto[gallery]). So the complete syntax would be like<br/><b><a href='FULL_SIZE_IMAGE_PATH' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto[GALLERY_NAME]' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>Flash</b>. In order to achieve this you need to do :<br/><ol><li>Create a link.</li><li>Add the rel attribute "prettyPhoto" to it i.e. (rel="prettyPhoto"). Provide SWF path to the <b>HREF</b>. Then add the width and height as parameters in your HREF (?width=100&height=100).</li><li>If you want to show title in the opened lightbox then you need to add <b>ALT</b> attribute to your thumbnail image. Similarly, in order to show description, you need to add title in <b>HREF</b> link attribute.<br/>So in this way the complete syntax would be like<br/><b><a href='SWF_PATH?width=WIDTH&height=HEIGHT' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>Youtube</b>. In order to achieve this you need to do :<br/><ol><li>Here you need to change the <b>HREF</b> link so it points to the YouTube video page. So the complete syntax would be like<br/><b><a href='YOUTUBE_VIDEOURL' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>Vimeo</b>. In order to achieve this you need to do :<br/><ol><li>Here you need to change the <b>HREF</b> link so it points to the Vimeo video page. So the complete syntax would be like<br/><b><a href='VIMEO_VIDEOURL' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>QuickTime</b>. In order to achieve this you need to do :<br/><ol><li>Create a link.</li><li>Add the rel attribute "prettyPhoto" to it i.e. (rel="prettyPhoto"). Provide .MOV path to the <b>HREF</b>. Then add the width and height as parameters in your HREF (?width=100&height=100).</li><li>If you want to show title in the opened lightbox then you need to add <b>ALT</b> attribute to your thumbnail image. Similarly, in order to show description, you need to add title in <b>HREF</b> link attribute.<br/>So in this way the complete syntax would be like<br/><b><a href='MOV_PATH?width=WIDTH&height=HEIGHT' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>Iframe(Extenal link)</b>. In order to achieve this you need to do :<br/><ol><li>Create a link.</li><li>Add the rel attribute "prettyPhoto" to it i.e. (rel="prettyPhoto"). Provide the external link in the <b>HREF</b>. Then add the iframe, width and height as parameters in your HREF (?iframe=true&width=100&height=100). Please note that the dimensions can be percent based.</li><li>If you want to show title in the opened lightbox then you need to add <b>ALT</b> attribute to your thumbnail image. Similarly, in order to show description, you need to add title in <b>HREF</b> link attribute.<br/>So in this way the complete syntax would be like<br/><b><a href='IFRAME_PATH?iframe=true&width=WIDTH&height=HEIGHT' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a></b><br/><br/></li></ol></li><li><b>Inline content</b>. In order to achieve this you need to do :<br/><ol><li>Create a link.</li><li>Add the rel attribute "prettyPhoto" to it i.e. (rel="prettyPhoto"). Provide ID of the inline content you want to open in to the <b>HREF</b> link</li><li>If you want to show title in the opened lightbox then you need to add <b>ALT</b> attribute to your thumbnail image. Similarly, in order to show description, you need to add title in <b>HREF</b> link attribute.<br/>So in this way the complete syntax would be like<br/><b><a href='#INLINE_CONTENT_ID' title='DESCRIPTION_IN_LIGHTBOX' rel='prettyPhoto' ><img src='THUMBNAIL_PATH' alt='TITLE_OF_LIGHTBOX'/></a><br/><div id="INLINE_CONTENT_ID" style='display:none;' >CONTENT_GOES_HERE</div></b><br/><br/></li></ol></li></ol><p>"