'use strict'; // angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": {"medium":"dd MMM, yyyy HH:mm","short":"dd MMM, h:mm a","fullDate":"EEE, dd MMM, yyyy","longDate":"EEE, dd MMM, yyyy","mediumDate":"EEE, dd MMM, yyyy","shortDate":"dd MMM","mediumTime":"dd MMM, yyyy HH:mm","shortTime":"dd MMM, h:mm a","dateDefault":"yyyy-MM-dd","shortDateWithYear":"dd MMM, yyyy","shortTimeWithYear":"dd MMM, yyyy h:mm a","timeOnly":"h:mm a","jquery.date.default":"yy-mm-dd","jquery.date.long":"D, dd M, yy","jquery.date.short":"dd M","jquery.date.short_with_year":"dd M, yy","jquery_time_plugin.time_only":"h:mm tt","AMPMS":["am","pm"],"DAY":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"MONTH":["January","February","March","April","May","June","July","August","September","October","November","December"],"SHORTDAY":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"SHORTMONTH":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}, "NUMBER_FORMATS": {"CURRENCY_SYM":"$","DECIMAL_SEP":".","GROUP_SEP":",","PATTERNS":[{"gSize":3,"lgSize":3,"macFrac":0,"maxFrac":3,"minFrac":0,"minInt":1,"negPre":"-","negSuf":"","posPre":"","posSuf":""},{"gSize":3,"lgSize":3,"macFrac":0,"maxFrac":2,"minFrac":2,"minInt":1,"negPre":"(¤","negSuf":")","posPre":"¤","posSuf":""}]}, "id": "en-us", "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;}, "currency_symbols": {"USD":"$","EUR":"€","GBP":"£","AUD":"$","CAD":"$","JPY":"¥","BYR":"Br","AED":"د.إ","AFN":"؋","ALL":"L","AMD":"դր.","ANG":"ƒ","AOA":"Kz","ARS":"$","AWG":"ƒ","AZN":"₼","BAM":"КМ","BBD":"$","BDT":"৳","BGN":"лв.","BHD":"ب.د","BIF":"Fr","BMD":"$","BND":"$","BOB":"Bs.","BRL":"R$","BSD":"$","BTN":"Nu.","BWP":"P","BYN":"Br","BZD":"$","CDF":"Fr","CHF":"CHF","CLF":"UF","CLP":"$","CNY":"¥","COP":"$","CRC":"₡","CUC":"$","CUP":"$","CVE":"$","CZK":"Kč","DJF":"Fdj","DKK":"kr.","DOP":"$","DZD":"د.ج","EGP":"ج.م","ERN":"Nfk","ETB":"Br","FJD":"$","FKP":"£","GEL":"ლ","GHS":"₵","GIP":"£","GMD":"D","GNF":"Fr","GTQ":"Q","GYD":"$","HKD":"$","HNL":"L","HRK":"kn","HTG":"G","HUF":"Ft","IDR":"Rp","ILS":"₪","INR":"₹","IQD":"ع.د","IRR":"﷼","ISK":"kr","JMD":"$","JOD":"د.ا","KES":"KSh","KGS":"som","KHR":"៛","KMF":"Fr","KPW":"₩","KRW":"₩","KWD":"د.ك","KYD":"$","KZT":"〒","LAK":"₭","LBP":"ل.ل","LKR":"₨","LRD":"$","LSL":"L","LTL":"Lt","LVL":"Ls","LYD":"ل.د","MAD":"د.م.","MDL":"L","MGA":"Ar","MKD":"ден","MMK":"K","MNT":"₮","MOP":"P","MRO":"UM","MUR":"₨","MVR":"MVR","MWK":"MK","MXN":"$","MYR":"RM","MZN":"MTn","NAD":"$","NGN":"₦","NIO":"C$","NOK":"kr","NPR":"₨","NZD":"$","OMR":"ر.ع.","PAB":"B/.","PEN":"S/.","PGK":"K","PHP":"₱","PKR":"₨","PLN":"zł","PYG":"₲","QAR":"ر.ق","RON":"Lei","RSD":"� СД","RUB":"₽","RWF":"FRw","SAR":"ر.س","SBD":"$","SCR":"₨","SDG":"£","SEK":"kr","SGD":"$","SHP":"£","SKK":"Sk","SLL":"Le","SOS":"Sh","SRD":"$","SSP":"£","STD":"Db","SVC":"₡","SYP":"£S","SZL":"E","THB":"฿","TJS":"ЅМ","TMT":"T","TND":"د.ت","TOP":"T$","TRY":"₺","TTD":"$","TWD":"$","TZS":"Sh","UAH":"₴","UGX":"USh","UYU":"$","UZS":"UZS","VEF":"Bs","VND":"₫","VUV":"Vt","WST":"T","XAF":"Fr","XAG":"oz t","XAU":"oz t","XCD":"$","XDR":"SDR","XOF":"Fr","XPF":"Fr","YER":"﷼","ZAR":"R","ZMK":"ZK","ZMW":"ZK","BTC":"B⃦","JEP":"£","GGP":"£","IMP":"£","EEK":"KR","MTL":"₤","TMM":"m","ZWD":"$","ZWL":"$","ZWN":"$","ZWR":"$"} }); }]); /** *ClientService has four new presets *Which is used in photo uploader directive to validate image * Following are the presets used by uploader *banner_image_presets: used to validate banner uploads *logo_or_thumb_image_presets: used to validate logos and and team members upload *background_section_image_presets: used to validate back ground uploads *medium_image_presets: used to validate facebook og images and coupon images upload * In Rails these can be refered in website_setting_methods_mixin */ // angular.module('vl.common').service('ClientService', function() { var client = {"currency":"USD","currency_switcher_enabled":false,"domain":"sojournturkeytours.vacationlabs.com","id":13672,"name":"Sojourn Turkey","new_storefront":true,"support_email":"info@sojournturkey.com","support_phone":"+1 770 783 0167","tz":"Europe/Istanbul","booking_terms_url":"https://lquendra.online/terms-and-conditions","trip_label":{"singular":"trip","plural":"trips"},"dep_label":{"singular":"tour","plural":"tours"},"pax_label":{"singular":"traveler","plural":"travelers"},"room_label":{"singular":"room","plural":"rooms"},"is_supplier_account":false,"permissions":{"max_users":3,"mailchimp_enabled":false,"branding":"limited_control","vl_gateway":"vl_gateway_optional","backoffice_access":"full_access","storefront_access":"full_access","website_enabled":true,"booking_engine_enabled":true,"post_booking_forms_enabled":false,"accelerate_plugin_enabled":true,"dates_and_rates_section_enabled":true,"collection_search_enabled":true,"global_search_enabled":true,"urgency_triggers_available":false,"email_to_all_participants_available":false,"flexi_payment_enabled":false},"primary_engine":null,"primary_domain":"lquendra.online","account_type":"independent","max_support_phones":5,"primary_domain_with_protocol":"https://lquendra.online","i18n":{"number":{"currency":{"format":{"format":"%u %n","unit":"$","separator":".","delimiter":",","precision":2,"significant":false,"strip_insignificant_zeros":true,"negative_format":"%u -%n","total_precision":2,"line_item_precision":2,"tax_item_precision":2,"thousands_separator":",","decimal_separator":"."}}},"tour_section_headings":{"overview":{"title":"Overview"},"inclusions_exclusions":{"title":"Inclusions/Exclusions","inclusions_title":"What is included in the tour","exclusions_title":"What is not included in the tour"},"highlights":{"title":"Highlights"},"itinerary":{"title":"Itinerary"},"pickup_point":{"title":"Map"},"detailed_route_map":{"title":"Route map"},"dates_and_rates":{"title":"Dates and Rates"},"photogallery":"Photogallery","faq":{"title":"Frequently asked questions"},"offers":{"title":"Offers"},"route_map":{"title":"Route Map"},"photo_gallery":{"title":"Photo Gallery"},"advertised_duration_string":{"singular":{"night":"night","day":"day","hour":"hour","minute":"minute"},"plural":{"night":"nights","day":"days","hour":"hours","minute":"minutes"}}}},"customer_title_setting":"dont_show"}; var imgSet = {"ui_settings":{"image_settings":{"og_image_dimensions":{"width":1440,"height":580},"collection_banner_dimensions":{"width":1440,"height":580},"banner_section_dimensions":{"width":1440,"height":640},"coupon_banner_dimensions":{"width":1440,"height":640},"trip_banner_dimensions":{"width":1440,"height":640},"banner_image_presets":{"width":2960,"height":1110},"logo_or_thumb_image_presets":{"width":440,"height":440},"medium_image_presets":{"width":1920,"height":720},"background_section_image_presets":{"width":1024,"height":768}}}}; angular.extend(client,imgSet) return client; });