diff --git a/translations/de.po b/translations/de.po index 0caa30f9a2f73a2e32788f196010ed651e843a8d..a0236a147abfe9a4ab7e99c919af798c385fa1e0 100644 --- a/translations/de.po +++ b/translations/de.po @@ -1,394 +1,708 @@ -# translation of de_56.po to -# $Id$ -# ----------------------------------------------------------------------------- -# translation of de.po to -# translation of lightbox2.po to -# LANGUAGE translation of Drupal (general) -# Copyright YEAR NAME -# +# German translation of lightbox2 (6.x-1.6) +# Copyright (c) 2008 by the German translation team # Generated from files: -# lightbox2.module,v 1.16.2.17.2.17 2007/10/11 10:52:29 snpower -# lightbox2.info,v 1.1.2.1.2.1 2007/09/26 16:34:54 snpower +# lightbox2.module,v 1.16.2.16.2.85 2008/05/02 22:27:34 snpower +# lightbox2.info,v 1.1.6.3 2008/04/12 14:21:41 snpower # -# ----------------------------------------------------------------------------- msgid "" msgstr "" -"Project-Id-Version: de_56\n" -"POT-Creation-Date: 2007-10-19 11:08+0100\n" -"PO-Revision-Date: 2007-10-24 18:38+0200\n" -"Last-Translator: Helge\n" -"Language-Team: \n" +"Project-Id-Version: lightbox2 (6.x-1.6)\n" +"POT-Creation-Date: 2008-05-12 15:52+0200\n" +"PO-Revision-Date: 2008-05-12 15:52+0100\n" +"Language-Team: German\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Last-Translator: Tobias Bähr \n" +"X-Poedit-Language: German\n" -#: lightbox2.module:30 lightbox2.info:0 -msgid "Enables Lightbox V2 for Drupal" -msgstr "Aktiviert Lightbox 2 in Drupal" +#: lightbox2.module:460 +msgid "Disabled" +msgstr "Deaktiviert" -#: lightbox2.module:33 -#, fuzzy -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

\n" -"The 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\n" -"image thumbnails, so there is no need to add 'rel=\"lightbox\"' to each\n" -"image link on your site. Image, Inline, Flickr, Image Assist and CCK Imagefield modules are " -"all\n" -"supported (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\n" -"in each set. Go nuts!

" -msgstr "" -"

Übersicht

\n" -"

Lightbox JS 2 ist ein einfaches, dezentes Script " -"um Bilder über die aktuelle Seite zu legen. Es ist schnell einzurichten und " -"funktioniert mit allen aktuellen Browsern. Das Modul beinhaltet eine " -"Lightbox 2 Lite-Option, welche nicht die jQuery-Bibliotheken benötigt und " -"dadurch kaum zu Konflikten führen kann.

\n" -"

Es platziert Bilder über der aktuellen Seite, " -"nicht in der Seite. Dies löst einen aus den Grenzen des Layouts, " -"insbesondere Spaltenbreiten. Der Benutzer bleibt auf der gleichen Seite und " -"muss nicht erst umständlich auf das Bild klicken und anschließend auf den " -"Zurück-Knopf seines Browsers, was die Betrachtung der Seite stört.

\n" -"

Funktionen

\n" -"Die Version 2 hat einige Vorzüge gegenüber früheren Versionen der Lightbox. " -"Allerdings sind nicht alle Funktionen mit der Lightbox 2 Lite-Version " -"verfügbar.\n" -"
    \n" -"
  • Bildersammlungen: Bilder können gruppiert und mittels einer Navigation " -"leicht durchgesehen werden - ideal für Galerien.
  • \n" -"
  • Visuelle Effekte: ein origineller Ladebildschirm und ein dezenter " -"Übergang beim Klick auf das Bild.
  • \n" -"
  • Zoom-Funktion: Große Bilder werden verkleinert, damit sie in das Browser-" -"Fenster passen. Durch den Zoom-Knopf ist es möglich das Bild in Original-" -"Größe zu betrachten.
  • \n" -"
  • Automatische Bilderkennung: einstellbare, automatische Benutzung von " -"Lightbox 2 bei Bildern ohne die Verwendung von 'rel=\"lightbox\"' bei jedem " -"Bild auf der Seite. Bild, Inline, Flickr, Bilder Assistent und CCK Imagefield Module " -"werden alle unterstützt (Bilder müssen eine \"inline\", \"\"thumbnail\", " -"\"image-thumbnail\" oder \"flickr-photo-img\" Klasse haben).
  • \n" -"
  • Imagecache " -"Unterstützung: Fügt eine Lightbox 2 Feld-Formatierung für CCK Imagefields zu den eigenen Views hinzu.
  • \n" -"
  • Bild Node-Verweis: ein Verweis zum Bild Node kann in der Lightbox " -"angezeigt werden.
  • \n" -"
  • Ausschluß von Seiten: Ermöglicht es Lightbox 2 auf speziellen Seiten zu " -"deaktivieren.
  • \n" -"
  • Gallery 2 Unterstützung: unterstützt Bilder aus Galerien des Gallery-Moduls (Beta).
  • \n" -"
\n" -"

Benutzung

\n" -"

Das Attribut 'rel="lightbox"' muss zum Verweis, welcher " -"in der Lightbox geöffnet werden soll, hinzugefügt werden. Zum Beispiel: \n" -"

<a href="bild-1.jpg" rel="lightbox" " -"title="Meine Beschriftung">Bild 1</a>

\n" -"

Optional: Das title-Attribut kann benutzt werden um eine " -"Beschriftung anzuzeigen.

\n" -"

Wenn mehrere Bilder vorhanden sind, welche zu einer Gruppe " -"zusammengefasst werden sollen, dann fügt man zusätzlich zum vorherigen " -"Vorgehen noch einen Gruppennamen in eckigen Klammern zum rel-Attribut hinzu. " -"Zum Beispiel:

<a href=\"bilder/bild-1.jpg\"\n" -" rel=\"lightbox[urlaub07]\">Bild 1</a>
\n" -"<a href=\"bilder/bild-2.jpg\" rel=\"lightbox[urlaub07]\">Bild\n" -"2</a>
\n" -"<a href=\"bilder/bild-3.jpg\" rel=\"lightbox[urlaub07]\">Bild\n" -"3</a>

\n" -"

Es gibt keine Begrenzung der Anzahl der Bilder auf einer Seite oder " -"innerhalb einer Gruppierung.

" - -#: lightbox2.module:91 lightbox2.info:0 -msgid "Lightbox2" -msgstr "Lightbox 2" +#: lightbox2.module:364 +msgid "Header" +msgstr "Kopfbereich" -#: lightbox2.module:95 -msgid "Allows the user to configure the lightbox2 settings" -msgstr "Erlaubt dem Benutzer die Einstellungen von Lightbox 2 zu ändern" +#: lightbox2.module:364 +msgid "Footer" +msgstr "Fußbereich" -#: lightbox2.module:125 +#: lightbox2.module:239 msgid "View Image Details" -msgstr "Betrachte Bild Details" +msgstr "Bilddetails anzeigen" -#: lightbox2.module:125 +#: lightbox2.module:239 msgid "Image !current of !total" msgstr "Bild !current von !total" -#: lightbox2.module:132 +#: lightbox2.module:246 msgid "Lightbox2 Lite" msgstr "Lightbox 2 Lite" -#: lightbox2.module:140 +#: lightbox2.module:254 msgid "Use Lightbox2 Lite" -msgstr "Benutze Lightbox 2 Lite" - -#: lightbox2.module:141 -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 "" -"Aktiviert Lightbox 2 Lite und deaktiviert die automatische Benutzung von " -"Lightbox 2 bei Verknüpfungen zu Bildern. Ebenso werden alle Funktionen zur " -"Anzeige von mehreren Bildern deaktiviert." +msgstr "Lightbox 2 Lite verwenden" -#: lightbox2.module:150 -msgid "General settings" -msgstr "Allgemeine Einstellungen" - -#: lightbox2.module:158 +#: lightbox2.module:263 msgid "Use Alternative Layout" -msgstr "Benutze alternatives Layout" +msgstr "Alternatives Layout verwenden" -#: lightbox2.module:159 -msgid "" -"Enabling this option alters the layout of the lightbox elements. This " -"doesn't apply when using Lightbox Lite." -msgstr "" -"Ändert das Layout der Lightbox. Nicht möglich bei der Benutzung von Lightbox " -"2 Lite." - -#: lightbox2.module:166 +#: lightbox2.module:271 msgid "Force visibility of navigation links" msgstr "Navigation immer anzeigen" -#: lightbox2.module:167 -msgid "" -"When viewing grouped images using the default layout, the navigational links " -"to the next and previous images are only displayed when you hover over the " -"image. Checking this box forces these links to be displayed all the time." -msgstr "" -"Beim Betrachten von mehreren Bildern mit dem normalen Layout werden die " -"Verweise zum nächsten und vorherigen Bild nur angezeigt, wenn man mit dem " -"Mauszeiger über das Bild fährt. Durch die Aktivierung dieser Box werden die " -"Verweise immer angezeigt." +#: lightbox2.module:272 +msgid "When viewing grouped images, the navigational links to the next and previous images are only displayed when you hover over the image. Checking this box forces these links to be displayed all the time." +msgstr "Beim Betrachten gruppierter Bilder wird die Navigation, welche zum vorherigen und nächsten Bild führt, nur angezeigt, wenn man mit Maus darüberfährt (Hovereffekt). Durch Aktivierung dieser Box wird die Navigation immer angezeigt." -#: lightbox2.module:174 +#: lightbox2.module:280 msgid "Image Count Text" -msgstr "Text für Bildübersicht" +msgstr "Text für den Bildzähler" -#: lightbox2.module:175 -msgid "" -"This text is used to display the image count underneath the image in the " -"lightbox when image grouping is enabled. Use !current as a placeholder for " -"the number of the current image and !total for the total number of images in " -"the group. For example, \"Image !current of !total\"." -msgstr "" -"Dieser Text zeigt die Anzahl der Bilder in der aktuellen Gruppierung " -"unterhalb des Bildes an, wenn die Gruppierung von Bildern aktiviert ist. !" -"current ist der Platzhalter für die Nummer des aktuellen Bildes und !total " -"für die gesamte Anzahl von Bildern in der Gruppierung. Zum Beispiel: \"Bild !" -"current von !total\"." +#: lightbox2.module:281 +msgid "This text is used to display the image count underneath the image in the lightbox when image grouping is enabled. Use !current as a placeholder for the number of the current image and !total for the total number of images in the group. For example, \"Image !current of !total\"." +msgstr "Dieser Text wird verwendet, um die Anzahl der Bilder unterhalb des Bildes in der Lightbox anzuzeigen, wenn die Gruppierung von Bildern aktiviert ist. Verwende !current als Platzhalter für die Nummer des aktuellen Bildes und !total für die gesamte Anzahl an Bildern in der Gruppe. Zum Beispiel: \"Bild !current von !total\"." -#: lightbox2.module:182 +#: lightbox2.module:296 msgid "Disable Zoom Feature" msgstr "Deaktiviere Zoom-Funktion" -#: lightbox2.module:183 -msgid "" -"By default, when the image being displayed in the lightbox is larger than " -"the browser window, it is resized to fit within the window and a zoom button " -"is provided for users who wish to view the image in its original size. " -"Checking this box will disable this feature and all images will be displayed " -"without any resizing." -msgstr "" -"Normalerweise wird das Bild, falls es größer ist als das Browser-Fenster, " -"verkleinert und es wird ein Zoom-Knopf angezeigt für Benutzer, welche das " -"Bild in Originalgröße betrachten wollen. Durch die Aktivierung dieser Box " -"wird diese Funktion deaktiviert und alle Bilder werden ohne Verkleinerung " -"angezeigt." +#: lightbox2.module:297 +msgid "By default, when the image being displayed in the lightbox is larger than the browser window, it is resized to fit within the window and a zoom button is provided for users who wish to view the image in its original size. Checking this box will disable this feature and all images will be displayed without any resizing." +msgstr "Normalerweise wird das Bild, falls es größer ist als das Browser-Fenster, verkleinert und es wird ein Zoom-Knopf angezeigt für Benutzer, welche das Bild in Originalgröße betrachten wollen. Durch die Aktivierung dieser Box wird diese Funktion deaktiviert und alle Bilder werden ohne Verkleinerung angezeigt." -#: lightbox2.module:190 -msgid "Enable Gallery 2 Filter" -msgstr "Aktiviere Gallery 2 Filter" +#: lightbox2.module:304 +msgid "Disable LightBox for these urls" +msgstr "LightBox für diese URLs deaktivieren" -#: lightbox2.module:191 -msgid "Checking this box will enable the Gallery 2 filter." -msgstr "Aktiviert den Gallery 2 Filter." +#: lightbox2.module:305 +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 "Eine Liste der URLs, wo die Lightbox deaktiviert werden soll, z.B.\"node/add/page\". Mit <front> kann die Funktion für die ganze Startseite deaktiviert werden. Für jede URL eine weitere Zeile verwenden. Außerdem kann als Wildcard das % Zeichen genutzt werden." -#: lightbox2.module:198 -msgid "Disable LightBox for these urls" -msgstr "Verwende Lightbox 2 nicht bei diesen URLs" +#: lightbox2.module:340 +msgid "Advanced settings" +msgstr "Erweiterte Einstellungen" -#: lightbox2.module:199 -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 "" -"Eine Auflistung der URLs bei welchen Lightbox 2 deaktiviert sein sollte, z." -"B. \"node/add/page\". Benutzen Sie <front> für die Startseite. " -"Benutzen Sie für jede URL eine eigene Zeile. Man kann das %-Zeichen als " -"Platzhalter benutzen." +#: lightbox2.module:352 +msgid "Overlay Opacity" +msgstr "Überlagerungsdeckkraft" -#: lightbox2.module:208 -msgid "Automatic image handling options" -msgstr "Automatische Anwendung von Lightbox" +#: lightbox2.module:363 +msgid "Location of Javscript" +msgstr "JavaScript-Einbindung" -#: lightbox2.module:209 -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." -msgstr "" -"Die Option aktiviert die automatische Benutzung von Lightbox 2 bei Bild-" -"Nodes. Durch die Aktivierung ist es nicht mehr notwendig 'rel=\"lightbox\"' " -"zu jedem Bild hinzuzufügen. Nur Bilder, welche die CSS-Klassen \"inline\", " -"\"thumbnail\", \"image-thumbnail\" oder \"flickr-photo-img\" verwenden, " -"werden automatisch in der Lightbox angezeigt. Diese Funktion ist nicht mit " -"Lightbox 2 Lite verfügbar." - -#: lightbox2.module:217 -msgid "Enable for Image Nodes" -msgstr "Aktiviere für Bild-Nodes" - -#: lightbox2.module:218 -msgid "Checking this box will enable automatic URL formatting for Image Nodes." -msgstr "" -"Durch die Aktivierung werden automatisch alle Bilder in einer Lightbox " -"angezeigt." +#: lightbox2.module:365 +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 "Standardmäßig werden die JavaScript Dateien von Lightbox im HTML-Header eingebunden. Allerdings ist es für Webseiten empfohlen, wenn diese das SWFObject für Flashinhalte benötigen, den Fußbereich auszuwählen, um den \"Vorgang Abgebrochen\" Fehler im IE zu verhindern. Beachten Sie bitte, dass nicht alle Themes die Region Fußbereich anbieten, sodass kleine Änderung notwendig sein könnten, wenn als Einbindungsort der Fußbereich ausgewählt wird." -#: lightbox2.module:225 -msgid "Enable for Flickr images" -msgstr "Aktiviere für Flickr Bilder" +#: lightbox2.module:475 +msgid "Image node settings" +msgstr "Bildbeitrag-Einstellungen" -#: lightbox2.module:226 -msgid "" -"Checking this box will enable automatic URL formatting for Flickr images." -msgstr "" -"Durch die Aktivierung werden automatisch alle Flickr Bilder in einer " -"Lightbox angezeigt." +#: lightbox2.module:500 +msgid "Lightbox image display size" +msgstr "Lightbox Bildanzeige-Format" -#: lightbox2.module:233 -msgid "Text for Node Link" -msgstr "Text für Verweise zum Node" +#: lightbox2.module:503 +msgid "Select which image size will be loaded in the lightbox. This only applies to images uploaded with the Image module." +msgstr "Wählen Sie welches Bildformat in der Lightbox geladen werden soll. Dies gilt nur für die Bilder die mit dem Image-Modul hochgeladen wurden." -#: lightbox2.module:234 -msgid "" -"This is the text that will appear as the link to the node underneath the " -"image in the lightbox" -msgstr "" -"Dieser Text erscheint als Verweis zum Node unterhalb des Bildes in der " -"Lightbox" +#: lightbox2.module:509 +msgid "Image trigger size" +msgstr "Bild-Auslöserformat" -#: lightbox2.module:241 -msgid "Enable Grouping" -msgstr "Aktiviere Gruppierung" +#: lightbox2.module:511,799 +msgid "Thumbnail" +msgstr "Vorschaubild" -#: lightbox2.module:242 -msgid "" -"Checking this box will enable automatic grouping of Image Nodes on a page. " -"Useful for image galleries." -msgstr "" -"Aktiviert die automatische Gruppierung von Bild-Nodes auf einer Seite. " -"Nützlich für Bildergalerien." +#: lightbox2.module:512 +msgid "Select which image size, when clicked on, will automatically trigger the lightbox. This only applies to images uploaded with the Image module." +msgstr "Wählen Sie welches Bildformat automatisch die Lightbox auslöst, wenn darauf geklickt wird. Dies gilt nur für die Bilder, die mit dem Image-Modul hochgeladen wurden." -#: lightbox2.module:249 +#: lightbox2.module:520 msgid "Disable Lightbox for Gallery Lists" -msgstr "Deaktiviere Lightbox in Galerien" +msgstr "Lightbox für Galerienlisten deaktivieren " -#: lightbox2.module:250 -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." -msgstr "" -"Deaktiviert Lightbox 2 in Galerie-Ansichten. Das heisst, dass es möglich ist " -"eine Galerie durch einen Klick auf das Vorschaubild zu öffnen, Lightbox 2 " -"aber innerhalb der Galerie zur Anzeige der Bilder benutzt wird." +#: lightbox2.module:521 +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 "Durch die Aktivierung dieser Box wird Lightbox für Bilder in Galerielisten deaktiviert. Das bedeutet, dass es möglich ist eine Galerie zu öffnen, wenn man auf ein Vorschaubild einer Galerie klickt und Lightbox nur beim Betrachten der Bilder innerhalb einer Galerie verwendet wird. Dies gilt nur für Bildergalerien, die mit dem image_gallery-Modul vom Image-Modul erstellt wurden." -#: lightbox2.module:262 -msgid "Image links from G2 are formatted for use with Lightbox.V2" -msgstr "" -"Bild-Verweise aus G2 werden für die Verwendung durch Lightbox 2 vorbereitet" +#: lightbox2.module:564 +msgid "Custom image trigger classes" +msgstr "Benutzerdefinierte Bildauslöser CSS-Klassen " + +#: lightbox2.module:565 +msgid "List the image classes which should trigger the lightbox when clicked on. Put each class on a separate line." +msgstr "Liste der CSS-Klassen, die die Lightbox auslösen soll, wenn darauf geklickt wird. Für jede Klasse eine Zeile." + +#: lightbox2.module:572 +msgid "Text for Image Page Link" +msgstr "Text für die Verknüpfung zur Bildseite" + +#: lightbox2.module:573 +msgid "This is the text that will appear as the link to the image page underneath the image in the lightbox" +msgstr "Dieser Text wird als Link, welches zur Bildseite führt, unter dem Bild in der Lightbox angezeigt." + +#: lightbox2.module:580 +msgid "Open Image Page in New Window" +msgstr "Bildseite im neuen Fenster öffnen" + +#: lightbox2.module:581 +msgid "This controls whether the link to the image page underneath the image is opened in a new window or the current window." +msgstr "Dies kontrolliert, ob der Link zu der Bildseite unter dem Bild sich in einem neuen Fenster oder im aktuellen Fenster öffnet." -#: lightbox2.module:270 +#: lightbox2.module:590 +msgid "Disable Lightbox for Acidfree Gallery Lists" +msgstr "Lightbox für Acidfree-Galerienlisten deaktivieren" + +#: lightbox2.module:591 +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 "Durch die Aktivierung dieser Box wird Lightbox für Bilder in Galerielisten deaktiviert. Das bedeutet, dass es möglich ist eine Galerie zu öffnen, wenn man auf ein Vorschaubild einer Galerie klickt und Lightbox nur beim Betrachten der Bilder innerhalb einer Galerie verwendet wird. Dies gilt nur für Bildergalerien, die mit dem acidfree-Modul erstellt werden." + +#: lightbox2.module:314 +msgid "Imagefield settings" +msgstr "Imagefield-Einstellungen" + +#: lightbox2.module:606,688 +msgid "Image links with 'rel=\"lightbox\"' in the <a> tag will appear in a Lightbox when clicked on." +msgstr "Bildverweise mit 'rel=\"lightbox\"' in <a> Tags wird die Lighbox aufrufen, wenn darauf geklickt wurde." + +#: lightbox2.module:609 +msgid "To add a lightbox to your images, add rel=\"lightbox\" attribute to any link tag to activate the lightbox. For example:" +msgstr "Zum Betrachten der Bilder mit Lightbox, fügen Sie das rel=\"lightbox\" Attribut in einen beliebigen Link-Tag hinzu. Zum Beispiel:" + +#: lightbox2.module:610 +msgid "<a href=\"image-1.jpg\" rel=\"lightbox\" title=\"my caption\">image #1</a>" +msgstr "<a href=\"bild-1.jpg\" rel=\"lightbox\" title=\"bildbeschriftung\">image #1</a>" + +#: lightbox2.module:611,630 +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 "Der Titelattribut in dem Link-Tag ist optional. Jedoch wird durch diesen Attribut die Anzeige einer Bildbeschriftung in der Lightbox ermöglicht." + +#: lightbox2.module:612 +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 "Wenn Sie zusammengehörige Bilder zu einer Gruppe zusammenfassen wollen, dann müssen Sie einen Gruppennamen in eckigen Klammern in das rel-Attribut einfügen. Zum Beispiel:" + +#: lightbox2.module:613 +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 "<a href=\"bild-1.jpg\" rel=\"lightbox[ausflug]\">Bild #1</a>
<a href=\"bild-2.jpg\" rel=\"lightbox[ausflug]\">Bild #2</a>
<a href=\"bild-3.jpg\" rel=\"lightbox[ausflug]\">Bild #3</a>
" + +#: lightbox2.module:614 +msgid "There are no limits to the number of image sets per page or how many images are allowed in each set." +msgstr "Es gibt keine Begrenzung für die Anzahl der Bilder pro Seite oder wie viele Bilder in einem Set zulässig sind." + +#: lightbox2.module:615,632 +msgid "If you wish to turn the caption into a link, format your caption in the following way:" +msgstr "Wenn Sie die Beschriftung in einen Hyperlink umwandeln möchten, formatieren Sie ihre Beschriftung in folgender Weise:" + +#: lightbox2.module:616 +msgid "<a href=\"image-1.jpg\" rel=\"lightbox\" title='<a href=\"http://www.yourlink.com\">View Image Details</a>'>image #1</a>" +msgstr "<a href=\"bild-1.jpg\" rel=\"lightbox\" title='<a href=\"http://www.ihrlink.de\">Bilddetails anzeigen</a>'>image #1</a>" + +#: lightbox2.module:679 msgid "Lightbox filter" msgstr "Lightbox 2 Filter" -#: lightbox2.module:273 -msgid "Turns g2_filter links into Lightbox.V2 appropriate links" -msgstr "Wandelt g2_filter Verweise in Lightbox 2 kompatible Verweise um" +#: lightbox2.module:680 +msgid "Lightbox G2 filter" +msgstr "Lightbox G2 Filter" -#: lightbox2.module:321 +#: lightbox2.module:852 msgid "press !x to close" msgstr "!x zum Schließen drücken" -#: lightbox2.module:80 +#: lightbox2.module:155 msgid "administer lightbox2" msgstr "Lightbox 2 verwalten" -#: lightbox2.module:0 lightbox2.install:11;35 +#: lightbox2.module:173; +#: lightbox2.info:0 +msgid "Lightbox2" +msgstr "Lightbox 2" + +#: lightbox2.module:174,181 +msgid "Allows the user to configure the lightbox2 settings" +msgstr "Erlaubt dem Benutzer die Einstellungen von Lightbox 2 zu ändern" + +#: lightbox2.module:180 +msgid "General" +msgstr "Allgemein" + +#: lightbox2.module:200 +msgid "Automatic image handling" +msgstr "Automatische Bildbehandlung" + +#: lightbox2.module:201 +msgid "Allows the user to configure the lightbox2 automatic image handling settings" +msgstr "Erlaubt den Benutzer die Einstellungen der Lightbox2 automatischen Bildbehandlung anzupassen" + +#: lightbox2.module:0 msgid "lightbox2" msgstr "lightbox2" #: lightbox2.info:0 msgid "Javascript tools" msgstr "JavaScript Tools" + +#: lightbox2.module:25; +#: lightbox2.info:0 +msgid "Enables Lightbox2 for Drupal" +msgstr "Aktiviert Lightbox 2 in Drupal" + +#: lightbox2.module:27 +msgid "" +"

Overview

\n" +"

Lightbox2 JS 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

\n" +"The 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" +"
  • Slideshow Capability: automatically transition between grouped images, includes play/pause and previous and next buttons.
  • \n" +"
  • HTML Content Support: ability to show websites or other HTML content in a lightbox.
  • \n" +"
  • Video Content Support: ability to show videos in a lightbox.
  • \n" +"
  • Visual Effects: fancy pre-loader and transition when you click on the image.
  • \n" +"
  • Keyboard Shortcuts: useful keyboard shortcuts for switching between images, toggling play / pause, etc.
  • \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\n" +"image thumbnails, so there is no need to add 'rel=\"lightbox\"' to each\n" +"image link on your site. Image, Inline, Flickr, Image Assist and CCK Imagefield modules are all\n" +"supported. It's also possible to configure a custom list of image classes\n" +"which should trigger the lightbox functionality.
  • \n" +"
  • Imagecache Support: adds a Lightbox2 field formatter for CCK imagefields for your custom views.
  • \n" +"
  • Image Page 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" +"
Adding a Basic Lightbox
\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" +"
Grouping Images
\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\n" +"in each set.

\n" +"\n" +"

If you have a set of images that you would like to group together in a lightbox, but only wish for one of these images to be visible on your page, you can assign the \"lightbox_hide_image\" class to hide the additional images. For example:

\n" +"\n" +"

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

\n" +"\n" +"
Slideshow
\n" +"

This is very similar to the grouping functionality described above. The only difference is that \"rel\" attribute should be set to \"lightshow\" instead of \"lightbox\". Using the same example as above, we could launch the images in a slideshow by doing:

\n" +"\n" +"

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

\n" +"\n" +"
Video Content
\n" +"

\n" +"It's possible to show video content in the lightbox. In this case the \"rel\" attribute should be set to lightvideo. It's not possible to group videos but it is possible to control the size of the lightbox by setting the 'width' and 'height' properties. The properties can be configured like lightvideo[width:300px; height: 200px;]. The properties should all be of the format \"property: value;\" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples.

\n" +"\n" +"

Basic example:
\n" +"\n" +"<a href=\"http://video.google.com/videoplay?docid=1811233136844420765\" rel=\"lightvideo\">Google video example - default size</a>
\n" +"

\n" +"\n" +"

Controlling lightbox size example:
\n" +"\n" +"<a href=\"http://video.google.com/videoplay?docid=1811233136844420765\" rel=\"lightvideo[width:400px; height:300px;]\">Google video example - custom size</a>
\n" +"

\n" +"\n" +"

Supported Video Formats
\n" +"asx, wmv, mov and swf videos should all be supported. A number of video providers are also supported, for example YouTube and Google Video. For full details on how to integrate these with lightbox, please see the online documentation.

\n" +"\n" +"
HTML Content
\n" +"

It's possible to show webpage content in the lightbox, using iframes. In this case the \"rel\" attribute should be set to lightframe. Again it's possible to group the items, (e.g. lightframe[search]) but in addition to that, it's possible to control some of the iframe properties. It's possible to set the 'width', 'height' and 'scrolling' properties of the iframe. The properties are separated from the group name by a |, for example lightframe[search|width:100px;]. If no grouping is being used, then the | is still used and the format would be lightframe[|width:100px;]. The properties should all be of the format \"property: value;\" - note the closing semi-colon. If no iframe properties are set, then the default width and height of 400px will be used. See below for more detailed examples.

\n" +"\n" +"

Basic example:
\n" +"\n" +"<a href=\"http://www.google.com\" rel=\"lightframe\">Search google</a>\n" +"

\n" +"\n" +"

Grouped example:
\n" +"\n" +"<a href=\"http://www.google.com\" rel=\"lightframe[search]\">Search google</a>
\n" +"<a href=\"http://www.yahoo.com\" rel=\"lightframe[search]\">Search yahoo</a>\n" +"

\n" +"\n" +"

Controlling iframe property example:
\n" +"\n" +"<a href=\"http://www.google.com\" rel=\"lightframe[|width:400px; height:300px; scrolling: auto;]\">Search google</a>\n" +"

\n" +"\n" +"

Controlling iframe property when grouped example:
\n" +"\n" +"<a href=\"http://www.google.com\" rel=\"lightframe[search|width:400px; height:300px; scrolling: auto;]\">Search google</a>
\n" +"<a href=\"http://www.yahoo.com\" rel=\"lightframe[search|width:400px; height:300px;]\">Search yahoo</a>\n" +"

\n" +"\n" +"

Keyboard Shortcuts

\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
Close Lightboxx
o
c
ESC
Previous Imagep
Left Arrow
Next Imagen
Right Arrow
Toggle Zoomz (not available in slideshow)
Toggle Play / PauseSpacebar (slideshow only)
\n" +"\n" +"

Not all of the keyboard shortcuts work in the Opera browser, for example \"z\" for toggling the zoom and \"spacebar\" for toggling play / pause in slideshows. This can be overcome by updating your shortcut settings in the Opera preferences editor.

\n" +msgstr "" +"

Überblick

\r\n" +"

Lightbox2 JS ist ein simples, unauffälliges JavaScript, um Bilder über die aktuelle Seite überlagern zu können. Ein Fingerschnipps für die Installation und lauffähig auf allen modernen Browser. Das Modul kommt mit einer Lightbox2-Lite Option, welche die JQuery-Bibliothek nicht verwendet und kann somit weniger in irgendwelche Konflikte geraten.

\r\n" +"

Platziert die Bilder über der aktuellen Seite, nicht innerhalb. Gewährt ihn Layoutfreiheit, besonders bei der Spaltenbreite. Und die Benutzer bleiben auf der gleichen Seite. Auf den Zurück-Button zu klicken, um auf die Website zurückzugelangen, wenn man ein Bild betratet ist schlecht für die Kontinuität (und das macht kein Spass!).

\r\n" +"

Features

\r\n" +"

Die Version 2 des Moduls hat mehrere Vorteile gegenüber dem normalem Lightbox-Modul. Beachten Sie, dass nicht alle Funktionen zur Verfügung stehen, wenn die \"Lightbox2 Lite\"-Option aktiviert ist.

\r\n" +"
    \r\n" +"
  • Bilder-Sets: Gruppiert zusammengehörige Bilder und die Navigation ist kinderleicht - Ideal für Ihre Bilder-Galerien.
  • \r\n" +"
  • Slideshow Funktion: Automatischer Übergang zwischen gruppierte Bilder, einschließlich der Buttons für Play/Pause und vorherigen/nächstes.
  • \r\n" +"
  • Unterstüzung für HTML-Inhalte: Ermöglicht Websites oder anderen HTML-Inhalt in der Lightbox anzuzeigen.
  • \r\n" +"
  • Unterstüzung für Video-Inhalte: Ermöglicht Videos in der Lightbox anzuzeigen.
  • \r\n" +"
  • Optische Effekte: Raffinierter Ladevorgang und Übergang, wenn man auf ein Bild klickt.
  • \r\n" +"
  • Tastaturkürzel: nützliche Tastaturkürzel für das Hin- und Herschalten zwischen Bildern, zwischen Play/Pause umschalten, etc.
  • \r\n" +"
  • Zoom-Funktion: größere Bilder werden in der Größe reduziert, so dass sie in den Innenraum eines Browser-Fensters passen. Es kann dann auf ein Zoom-Button geklickt werden, um das Bild in der original Größe zu betrachten.
  • \r\n" +"
  • Automatische Bilderkennung: konfigurierbare automatische Umformatierung von Vorschaubilder, so dass es nicht nötig ist ein rel=\"lightbox\" Attribut bei einem Link, welches zu einen Bild führt, auf Ihrer Website hinzu zu fügen. Das Image, \r\n" +"Inline, \r\n" +"Flickr, \r\n" +"Image Assist und das \r\n" +"CCK Imagefield Modul werden unterstützt. \r\n" +"Es ist auch möglich, das Anlegen einer benutzerdefinierten Liste der CSS-Klassen für Bilder vorzunehmen, die die Lightbox-Funktionalität aufrufen sollen.
  • \r\n" +"
  • \r\n" +"Imagecache Unterstützung: fügt ein Lightbox2 Feld-Formatierer für CCK imagefields für ihre benutzerdefinierten Ansichten hinzu.
  • \r\n" +"
  • Link zur Bildseite: ein Link zum Bildbeitrag kann innerhalb der Lightbox selbst zur Verfügung gestellt werden.
  • \r\n" +"
  • Seitenausschluss-Funktion: bestimmte Seiten ihrer Website von der Lightbox Funktion ausschließen.
  • \r\n" +"
  • Gallery 2 Unterstützung: für Gallery 2 Bilder vom Gallery-Modul (beta).
  • \r\n" +"

Anwendung

\r\n" +"\r\n" +"
Hinzufügen einer Basic Lightbox
\r\n" +"

Fügen Sie das rel=\"lightbox\" Attribut in einen beliebigen Link-Tag, der zu ein Bild führt, hinzu, um die Lightbox zu aktivieren. Zum Beispiel:

\r\n" +"

<a href="bild-1.jpg" rel="lightbox" title="meine bildbeschriftung">Bild #1</a>

\r\n" +"

Optional: Kann das Titel-Attribut hinzugefügt werden, wenn ein Bildbeschriftung angezeigt werden soll.

\r\n" +"
Gruppierte Bilder
\r\n" +"

Wenn Sie Bilder-Sets haben oder allgemein zusammengehörige Bilder zu einer Gruppe zusammenfassen wollen, funktioniert das auf gleiche Weise nur zusätzlich muss ein Gruppenname in eckigen Klammern in das rel-Attribut eingefügt werden. Zum Beispiel:

\r\n" +"

<a href=\"images/Bild-1.jpg\" rel=\"lightbox[ausflug]\">Bild #1</a>
\r\n" +"<a href=\"images/Bild-2.jpg\" rel=\"lightbox[ausflug]\">Bild #2</a>
\r\n" +"<a href=\"images/Bild-3.jpg\" rel=\"lightbox[ausflug]\">Bild #3</a>

\r\n" +"

Es gibt keine Begrenzung für die Anzahl der Bilder pro Seite oder wie viele Bilder in einem Set zulässig sind.

\r\n" +"

Wenn Sie ein Set an Bildern haben und diese zusammenfassen möchten, aber nur eins von diesen Bildern soll sichtbar sein. Dann geben Sie bei diesen Bildern noch diese CSS-Klasse \"lightbox_hide_image\" an, um die zusätzlichen Bilder auszublenden. Zum Beispiel:

\r\n" +"

<a href=\"images/bild-1.jpg\" rel=\"lightbox[ausflug]\">Bild #1</a>
<a href=\"images/bild-2.jpg\" rel=\"lightbox[ausflug]\" class=\"lightbox_hide_image\">Bild #2</a>
<a href=\"images/bild-3.jpg\" rel=\"lightbox[ausflug]\" class=\"lightbox_hide_image\">Bild #3</a>

\r\n" +"
Slideshow
\r\n" +"

Dies ähnelt sich der Gruppierung-Funktionalität, die oben beschriebenen wird. Es gibt nur ein Unterschied das rel-Attribut sollte auf \"lightshow\" geändert werden anstelle von \"lightbox\". Unter Verwendung des gleichen Beispiels wie oben, könnte man die Bilder in einer Slideshow starten, indem man folgendes tut:

\r\n" +"

<a href=\"images/bild-1.jpg\" rel=\"lightshow[ausflug]\">Bild #1</a>
<a href=\"images/bild-2.jpg\" rel=\"lightshow[ausflug]\">Bild #2</a>
<a href=\"images/bild-3.jpg\" rel=\"lightshow[ausflug]\">Bild #3</a>

Video Inhalte
\r\n" +"

Es ist möglich Video-Inhalte in der Lightbox anzuzeigen. In diesem Fall muss das rel-Attribut auf lightvideo gesetzt sein. Es ist nicht möglich Videos zu gruppieren, aber es ist möglich die Größe der Lightbox zu kontrollieren, durch ändern der Eigenschaften für die 'Breite' und 'Höhe'. Diese Eigenschaften können wie folgt konfiguriert werden: lightvideo[width:300px; height: 200px;]. Diese Eigenschaften sollten im folgenden Format sein \"Eigenschaft: Wert;\" - vergessen Sie das schließende Semikolon nicht. Wenn keine Eigenschaft gesetzt wurde, dann wird die Standard Breite und Höhe von 400px verwendet. Für ein detailliertes Beispiel siehe unten.

\r\n" +"\r\n" +"

Einfaches Beispiel:
\r\n" +"\r\n" +"<a href=\"http://video.google.com/videoplay?docid=1811233136844420765\" rel=\"lightvideo\">Google Video Beispiel - Standardgröße</a>

\r\n" +"

Beispiel für eine kontrollierte Größe der Lightbox:
\r\n" +"\r\n" +"<a href=\"http://video.google.com/videoplay?docid=1811233136844420765\" rel=\"lightvideo[width:400px; height:300px;]\">Google Video Beispiel - benutzerdefinierte Größe</a>

\r\n" +"

Unterstützte Video Formate
asx, wmv, mov und swf Videos sollten alle unterstützt sein. Ebenso werden einige Video-Hoster unterstützt, z.B. YouTube und Google Video. Für ausführliche Details, wie diese integriert werden, schauen Sie bitte in die Online Dokumentation.

HTML Inhalte

Es ist möglich Websites durch IFrames in der Lightbox anzuzeigen. In diesem Fall muss das rel-Attribute auf lightframe gesetzt sein. Es ist auch möglich diese Websites zu gruppieren, (z.B. lightframe[search]), aber zusätzlich dazu ist es noch möglich einige der Eigenschaften zu kontrollieren. Unter anderen kann die 'Breite', 'Höhe' und die 'Scroll' Eigenschaft von dem IFrame gesetzt werden. Diese Eigenschaften werden von dem Gruppenname mit ein | getrennt, z.B. lightframe[search|width:100px;]. Wenn keine Gruppierung benutzt wird, dann wird der | trotzdem verwendet und das Format würde folgend sein lightframe[|width:100px;]. Diese Eigenschaften sollten im folgenden Format sein \"Eigenschaft: Wert;\" - vergessen Sie das schließende Semikolon nicht. Wenn keine IFrame Eigenschaft gesetzt wurde, dann wird die Standard Breite und Höhe von 400px verwendet. Für ein detailliertes Beispiel siehe unten.

Einfaches Beispiel:
<a href=\"http://www.google.de\" rel=\"lightframe\">Google Suche</a>

\r\n" +"

Beispiel für das Gruppieren:
\r\n" +"\r\n" +"<a href=\"http://www.google.de\" rel=\"lightframe[search]\">Google Suche</a>
\r\n" +"<a href=\"http://de.yahoo.com/\" rel=\"lightframe[search]\">Yahoo Suche</a>

\r\n" +"\r\n" +"

Beispiel für das Kontrollieren der IFrame Eigenschaften:
\r\n" +"<a href=\"http://www.google.de\" rel=\"lightframe[|width:400px; height:300px; scrolling: auto;]\">Google Suche</a>

\r\n" +"

Beispiel für das Kontrollieren der IFrame Eigenschaften, wenn gruppiert:
\r\n" +"<a href=\"http://www.google.de\" rel=\"lightframe[search|width:400px; height:300px; scrolling: auto;]\">Google Suche</a>
\r\n" +"<a href=\"http://de.yahoo.com/\" rel=\"lightframe[search|width:400px; height:300px;]\">Yahoo Suche</a>\r\n" +"

\r\n" +"\r\n" +"

Tastaturkürzel

\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"\r\n" +"
Lightbox schließenx
o
c
ESC
Vorheriges Bildp
Pfeil nach Links
Nächstes Bildn
Pfeil nach Rechts
Zoom Schalterz (nicht bei der Slideshow möglich)
Play / Pause SchalterLeerzeichen (Nur bei der Slideshow)
\r\n" +"\r\n" +"

Nicht alle Tastaturkürzel funktionieren im Opera Browser, z.B. das \"z\" beim Umschalten zum zoomen und die \"Leerzeichen\" Taste beim Umschalten von Play/Pause in den Slideshows. Dies könnte aber überwältigt werden, wenn Sie die Tastaturkürzel-Einstellung in dem Opera Präferenzen-Editor ändern.

\r\n" + +#: lightbox2.module:239 +msgid "Page !current of !total" +msgstr "Seite !current von !total" + +#: lightbox2.module:255 +msgid "Checking this box will enable Lightbox2 Lite and will disable all of the automatic image URL re-formatting features. It also disables all grouping features." +msgstr "Aktiviert Lightbox 2 Lite und deaktiviert die automatische Bild-URL Formatierungsfunktion. Ebenso werden alle Funktionen zur Gruppierung deaktiviert." + +#: lightbox2.module:264 +msgid "Enabling this option alters the layout of the lightbox elements. In the alternative layout the navigational links appear under the image with the caption text, instead of being overlayed on the image itself. This doesn't apply when using Lightbox Lite." +msgstr "Aktiviere diese Option, um das Layout der Lightbox zu ändern. Beim alternativen Layout werden die Navigationselemente unter dem Bild mit einer Bildbeschreibung angezeigt, anstand das dies auf dem Bild geschieht. Diese Option steht bei der Benutzung von Lightbox 2 Lite nicht zur Verfügung." + +#: lightbox2.module:288 +msgid "Page Count Text" +msgstr "Text für den Seitenzähler" + +#: lightbox2.module:289 +msgid "This text is used to display the page count underneath HTML content displayed in the lightbox when using groups. Use !current as a placeholder for the number of the current page and !total for the total number of pages in the group. For example, \"Page !current of !total\"." +msgstr "Dieser Text wird verwendet, um die Seitenanzahl unterhalb des HTML-Inhalt in der Lightbox anzuzeigen, wenn Gruppen verwendet werden. Verwende !current als ein Platzhalter für die Nummer der aktuellen Seite und !total für die gesamte Anzahl an Seiten in der Gruppe. Zum Beispiel: \"Seite !current von !total\"." + +#: lightbox2.module:320 +msgid "No Grouping" +msgstr "Keine Gruppierung" + +#: lightbox2.module:321 +msgid "Group by Field Name" +msgstr "Gruppiert nach Feldname" + +#: lightbox2.module:322 +msgid "Group by Node Id" +msgstr "Gruppiert nach Beitrag-ID" + +#: lightbox2.module:323 +msgid "Group by Field Name and Node Id" +msgstr "Gruppiert nach Feldname und Beitrag-ID" + +#: lightbox2.module:328 +msgid "Select Imagefield Grouping in Views" +msgstr "Wählen Sie die Imagefield Gruppierung in Ansichten aus." + +#: lightbox2.module:329 +msgid "By default, imagefields in views are grouped by the field name they appear in the view in. You can override that grouping here." +msgstr "Standardmäßig werden Imagefields in Ansichten nach dem Feldnamen gruppiert sowie sie in der Ansicht auftreten. Hier kann diese Gruppierung überschrieben werden." + +#: lightbox2.module:354 +msgid "The overlay opacity setting determines how visible the background page is behind the lightbox. The opacity value can range from 0.0 to 1.0 where 0.0 is 100% transparent and 1.0 is 100% opaque." +msgstr "Die Überlagerungsdeckkraft-Einstellung legt fest, wie sichtbar oder transparent der Hintergrund hinter der Lighbox ist. Der Deckkraftwert reicht von 0,0 bis 1,0, wobei 0,0 zu 100% transparent ist und 1,0 ist zu 100% deckend." + +#: lightbox2.module:392 +msgid "Interval Seconds" +msgstr "Intervall in Sekunden" + +#: lightbox2.module:393 +msgid "The slideshow interval is the length of time in seconds an image is visible before the slideshow shows the next image." +msgstr "Der Slideshow Intervall ist die Länge der Zeitspanne in Sekunden, wo ein Bild sichtbar bleibt bis die Slideshow das nächste Bild zeigt." + +#: lightbox2.module:401 +msgid "Automatically Exit Slideshow" +msgstr "Slideshow automatisch schließen" + +#: lightbox2.module:402 +msgid "When enabled the lightbox will automatically close after displaying the last image." +msgstr "Wenn aktiviert wird Lightbox automatisch geschlossen nachdem das letzte Bild angezeigt wurde." + +#: lightbox2.module:409 +msgid "Show Play / Pause Button" +msgstr "Play / Pause Button anzeigen" + +#: lightbox2.module:410 +msgid "When enabled, a play / pause button will be shown in the slideshow allowing the user more control over their viewing experience." +msgstr "Wenn aktiviert wird ein Play / Pause Button in der Slideshow angezeigt, welches dem Benutzern mehr Kontrolle über das Verhalten der Slideshow erlaubt." + +#: lightbox2.module:417 +msgid "Pause Slideshow on \"Next Image\" Click" +msgstr "Slideshow beim Klick auf \"Nächstes Bild\" pausieren" + +#: lightbox2.module:418 +msgid "When enabled the slideshow is automatically paused, and the following image shown, when the \"Next\" button is clicked." +msgstr "Wenn aktiviert, wird die Slideshow automatisch pausiert und die folgenden Bilder werden erst angezeigt, wenn der \"Nächstes\" Button geklickt wurde." + +#: lightbox2.module:425 +msgid "Pause Slideshow on \"Previous Image\" Click" +msgstr "Slideshow beim Klick auf \"Vorheriges Bild\" pausieren" + +#: lightbox2.module:426 +msgid "When enabled the slideshow is automatically paused, and the previous image shown, when the \"Previous\" button is clicked." +msgstr "Wenn aktiviert, wird die Slideshow automatisch pausiert und die vorherigen Bilder werden erst angezeigt, wenn der \"Vorheriges\" Button geklickt wurde." + +#: lightbox2.module:440 +msgid "The \"interval seconds\" value must be numeric." +msgstr "Der Wert für den \"Intervall in Sekunden\" muss numerisch sein." + +#: lightbox2.module:461 +msgid "Lightbox" +msgstr "Lightbox" + +#: lightbox2.module:462 +msgid "Lightbox grouped" +msgstr "Lightbox gruppiert" + +#: lightbox2.module:463,190 +msgid "Slideshow" +msgstr "Slideshow" + +#: lightbox2.module:468 +msgid "These options allow automatic URL re-formatting of images. This removes the need for you to add 'rel=\"lightbox\"' to each image link throughout your site. You can select which image sizes will trigger the lightbox and configure a list of image CSS classes which should also have their URLs automatically re-formatted. This feature is not available when using Lightbox2 Lite." +msgstr "Diese Einstellungen bewirken, dass automatisch die URLs von Bildern für Lightbox geändert werden. Dadurch ist es nicht mehr notwendig innerhalb der ganzen Website bei jeden Link zu einen Bild das rel=\"lightbox\" Attribut einzufügen. Es kann bestimmt werden welche Bildformate in der Lightbox zu verwenden ist und das Anlegen einer Liste der CSS-Klassen für Bilder, bei denen die URLs genauso für Lightbox angepasst werden soll. Diese Funktion steht nicht zur Verfügung bei der Verwendung von Lightbox2-Lite." + +#: lightbox2.module:483 +msgid "Automatic handler for Image Nodes" +msgstr "Automatische Behandlung für Bildbeiträge" + +#: lightbox2.module:485 +msgid "Choose how URLs for image nodes will be automatically handled." +msgstr "Wählen Sie aus, wie URLs für Bildbeiträge automatisch behandelt werden." + +#: lightbox2.module:528 +msgid "Automatic handler for Flickr images" +msgstr "Automatische Behandlung für Flickr-Bilder" + +#: lightbox2.module:530 +msgid "Choose how URLs for Flickr images will be automatically handled." +msgstr "Wählen Sie aus, wie URLs für Flickr-Bilder automatisch behandelt werden." + +#: lightbox2.module:537 +msgid "Automatic handler for Gallery2 block images" +msgstr "Automatische Behandlung für Bilder in einem Gallery2-Block " + +#: lightbox2.module:539 +msgid "Choose how URLs for images, contained within Gallery2 image blocks, will be automatically handled." +msgstr "Wählen Sie aus, wie URLs für Bilder automatisch behandelt werden, die innerhalb eines der Bild-Blöcke der Gallery2 enthalten sind." + +#: lightbox2.module:546 +msgid "Automatic handler for Inline images" +msgstr "Automatische Behandlung für Inline-Bilder" + +#: lightbox2.module:548 +msgid "Choose how URLs for Inline images will be automatically handled." +msgstr "Wählen Sie aus, wie URLs für Inline-Bilder automatisch behandelt werden." + +#: lightbox2.module:555 +msgid "Automatic handler for Image Assist custom size images" +msgstr "Automatische Behandlung für Image_Assist benutzerdefinierte Format-Bilder " + +#: lightbox2.module:557 +msgid "Choose how URLs for custom size images, displayed by the Image Assist module, will be automatically handled." +msgstr "Wählen Sie aus, wie URLs automatisch für benutzerdefinierte Format-Bilder behandelt werden, die vom Image_Assist-Modul angezeigt werden." + +#: lightbox2.module:621 +msgid "Image links from G2 are formatted for use with Lightbox2" +msgstr "Bildverweise von G2 werden für den Gebrauch mit Lightbox2 formatiert" + +#: lightbox2.module:625,694 +msgid "Image links with 'rel=\"lightshow\"' in the <a> tag will appear in a Lightbox slideshow when clicked on." +msgstr "Bildverweise mit dem 'rel=\"lightshow\"' in den <a> Tags werden in einer Lightbox Slideshow aufrufen, wenn darauf geklickt wurde." + +#: lightbox2.module:628 +msgid "To add a lightbox slideshow to your images, add rel=\"lightshow[slideshowname]\" attribute to any link tag to activate the slideshow. For example:" +msgstr "Um die Slideshow in Lightbox für Bilder bereitzustellen, muss das rel=\"lightshow[slideshowname]\" Attribut bei einem beliebigen Link-Tag hinzugefügt, damit die Slideshow aktiviert wird. Zum Beispiel:" + +#: lightbox2.module:629 +msgid "<a href=\"image-1.jpg\" rel=\"lightshow[show1]\">image #1</a>
<a href=\"image-2.jpg\" rel=\"lightshow[show1]\">image #2</a>
<a href=\"image-3.jpg\" rel=\"lightshow[show1]\">image #3</a>
" +msgstr "<a href=\"bild-1.jpg\" rel=\"lightshow[show1]\">Bild #1</a>
<a href=\"bild-2.jpg\" rel=\"lightshow[show1]\">Bild #2</a>
<a href=\"bild-3.jpg\" rel=\"lightshow[show1]\">Bild #3</a>
" + +#: lightbox2.module:631 +msgid "There are no limits to the number of slideshow image sets per page or how many images are allowed in each slideshow." +msgstr "Es gibt keine Begrenzung für die Anzahl der Bilder einer Slideshow oder wie viele Bilder in einem Slideshow zulässig sind." + +#: lightbox2.module:633 +msgid "<a href=\"image-1.jpg\" rel=\"lightshow[show1]\" title='<a href=\"http://www.yourlink.com\">View Image Details</a>'>image #1</a>" +msgstr "<a href=\"bild-1.jpg\" rel=\"lightshow[show1]\" title='<a href=\"http://www.ihrlink.de\">Bilddetails anzeigen</a>'>image #1</a>" + +#: lightbox2.module:639,697 +msgid "Links to HTML content with 'rel=\"lightframe\"' in the <a> tag will appear in a Lightbox when clicked on." +msgstr "Links zu den HTML-Inhalt mit dem 'rel=\"lightframe\"' in den <a> Tag wird die Lightbox aufrufen, wenn darauf geklickt wurde." + +#: lightbox2.module:642 +msgid "It's possible to show webpage content in the lightbox, using iframes. In this case the \"rel\" attribute should be set to \"lightframe\". Again it's possible to group the images, (e.g. lightframe[search]) but in addition to that, it's possible to control some of the iframe properties. It's possible to set the \"width\", \"height\" and \"scrolling\" properties of the iframe. The properties are separated from the group name by a |, for example lightframe[search|width:100px;]. If no grouping is being used, then the | is still used and the format would be lightframe[|width:100px;]. The properties should all be of the format \"property: value;\" - note the closing semi-colon. If no iframe properties are set, then the default width and height of 400px will be used. See below for more detailed examples." +msgstr "Es ist möglich Websites durch IFrames in der Lightbox anzuzeigen. In diesem Fall muss das rel-Attribute auf lightframe gesetzt sein. Es ist auch möglich diese Websites zu gruppieren, (z.B. lightframe[search]), aber zusätzlich dazu ist es noch möglich einige der Eigenschaften zu kontrollieren. Unter anderen kann die 'Breite', 'Höhe' und die 'Scroll' Eigenschaft von dem IFrame gesetzt werden. Diese Eigenschaften werden von dem Gruppenname mit ein | getrennt, z.B. lightframe[search|width:100px;]. Wenn keine Gruppierung benutzt wird, dann wird der | trotzdem verwendet und das Format würde folgend sein lightframe[|width:100px;]. Diese Eigenschaften sollten im folgenden Format sein \"Eigenschaft: Wert;\" - vergessen Sie das schließende Semikolon nicht. Wenn keine IFrame Eigenschaft gesetzt wurde, dann wird die Standard Breite und Höhe von 400px verwendet. Für ein detailliertes Beispiel siehe unten." + +#: lightbox2.module:643,662 +msgid "Basic example:" +msgstr "Einfaches Beispiel:" + +#: lightbox2.module:644 +msgid "<a href="http://www.google.com" rel="lightframe">Search google</a>" +msgstr "<a href="http://www.google.de" rel="lightframe">Google Suche</a>" + +#: lightbox2.module:645 +msgid "Grouped example:" +msgstr "Beispiel für das Gruppieren:" + +#: lightbox2.module:646 +msgid "<a href="http://www.google.com" rel="lightframe[search]">Search google</a>
<a href="http://www.yahoo.com" rel="lightframe[search]">Search yahoo</a>
" +msgstr "<a href="http://www.google.de" rel="lightframe[search]">Google Suche</a>
<a href="http://de.yahoo.com" rel="lightframe[search]">Yahoo Suche</a>
" + +#: lightbox2.module:648 +msgid "Controlling iframe property example:" +msgstr "Beispiel für das Kontrollieren der IFrame Eigenschaften:" + +#: lightbox2.module:649 +msgid "<a href="http://www.google.com" rel="lightframe[|width:400px; height:300px; scrolling: auto;]">Search google</a>" +msgstr "<a href="http://www.google.de" rel="lightframe[|width:400px; height:300px; scrolling: auto;]">Google Suche</a>" + +#: lightbox2.module:650 +msgid "Controlling iframe property when grouped example:" +msgstr "Beispiel für das Kontrollieren der IFrame Eigenschaften, wenn gruppiert:" + +#: lightbox2.module:651 +msgid "<a href="http://www.google.com" rel="lightframe[search|width:400px; height:300px; scrolling: auto;]">Search google</a>
<a href="http://www.yahoo.com" rel="lightframe[search|width:400px; height:300px;]">Search yahoo</a>
" +msgstr "<a href="http://www.google.de" rel="lightframe[search|width:400px; height:300px; scrolling: auto;]">Google Suche</a>
<a href="http://de.yahoo.com" rel="lightframe[search|width:400px; height:300px;]">Yahoo Suche</a>
" + +#: lightbox2.module:658,700 +msgid "Links to video content with 'rel=\"lightvideo\"' in the <a> tag will appear in a Lightbox when clicked on." +msgstr "Links zu Video-Inhalte mit 'rel=\"lightvideo\"' in den <a> Tags wird die Lightbox aufrufen, wenn darauf geklickt wurde." + +#: lightbox2.module:661 +msgid "It's possible to show video content in the lightbox. In this case the \"rel\" attribute should be set to lightvideo. It's not possible to group videos but it is possible to control the size of the lightbox by setting the \"width\" and \"height\" properties. The properties can be configured like lightvideo[width:300px; height: 200px;]. The properties should all be of the format \"property: value;\" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples." +msgstr "Es ist möglich Video-Inhalte in der Lightbox anzuzeigen. In diesem Fall muss das rel-Attribut auf lightvideo gesetzt sein. Es ist nicht möglich Videos zu gruppieren, aber es ist möglich die Größe der Lightbox zu kontrollieren, durch ändern der Eigenschaften für die 'Breite' und 'Höhe'. Diese Eigenschaften können wie folgt konfiguriert werden: lightvideo[width:300px; height: 200px;]. Diese Eigenschaften sollten im folgenden Format sein \"Eigenschaft: Wert;\" - vergessen Sie das schließende Semikolon nicht. Wenn keine Eigenschaft gesetzt wurde, dann wird die Standard Breite und Höhe von 400px verwendet. Für ein detailliertes Beispiel siehe unten." + +#: lightbox2.module:663 +msgid "<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a>" +msgstr "<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google Video Beispiel - Standardgröße</a>" + +#: lightbox2.module:664 +msgid "Controlling lightbox size example:" +msgstr "Beispiel für eine kontrollierte Größe der Lightbox:" + +#: lightbox2.module:665 +msgid "<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[width:400px; height:300px;]">Google video example - custom size</a>" +msgstr "<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[width:400px; height:300px;]">Google Video Beispiel - benutzerdefinierte Größe</a>" + +#: lightbox2.module:666 +msgid "Supported video formats include asx, wmv, mov and swf. A number of online video providers are also supported, including YouTube and Google Video. For a full list of the current supported video providers please see the documentation on drupal.org." +msgstr "Unterstützte Video Formate sind asx, wmv, mov und swf. Ebenso werden einige Video-Hoster unterstützt, z.B. YouTube und Google Video. Für eine ausführliche Liste der unterstützten Video-Hoster, schauen Sie bitte in die Online Dokumentation." + +#: lightbox2.module:681 +msgid "Lightbox slideshow filter" +msgstr "Lightbox Slideshow Filter" + +#: lightbox2.module:682 +msgid "Lightbox iframe filter" +msgstr "Lightbox IFrame Filter" + +#: lightbox2.module:683 +msgid "Lightbox video filter" +msgstr "Lightbox Video Filter" + +#: lightbox2.module:691 +msgid "Turns g2_filter links into Lightbox2 appropriate links" +msgstr "Wandelt g2_filter Links in die entsprechende Lightbox-fähige Links um." +