diff --git a/po/lightbox2-module.pot b/po/lightbox2-module.pot index 15f68926ba39a7b08b90a82b34454beba1750007..6e8214f2817c07e88f28bce10f733465e2a2ebcc 100644 --- a/po/lightbox2-module.pot +++ b/po/lightbox2-module.pot @@ -2,13 +2,15 @@ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME -# Generated from file: lightbox2.info,v 1.1 2007/04/30 10:33:29 snpower +# Generated from files: +# lightbox2.module,v 1.16.2.16.2.43 2008/01/30 13:23:17 snpower +# lightbox2.info,v 1.1 2007/04/30 10:33:29 snpower # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2007-10-19 11:59+0100\n" +"POT-Creation-Date: 2008-01-30 13:44+0000\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" @@ -17,43 +19,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: lightbox2.module:30 lightbox2.info:0 +#: lightbox2.module:25 lightbox2.info:0 msgid "Enables Lightbox V2 for Drupal" msgstr "" -#: lightbox2.module:32 -msgid "

Overview

\n

Lightbox JS V2 is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers. The module comes with a Lightbox2 Lite option which does not use the JQuery libraries; it is therefore less likely to conflict with anything else.

\n

Places images above your current page, not within. This frees you from the constraints of the layout, particularly column widths. Keeps users on the same page. Clicking to view an image and then having to click the back button to return to your site is bad for continuity (and no fun!).

\n

Features

\nThe version 2 module has several benefits over the plain Lightbox module. Note, not all of these features are available when the \"Lightbox2 Lite\" option is enabled.\n
    \n
  • Image Sets: group related images and navigate through them with ease - ideal for your image galleries.
  • \n
  • Visual Effects: fancy pre-loader and transition when you click on the image.
  • \n
  • Zoom Capability: larger images are reduced in size so they fit snugly inside the browser window. A zoom button can then be clicked on to see it in its original size.
  • \n
  • Automatic Image Detection: configurable automatic re-formatting of\nimage thumbnails, so there is no need to add 'rel=\"lightbox\"' to each\nimage link on your site. Image, Inline, Flickr, Image Assist and CCK Imagefield modules are all\nsupported (images must have the \"inline\", \"thumbnail\", \"image-thumbnail\" or\n\"flickr-photo-img\" classes).
  • \n
  • Imagecache Support: adds a Lightbox2 field formatter for CCK imagefields for your custom views.
  • \n
  • Image Node Link: a link to the image node can be provided within the lightbox itself.
  • \n
  • Page Exclusion Capability: exclude certain pages on your site from having the lightbox2 functionality.
  • \n
  • Gallery 2 Support: support for Gallery 2 images via the Gallery module (beta).
  • \n
\n

Usage

\n

Add rel="lightbox" attribute to any link tag to activate the lightbox. For example:

\n

<a href="image-1.jpg" rel="lightbox" title="my caption">image #1</a>

\n

Optional: Use the title attribute if you want to show a caption.

\n

If you have a set of related images that you would like to group, follow\n step one but additionally include a group name between square brackets in the\n rel attribute. For example:

<a href=\"images/image-1.jpg\"\n rel=\"lightbox[roadtrip]\">image #1</a>
\n<a href=\"images/image-2.jpg\" rel=\"lightbox[roadtrip]\">image\n#2</a>
\n<a href=\"images/image-3.jpg\" rel=\"lightbox[roadtrip]\">image\n#3</a>

\n

No limits to the number of image sets per page or how many images are allowed\nin each set. Go nuts!

" +#: lightbox2.module:27 +msgid "

Overview

\n

Lightbox JS V2 is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers. The module comes with a Lightbox2 Lite option which does not use the JQuery libraries; it is therefore less likely to conflict with anything else.

\n

Places images above your current page, not within. This frees you from the constraints of the layout, particularly column widths. Keeps users on the same page. Clicking to view an image and then having to click the back button to return to your site is bad for continuity (and no fun!).

\n

Features

\nThe version 2 module has several benefits over the plain Lightbox module. Note, not all of these features are available when the \"Lightbox2 Lite\" option is enabled.\n
    \n
  • Image Sets: group related images and navigate through them with ease - ideal for your image galleries.
  • \n
  • Visual Effects: fancy pre-loader and transition when you click on the image.
  • \n
  • Zoom Capability: larger images are reduced in size so they fit snugly inside the browser window. A zoom button can then be clicked on to see it in its original size.
  • \n
  • Automatic Image Detection: configurable automatic re-formatting of\nimage thumbnails, so there is no need to add 'rel=\"lightbox\"' to each\nimage link on your site. Image, Inline, Flickr, Image Assist and CCK Imagefield modules are all\nsupported (images must have the \"flickr-photo-img\", \"thumbnail\", \"image-thumbnail\", \"preview\", \"image-preview\", etc, classes).
  • \n
  • Imagecache Support: adds a Lightbox2 field formatter for CCK imagefields for your custom views.
  • \n
  • Image Node Link: a link to the image node can be provided within the lightbox itself.
  • \n
  • Page Exclusion Capability: exclude certain pages on your site from having the lightbox2 functionality.
  • \n
  • Gallery 2 Support: support for Gallery 2 images via the Gallery module (beta).
  • \n
\n

Usage

\n

Add rel="lightbox" attribute to any link tag to activate the lightbox. For example:

\n

<a href="image-1.jpg" rel="lightbox" title="my caption">image #1</a>

\n

Optional: Use the title attribute if you want to show a caption.

\n

If you have a set of related images that you would like to group, follow\n step one but additionally include a group name between square brackets in the\n rel attribute. For example:

<a href=\"images/image-1.jpg\"\n rel=\"lightbox[roadtrip]\">image #1</a>
\n<a href=\"images/image-2.jpg\" rel=\"lightbox[roadtrip]\">image\n#2</a>
\n<a href=\"images/image-3.jpg\" rel=\"lightbox[roadtrip]\">image\n#3</a>

\n

No limits to the number of image sets per page or how many images are allowed\nin each set. Go nuts!

" msgstr "" -#: lightbox2.module:132 +#: lightbox2.module:143 msgid "View Image Details" msgstr "" -#: lightbox2.module:132 +#: lightbox2.module:143 msgid "Image !current of !total" msgstr "" -#: lightbox2.module:140 +#: lightbox2.module:150 msgid "Lightbox2 Lite" msgstr "" -#: lightbox2.module:148 +#: lightbox2.module:158 msgid "Use Lightbox2 Lite" msgstr "" -#: lightbox2.module:149 +#: lightbox2.module:159 msgid "Checking this box will enable Lightbox2 Lite and will disable all of the automatic image node URL re-formatting features. It also disables all grouping features." msgstr "" -#: lightbox2.module:158 -msgid "General settings" -msgstr "" - -#: lightbox2.module:166 +#: lightbox2.module:167 msgid "Use Alternative Layout" msgstr "" -#: lightbox2.module:167 +#: lightbox2.module:168 msgid "Enabling this option alters the layout of the lightbox elements. This doesn't apply when using Lightbox Lite." msgstr "" @@ -82,110 +80,199 @@ msgid "By default, when the image being displayed in the lightbox is larger than msgstr "" #: lightbox2.module:200 -msgid "Enable Gallery 2 Filter" +msgid "Disable LightBox for these urls" msgstr "" #: lightbox2.module:201 -msgid "Checking this box will enable the Gallery 2 filter." +msgid "List the urls where the lightbox should be disabled, e.g. \\\"node/add/page\\\". Use <front> to match the front page. Put each url on a separate line. You can use the % character as a wildcard." msgstr "" -#: lightbox2.module:208 -msgid "Disable LightBox for these urls" +#: lightbox2.module:209 +msgid "Advanced settings" msgstr "" -#: lightbox2.module:209 -msgid "List the urls where the lightbox should be disabled, e.g. \\\"node/add/page\\\". Use <front> to match the front page. Put each url on a separate line. You can use the % character as a wildcard." +#: lightbox2.module:221 +msgid "Overlay Opacity" +msgstr "" + +#: lightbox2.module:223 +msgid "The overlay opacity setting determines how visible or\ntransparent the background page is behind the lightbox. The opacity value can\nrange from 0.0 to 1.0 where 0.0 is 100% transparent and 1.0 is 100% opaque." msgstr "" -#: lightbox2.module:218 -msgid "Automatic image handling options" +#: lightbox2.module:234 +msgid "Location of Javscript" msgstr "" -#: lightbox2.module:219 -msgid "These options allow automatic URL re-formatting of Image Nodes. This removes the need for you to add 'rel=\"lightbox\"' to each image node link throughout your site. Only image nodes which have the CSS classes \"inline\", \"thumbnail\", \"image-thumbnail\" or \"flickr-photo-img\" will have their URLs automatically re-formatted. This feature is not available when using Lightbox2 Lite." +#: lightbox2.module:235 +msgid "Header" msgstr "" -#: lightbox2.module:227 +#: lightbox2.module:235 +msgid "Footer" +msgstr "" + +#: lightbox2.module:236 +msgid "By default, the lightbox javascript files are loaded in the HTML header. However, for sites using SWFObject to load their Flash content, the footer setting is recommended to prevent \"Operation Aborted\" errors in IE. If using the footer setting, please note that not all themes correctly implement the footer region and may require a small change." +msgstr "" + +#: lightbox2.module:261 +msgid "These options allow automatic URL re-formatting of Image Nodes. This removes the need for you to add 'rel=\"lightbox\"' to each image node link throughout your site. You can select which image sizes will trigger the lightbox and images which have the CSS classes \"inline\" or \"flickr-photo-img\" will also have their URLs automatically re-formatted. This feature is not available when using Lightbox2 Lite." +msgstr "" + +#: lightbox2.module:268 msgid "Enable for Image Nodes" msgstr "" -#: lightbox2.module:228 +#: lightbox2.module:269 msgid "Checking this box will enable automatic URL formatting for Image Nodes." msgstr "" -#: lightbox2.module:235 +#: lightbox2.module:284 +msgid "Lightbox image display size" +msgstr "" + +#: lightbox2.module:287 +msgid "Select which image size will be loaded in the lightbox. This only applies to images uploaded with the Image module." +msgstr "" + +#: lightbox2.module:293 +msgid "Image trigger size" +msgstr "" + +#: lightbox2.module:295;425 +msgid "Thumbnail" +msgstr "" + +#: lightbox2.module:296 +msgid "Select which image size, when clicked on, will automatically trigger the lightbox. This only applies to images uploaded with the Image module." +msgstr "" + +#: lightbox2.module:304 msgid "Enable Grouping" msgstr "" -#: lightbox2.module:236 +#: lightbox2.module:305 msgid "Checking this box will enable automatic grouping of Image Nodes on a page. Useful for image galleries." msgstr "" -#: lightbox2.module:243 +#: lightbox2.module:312 msgid "Enable for Flickr images" msgstr "" -#: lightbox2.module:244 +#: lightbox2.module:313 msgid "Checking this box will enable automatic URL formatting for Flickr images." msgstr "" -#: lightbox2.module:251 +#: lightbox2.module:320 msgid "Text for Node Link" msgstr "" -#: lightbox2.module:252 +#: lightbox2.module:321 msgid "This is the text that will appear as the link to the node underneath the image in the lightbox" msgstr "" -#: lightbox2.module:259 +#: lightbox2.module:328 msgid "Disable Lightbox for Gallery Lists" msgstr "" -#: lightbox2.module:260 -msgid "Checking this box will disable the lightbox for images in gallery lists. This means it is possible to open a gallery by clicking on the teaser image, but the lightbox will still appear when viewing images within the gallery." +#: lightbox2.module:329 +msgid "Checking this box will disable the lightbox for images in gallery lists. This means it is possible to open a gallery by clicking on the teaser image, but the lightbox will still appear when viewing images within the gallery. This only applies to image galleries created with the \"image gallery\" module." +msgstr "" + +#: lightbox2.module:337 +msgid "Disable Lightbox for Acidfree Gallery Lists" +msgstr "" + +#: lightbox2.module:338 +msgid "Checking this box will disable the lightbox for images in gallery lists. This means it is possible to open a gallery by clicking on the teaser image, but the lightbox will still appear when viewing images within the gallery. This only applies to image galleries created with the \"acidfree\" module." +msgstr "" + +#: lightbox2.module:354;386 +msgid "Image links with 'rel=\"lightbox\"' in the tag will appear in a Lightbox when clicked on." +msgstr "" + +#: lightbox2.module:357 +msgid "To add a lightbox to your images, add rel=\"lightbox\" attribute to any link tag to activate the lightbox. For example:" +msgstr "" + +#: lightbox2.module:358 +msgid "<a href=\"image-1.jpg\" rel=\"lightbox\" title=\"my caption\">image #1</a>" +msgstr "" + +#: lightbox2.module:359 +msgid "The title attribute in the link tag is optional. The addition of this attribute enables the display of a caption with the image displayed in the lightbox." +msgstr "" + +#: lightbox2.module:360 +msgid "If you have a set of related images that you would like to group, then you will need to include a group name between square brackets in the rel attribute. For example:" msgstr "" -#: lightbox2.module:272 +#: lightbox2.module:361 +msgid "<a href=\"image-1.jpg\" rel=\"lightbox[roadtrip]\">image #1</a>
<a href=\"image-2.jpg\" rel=\"lightbox[roadtrip]\">image #2</a>
<a href=\"image-3.jpg\" rel=\"lightbox[roadtrip]\">image #3</a>
" +msgstr "" + +#: lightbox2.module:362 +msgid "There are no limits to the number of image sets per page or how many images are allowed in each set." +msgstr "" + +#: lightbox2.module:363 +msgid "If you wish to turn the caption into a link, format your caption in the following way:" +msgstr "" + +#: lightbox2.module:364 +msgid "<a href=\"image-1.jpg\" rel=\"lightbox\" title='<a href=\"http://www.yourlink.com\">View Image Details</a>'>image #1</a>" +msgstr "" + +#: lightbox2.module:369 msgid "Image links from G2 are formatted for use with Lightbox.V2" msgstr "" -#: lightbox2.module:280 +#: lightbox2.module:379 msgid "Lightbox filter" msgstr "" -#: lightbox2.module:282 +#: lightbox2.module:379 +msgid "Lightbox G2 filter" +msgstr "" + +#: lightbox2.module:383 msgid "Turns g2_filter links into Lightbox.V2 appropriate links" msgstr "" -#: lightbox2.module:328 +#: lightbox2.module:445 msgid "press !x to close" msgstr "" -#: lightbox2.module:79 +#: lightbox2.module:72 msgid "administer lightbox2" msgstr "" -#: lightbox2.module:97 lightbox2.info:0 +#: lightbox2.module:90 lightbox2.info:0 msgid "Lightbox2" msgstr "" -#: lightbox2.module:98 +#: lightbox2.module:91;98 msgid "Allows the user to configure the lightbox2 settings" msgstr "" -#: lightbox2.module:0 lightbox2.install:10;34 -msgid "lightbox2" +#: lightbox2.module:97 +msgid "General" msgstr "" -#: lightbox2.install:10 -msgid "lightbox2 module installed" +#: lightbox2.module:107 +msgid "Automatic image handling" msgstr "" -#: lightbox2.install:34 -msgid "lightbox2 module un-installed" +#: lightbox2.module:108 +msgid "Allows the user to configure the lightbox2 automatic image handling settings" +msgstr "" + +#: lightbox2.module:0 +msgid "lightbox2" msgstr "" #: lightbox2.info:0 msgid "Javascript tools" msgstr "" +