jquery.colorbox-he.js 449 B

12345678910111213141516
  1. /*
  2. jQuery Colorbox language configuration
  3. language: Hebrew (he)
  4. translated by: David Cohen
  5. site: dav.co.il
  6. */
  7. jQuery.extend(jQuery.colorbox.settings, {
  8. current: "תמונה {current} מתוך {total}",
  9. previous: "הקודם",
  10. next: "הבא",
  11. close: "סגור",
  12. xhrError: "שגיאה בטעינת התוכן.",
  13. imgError: "שגיאה בטעינת התמונה.",
  14. slideshowStart: "התחל מצגת",
  15. slideshowStop: "עצור מצגת"
  16. });