jquery.colorbox-he.js 446 B

1234567891011121314151617
  1. /*
  2. jQuery Colorbox language configuration
  3. language: Hebrew (he)
  4. translated by: DavidCo
  5. site: DavidCo.me
  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. });