jquery.colorbox-cs.js 458 B

12345678910111213141516
  1. /*
  2. jQuery Colorbox language configuration
  3. language: Czech (cs)
  4. translated by: Filip Novak
  5. site: mame.napilno.cz/filip-novak
  6. */
  7. jQuery.extend(jQuery.colorbox.settings, {
  8. current: "{current}. obrázek z {total}",
  9. previous: "Předchozí",
  10. next: "Následující",
  11. close: "Zavřít",
  12. xhrError: "Obsah se nepodařilo načíst.",
  13. imgError: "Obrázek se nepodařilo načíst.",
  14. slideshowStart: "Spustit slideshow",
  15. slideshowStop: "Zastavit slideshow"
  16. });