Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/blame/commit/9cb1bce6222a9f24df21572d4250a9d05d0416da/resources/library/applications/Papier.wgt/spectrum-1.8.1/i18n/jquery.spectrum-ca.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
OpenBoard/resources/library/applications/Papier.wgt/spectrum-1.8.1/i18n/jquery.spectrum-ca.js

19 lines
491 B

// Spectrum Colorpicker
// Catalan (ca) localization
// https://github.com/bgrins/spectrum
(function ( $ ) {
var localization = $.spectrum.localization["ca"] = {
cancelText: "Cancel·lar",
chooseText: "Escollir",
clearText: "Esborrar color seleccionat",
noColorSelectedText: "Cap color seleccionat",
togglePaletteMoreText: "Més",
togglePaletteLessText: "Menys"
};
$.extend($.fn.spectrum.defaults, localization);
})( jQuery );