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-da.js @ 0aee3c58

1
/*
2
        jQuery Colorbox language configuration
3
        language: Danish (da)
4
        translated by: danieljuhl
5
        site: danieljuhl.dk
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "Billede {current} af {total}",
9
        previous: "Forrige",
10
        next: "Næste",
11
        close: "Luk",
12
        xhrError: "Indholdet fejlede i indlæsningen.",
13
        imgError: "Billedet fejlede i indlæsningen.",
14
        slideshowStart: "Start slideshow",
15
        slideshowStop: "Stop slideshow"
16
});