jquery.colorbox-fi.js 408 B

123456789101112131415
  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. });