Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Dutch (nl)
4
        translated by: barryvdh
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Afbeelding {current} van {total}",
8
        previous: "Vorige",
9
        next: "Volgende",
10
        close: "Sluiten",
11
        xhrError: "Deze inhoud kan niet geladen worden.",
12
        imgError: "Deze afbeelding kan niet geladen worden.",
13
        slideshowStart: "Diashow starten",
14
        slideshowStop: "Diashow stoppen"
15
});