source: other-projects/nz-flag-design/trunk/main-form/bgrins-spectrum/i18n/jquery.spectrum-he.js@ 29741

Last change on this file since 29741 was 29741, checked in by davidb, 9 years ago

Support JS library for colour picker

  • Property svn:executable set to *
File size: 518 bytes
Line 
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 );
Note: See TracBrowser for help on using the repository browser.