Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Norwegian (no)
4
        translated by: lars-erik
5
        site: markedspartner.no
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "Bilde {current} av {total}",
9
        previous: "Forrige",
10
        next: "Neste",
11
        close: "Lukk",
12
        xhrError: "Feil ved lasting av innhold.",
13
        imgError: "Feil ved lasting av bilde.",
14
        slideshowStart: "Start lysbildefremvisning",
15
        slideshowStop: "Stopp lysbildefremvisning"
16
});