Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Latvian (lv)
4
        translated by: Matiss Roberts Treinis
5
    site: x0.lv
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "attēls {current} no {total}",
9
        previous: "iepriekšējais",
10
        next: "nākamais",
11
        close: "aizvērt",
12
        xhrError: "Neizdevās ielādēt saturu.",
13
        imgError: "Neizdevās ielādēt attēlu.",
14
        slideshowStart: "sākt slaidrādi",
15
        slideshowStop: "apturēt slaidrādi"
16
});