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

9 lines
1.2 KiB
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 Combo 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.Combo=$.ig.Combo||{};$.ig.locale.bg.Combo={noMatchFoundText:"Няма намерени резултати",dropDownButtonTitle:"Покажи падащото меню",clearButtonTitle:"Изчисти стойността",placeHolder:"изберете...",notSuported:"Операцията не се поддържа.",errorNoSupportedTextsType:"Необходим е различен филтър текст. Подайте стойност, която е или низ или масив от низове.",errorUnrecognizedHighlightMatchesMode:'Необходим е друг highlight matches режим. Изберете стойност измежду "multi", "contains", "startsWith", "full" и "null".',errorIncorrectGroupingKey:"Ключът за групиране не е правилен."};$.ig.Combo.locale=$.ig.Combo.locale||$.ig.locale.bg.Combo;return $.ig.locale.bg.Combo});