oi-metrology/Archive/wwwroot/igniteui/js/modules/i18n/infragistics.ui.popover-bg.js
2022-07-26 09:34:09 -07:00

9 lines
889 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!@license
* Infragistics.Web.ClientUI Popover localization resources 19.1.20
*
* Copyright (c) 2011-2019 Infragistics Inc.
*
* http://www.infragistics.com/
*
*/
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.bg=$.ig.locale.bg||{};$.ig.Popover=$.ig.Popover||{};$.ig.locale.bg.Popover={popoverOptionChangeNotSupported:"Промяната на следната опция след инициализация на igPopover не се поддържа:",popoverShowMethodWithoutTarget:"Целевият параметър на функцията show е задължителен, когато се използва опцията за селектори."};$.ig.Popover.locale=$.ig.Popover.locale||$.ig.locale.bg.Popover;return $.ig.locale.bg.Popover});