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

9 lines
1.0 KiB
JavaScript
Raw 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 Notifier 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.Notifier=$.ig.Notifier||{};$.ig.locale.bg.Notifier={successMsg:"Успех",errorMsg:"Грешка",warningMsg:"Внимание",infoMsg:"Информация",notSupportedState:"Неподдържано състояние на нотификациите! Използвайте някое от поддържаните състояния 'success', 'info', 'warning', 'error.",notSupportedMode:"Неподдържан режим на нотификациите. Използвайте някой от поддържаните режими 'auto', 'popover', 'inline'."};$.ig.Notifier.locale=$.ig.Notifier.locale||$.ig.locale.bg.Notifier;return $.ig.locale.bg.Notifier});