; en-GB.plg_content_sigplus.ini ; Copyright (C) 2009-2018 Levente Hunyadi. All rights reserved. ; License https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - No BOM ; Administration back-end plug-in description PLG_CONTENT_SIGPLUS="Content - Image gallery - sigplus" SIGPLUS_DESCRIPTION="sigplus automatically generates image galleries with a slider and a lightbox pop-up view. Place an activation tag {gallery}folder{/gallery} in the body of an article with folder pointing to an image source relative to the base folder you specify as a configuration option.

Project home | Basic usage | Advanced usage
Developer: Levente Hunyadi
License: GNU/GPL
" ; Administration back-end categories SIGPLUS_CATEGORY_LAYOUT="Layout" SIGPLUS_CATEGORY_ALIGNMENT="Alignment" SIGPLUS_CATEGORY_PREVIEW="Preview images" SIGPLUS_CATEGORY_LIGHTBOX="Lightbox settings" SIGPLUS_CATEGORY_ROTATOR="Rotator settings" SIGPLUS_CATEGORY_CAPTION="Caption settings" SIGPLUS_CATEGORY_DOWNLOAD="Download and metadata" SIGPLUS_CATEGORY_PREVIEW_STYLE="Preview image style" SIGPLUS_CATEGORY_SORTING="Order of images" SIGPLUS_CATEGORY_WATERMARK="Watermarking" SIGPLUS_CATEGORY_THUMBNAIL="Thumbnail images" SIGPLUS_CATEGORY_LIGHTBOX_ADVANCED="Advanced lightbox settings" SIGPLUS_CATEGORY_ROTATOR_ADVANCED="Advanced rotator settings settings" SIGPLUS_CATEGORY_CAPTION_TEMPLATE="Caption templates" SIGPLUS_CATEGORY_FOLDER="Image folders and quality" SIGPLUS_CATEGORY_CAPTION_SOURCE="Caption text source and language" SIGPLUS_CATEGORY_ACTIVATION="Activation tag" SIGPLUS_CATEGORY_BACKUP_RESTORE="Settings backup and restore" SIGPLUS_CATEGORY_LIBRARY="Library dependencies" SIGPLUS_CATEGORY_DEBUG="Debug mode" ; Administration back-end basic settings SIGPLUS_FIELDSET_BASIC="Basic settings" SIGPLUS_BASE_FOLDER="Base folder" SIGPLUS_BASE_FOLDER_DESCRIPTION="Base directory w.r.t. which relative image gallery paths in the activation tag are interpreted. Use a path relative to Joomla root or an absolute path (advanced users only). Setting the base folder to images (default) and writing {gallery}sigplus/birds{/gallery} in a content item maps to the file system path root/images/sigplus/birds. If you use a path that points outside the Joomla root, you must also set Base URL." SIGPLUS_LAYOUT="Gallery layout" SIGPLUS_LAYOUT_DESCRIPTION="The way the image gallery is rendered. Fixed layout is a table-like environment with a set number of rows and columns, and a fixed width and height, where preview images occupy cells of a table. Fixed layout is associated with a rotator and navigation controls, showing only part of the entire gallery at a time. Flow layout renders preview images as if they were words of a text, allowing the series of images to span multiple lines if they would not fit into a single line, just as normal text breaks into lines if it is too long to fit into a single line. Flow layout is very flexible but does not permit an image rotator. Packed layout, with its manual image slider, can be seen as a compromise between fixed layout and flow layout, and also comes with limited configurability. Hidden layout (only available for the plug-in) makes sigplus render the gallery without any user interface directly on the page; images in a hidden gallery can only be accessed with a pop-up window that is linked to it." SIGPLUS_LAYOUT_FIXED="fixed (with rotator)" SIGPLUS_LAYOUT_FLOW="flow (without rotator)" SIGPLUS_LAYOUT_PACKED="packed (without rotator)" SIGPLUS_LAYOUT_HIDDEN="hidden" SIGPLUS_ROWS="Image row count" SIGPLUS_ROWS_DESCRIPTION="Number of rows used to display preview images. This setting has no effect when flow layout is used." SIGPLUS_COLUMNS="Image column count" SIGPLUS_COLUMNS_DESCRIPTION="Number of columns used to display preview images. This setting has no effect when flow layout is used." SIGPLUS_MAXCOUNT="Maximum image count" SIGPLUS_MAXCOUNT_DESCRIPTION="Maximum number of preview images to show. If set to zero, all images in the gallery will be shown as previews, possibly broken down into multiple pages. If set to a positive integer, only the specified number of preview images will be displayed, even though it is still possible to view all images when browsing the gallery inside the lightbox pop-up window." SIGPLUS_ALIGNMENT="Alignment on page" SIGPLUS_ALIGNMENT_DESCRIPTION="Horizontal alignment of the image gallery on the page. Values that end in float allow text to wrap around the gallery, values that end in clear do not. The options before and after use language-sensitive alignment, i.e. before automatically takes a value of left for left-to-right (LTR) and a value of right for right-to-left (RTL) languages, while the option after is the opposite of before. The options before and after are intended for multilingual sites (e.g. English and Hebrew)." SIGPLUS_ALIGNMENT_BEFORE="left" SIGPLUS_ALIGNMENT_CENTER="center" SIGPLUS_ALIGNMENT_AFTER="right" SIGPLUS_ALIGNMENT_BEFORE_FLOAT="left (with text wrapping around)" SIGPLUS_ALIGNMENT_AFTER_FLOAT="right (with text wrapping around)" SIGPLUS_PREVIEW_WIDTH="Preview image width" SIGPLUS_PREVIEW_WIDTH_DESCRIPTION="Default width of preview images to generate [px]. Use the special value 0 with cropping disabled to have the preview image width automatically computed from original image height. Either the preview image width or height must be non-zero." SIGPLUS_PREVIEW_HEIGHT="Preview image height" SIGPLUS_PREVIEW_HEIGHT_DESCRIPTION="Default height of preview images to generate [px]. Use the special value 0 with cropping disabled to have the image preview height automatically computed from original image width. Either the preview image width or height must be non-zero." SIGPLUS_PREVIEW_CROP="Crop when rescaling" SIGPLUS_PREVIEW_CROP_DESCRIPTION="Crop overflowing dimensions when scaling images to preview image size. If set to yes and the ratio of preview image width and height differs from that of the original image, excess parts of the original image are cropped from top and bottom or left and right when rescaling to preview image dimensions. If set to no, the preview image always shows the entire image and the appropriate dimension is reduced. As an example, suppose preview image width and height is set to 100 px. With cropping on, the left and right part of an image with width 400 px and height 200 px will be cut off, and the resulting center 200 px-by-200 px part will be shrunk to preview image size. With cropping off, the entire image will be used to generate the preview image such that the preview image will have dimensions 100 px and 50 px." SIGPLUS_LIGHTBOX="Lightbox pop-up type" SIGPLUS_LIGHTBOX_DESCRIPTION="Lightweight pop-up window engine to display images when a user clicks or moves the mouse over a preview image. Most pop-up windows are activated on mouse click but some on mouse-over." SIGPLUS_LIGHTBOX_NONE="none" SIGPLUS_BOXPLUS="boxplus" SIGPLUS_BOXPLUS_LIGHT="boxplus light theme" SIGPLUS_BOXPLUS_DARK="boxplus dark theme" SIGPLUS_FANCYBOX="FancyBox (with jQuery)" SIGPLUS_FANCYBOX3="FancyBox3 (with jQuery)" SIGPLUS_HOVERPLUS="hoverplus (with MooTools)" SIGPLUS_SLIMBOX2="Slimbox2 (with jQuery)" SIGPLUS_BOOTSTRAP="Bootstrap (with jQuery)" SIGPLUS_LIGHTBOX_AUTOCENTER="Center on scroll" SIGPLUS_LIGHTBOX_AUTOCENTER_DESCRIPTION="Whether to center the pop-up window when its size is less than browser window size and the user scrolls down or across the page. Pop-up windows that exceed browser window size are never auto-centered." SIGPLUS_LIGHTBOX_AUTOFIT="Fit to window" SIGPLUS_LIGHTBOX_AUTOFIT_DESCRIPTION="Whether to automatically reduce oversized images to fit the browser window when they are displayed. Flash and video are always shown in their predefined size, even if they would not fit the screen. When autofit is enabled, an expand/contract control will be shown (typically in the top right corner of the image) to let the user view the image in its original size. Not all pop-up window engines support fit to window." SIGPLUS_LIGHTBOX_THUMBS="Lightbox navigation bar" SIGPLUS_LIGHTBOX_THUMBS_DESCRIPTION="Placement of thumbnail navgiation bar relative to the image shown inside lightbox. When the navigation bar is superimposed over the image, it is only shown while the mouse pointer is within the hotspot area of the navigation container. In contrast, a navigation bar outside the image container is permanently visible. The navigation bar is not shown when the gallery compises of a single image, and no space is reserved in this case even with the outside placement option. Not all pop-up window engines support thumbnail navigation." SIGPLUS_LIGHTBOX_THUMBS_INSIDE="Overlaying image" SIGPLUS_LIGHTBOX_THUMBS_OUTSIDE="In caption area" SIGPLUS_LIGHTBOX_SLIDESHOW="Slideshow delay [ms]" SIGPLUS_LIGHTBOX_SLIDESHOW_DESCRIPTION="Time each image is shown [ms] when slideshow mode is activated inside the lightbox pop-up window, or 0 to disable slideshow mode. When slideshow mode is disabled, no Play control button is not shown in the pop-up window. Not all pop-up window engines support slideshow mode." SIGPLUS_LIGHTBOX_AUTOSTART="Autostart slideshow" SIGPLUS_LIGHTBOX_AUTOSTART_DESCRIPTION="Whether to automatically activate slideshow mode when the pop-up window opens. Not all pop-up window engines support auto-starting slideshows. With autostart disabled, the user has to click the Play control button to start a slideshow. Autostart has no effect when the slideshow mode is disabled." SIGPLUS_ROTATOR_ORIENTATION="Image rotator orientation" SIGPLUS_ROTATOR_ORIENTATION_DESCRIPTION="Orientation of the image rotator viewport. Horizontally oriented rotators move from the right to the left, vertically oriented rotators move from downwards to upwards. Setting the number of rows and columns for the gallery does not affect rotator orientation, which determines the direction the image rotator moves, i.e. it is possible to have a 1-by-3 fixed layout gallery rotating either horizontally or vertically. Images are automatically ordered in the grid to take into account orientation, independently of the number of rows and columns." SIGPLUS_ROTATOR_ORIENTATION_HORIZONTAL="horizontal" SIGPLUS_ROTATOR_ORIENTATION_VERTICAL="vertical" SIGPLUS_ROTATOR_BUTTONS="Hotspot navigation" SIGPLUS_ROTATOR_BUTTONS_DESCRIPTION="Show navigation control buttons < and > on mouse-over in the image rotator. These buttons do not take up additional space and are shown only when the mouse moves over the image gallery (either at the left and right side for horizontally oriented sliders or at the top and bottom for vertically oriented sliders)." SIGPLUS_ROTATOR_NAVIGATION="Navigation bar" SIGPLUS_ROTATOR_NAVIGATION_DESCRIPTION="Placement of permanently visible navigation bar for the image rotator. The navigation bar shows control links such as Previous (<) or Next (>)." SIGPLUS_ROTATOR_NAVIGATION_TOP="top" SIGPLUS_ROTATOR_NAVIGATION_BOTTOM="bottom" SIGPLUS_ROTATOR_NAVIGATION_NONE="none" SIGPLUS_ROTATOR_NAVIGATION_BOTH="both" SIGPLUS_ROTATOR_LINKS="Paging buttons" SIGPLUS_ROTATOR_LINKS_DESCRIPTION="Whether to show buttons that immediately take to a specific rotator image or page. This allows speedy navigation when the gallery comprises of many images. The semantics of the buttons reflect how much the rotator advances in a navigation step." SIGPLUS_ROTATOR_TRIGGER="Navigation trigger" SIGPLUS_ROTATOR_TRIGGER_DESCRIPTION="User action that causes the rotator to start advancing." SIGPLUS_ROTATOR_TRIGGER_CLICK="click" SIGPLUS_ROTATOR_TRIGGER_MOUSEOVER="mouse-over" SIGPLUS_ROTATOR_STEP="Trigger action step" SIGPLUS_ROTATOR_STEP_DESCRIPTION="Unit to advance the rotator upon clicking navigation controls Previous and Next. The value page navigates the user to the next set of images, i.e. each of the images currently shown is replaced with another image or empty space, whereas the value single advances the rotator by a single image, a single row or a single column, depending on context." SIGPLUS_ROTATOR_STEP_SINGLE="single" SIGPLUS_ROTATOR_STEP_PAGE="page" SIGPLUS_ROTATOR_DURATION="Slide duration [ms]" SIGPLUS_ROTATOR_DURATION_DESCRIPTION="Time taken for the rotator to move from one page to another [ms]." SIGPLUS_ROTATOR_DELAY="Animation delay [ms]" SIGPLUS_ROTATOR_DELAY_DESCRIPTION="Time taken between successive automatic slide steps when the mouse moves away from over the rotator [ms]. Use a value of zero to disable automatic “idle” animation." SIGPLUS_LOOP="Wrap around at end" SIGPLUS_LOOP_DESCRIPTION="Whether the image sequence wraps around (loops) such that the first item follows the last and the last precedes the first when clicking navigation buttons." SIGPLUS_CAPTION_VISIBILITY="Image caption visibility" SIGPLUS_CAPTION_VISIBILITY_DESCRIPTION="Visibility of image captions; determines whether captions should always be shown, or only when the mouse pointer is moved over the image. The caption is never visible if an image does not have caption text." SIGPLUS_CAPTION_NONE="none" SIGPLUS_CAPTION_MOUSEOVER="on mouse over only" SIGPLUS_CAPTION_ALWAYS="always" SIGPLUS_CAPTION_POSITION="Image caption position" SIGPLUS_CAPTION_POSITION_DESCRIPTION="Place to show the image caption relative to the image. Overlay captions display the image title in a translucent box that shows up in the top or bottom part of the preview image. Other settings for position reserve additional space for the caption text." SIGPLUS_CAPTION_OVERLAY_BOTTOM="overlay bottom" SIGPLUS_CAPTION_OVERLAY_TOP="overlay top" SIGPLUS_CAPTION_BELOW="below" SIGPLUS_CAPTION_ABOVE="above" SIGPLUS_CAPTION_TITLE_DEFAULT="Default image title" SIGPLUS_CAPTION_TITLE_DEFAULT_DESCRIPTION="Title assigned to images when no image title is embedded in image metadata or supplied in a labels file. Title text accepts BBCode (bulletin board code) with markers for [b]bold[/b], [i]italic[/i], [u]underline[/u], [s]strikethrough[/s], [sub]subscript[/sub], [sup]superscript[/sup], [url]http://example.com[/url] and [url=http://example.com]link[/url], and with linefeeds converted into line breaks." SIGPLUS_CAPTION_SUMMARY_DEFAULT="Default image summary" SIGPLUS_CAPTION_SUMMARY_DEFAULT_DESCRIPTION="Short summary text assigned to images when no image summary is embedded in image metadata or supplied in a labels file. Similarly to title text, it accepts BBCode." ; Administration back-end advanced settings SIGPLUS_FIELDSET_ADVANCED="Advanced settings" SIGPLUS_DOWNLOAD="Download access level" SIGPLUS_DOWNLOAD_DESCRIPTION="Access level required to show the download icon in pop-up window and in captions. When the user with the appropriate access level (e.g. Registered) clicks the icon, the browser prompts the user to save the original image to their local computer. If a high-resolution image is available in a separate folder, the user will be prompted to download that image, otherwise the same image will be downloaded as displayed in the pop-up window." SIGPLUS_METADATA="Metadata access level" SIGPLUS_METADATA_DESCRIPTION="Access level required to show the metadata icon in pop-up window and in captions. When the user with the appropriate access level (e.g. Registered) clicks the icon, metadata and other digital camera information and other image metadata like caption, summary, creator and copyright are displayed in a separate scrollable pop-up window. Some pop-up window implementations do not permit displaying metadata." SIGPLUS_PROTECTION="Image protection" SIGPLUS_PROTECTION_DESCRIPTION="Whether to employ client-side image protection measures. Client-side image protection captures and suppresses mouse right-click (contextmenu) and drag-and-drop actions (dragstart), thereby preventing visitors from easily saving images to their own computer. While useful against a large group of users, client-side prevention mechanisms are completely ineffective against power users who can easily extract images by saving a page snapshot or inspecting the temporary internet files folder, which cannot be prevented with any scripting measure. For a safer alternative, consider watermarking (on the server) instead, which will irreversibly embed a watermark in the image. Not all pop-up window engines support client-side protection." SIGPLUS_CHOOSE="Choose" SIGPLUS_CSS_MARGIN="Preview margin" SIGPLUS_CSS_MARGIN_DESCRIPTION="Margin around preview images [px]; use a number with or without a unit, numbers without a unit default to pixels (px). The margin clears a completely transparent area around the border. If omitted, the margin specified in the style sheet file (sigplus.css) applies." SIGPLUS_CSS_BORDER_STYLE="Preview border style" SIGPLUS_CSS_BORDER_STYLE_DESCRIPTION="Style of border to display around preview images. The border lies around the padding and the preview image. If set to default, the border style specified in the style sheet file (sigplus.css) applies." SIGPLUS_CSS_BORDER_DEFAULT="default" SIGPLUS_CSS_BORDER_NONE="none" SIGPLUS_CSS_BORDER_DOTTED="dotted" SIGPLUS_CSS_BORDER_DASHED="dashed" SIGPLUS_CSS_BORDER_SOLID="solid" SIGPLUS_CSS_BORDER_DOUBLE="double" SIGPLUS_CSS_BORDER_GROOVE="3D grooved" SIGPLUS_CSS_BORDER_RIDGE="3D ridged" SIGPLUS_CSS_BORDER_INSET="3D inset" SIGPLUS_CSS_BORDER_OUTSET="3D outset" SIGPLUS_CSS_BORDER_WIDTH="Preview border width" SIGPLUS_CSS_BORDER_WIDTH_DESCRIPTION="Width of border to display around preview images [px]; use a number with or without a unit, numbers without a unit default to pixels (px). If omitted, the border width specified in the style sheet file (sigplus.css) applies." SIGPLUS_CSS_BORDER_COLOR="Preview border color" SIGPLUS_CSS_BORDER_COLOR_DESCRIPTION="Color of border to display around preview images. If omitted, the border color specified in the style sheet file (sigplus.css) applies. Specify a hexadecimal value between #000000 and #FFFFFF inclusive in the RGB system (red: #FF0000, green: #00FF00, blue: #0000FF), or use the color picker. If border style is none, this setting has no effect." SIGPLUS_CSS_PADDING="Preview padding" SIGPLUS_CSS_PADDING_DESCRIPTION="Padding around preview images [px]; use a number with or without a unit, numbers without a unit default to pixels (px). The padding clears an area directly around the preview image within border bounds. If omitted, the padding specified in the style sheet file (sigplus.css) applies." SIGPLUS_CSS_BACKGROUND_COLOR="Background color" SIGPLUS_CSS_BACKGROUND_COLOR_DESCRIPTION="Background color around images smaller than the viewer area. If omitted, the background color specified in the style sheet file (sigplus.css) applies. Specify a hexadecimal value between 000000 and FFFFFF inclusive in the RGB system (red: FF0000, green: 00FF00, blue: 0000FF), or use the color picker." SIGPLUS_SORT_CRITERION="Image sort criterion" SIGPLUS_SORT_CRITERION_DESCRIPTION="Criterion to use to arrange images within a gallery: images are sorted according to the specified (primary) criterion in the specified order. Criteria that are based on a labels file have a secondary fallback option (in parentheses): when no labels file is found (or there are images not listed in the labels file), the fallback criterion is used to sort (the remaining) images. Criteria that are not based on a labels file sort irrespective of the order of entries in a possible labels file, even if it exists." SIGPLUS_SORT_CRITERION_LABELS_FILENAME="labels file (file name)" SIGPLUS_SORT_CRITERION_LABELS_MTIME="labels file (last modification time)" SIGPLUS_SORT_CRITERION_LABELS_FILESIZE="labels file (file size)" SIGPLUS_SORT_CRITERION_LABELS_RANDOM="labels file (random order)" SIGPLUS_SORT_CRITERION_LABELS="labels file only" SIGPLUS_SORT_CRITERION_FILENAME="file name" SIGPLUS_SORT_CRITERION_MTIME="last modification time" SIGPLUS_SORT_CRITERION_FILESIZE="file size" SIGPLUS_SORT_CRITERION_RANDOM="random" SIGPLUS_SORT_ORDER="Image sort order" SIGPLUS_SORT_ORDER_DESCRIPTION="Order to use within the specified sort criterion: images are sorted according to the specified criterion in the specified order." SIGPLUS_SORT_ORDER_ASCENDING="ascending" SIGPLUS_SORT_ORDER_DESCENDING="descending" SIGPLUS_DEPTH="Recursion depth" SIGPLUS_DEPTH_DESCRIPTION="Recursion limit for scanning directory hierarchies in the file system. The value of 0 restricts images to be included in a gallery to those in the source folder. The value -1 performs a recursive traversal of the directory hierarchy and includes any images that are found in the source folder or any of its descendant folders. A positive value (recommended) sets a depth limit on the recursion." SIGPLUS_WATERMARK_POSITION="Watermark position" SIGPLUS_WATERMARK_POSITION_DESCRIPTION="The position within the image where the watermark is superimposed. For values other than none, the image to use as a watermark should be an image file with alpha channel transparency and placed in either the image source folder (where the images that are shown in the gallery are), the watermark folder or the base folder. When the watermark is superimposed, the original image is not altered but a new watermarked image is created instead." SIGPLUS_ALIGNMENT_NONE="none" SIGPLUS_ALIGNMENT_NORTH="north" SIGPLUS_ALIGNMENT_NORTHEAST="northeast" SIGPLUS_ALIGNMENT_EAST="east" SIGPLUS_ALIGNMENT_SOUTHEAST="southeast" SIGPLUS_ALIGNMENT_SOUTH="south" SIGPLUS_ALIGNMENT_SOUTHWEST="southwest" SIGPLUS_ALIGNMENT_WEST="west" SIGPLUS_ALIGNMENT_NORTHWEST="northwest" SIGPLUS_ALIGNMENT_CENTER="center" SIGPLUS_WATERMARK_X="Distance from horizontal" SIGPLUS_WATERMARK_X_DESCRIPTION="The distance to keep from the left or right edge [px], as appropriate. The distance from the vertical edge is not meaningful for placements center, north and south for which the watermark is automatically centered horizontally." SIGPLUS_WATERMARK_Y="Distance from vertical" SIGPLUS_WATERMARK_Y_DESCRIPTION="The distance to keep from the top or bottom edge [px], as appropriate. The distance from the horizontal edge is not meaningful for placements center, east and west for which the watermark is automatically centered vertically." SIGPLUS_WATERMARK_SOURCE="Filename for watermark" SIGPLUS_WATERMARK_SOURCE_DESCRIPTION="Name to use for the image file (with extension) that serves as a watermark. The image should be a file with alpha channel transparency and placed in either the image gallery folder (where the images that are shown in the gallery are), the subfolder for watermarked images, or the image base folder." SIGPLUS_THUMB_WIDTH="Thumbnail width" SIGPLUS_THUMB_WIDTH_DESCRIPTION="Default width of thumbnail images to generate [px]. Use the special value 0 with cropping disabled to have the thumbnail image width automatically computed from original image height. Either the thumbnail image width or height must be non-zero." SIGPLUS_THUMB_HEIGHT="Thumbnail height" SIGPLUS_THUMB_HEIGHT_DESCRIPTION="Default height of thumbnail images to generate [px]. Use the special value 0 with cropping disabled to have the thumbnail image height automatically computed from original image width. Either the thumbnail image width or height must be non-zero." SIGPLUS_THUMB_CROP="Crop when resizing" SIGPLUS_THUMB_CROP_DESCRIPTION="Crop overflowing dimensions when resizing to thumbnail image size. If yes and the ratio of thumbnail image width and height differs from that of the original image, excess parts of the original image are cropped from top and bottom or left and right when resizing to thumbnail image dimensions. If no, the thumbnail image always shows the entire image and the appropriate dimension is reduced." SIGPLUS_LIGHTBOX_TRANSITION="Lightbox transition effect" SIGPLUS_LIGHTBOX_TRANSITION_DESCRIPTION="Easing equation to use for the lightbox warp transition effect, i.e. speed at which the sizing animation progresses at different stages of a lightbox opens or changes animation sequence." SIGPLUS_ROTATOR_ALIGNMENT="Rotator item alignment" SIGPLUS_ROTATOR_ALIGNMENT_DESCRIPTION="Positioning of items within their container." SIGPLUS_ROTATOR_TRANSITION="Rotator transition effect" SIGPLUS_ROTATOR_TRANSITION_DESCRIPTION="Easing equation to use for the rotator transition effect, i.e. speed at which the rotate animation progresses at different stages of a slide animation sequence." SIGPLUS_TRANSITION_LINEAR="linear" SIGPLUS_TRANSITION_QUAD="quadratic" SIGPLUS_TRANSITION_CUBIC="cubicular" SIGPLUS_TRANSITION_QUART="quartetic" SIGPLUS_TRANSITION_QUINT="quintic" SIGPLUS_TRANSITION_EXPO="exponential" SIGPLUS_TRANSITION_CIRC="circular" SIGPLUS_TRANSITION_SINE="sinusoidal" SIGPLUS_TRANSITION_BACK="back and forth" SIGPLUS_TRANSITION_BOUNCE="bouncy" SIGPLUS_TRANSITION_ELASTIC="elastic curve" SIGPLUS_CAPTION_TITLE_TEMPLATE="Image title template" SIGPLUS_CAPTION_TITLE_TEMPLATE_DESCRIPTION="Template for the image title with placeholders like {$text}, {$filename}, {$current} and {$total}, which will be automatically substituted with the image title text (either the explicitly specified one or the default), the image file name, the ordinal number of the image in its gallery and the total number of images in the gallery, respectively. In addition, image title template accepts BBCode, similarly to default image title." SIGPLUS_CAPTION_SUMMARY_TEMPLATE="Image summary template" SIGPLUS_CAPTION_SUMMARY_TEMPLATE_DESCRIPTION="Template for the image summary with the same placeholders as the title template. In addition, image summary template accepts BBCode, similarly to default image summary." SIGPLUS_CACHE_IMAGE="Folder for caching images" SIGPLUS_CACHE_IMAGE_DESCRIPTION="Whether to use Joomla cache folder, the Joomla media folder, or the image source folder for storing generated preview images and thumbnails. This setting has no performance implications, it only affects how generated images are organized on the server. If the Joomla cache (or media) folder is chosen, generated image folders are created inside the cache (or media) folder, letting you clean up generated images directly from the Joomla back-end with a few clicks. Since the cache folder is shared across all galleries, image file names are hashed to avoid name conflicts. If the image source folder is chosen, generated image folders are created as child folders of their respective image source folders. A subdirectory naming scheme ensures that generated images of different sizes and cropping methods do not overwrite one another when configuration settings are altered." SIGPLUS_CACHE_JOOMLA_CACHE_FOLDER="Joomla cache folder" SIGPLUS_CACHE_JOOMLA_MEDIA_FOLDER="Joomla media folder" SIGPLUS_CACHE_IMAGE_SOURCE_FOLDER="image source folder" SIGPLUS_FOLDER_THUMB="Thumbnail folder" SIGPLUS_FOLDER_THUMB_DESCRIPTION="Subdirectory to store thumbnail images. Thumbnail images are low-resolution images with width and height of at most 100 pixels used inside a pop-up window to help navigation. Use a relative path, which is interpreted w.r.t. the image folder (or the cache folder). With no cache folder use, default image base and thumbnail folder, using sigplus/birds as the images folder causes thumbnails to be read from root/images/sigplus/birds/thumbs. Appropriate file permissions are required to automatically create this folder and the thumbnails within." SIGPLUS_FOLDER_PREVIEW="Preview folder" SIGPLUS_FOLDER_PREVIEW_DESCRIPTION="Subdirectory to store preview images. Preview images are low- to medium-resolution images typically displayed in an image rotator. Preview images are retrieved from the server on demand, i.e. only those preview images are downloaded that are being shown. Use a relative path, which is interpreted w.r.t. the image source folder (or the cache folder). With no cache folder use, default image base and preview image folder, using sigplus/birds as the images folder causes preview images to be read from root/images/sigplus/birds/preview. Appropriate file permissions are required to automatically create this folder and the preview images within." SIGPLUS_FOLDER_FULLSIZE="Folder for originals" SIGPLUS_FOLDER_FULLSIZE_DESCRIPTION="Subdirectory to look for high-resolution original images. When the user clicks the download icon, the browser will prompt to save the image in this folder to the user's local computer instead of the (possibly lower-resolution) image that is being shown in the lightbox pop-up window. The full-size image folder is useful for providing a high-quality image version for archival or printing rather than web browsing. If no high-quality version is available, the same image as shown in the lightbox pop-up window will be downloaded. Use a relative path, which is interpreted w.r.t. the image source folder." SIGPLUS_FOLDER_WATERMARKED="Folder for watermarking" SIGPLUS_FOLDER_WATERMARKED_DESCRIPTION="Subdirectory to save watermarked images. A watermarked image has the same width and height as the corresponding original image but has the watermark irreversibly embedded in it." SIGPLUS_IMAGE_QUALITY="Generated image quality" SIGPLUS_IMAGE_QUALITY_DESCRIPTION="Image quality parameter for generating preview images and thumbnails with the lossy JPEG compression. Ranges from 0 (worst quality, smaller file) to 100 (best quality, biggest file) inclusive. Other image types with lossless compression (e.g. PNG or GIF) are not affected." SIGPLUS_CAPTION_SOURCE="Filename for labels" SIGPLUS_CAPTION_SOURCE_DESCRIPTION="Name to use for the text file (with extension) that contains image labels and descriptions." SIGPLUS_MULTILINGUAL="Use multilingual labels" SIGPLUS_MULTILINGUAL_DESCRIPTION="Support language-sensitive image file labeling. If enabled, labels file is selected based on the site language, e.g. English (UK) uses labels.en-GB.txt. Multilingual support is useful if your site displays in multiple languages, e.g. by means of the Joomfish component. Should you have a labels file labels.en-GB.txt for English visitors and a labels.pt-PT.txt for Portuguese visitors, sigplus will use the language file that matches the visitor's current language. If no labels file is found with the matching language, there is a fallback to labels.txt as if multilingual support was not enabled. If your site uses a single language (which should not necessarily be English), you can safely disable multilingual support and use a labels.txt file to store your captions." SIGPLUS_TAG_GALLERY="Gallery activation tag" SIGPLUS_TAG_GALLERY_DESCRIPTION="Sets the activation tag used for invoking sigplus. Changing this setting is recommended only if sigplus conflicts with another image gallery plug-in that would also be activated with the {gallery} tag. The tag name may only contain (English) letters and is case-sensitive." SIGPLUS_TAG_LIGHTBOX="Lightbox activation tag" SIGPLUS_TAG_LIGHTBOX_DESCRIPTION="Sets the activation tag used for associating a link with the lightbox pop-up window. Changing this setting is recommended only if sigplus conflicts with another lightbox plug-in that would also be activated with the {lightbox} tag. The tag name may only contain (English) letters and is case-sensitive." SIGPLUS_SETTINGS_ADDITIONAL="Additional settings" SIGPLUS_SETTINGS_ADDITIONAL_DESCRIPTION="Parameters as name=value pairs to pass unaltered to sigplus. For the plug-in, this is equivalent to specifying these parameters in every single occurrence of the activation tag; for the module, it allows customization that would not otherwise be available via controls in the back-end. For example, when using the boxplus lightbox window, passing the lightbox:contextmenu=0 parameter disables the context menu when right-clicking an image in the pop-up window. For the complete list of parameters, consult the sigplus documentation." SIGPLUS_SETTINGS_MIGRATE="Migrate settings" SIGPLUS_SETTINGS_MIGRATE_DESCRIPTION="Save current settings to or restore settings from JavaScript Object Notation (JSON)." SIGPLUS_SETTINGS_EXPORT="Export" SIGPLUS_SETTINGS_IMPORT="Import" ; Administration back-end expert settings SIGPLUS_FIELDSET_EXPERT="Expert settings" SIGPLUS_BASE_URL="Base URL" SIGPLUS_BASE_URL_DESCRIPTION="Base URL that corresponds to absolute base folder. This field should be left empty if the base folder is a relative path w.r.t. the Joomla root directory. However, if an absolute path is specified for the base folder, which typically happens when images are served from the same file system but under a different domain or subdomain, this setting determines what to prefix image folder paths with." SIGPLUS_LIBRARY_JSAPI="JavaScript library source" SIGPLUS_LIBRARY_JSAPI_DESCRIPTION="Source for JavaScript libraries not native to the Joomla framework (e.g. jQuery). Use a Content Delivery Network (CDN) to fetch script libraries when the site is exposed to the public internet, in which case the pages of your site may load significantly faster. On the other hand, you might want to set JavaScript library source to a local copy if your template uses a script merger or your site is accessible only within a (corporate) intranet; or none if you use a separate system plug-in to load script libraries. This setting (with a value other than none) only affects performance, not functionality. The setting has no effect when only the MooTools framework is in use, which is served by Joomla." SIGPLUS_LIBRARY_JSAPI_DEFAULT="default (Google CDN with version check)" SIGPLUS_LIBRARY_JSAPI_GOOGLE="Google Ajax API CDN" SIGPLUS_LIBRARY_JSAPI_MICROSOFT="Microsoft CDN" SIGPLUS_LIBRARY_JSAPI_JQUERY="jQuery CDN" SIGPLUS_LIBRARY_JSAPI_LOCAL="local copy" SIGPLUS_LIBRARY_JSAPI_NONE="none" SIGPLUS_LIBRARY_IMAGE="Image processing library" SIGPLUS_LIBRARY_IMAGE_DESCRIPTION="Image processing library to use for generating thumbnail, preview and watermarked images. Only those PHP libraries are listed that are supported by your system. When this setting reads none, you will not be able to use automatic image generation services normally provided by sigplus, and will have to supply your own images generated off-line." SIGPLUS_LIBRARY_IMAGE_NONE="none" SIGPLUS_LIBRARY_IMAGE_DEFAULT="default" SIGPLUS_LIBRARY_IMAGE_GD="GD (Graphics Draw)" SIGPLUS_LIBRARY_IMAGE_GMAGICK="GraphicsMagick" SIGPLUS_LIBRARY_IMAGE_IMAGICK="ImageMagick" SIGPLUS_DEBUG_CLIENT="Client debug mode" SIGPLUS_DEBUG_CLIENT_DESCRIPTION="Whether to use uncompressed versions of lightbox and rotator engine scripts. Normally, compressed and obfuscated versions of these scripts are used to conserve network bandwidth usage. Debug mode is useful if you experience a script error on a page and you would like to discover its cause, which is difficult to perform with obfuscated names. When asking for support, please make sure to enable client debug mode." SIGPLUS_DEBUG_SERVER="Server debug mode" SIGPLUS_DEBUG_SERVER_DESCRIPTION="The verbosity level of printing error, warning and status messages of actions performed on the server. This allows identifying any problematic points (e.g. an unrecognized image format) encountered while a gallery is being generated. The default behavior is to show error and warning messages, and reveal the gallery parameters. The level laconic allows only for a very generic error message and hides as much information as possible. The level verbose displays a detailed log trace. The level none hides even the most critical error messages." SIGPLUS_DEBUG_DEFAULT="default" SIGPLUS_DEBUG_NONE="none" SIGPLUS_DEBUG_LACONIC="laconic" SIGPLUS_DEBUG_VERBOSE="verbose" SIGPLUS_CLEAN_DATABASE="Clean database on save" SIGPLUS_CLEAN_DATABASE_DESCRIPTION="Whether to discard all data cached in Joomla database tables when the plug-in configuration settings are saved." ; Front-end messages SIGPLUS_GALLERY_EMPTY="There are no images in the gallery." SIGPLUS_CLOSE="Close" SIGPLUS_PREVIOUS="Previous" SIGPLUS_NEXT="Next" SIGPLUS_SHOW_MORE="Show next {$next} of {$left} remaining..." SIGPLUS_NO_MORE="No more items to show" ; Debug and logging SIGPLUS_STATUS_LOGGING="sigplus is currently set to run in logging mode. This should be turned off in a production environment by setting the constant SIGPLUS_LOGGING in sigplus.php to false, in which case this message will also disappear." ; Language-dependent substitutions in messages SIGPLUS_ROOT="root" SIGPLUS_IMAGETYPE_THUMB="thumbnails" SIGPLUS_IMAGETYPE_PREVIEW="medium-sized image previews" SIGPLUS_IMAGETYPE_FULLSIZE="high-resolution image variants" SIGPLUS_IMAGETYPE_WATERMARKED="watermarked images" SIGPLUS_ENGINE_LIGHTBOX="lightbox" SIGPLUS_ENGINE_ROTATOR="rotator" ; Exceptions and error messages SIGPLUS_EXCEPTION_MESSAGE="An error has occurred related to a sigplus gallery." SIGPLUS_EXCEPTION_MESSAGE_TIMEOUT="Many new images have been added to a sigplus gallery recently; sigplus needs more time to generate preview and thumbnail images. Please refresh the page." SIGPLUS_EXCEPTION="[sigplus] Critical error" SIGPLUS_EXCEPTION_BASEURL="Unable to deduce image base URL from the current configuration settings, please specify an explicit base URL in the back-end." SIGPLUS_EXCEPTION_URLENCODING="URLs are assumed to have been URL-encoded but the URL {$url} appears to have an invalid character." SIGPLUS_EXCEPTION_TEXTFORMAT="Text files are assumed to be plain text with UTF-8 character encoding but {$textfile} uses a different format or encoding." SIGPLUS_EXCEPTION_HTML="Image source is expected to be typed as plain text but {$value} appears to contain HTML tags. Please make sure the image source path or URL is either entered using the keyboard or pasted as plain text." SIGPLUS_EXCEPTION_SOURCE="Image source is expected to be a full URL or a path relative to the image base folder specified in the back-end but {$value} is neither a URL nor a relative path to an existing file or folder." SIGPLUS_EXCEPTION_CASE_MISMATCH="Image source {$given} cannot be found with a case-sensitive search but a file system entry {$existing} exists. While some operating systems (e.g. Windows) are case-insensitive, others (e.g. Linux) are case-sensitive in matching file system entries. On this server, the image source must match the file system entry exactly, including character case." SIGPLUS_EXCEPTION_FEED="Invalid RSS or Atom feed URL {$value}. When displaying web albums hosted at Picasa or Flickr, you should use the RSS feed link, not the URL for browsing the web album." SIGPLUS_EXCEPTION_ACCESS="Insufficient file system permissions to access the file or folder {$file}." SIGPLUS_EXCEPTION_CREATE="Insufficient file system permissions to create the file or folder {$file}." SIGPLUS_EXCEPTION_IMAGE="The image {$file} is not an image or has an unrecognized image format." SIGPLUS_EXCEPTION_IMAGE_PROCESSING="The image processing library has triggered an error while producing generated images: {$message}" SIGPLUS_EXCEPTION_REMOTE="Unable to access the remote location {$value}." SIGPLUS_EXCEPTION_REMOTE_SSL="Unable to access the remote location {$value} via SSL. If you use the protocol https or ftps, you should make sure OpenSSL support is enabled in the server PHP configuration." SIGPLUS_EXCEPTION_FOLDER_BASE="The image base folder specified in the administration back-end is expected to be a relative path w.r.t. the Joomla root or an absolute path but {$value} appears to be neither of them." SIGPLUS_EXCEPTION_FOLDER_INVALID="The folder for {$type} specified in the administration back-end is expected to be a relative path w.r.t. the image folder but {$value} does not appear to be one." SIGPLUS_EXCEPTION_FOLDER_CONFLICT="Folders for different types of generated images must be all different, but currently at least two of them are set to {$value}." SIGPLUS_EXCEPTION_ENGINE="The current combination of configuration settings requires the {$engine} {$enginetype} engine, which is not available." SIGPLUS_EXCEPTION_LIBRARY_IMAGE_PROCESSING="This operation expects an image processing PHP extension such as GD, ImageMagick or Gmagick to be enabled in the PHP configuration, please consult your server administrator." SIGPLUS_EXCEPTION_MEMORY="Insufficient memory to carry out an operation on {$file}, an approximate {$required} bytes required, {$available} bytes available. (Not all available memory can be consumed in order to ensure safe operations.)" SIGPLUS_EXCEPTION_NOTSUPPORTED="This syntax or combination of configuration settings is not supported. Some settings are mutually exclusive, please check the documentation on whether your set of configuration parameters is valid." SIGPLUS_EXCEPTION_TIMEOUT="An execution time-out has been encountered while images were being generated. The maximum script execution time is server-specific. Exceeding the maximum execution time is typically the result of many images or a few excessively large images in a gallery. You may re-load the page to let sigplus continue the process. If you periodically get this error message, try reducing the number or size of images in the gallery. If you pass this stage, however, you can be sure your visitors will never encounter this error message, which is associated with an operation that is a one-time cost when a gallery is shown for the first time." SIGPLUS_EXCEPTION_DOWNLOAD_ACCESS="The image is not available for download; you lack access permissions or the image no longer exists." SIGPLUS_EXCEPTION_DOWNLOAD_HEADERS="The image {$file} cannot be downloaded, HTTP response headers have already been sent. This indicates a conflict with another extension that manipulates HTTP headers."