Projet

Général

Profil

Paste
Télécharger (425 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / i18n / jquery.colorbox-de.js @ 0aee3c58

1
/*
2
        jQuery Colorbox language configuration
3
        language: German (de)
4
        translated by: wallenium
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Bild {current} von {total}",
8
        previous: "Zurück",
9
        next: "Vor",
10
        close: "Schließen",
11
        xhrError: "Dieser Inhalt konnte nicht geladen werden.",
12
        imgError: "Dieses Bild konnte nicht geladen werden.",
13
        slideshowStart: "Slideshow starten",
14
        slideshowStop: "Slideshow anhalten"
15
});