projects/genea/out/js/spectrum-1.8.1/i18n/jquery.spectrum-he.js
1. 
 
// Spectrum Colorpicker
2. 
 // Hebrew (he) localization
3. 
 // https://github.com/bgrins/spectrum
4. 
  
5. 
 (function ( $ ) {
6. 
  
7. 
     var localization = $.spectrum.localization["he"] = {
8. 
         cancelText: "בטל בחירה",
9. 
         chooseText: "בחר צבע",
10. 
         clearText: "אפס בחירה",
11. 
         noColorSelectedText: "לא נבחר צבע",
12. 
         togglePaletteMoreText: "עוד צבעים",
13. 
         togglePaletteLessText: "פחות צבעים"
14. 
     };
15. 
  
16. 
     $.extend($.fn.spectrum.defaults, localization);
17. 
  
18. 
 })( jQuery );
19.