Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Finnish (fi)
4
        translated by: Mikko
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Kuva {current} / {total}",
8
        previous: "Edellinen",
9
        next: "Seuraava",
10
        close: "Sulje",
11
        xhrError: "Sisällön lataaminen epäonnistui.",
12
        imgError: "Kuvan lataaminen epäonnistui.",
13
        slideshowStart: "Aloita kuvaesitys.",
14
        slideshowStop: "Lopeta kuvaesitys."        
15
});