jquery.colorbox-lv.js 459 B

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