(function () { "use strict"; angular .module("app") .constant("appConstant.messages", { "ATTEMPT_USE_HTTP_REQUEST_WITHOUT_PERMISSION": "Attempting to use http request by user without appropriate permissions.", "CAN_NOT_ESTABLISH_CONNECTION": "Can not establish connection with server. Try to send this request later.", "INCORRECT_HTTP_ROUTE": "An attempt to send request to incorrect server route. Please, check it and try again.", "SITE_DISABLED_403": "Site disabled [403]. Try to send request later.", }); })();