source:
extensions/EasyCaptcha/template/bgrins-spectrum/i18n/jquery.spectrum-sv.js
@
30946
Last change on this file since 30946 was 24215, checked in by , 11 years ago | |
---|---|
File size: 301 bytes |
Line | |
---|---|
1 | // Spectrum Colorpicker |
2 | // Swedish (sv) localization |
3 | // https://github.com/bgrins/spectrum |
4 | |
5 | (function ( $ ) { |
6 | |
7 | var localization = $.spectrum.localization["sv"] = { |
8 | cancelText: "Avbryt", |
9 | chooseText: "Välj" |
10 | }; |
11 | |
12 | $.extend($.fn.spectrum.defaults, localization); |
13 | |
14 | })( jQuery ); |
Note: See TracBrowser
for help on using the repository browser.