; @copyright Copyright (C) 2010 Cédric KEIFLIN alias ced1870 ; http://www.ck-web-creation-alsace.com ; http://www.joomlack.fr ; @license GNU/GPL ; Double quotes in the values have to be formatted as "_QQ_" MEDIABOXCK_NAME = "System - Mediabox CK" MEDIABOXCK_PLUG_DESC ="System - Mediabox CK creates a popup to show images, gallery, videos, medias." MEDIABOXCK_PAGESELECT = "ItemID of pages where to load the plugin" MEDIABOXCK_PAGESELECT_DESC = "List all ID of menu items separated by a comma (,) (0 = all pages)" MEDIABOXCK_ATTRIBTYPE = "Attribute to be applied to links" MEDIABOXCK_ATTRIBTYPE_DESC = "Choose if you want to use rel or class attribute" MEDIABOXCK_ATTRIBNAME = "Attribute name" MEDIABOXCK_ATTRIBNAME_DESC = "Choose the name to use (default is lightbox)" REL = "rel" CLASSNAME = "class" MEDIABOXCK_SPACER_RESIZE = "<h3 style="_QQ_"background:#333;color:#fff;margin:0;padding:10px;font-weight:normal;"_QQ_">Resize effect</h3>" MEDIABOXCK_SPACER_STYLES = "<h3 style="_QQ_"background:#333;color:#fff;margin:0;padding:10px;font-weight:normal;"_QQ_">Styles</h3>" MEDIABOXCK_SPACER_DISPLAY = "<h3 style="_QQ_"background:#333;color:#fff;margin:0;padding:10px;font-weight:normal;"_QQ_">Display options</h3>" MEDIABOXCK_CORNERRADIUS = "Rounded corners radius" MEDIABOXCK_CORNERRADIUS_DESC = "Radius in px" MEDIABOXCK_SHADOWOFFSET = "Shadow offset" MEDIABOXCK_SHADOWOFFSET_DESC = "Vertical offset in px" MEDIABOXCK_OVERLAYOPACITY = "Overlay opacity" MEDIABOXCK_OVERLAYOPACITY_DESC = "Opacity from 0 to 1" MEDIABOXCK_BGCOLOR = "Box background color" MEDIABOXCK_BGCOLOR_DESC = "Hex color, default #1a1a1a" MEDIABOXCK_OVERLAYCOLOR = "Page background color" MEDIABOXCK_OVERLAYCOLOR_DESC = "Hex color, default #000" MEDIABOXCK_TEXT1COLOR = "First texts color" MEDIABOXCK_TEXT1COLOR_DESC = "Hex color, default #999" MEDIABOXCK_TEXT2COLOR = "Second texts color" MEDIABOXCK_TEXT2COLOR_DESC = "Hex color, default #fff" MEDIABOXCK_RESIZEOPENING = "Use resize effect" MEDIABOXCK_RESIZEOPENING_DESC = "Choose to activate the effect" MEDIABOXCK_RESIZEDURATION = "Effect duration" MEDIABOXCK_RESIZEDURATION_DESC = "Duration in ms" MEDIABOXCK_RESIZETRANSITION = "Effect transition" MEDIABOXCK_RESIZETRANSITION_DESC = "Choose a mootools transition" MEDIABOXCK_INITIALWIDTH = "Initial width of the box" MEDIABOXCK_INITIALWIDTH_DESC = "Width in px" MEDIABOXCK_INITIALHEIGHT = "Initial height of the box" MEDIABOXCK_INITIALHEIGHT_DESC = "Height in px" MEDIABOXCK_VERTIOFFSET = "Vertical offset" MEDIABOXCK_VERTIOFFSET_DESC = "Top margin in px" MEDIABOXCK_HORIZOFFSET = "Horizontal offset" MEDIABOXCK_HORIZOFFSET_DESC = "Left margin in px" MEDIABOXCK_DEFAULTWIDTH = "Default width" MEDIABOXCK_DEFAULTWIDTH_DESC = "Box width in px" MEDIABOXCK_DEFAULTHEIGHT = "Default height" MEDIABOXCK_DEFAULTHEIGHT_DESC = "Box height in px" MEDIABOXCK_SHOWCAPTION = "Show caption" MEDIABOXCK_SHOWCAPTION_DESC = "Displays title and description under medias" MEDIABOXCK_SHOWCOUNTER = "Show counter" MEDIABOXCK_SHOWCOUNTER_DESC = "Displays (x of y) for navigation in albums" MEDIABOXCK_USEHTC = "Force IE rounded corners" MEDIABOXCK_USEHTC_DESC = "Loads a script for Internet Explorer to create rounded corners, can cause some issues" ; added 2.1.0 MEDIABOXCK_LOOP="Loop through medias" MEDIABOXCK_LOOP_DESC="In the album mode, returns to the number 1 after the last media" MEDIABOXCK_GENERAL_LABEL="General Options" MEDIABOXCK_STYLES_LABEL="Styles Options" MEDIABOXCK_EFFECT_LABEL="Effect Options" MEDIABOXCK_MOBILE_LABEL="Mobile Options" MEDIABOXCK_MOBILE_ENABLE_LABEL="Enable for mobile" MEDIABOXCK_MOBILE_ENABLE_DESC="Activate a specific behavior for mobile and touch device" MEDIABOXCK_MOBILE_DETECTIONTYPE_LABEL="Detection type" MEDIABOXCK_MOBILE_DETECTIONTYPE_DESC="Choose how to detect if the mediabox must behave for mobile" MEDIABOXCK_MOBILE_RESOLUTION_LABEL="Resolution value" MEDIABOXCK_MOBILE_RESOLUTION_DESC="Set the resolution in px, under which the mediabox switch to the mobile view" MEDIABOXCK_RESOLUTION="Resolution" MEDIABOXCK_TABLET="Tablet" MEDIABOXCK_PHONE="Phone" CK_UPDATE_FOUND="Update Found" MEDIABOXCK_VOTE_JED="If you are using Mediabox CK, please vote on the JED." MEDIABOXCK_VERSION_FREE="You are using the Free version of Mediabox CK. If you need more features have a look at Mediabox CK Pro." MEDIABOXCK_VERSION_PRO="Thank you for using the Pro version of Mediabox CK." ;added 2.1.2 MEDIABOXCK_NEW_VERSION_AVAILABLE="A new version is available !" MEDIABOXCK_YOU_HAVE_VERSION="You have the version" MEDIABOXCK_DOWNLOAD="Download" ;styles added 2.1.3 MEDIABOXCK_BOLD = "bold" MEDIABOXCK_NORMAL = "normal" MEDIABOXCK_SPACER_STYLESBACKGROUND="Background" MEDIABOXCK_SPACER_STYLESROUNDEDCORNERS="Rounded corners" MEDIABOXCK_SPACER_STYLESSHADOW="Shadow" MEDIABOXCK_SPACER_STYLESBORDERS="Borders" MEDIABOXCK_MARGIN_LABEL="External margins" MEDIABOXCK_MARGIN_DESC="Margin value in px" MEDIABOXCK_PADDING_LABEL="Internal margins" MEDIABOXCK_PADDING_DESC="Padding value in px" MEDIABOXCK_BGCOLOR1_LABEL="Background color" MEDIABOXCK_BGCOLOR1_DESC="Choose the background color" MEDIABOXCK_BGCOLOR2_LABEL="Gradient color" MEDIABOXCK_BGCOLOR2_DESC="Choose the gradient color that will be used starting from the background color" MEDIABOXCK_ROUNDEDCORNERSTL_LABEL="Top left corner" MEDIABOXCK_ROUNDEDCORNERSTL_DESC="Radius value for the corner in px" MEDIABOXCK_ROUNDEDCORNERSTR_LABEL="Top right corner" MEDIABOXCK_ROUNDEDCORNERSTR_DESC="Radius value for the corner in px" MEDIABOXCK_ROUNDEDCORNERSBR_LABEL="Bottom right corner" MEDIABOXCK_ROUNDEDCORNERSBR_DESC="Radius value for the corner in px" MEDIABOXCK_ROUNDEDCORNERSBL_LABEL="bottom left corner" MEDIABOXCK_ROUNDEDCORNERSBL_DESC="Radius value for the corner in px" MEDIABOXCK_SHADOWCOLOR_LABEL="Shadow color" MEDIABOXCK_SHADOWCOLOR_DESC="Choose the color for the shadow" MEDIABOXCK_SHADOWBLUR_LABEL="Shadow width" MEDIABOXCK_SHADOWBLUR_DESC="Shadow width in px" MEDIABOXCK_SHADOWSPREAD_LABEL="Blur" MEDIABOXCK_SHADOWSPREAD_DESC="Blur value for the shadow" MEDIABOXCK_OFFSETX_LABEL="Horizontal offset" MEDIABOXCK_OFFSETX_DESC="Offset on the X axis, can take a negative value" MEDIABOXCK_OFFSETY_LABEL="Vertical offset" MEDIABOXCK_OFFSETY_DESC="Offset on the Y axis, can take a negative value" MEDIABOXCK_SHADOWINSET_LABEL="Inset" MEDIABOXCK_SHADOWINSET_DESC="Use the inset attribtue to create the shadow inside" MEDIABOXCK_BORDERCOLOR_LABEL="Border color" MEDIABOXCK_BORDERCOLOR_DESC="Choose the color for the border" MEDIABOXCK_BORDERTOPWIDTH_LABEL="Border top width" MEDIABOXCK_BORDERRIGHTWIDTH_LABEL="Border right width" MEDIABOXCK_BORDERBOTTOMWIDTH_LABEL="Border bottom width" MEDIABOXCK_BORDERLEFTWIDTH_LABEL="Border left width" MEDIABOXCK_BORDERWIDTH_DESC="Width in px for the border" MEDIABOXCK_THEME_LABEL = "Menu theme" MEDIABOXCK_THEME_DESC ="Choose a theme" MEDIABOXCK_SPACER_STYLESMARGIN = "Margins" MEDIABOXCK_USEMARGIN_LABEL = "Use margins" MEDIABOXCK_USEMARGIN_DESC = "" MEDIABOXCK_USEBACKGROUND_LABEL = "Use background color" MEDIABOXCK_USEBACKGROUND_DESC = "" MEDIABOXCK_USEGRADIENT_LABEL = "Use gradient color" MEDIABOXCK_USEGRADIENT_DESC = "" MEDIABOXCK_USEROUNDEDCORNERS_LABEL = "Use rounded corners" MEDIABOXCK_USEROUNDEDCORNERS_DESC = "" MEDIABOXCK_USESHADOW_LABEL = "Use shadow" MEDIABOXCK_USESHADOW_DESC = "" MEDIABOXCK_USEBORDERS_LABEL = "Use borders" MEDIABOXCK_USEBORDERS_DESC = "" MEDIABOXCK_SPACER_STYLESFONT = "Font style" MEDIABOXCK_USEFONT_LABEL = "Use font" MEDIABOXCK_USEFONT_DESC = "" MEDIABOXCK_GFONT_LABEL = "Font" MEDIABOXCK_GFONT_DESC = "Choose the google font to use" MEDIABOXCK_FONTWEIGHT_LABEL = "Font weight" MEDIABOXCK_FONTWEIGHT_DESC = "Choose if you want the text to be bold or normal" MEDIABOXCK_FONTSIZE_LABEL = "Font size" MEDIABOXCK_FONTSIZE_DESC = "Give the size you want with unit (px, em, %)" MEDIABOXCK_FONTCOLOR_LABEL = "Font color" MEDIABOXCK_FONTCOLOR_DESC = "Choose the color for the font" MEDIABOXCK_FONTCOLORHOVER_LABEL = "Color on mouseover" MEDIABOXCK_FONTCOLORHOVER_DESC = "Choose the color on mouseover" MEDIABOXCK_DESCFONTSIZE_LABEL = "Description font size" MEDIABOXCK_DESCFONTSIZE_DESC = "Size of the description added to the link" MEDIABOXCK_DESCFONTCOLOR_LABEL = "Description color" MEDIABOXCK_DESCFONTCOLOR_DESC = "Color of the description added to the link" MEDIABOXCK_MARGINTOP_LABEL="Margin top" MEDIABOXCK_MARGINTOP_DESC="margin in px" MEDIABOXCK_MARGINRIGHT_LABEL="Margin right" MEDIABOXCK_MARGINRIGHT_DESC="margin in px" MEDIABOXCK_MARGINBOTTOM_LABEL="Margin bottom" MEDIABOXCK_MARGINBOTTOM_DESC="margin in px" MEDIABOXCK_MARGINLEFT_LABEL="Margin left" MEDIABOXCK_MARGINLEFT_DESC="margin in px" MEDIABOXCK_PADDINGTOP_LABEL="Padding top" MEDIABOXCK_PADDINGTOP_DESC="margin in px" MEDIABOXCK_PADDINGRIGHT_LABEL="Padding right" MEDIABOXCK_PADDINGRIGHT_DESC="margin in px" MEDIABOXCK_PADDINGBOTTOM_LABEL="Padding bottom" MEDIABOXCK_PADDINGBOTTOM_DESC="margin in px" MEDIABOXCK_PADDINGLEFT_LABEL="Padding left" MEDIABOXCK_PADDINGLEFT_DESC="margin in px" MEDIABOXCK_BACKGROUNDIMAGE_LABEL="Background image" MEDIABOXCK_BACKGROUNDIMAGE_DESC="Select an image to apply as background" MEDIABOXCK_BACKGROUNDPOSITIONX_LABEL="Poxition X" MEDIABOXCK_BACKGROUNDPOSITIONX_DESC="Choose a value with px (ex: 25px) or left, right, center, etc..." MEDIABOXCK_BACKGROUNDPOSITIONY_LABEL="Poxition Y" MEDIABOXCK_BACKGROUNDPOSITIONY_DESC="Choose a value with px (ex: 25px) or left, right, center, etc..." MEDIABOXCK_THUMB_WIDTH_LABEL="Thumbnail width" MEDIABOXCK_THUMB_WIDTH_DESC="Set the width of the thumbnail for the gallery mode, in px or %" MEDIABOXCK_THUMB_HEIGHT_LABEL="Thumbnail height" MEDIABOXCK_THUMB_HEIGHT_DESC="Set the height of the thumbnail for the gallery mode, in px or %" MEDIABOXCK_USE_OVERLAY_LABEL="Use overlay" MEDIABOXCK_USE_OVERLAY_DESC="The overlay is shown when you mouseover the image. Set it to NO to disable this feature" MEDIABOXCK_OVERLAY_COLOR_LABEL="Overlay color" MEDIABOXCK_OVERLAY_COLOR_DESC="Set the overlay color" MEDIABOXCK_OVERLAY_OPACITY_LABEL="Overlay opacity" MEDIABOXCK_OVERLAY_OPACITY_DESC="Set the opacity, between 0 and 1" MEDIABOXCK_OVERLAY_ICON_COLOR_LABEL="Overlay icon color" MEDIABOXCK_OVERLAY_ICON_COLOR_DESC="Set the color for the zoom icon that appears in the overlay" MEDIABOXCK_OVERLAY_IMAGES_STYLE_LABEL="Images Styles" MEDIABOXCK_SPACER_OVERLAY="Overlay" MEDIABOXCK_GALLERY_LABEL="Gallery Options" MEDIABOXCK_THUMB_MARGIN_LABEL="Space between images" MEDIABOXCK_THUMB_MARGIN_DESC="Set a margin value to add some space between the images" MEDIABOXCK_TOOLBAR="Activate the toolbar (diaporama)" MEDIABOXCK_TOOLBAR_DESC="Show the toolbar on top the image with the diaporama feature" MEDIABOXCK_DIAPOTIME="Time between diapos" MEDIABOXCK_DIAPOTIME_DESC="If the toolbar is active you can see the images in a diaporama. This is the time between each images." MEDIABOXCK_DIAPOAUTOPLAY="Autoplay diapo" MEDIABOXCK_DIAPOAUTOPLAY_DESC="Automatically launch the autoplay when the box opens" ;added 2.2.8 MEDIABOXCK_MOBILE_FORCE_LABEL="Force mobile behavior" MEDIABOXCK_MOBILE_FORCE_DESC="This will use the mobile display on all devices, even on computers" MEDIABOXCK_COUNTER_TEXT="({x} of {y})" ;added 2.2.22 MEDIABOXCK_AUTOCREATETHUMBS_LABEL="Create the thumbnails automatically" MEDIABOXCK_AUTOCREATETHUMBS_DESC="The server will automatically create the thumbnail images if needed. This can cause some server overload" ;added 2.3.0 MEDIABOXCK_USEZOOM="Activate the zoom" MEDIABOXCK_USEZOOM_DESC="Show the zoom toolbar" ;added 2.3.3 MEDIABOXCK_FULLWIDTH="Fullscreen" MEDIABOXCK_FULLWIDTH_DESC="Activate this option to make the lightobx automatically fullscreen" ;added 2.4.0 MEDIABOXCK_VOTE_JED="If you are using Mediabox CK, please vote on the JED." MEDIABOXCK_CURRENT_VERSION="You are using the version" MEDIABOXCK_USE_FREE_VERSION="You are using the FREE version" MEDIABOXCK_USE_PRO_VERSION="You are using the PRO version" MEDIABOXCK_DOCUMENTATION="Read the documentation" MEDIABOXCK_VISIT_OTHER_PRODUCTS="Visit the other products available on JoomlaCK" MEDIABOXCK_GET_LICENCE_INFOS="See how to manage your licence key" MEDIABOXCK_GET_PRO_INFOS="Get infos on the Pro version" MEDIABOXCK_ONLY_PRO="Only available in the Pro version. Click here to read more infos" MEDIABOXCK_NORMAL="Normal" MEDIABOXCK_BIG="Big" MEDIABOXCK_TOOLBARSIZE="Size of the controls"