Projet

Général

Profil

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

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

1
/*
2
  jQuery Colorbox language configuration
3
  language: Romanian (ro)
4
  translated by: shurub3l
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "imagine {current} din {total}",
8
        previous: "precedenta",
9
        next: "următoarea",
10
        close: "închideți",
11
        xhrError: "Acest conținut nu poate fi încărcat.",
12
        imgError: "Această imagine nu poate fi încărcată",
13
        slideshowStart: "începeți prezentarea (slideshow)",
14
        slideshowStop: "opriți prezentarea (slideshow)"
15
});